History log of /openbsd/lib/libc/sys/readlink.2 (Results 1 – 19 of 19)
Revision Date Author Comments
# 440772ed 31-May-2015 schwarze <schwarze@openbsd.org>

Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net.
No content change.


# 2acd0c01 19-Jan-2015 millert <millert@openbsd.org>

Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG
description.


# e6ff12da 01-Sep-2014 doug <doug@openbsd.org>

Sync readlink(2) with IEEE Std 1003.1-2008.

discussion, help and ok guenther@


# 23fbb714 17-Jul-2013 schwarze <schwarze@openbsd.org>

more library history
facts checked by sobrado@
style tweaks and ok jmc@


# f188d74b 01-Apr-2013 guenther <guenther@openbsd.org>

When there are multiple groups of functions with their own #includes
listed, the #includes in each group are independent, so that users
don't need to guess at possible carry-over.

general idea ok ot

When there are multiple groups of functions with their own #includes
listed, the #includes in each group are independent, so that users
don't need to guess at possible carry-over.

general idea ok otto@ millert@
actual diff ok jmc@ schwarze@

show more ...


# 6619d693 31-Mar-2013 guenther <guenther@openbsd.org>

Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases
of the various *at() functions.


# b7fc03fe 18-Jul-2011 matthew <matthew@openbsd.org>

Add (rough draft) documentation for fdopendir(3) and the 15 new
XXXat(2) system calls from POSIX 2008. Editing will be done in tree.

General style discussed with jmc@, schwarze@, and deraadt@
ok jm

Add (rough draft) documentation for fdopendir(3) and the 15 new
XXXat(2) system calls from POSIX 2008. Editing will be done in tree.

General style discussed with jmc@, schwarze@, and deraadt@
ok jmc@

show more ...


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 1e77a8ac 19-Oct-2005 jaredy <jaredy@openbsd.org>

EFAULT corrections; ok millert and otto


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# a4a5a972 29-Jun-1999 aaron <aaron@openbsd.org>

- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes


# fc8533a3 23-May-1999 aaron <aaron@openbsd.org>

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


# 350bb3b8 16-May-1999 alex <alex@openbsd.org>

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove dup

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.

show more ...


# 960f8fbd 27-Feb-1999 deraadt <deraadt@openbsd.org>

make function names the correct case


# ad6ee287 06-Jul-1998 deraadt <deraadt@openbsd.org>

fix openbsd tag


# b4ba3a3e 08-Jun-1998 deraadt <deraadt@openbsd.org>

do not needlessly uppercase function names


# 0c0442ec 25-Apr-1998 deraadt <deraadt@openbsd.org>

readlink() 3rd param is size_t; XPG


# 0921e37f 26-Mar-1997 deraadt <deraadt@openbsd.org>

fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + more


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree