summaryrefslogtreecommitdiffstats
path: root/man2/syscalls.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/syscalls.2')
-rw-r--r--man2/syscalls.211
1 files changed, 6 insertions, 5 deletions
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 5eda88641..b6cc57637 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SYSCALLS 2 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH SYSCALLS 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
@@ -147,7 +147,7 @@ into a 2.4.x release after 2.4.15.
When this is so, the version where the system call appeared
in both of the major kernel series is listed.
.PP
-The list of system calls that are available as at kernel 5.9
+The list of system calls that are available as at kernel 5.10
(or in a few cases only on older kernels) is as follows:
.\"
.\" Looking at scripts/checksyscalls.sh in the kernel source is
@@ -162,7 +162,7 @@ l l l.
\fB_llseek\fP(2) 1.2
\fB_newselect\fP(2) 2.0
-\fB_sysctl\fP(2) 2.0
+\fB_sysctl\fP(2) 2.0 Removed in 5.5
\fBaccept\fP(2) 2.0 See notes on \fBsocketcall\fP(2)
\fBaccept4\fP(2) 2.6.28
\fBaccess\fP(2) 1.0
@@ -525,6 +525,7 @@ T}
\fBpreadv\fP(2) 2.6.30
\fBpreadv2\fP(2) 4.6
\fBprlimit64\fP(2) 2.6.36
+\fBprocess_madvise\fP(2) 5.10
\fBprocess_vm_readv\fP(2) 3.2
\fBprocess_vm_writev\fP(2) 3.2
\fBpselect6\fP(2) 2.6.16
@@ -965,7 +966,7 @@ and
.I __NR_uname
refer to the routines
.IR sys_olduname (),
-.IR sys_uname ()
+.IR sys_uname (),
and
.IR sys_newuname ().
.IP *
@@ -1116,7 +1117,7 @@ low-cost Alphas in order to access address space beyond first 27 bits.
.BR libc (7),
.BR vdso (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,