Module Name: src
Committed By: jruoho
Date: Sat Apr 3 15:13:44 UTC 2010
Modified Files:
src/lib/libc/sys: getgid.2 getpid.2 getuid.2 setuid.2
Log Message:
Add some history.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/sys/getgid.2
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/sys/getpid.2
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/sys/getuid.2
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/setuid.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/getgid.2
diff -u src/lib/libc/sys/getgid.2:1.18 src/lib/libc/sys/getgid.2:1.19
--- src/lib/libc/sys/getgid.2:1.18 Sat Oct 7 21:03:51 2006
+++ src/lib/libc/sys/getgid.2 Sat Apr 3 15:13:43 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: getgid.2,v 1.18 2006/10/07 21:03:51 elad Exp $
+.\" $NetBSD: getgid.2,v 1.19 2010/04/03 15:13:43 jruoho Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getgid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 7, 2006
+.Dd April 3, 2010
.Dt GETGID 2
.Os
.Sh NAME
@@ -78,3 +78,8 @@
.Fn getegid
conform to
.St -p1003.1-90 .
+.Sh HISTORY
+The
+.Fn getgid
+function appeared in
+.At v4 .
Index: src/lib/libc/sys/getpid.2
diff -u src/lib/libc/sys/getpid.2:1.16 src/lib/libc/sys/getpid.2:1.17
--- src/lib/libc/sys/getpid.2:1.16 Thu Aug 7 16:43:58 2003
+++ src/lib/libc/sys/getpid.2 Sat Apr 3 15:13:43 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpid.2,v 1.16 2003/08/07 16:43:58 agc Exp $
+.\" $NetBSD: getpid.2,v 1.17 2010/04/03 15:13:43 jruoho Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd April 3, 2010
.Dt GETPID 2
.Os
.Sh NAME
@@ -70,3 +70,8 @@
.Fn getppid
conform to
.St -p1003.1-90 .
+.Sh HISTORY
+The
+.Fn getpid
+function appeared in
+.At v5 .
Index: src/lib/libc/sys/getuid.2
diff -u src/lib/libc/sys/getuid.2:1.15 src/lib/libc/sys/getuid.2:1.16
--- src/lib/libc/sys/getuid.2:1.15 Thu Aug 7 16:44:00 2003
+++ src/lib/libc/sys/getuid.2 Sat Apr 3 15:13:43 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: getuid.2,v 1.15 2003/08/07 16:44:00 agc Exp $
+.\" $NetBSD: getuid.2,v 1.16 2010/04/03 15:13:43 jruoho Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getuid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd Arpil 3, 2010
.Dt GETUID 2
.Os
.Sh NAME
@@ -78,3 +78,8 @@
.Fn getuid
functions conform to
.St -p1003.1-90 .
+.Sh HISTORY
+The
+.Fn getuid
+function appeared in
+.At v4 .
Index: src/lib/libc/sys/setuid.2
diff -u src/lib/libc/sys/setuid.2:1.20 src/lib/libc/sys/setuid.2:1.21
--- src/lib/libc/sys/setuid.2:1.20 Fri Oct 13 20:56:54 2006
+++ src/lib/libc/sys/setuid.2 Sat Apr 3 15:13:43 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: setuid.2,v 1.20 2006/10/13 20:56:54 wiz Exp $
+.\" $NetBSD: setuid.2,v 1.21 2010/04/03 15:13:43 jruoho Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 7, 2006
+.Dd Arpil 3, 2010
.Dt SETUID 2
.Os
.Sh NAME
@@ -123,3 +123,13 @@
.Fn setegid
functions are compliant with
.St -p1003.1-2001 .
+.Sh HISTORY
+The
+.Fn setuid
+and
+.Fn setgid
+functions appeared in
+.At v2
+and
+.At v4 ,
+respectively.