Mark all the system calls that were in 1st Edition Unix as such in the
HISTORY section. Note: Any system calls that were added prior to v7, but after v1 weren't changed. Obtained from: http://www.tuhs.org/cgi-bin/utree.pl?file=V1/man/man2
This commit is contained in:
parent
f99112ded5
commit
aeb71118e6
@ -28,7 +28,7 @@
|
||||
.\" @(#)chdir.2 8.2 (Berkeley) 12/11/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 11, 1993
|
||||
.Dd December 1, 2017
|
||||
.Dt CHDIR 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -125,7 +125,7 @@ system call is expected to conform to
|
||||
The
|
||||
.Fn chdir
|
||||
system call appeared in
|
||||
.At v7 .
|
||||
.At v1 .
|
||||
The
|
||||
.Fn fchdir
|
||||
system call appeared in
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)chmod.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 1, 2013
|
||||
.Dd December 1, 2017
|
||||
.Dt CHMOD 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -312,7 +312,7 @@ system call is expected to conform to
|
||||
The
|
||||
.Fn chmod
|
||||
function appeared in
|
||||
.At v7 .
|
||||
.At v1 .
|
||||
The
|
||||
.Fn fchmod
|
||||
system call appeared in
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)chown.2 8.4 (Berkeley) 4/19/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 10, 2008
|
||||
.Dd December 1, 2017
|
||||
.Dt CHOWN 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -246,7 +246,7 @@ system call follows The Open Group Extended API Set 2 specification.
|
||||
The
|
||||
.Fn chown
|
||||
function appeared in
|
||||
.At v7 .
|
||||
.At v1 .
|
||||
The
|
||||
.Fn fchown
|
||||
system call appeared in
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)close.2 8.2 (Berkeley) 4/19/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 11, 2013
|
||||
.Dd December 1, 2017
|
||||
.Dt CLOSE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -141,4 +141,4 @@ system call is expected to conform to
|
||||
The
|
||||
.Fn close
|
||||
function appeared in
|
||||
.At v7 .
|
||||
.At v1 .
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)fork.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 1, 2015
|
||||
.Dd December 1, 2017
|
||||
.Dt FORK 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -145,4 +145,4 @@ There is insufficient swap space for the new process.
|
||||
The
|
||||
.Fn fork
|
||||
function appeared in
|
||||
.At v6 .
|
||||
.At v1 .
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)getuid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 15, 2015
|
||||
.Dd December 1, 2017
|
||||
.Dt GETUID 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -83,7 +83,9 @@ system calls are expected to conform to
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getuid
|
||||
and
|
||||
function appeared in
|
||||
.At v1 .
|
||||
The
|
||||
.Fn geteuid
|
||||
functions appeared in
|
||||
function appeared in
|
||||
.At v7 .
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)link.2 8.3 (Berkeley) 1/12/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 10, 2008
|
||||
.Dd December 1, 2017
|
||||
.Dt LINK 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -275,7 +275,7 @@ system call follows The Open Group Extended API Set 2 specification.
|
||||
The
|
||||
.Fn link
|
||||
function appeared in
|
||||
.At v7 .
|
||||
.At v1 .
|
||||
The
|
||||
.Fn linkat
|
||||
system call appeared in
|
||||
|
@ -174,3 +174,7 @@ The
|
||||
.Fn mkdirat
|
||||
system call appeared in
|
||||
.Fx 8.0 .
|
||||
The
|
||||
.Fn mkdir
|
||||
system call appeared in
|
||||
.At v1 .
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)mount.2 8.3 (Berkeley) 5/24/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 13, 2015
|
||||
.Dd December 1, 2017
|
||||
.Dt MOUNT 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -362,7 +362,7 @@ The
|
||||
and
|
||||
.Fn unmount
|
||||
functions appeared in
|
||||
.At v6 .
|
||||
.At v1 .
|
||||
The
|
||||
.Fn nmount
|
||||
system call first appeared in
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)open.2 8.2 (Berkeley) 11/16/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 15, 2017
|
||||
.Dd December 1, 2017
|
||||
.Dt OPEN 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -526,7 +526,7 @@ in one of its non-final components.
|
||||
The
|
||||
.Fn open
|
||||
function appeared in
|
||||
.At v6 .
|
||||
.At v1 .
|
||||
The
|
||||
.Fn openat
|
||||
function was introduced in
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)read.2 8.4 (Berkeley) 2/26/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 15, 2015
|
||||
.Dd December 1, 2017
|
||||
.Dt READ 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -281,4 +281,4 @@ system call appeared in
|
||||
The
|
||||
.Fn read
|
||||
function appeared in
|
||||
.At v6 .
|
||||
.At v1 .
|
||||
|
@ -153,9 +153,11 @@ and have been proposed for a future revision of the standard.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn setuid
|
||||
and
|
||||
function appeared in
|
||||
.At v1 .
|
||||
The
|
||||
.Fn setgid
|
||||
functions appeared in
|
||||
function appeared in
|
||||
.At v7 .
|
||||
.Sh SECURITY CONSIDERATIONS
|
||||
Read and write permissions to files are determined upon a call to
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)stat.2 8.4 (Berkeley) 5/1/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 23, 2017
|
||||
.Dd December 1, 2017
|
||||
.Dt STAT 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -423,7 +423,7 @@ The
|
||||
and
|
||||
.Fn fstat
|
||||
system calls appeared in
|
||||
.At v7 .
|
||||
.At v1 .
|
||||
The
|
||||
.Fn lstat
|
||||
system call appeared in
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)unlink.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 28, 2015
|
||||
.Dd December 1, 2017
|
||||
.Dt UNLINK 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -215,7 +215,7 @@ system call follows The Open Group Extended API Set 2 specification.
|
||||
The
|
||||
.Fn unlink
|
||||
function appeared in
|
||||
.At v6 .
|
||||
.At v1 .
|
||||
The
|
||||
.Fn unlinkat
|
||||
system call appeared in
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)wait.2 8.2 (Berkeley) 4/19/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 17, 2017
|
||||
.Dd December 1, 2017
|
||||
.Dt WAIT 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -675,4 +675,4 @@ only permits this flag with
|
||||
The
|
||||
.Fn wait
|
||||
function appeared in
|
||||
.At v6 .
|
||||
.At v1 .
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)write.2 8.5 (Berkeley) 4/2/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 16, 2017
|
||||
.Dd December 1, 2017
|
||||
.Dt WRITE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -287,4 +287,4 @@ system call appeared in
|
||||
The
|
||||
.Fn write
|
||||
function appeared in
|
||||
.At v6 .
|
||||
.At v1 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user