OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man2 / syscalls.2
index 8c8b4c3..3e6cb71 100644 (file)
@@ -28,7 +28,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SYSCALLS 2 2014-03-31 "Linux" "Linux Programmer's Manual"
+.TH SYSCALLS 2 2014-05-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 syscalls \- Linux system calls
 .SH SYNOPSIS
@@ -143,7 +143,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 3.14
+The list of system calls that are available as at kernel 3.15
 (or in a few cases only on older kernels) is as follows:
 .\"
 .\" Looking at scripts/checksyscalls.sh in the kernel source is
@@ -304,6 +304,8 @@ T}
 .\" Implements System V IPC calls
 \fBkcmp\fP(2)  3.5
 \fBkern_features\fP(2) 3.7     Sparc64
+.\" FIXME: document kern_features():
+.\" commit 517ffce4e1a03aea979fe3a18a3dd1761a24fafb
 \fBkexec_load\fP(2)    2.6.13
 .\" The entry in the syscall table was reserved starting in 2.6.7
 .\" Was named sys_kexec_load() from 2.6.7 to 2.6.16
@@ -433,6 +435,7 @@ T}
 \fBremovexattr\fP(2)   2.6; 2.4.18
 \fBrename\fP(2)        1.0
 \fBrenameat\fP(2)      2.6.16
+\fBrenameat2\fP(2)     3.15
 \fBrequest_key\fP(2)   2.6.11
 \fBrestart_syscall\fP(2)       2.6
 \fBrmdir\fP(2) 1.0
@@ -583,6 +586,8 @@ T}
 \fButimensat\fP(2)     2.6.22
 \fButimes\fP(2)        2.2
 \fButrap_install\fP(2) 2.2     Sparc
+.\" FIXME: document utrap_install()
+.\" There's a man page for Solaris 5.11
 \fBvfork\fP(2) 2.2
 \fBvhangup\fP(2)       1.0
 \fBvm86old\fP(2)       1.0     T{
@@ -602,7 +607,7 @@ T}
 On many platforms, including x86-32, socket calls are all multiplexed
 (via glibc wrapper functions) through
 .BR socketcall (2)
-and similarly System V IPC calls are multiplexed through
+and similarly System\ V IPC calls are multiplexed through
 .BR ipc (2).
 
 Although slots are reserved for them in the system call table,
@@ -838,10 +843,11 @@ and similarly
 .BR libc (7),
 .BR vdso (7)
 .SH COLOPHON
-This page is part of release 3.64 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.