Date: Fri, 1 Dec 2017 22:26:36 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326435 - head/lib/libc/sys Message-ID: <201712012226.vB1MQaTs091388@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Fri Dec 1 22:26:36 2017 New Revision: 326435 URL: https://svnweb.freebsd.org/changeset/base/326435 Log: 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 Modified: head/lib/libc/sys/chdir.2 head/lib/libc/sys/chmod.2 head/lib/libc/sys/chown.2 head/lib/libc/sys/close.2 head/lib/libc/sys/fork.2 head/lib/libc/sys/getuid.2 head/lib/libc/sys/link.2 head/lib/libc/sys/mkdir.2 head/lib/libc/sys/mount.2 head/lib/libc/sys/open.2 head/lib/libc/sys/read.2 head/lib/libc/sys/setuid.2 head/lib/libc/sys/stat.2 head/lib/libc/sys/unlink.2 head/lib/libc/sys/wait.2 head/lib/libc/sys/write.2 Modified: head/lib/libc/sys/chdir.2 ============================================================================== --- head/lib/libc/sys/chdir.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/chdir.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 Modified: head/lib/libc/sys/chmod.2 ============================================================================== --- head/lib/libc/sys/chmod.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/chmod.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 Modified: head/lib/libc/sys/chown.2 ============================================================================== --- head/lib/libc/sys/chown.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/chown.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 The .Fn chown function appeared in -.At v7 . +.At v1 . The .Fn fchown system call appeared in Modified: head/lib/libc/sys/close.2 ============================================================================== --- head/lib/libc/sys/close.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/close.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 . Modified: head/lib/libc/sys/fork.2 ============================================================================== --- head/lib/libc/sys/fork.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/fork.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 . Modified: head/lib/libc/sys/getuid.2 ============================================================================== --- head/lib/libc/sys/getuid.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/getuid.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 . Modified: head/lib/libc/sys/link.2 ============================================================================== --- head/lib/libc/sys/link.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/link.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 The .Fn link function appeared in -.At v7 . +.At v1 . The .Fn linkat system call appeared in Modified: head/lib/libc/sys/mkdir.2 ============================================================================== --- head/lib/libc/sys/mkdir.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/mkdir.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -174,3 +174,7 @@ The .Fn mkdirat system call appeared in .Fx 8.0 . +The +.Fn mkdir +system call appeared in +.At v1 . Modified: head/lib/libc/sys/mount.2 ============================================================================== --- head/lib/libc/sys/mount.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/mount.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 Modified: head/lib/libc/sys/open.2 ============================================================================== --- head/lib/libc/sys/open.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/open.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 Modified: head/lib/libc/sys/read.2 ============================================================================== --- head/lib/libc/sys/read.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/read.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 . Modified: head/lib/libc/sys/setuid.2 ============================================================================== --- head/lib/libc/sys/setuid.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/setuid.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -153,9 +153,11 @@ and have been proposed for a future revision of the st .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 Modified: head/lib/libc/sys/stat.2 ============================================================================== --- head/lib/libc/sys/stat.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/stat.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 Modified: head/lib/libc/sys/unlink.2 ============================================================================== --- head/lib/libc/sys/unlink.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/unlink.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 The .Fn unlink function appeared in -.At v6 . +.At v1 . The .Fn unlinkat system call appeared in Modified: head/lib/libc/sys/wait.2 ============================================================================== --- head/lib/libc/sys/wait.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/wait.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 . Modified: head/lib/libc/sys/write.2 ============================================================================== --- head/lib/libc/sys/write.2 Fri Dec 1 21:44:23 2017 (r326434) +++ head/lib/libc/sys/write.2 Fri Dec 1 22:26:36 2017 (r326435) @@ -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 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712012226.vB1MQaTs091388>