From 0b4eca7b32702a3d88435cc0afb0e169e5c274f0 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Mon, 22 Apr 2019 22:13:11 -0400 Subject: Fix links to syscall man pages (refs: #50) --- content/docs/user_guide/compatibility/amd64.md | 174 ++++++++++++------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'content/docs') diff --git a/content/docs/user_guide/compatibility/amd64.md b/content/docs/user_guide/compatibility/amd64.md index 00bb9095c..b9500bcc6 100644 --- a/content/docs/user_guide/compatibility/amd64.md +++ b/content/docs/user_guide/compatibility/amd64.md @@ -73,8 +73,8 @@ syscalls. 231 syscalls are not yet documented. Returns ENOSYS; Obsolete - 135 - setpersonality + 135 + personality Partial Returns EINVAL; Unable to change personality @@ -94,15 +94,15 @@ syscalls. 231 syscalls are not yet documented. Returns ENOSYS - 142 - schedsetparam + 142 + sched_setparam Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_nice; ENOSYS otherwise 148 - schedrrgetinterval + sched_rr_get_interval Partial Returns EPERM @@ -115,15 +115,15 @@ syscalls. 231 syscalls are not yet documented. Returns EPERM - 154 - modifyldt + 154 + modify_ldt Partial Returns EPERM - 155 - pivotroot + 155 + pivot_root Partial Returns EPERM @@ -192,36 +192,36 @@ syscalls. 231 syscalls are not yet documented. Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_rawio; ENOSYS otherwise - 174 - createmodule + 174 + create_module Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_module; ENOSYS otherwise - 175 - initmodule + 175 + init_module Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_module; ENOSYS otherwise - 176 - deletemodule + 176 + delete_module Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_module; ENOSYS otherwise - 177 - getkernelsyms + 177 + get_kernel_syms Unimplemented Returns ENOSYS; Not supported in > 2.6 - 178 - querymodule + 178 + query_module Unimplemented Returns ENOSYS; Not supported in > 2.6 @@ -255,8 +255,8 @@ syscalls. 231 syscalls are not yet documented. Returns ENOSYS; Not implemented in Linux - 183 - afssyscall + 183 + afs_syscall Unimplemented Returns ENOSYS; Not implemented in Linux @@ -367,43 +367,43 @@ syscalls. 231 syscalls are not yet documented. Returns ENOTSUP; Requires filesystem support - 205 - setthreadarea + 205 + set_thread_area Unimplemented Returns ENOSYS; Expected to return ENOSYS on 64-bit - 211 - getthreadarea + 211 + get_thread_area Unimplemented Returns ENOSYS; Expected to return ENOSYS on 64-bit - 212 - lookupdcookie + 212 + lookup_dcookie Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_admin; ENOSYS otherwise - 214 - epollctlold + 214 + epoll_ctl_old Unimplemented Returns ENOSYS; Deprecated - 215 - epollwaitold + 215 + epoll_wait_old Unimplemented Returns ENOSYS; Deprecated - 216 - remapfilepages + 216 + remap_file_pages Unimplemented Returns ENOSYS; Deprecated @@ -430,57 +430,57 @@ syscalls. 231 syscalls are not yet documented. Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_nice; ENOSYS otherwise - 240 - mqopen + 240 + mq_open Unimplemented Returns ENOSYS - 241 - mqunlink + 241 + mq_unlink Unimplemented Returns ENOSYS - 242 - mqtimedsend + 242 + mq_timedsend Unimplemented Returns ENOSYS - 243 - mqtimedreceive + 243 + mq_timedreceive Unimplemented Returns ENOSYS - 244 - mqnotify + 244 + mq_notify Unimplemented Returns ENOSYS - 245 - mqgetsetattr + 245 + mq_getsetattr Unimplemented Returns ENOSYS - 248 - addkey + 248 + add_key Partial Returns EACCES; Not available to user - 249 - requestkey + 249 + request_key Partial Returns EACCES; Not available to user @@ -493,36 +493,36 @@ syscalls. 231 syscalls are not yet documented. Returns EACCES; Not available to user - 251 - ioprioset + 251 + ioprio_set Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_admin; ENOSYS otherwise - 252 - ioprioget + 252 + ioprio_get Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_admin; ENOSYS otherwise - 256 - migratepages + 256 + migrate_pages Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_nice; ENOSYS otherwise - 273 - setrobustlist + 273 + set_robust_list Unimplemented Returns ENOSYS; Obsolete - 274 - getrobustlist + 274 + get_robust_list Unimplemented Returns ENOSYS; Obsolete @@ -549,8 +549,8 @@ syscalls. 231 syscalls are not yet documented. Returns ENOSYS - 279 - movepages + 279 + move_pages Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_nice; ENOSYS otherwise @@ -570,43 +570,43 @@ syscalls. 231 syscalls are not yet documented. Returns ENOSYS - 298 - perfeventopen + 298 + perf_event_open Partial Returns ENODEV; No support for perf counters - 300 - fanotifyinit + 300 + fanotify_init Unimplemented Returns ENOSYS; Needs CONFIG_FANOTIFY - 301 - fanotifymark + 301 + fanotify_mark Unimplemented Returns ENOSYS; Needs CONFIG_FANOTIFY - 303 - nametohandleat + 303 + name_to_handle_at Partial Returns EOPNOTSUPP; Needs filesystem support - 304 - openbyhandleat + 304 + open_by_handle_at Partial Returns EOPNOTSUPP; Needs filesystem support - 305 - clockadjtime + 305 + clock_adjtime Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_module; ENOSYS otherwise @@ -619,15 +619,15 @@ syscalls. 231 syscalls are not yet documented. Returns ENOSYS - 310 - processvmreadv + 310 + process_vm_readv Unimplemented Returns ENOSYS - 311 - processvmwritev + 311 + process_vm_writev Unimplemented Returns ENOSYS @@ -640,22 +640,22 @@ syscalls. 231 syscalls are not yet documented. Returns EPERM or ENOSYS; Requires cap_sys_ptrace - 313 - finitmodule + 313 + finit_module Partial Returns EPERM or ENOSYS; Returns EPERM if the process does not have cap_sys_module; ENOSYS otherwise - 314 - schedsetattr + 314 + sched_setattr Unimplemented Returns ENOSYS - 315 - schedgetattr + 315 + sched_getattr Unimplemented Returns ENOSYS @@ -668,8 +668,8 @@ syscalls. 231 syscalls are not yet documented. Returns ENOSYS - 319 - memfdcreate + 319 + memfd_create Unimplemented Returns ENOSYS @@ -703,8 +703,8 @@ syscalls. 231 syscalls are not yet documented. Returns ENOSYS - 326 - copyfilerange + 326 + copy_file_range Unimplemented Returns ENOSYS -- cgit v1.2.3