summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/_exit.26
-rw-r--r--lib/libc/sys/access.26
-rw-r--r--lib/libc/sys/chdir.25
-rw-r--r--lib/libc/sys/chmod.25
-rw-r--r--lib/libc/sys/chown.25
-rw-r--r--lib/libc/sys/close.26
-rw-r--r--lib/libc/sys/dup.28
-rw-r--r--lib/libc/sys/getpid.26
-rw-r--r--lib/libc/sys/getuid.28
-rw-r--r--lib/libc/sys/kill.26
-rw-r--r--lib/libc/sys/link.25
-rw-r--r--lib/libc/sys/lseek.26
-rw-r--r--lib/libc/sys/profil.28
-rw-r--r--lib/libc/sys/ptrace.27
-rw-r--r--lib/libc/sys/setuid.28
-rw-r--r--lib/libc/sys/stat.27
-rw-r--r--lib/libc/sys/umask.26
17 files changed, 105 insertions, 3 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2
index 8168378..ad40a46 100644
--- a/lib/libc/sys/_exit.2
+++ b/lib/libc/sys/_exit.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)_exit.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt EXIT 2
@@ -110,3 +111,8 @@ The
.Fn _exit
function is defined by
.St -p1003.1-88 .
+.Sh HISTORY
+An
+.Fn _exit
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2
index 0dc9d2e..11b4211 100644
--- a/lib/libc/sys/access.2
+++ b/lib/libc/sys/access.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)access.2 8.2 (Berkeley) 4/1/94
+.\" $Id$
.\"
.Dd April 1, 1994
.Dt ACCESS 2
@@ -128,3 +129,8 @@ conforms to IEEE Std 1003.1-1988
.Fn Access
is a potential security hole and
should never be used.
+.Sh HISTORY
+An
+.Fn access
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/chdir.2 b/lib/libc/sys/chdir.2
index 0b06fa8..6594fcd 100644
--- a/lib/libc/sys/chdir.2
+++ b/lib/libc/sys/chdir.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chdir.2 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt CHDIR 2
@@ -122,6 +123,10 @@ is not a valid file descriptor.
is expected to conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
.Sh HISTORY
+A
+.Fn chdir
+function call appeared in
+.At v7 .
The
.Fn fchdir
function call
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index f07e933..41f08fa 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chmod.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt CHMOD 2
@@ -170,6 +171,10 @@ An I/O error occurred while reading from or writing to the file system.
is expected to conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
.Sh HISTORY
+A
+.Fn chmod
+function call appeared in
+.At v7 .
The
.Fn fchmod
function call
diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2
index 89656f3..5499528 100644
--- a/lib/libc/sys/chown.2
+++ b/lib/libc/sys/chown.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chown.2 8.4 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt CHOWN 2
@@ -135,6 +136,10 @@ An I/O error occurred while reading from or writing to the file system.
is expected to conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
.Sh HISTORY
+A
+.Fn chown
+function call appeared in
+.At v7 .
The
.Fn fchown
function call
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2
index 3a64dac..b864545 100644
--- a/lib/libc/sys/close.2
+++ b/lib/libc/sys/close.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)close.2 8.2 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt CLOSE 2
@@ -140,3 +141,8 @@ An interrupt was received.
.Fn Close
conforms to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
+.Sh HISTORY
+A
+.Fn close
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2
index 29d1ada..1e42cdf 100644
--- a/lib/libc/sys/dup.2
+++ b/lib/libc/sys/dup.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)dup.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt DUP 2
@@ -177,3 +178,10 @@ and
are expected to conform
to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
+.Sh HISTORY
+A
+.Fn dup
+and a
+.Fn dup2
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2
index 22f9257..259a627 100644
--- a/lib/libc/sys/getpid.2
+++ b/lib/libc/sys/getpid.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt GETPID 2
@@ -70,3 +71,8 @@ and
.Fn getppid
conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
+.Sh HISTORY
+A
+.Fn getpid
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2
index 23b1763..f44332d 100644
--- a/lib/libc/sys/getuid.2
+++ b/lib/libc/sys/getuid.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getuid.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt GETUID 2
@@ -78,3 +79,10 @@ and
.Fn getuid
conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
+.Sh HISTORY
+A
+.Fn getuid
+and a
+.Fn geteuid
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2
index a20afd3..1db80c5 100644
--- a/lib/libc/sys/kill.2
+++ b/lib/libc/sys/kill.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)kill.2 8.3 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt KILL 2
@@ -129,3 +130,8 @@ The
function is expected to
conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
+.Sh HISTORY
+A
+.Fn kill
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2
index e535e5b..8da2bc5 100644
--- a/lib/libc/sys/link.2
+++ b/lib/libc/sys/link.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)link.2 8.3 (Berkeley) 1/12/94
+.\" $Id$
.\"
.Dd January 12, 1994
.Dt LINK 2
@@ -148,6 +149,10 @@ is expected to
conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
.Sh HISTORY
+A
+.Fn link
+function call appeared in
+.At v7 .
.Pp
The
.Fn link
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2
index b3892e3..8ef8cf4 100644
--- a/lib/libc/sys/lseek.2
+++ b/lib/libc/sys/lseek.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)lseek.2 8.3 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt LSEEK 2
@@ -134,3 +135,8 @@ The
function
conforms to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
+.Sh HISTORY
+A
+.Fn lseek
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/profil.2 b/lib/libc/sys/profil.2
index ac017c5..8db74ba 100644
--- a/lib/libc/sys/profil.2
+++ b/lib/libc/sys/profil.2
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)profil.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd "June 4, 1993"
.Dt PROFIL 2
@@ -117,8 +118,11 @@ contains an invalid address.
.El
.Sh SEE ALSO
.Xr gprof 1
-.\" .Sh HISTORY
-.\" wish I knew... probably v7.
+.Sh HISTORY
+A
+.Fn profil
+function call appeared in
+.At v7 .
.Sh BUGS
This routine should be named
.Fn profile .
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index dc66d1d..492fef4 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,4 +1,4 @@
-.\" $Id: ptrace.2,v 1.2 1996/01/20 17:56:06 nate Exp $
+.\" $Id: ptrace.2,v 1.3 1996/01/24 20:17:17 nate Exp $
.\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $
.\"
.\" This file is in the public domain.
@@ -281,3 +281,8 @@ above.
.Xr wait 2
.Xr execve 2
.Xr execv 3
+.Sh HISTORY
+A
+.Fn ptrace
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2
index 383a8f5..8c52f5d 100644
--- a/lib/libc/sys/setuid.2
+++ b/lib/libc/sys/setuid.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt SETUID 2
@@ -120,3 +121,10 @@ functions are extensions based on the
concept of
.Li _POSIX_SAVED_IDS ,
and have been proposed for a future revision of the standard.
+.Sh HISTORY
+A
+.Fn setuid
+and a
+setgid
+function call appeared in
+.At v7 .
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index cc4e59f..15715b9 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)stat.2 8.3 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt STAT 2
@@ -271,6 +272,12 @@ conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
.Sh HISTORY
A
+.Fn stat
+and a
+.Fn fstat
+function call appeared in
+.At v7 .
+A
.Fn lstat
function call appeared in
.Bx 4.2 .
diff --git a/lib/libc/sys/umask.2 b/lib/libc/sys/umask.2
index cec3f1d..23849ab 100644
--- a/lib/libc/sys/umask.2
+++ b/lib/libc/sys/umask.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)umask.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt UMASK 2
@@ -80,3 +81,8 @@ The
.Fn umask
function call is expected to conform to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
+.Sh HISTORY
+An
+.Fn umask
+function call appeared in
+.At v7 .
OpenPOWER on IntegriCloud