summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/confstr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oops: confstr()'s return value should include the NUL in its countguenther2013-03-071-5/+5
| | | | Problem pointed out by Andres Perera (andres.p (at) zoho.com)
* Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesguenther2013-03-011-30/+82
| | | | | | | | to <unistd.h> and confstr(3) per POSIX 1003.1-2008 Change confstr(_CS_PATH) to operate directly instead of calling sysctl(3) ports build tested by espie@
* confstr() should return 0, not (size_t)-1, on errors; from Guy Harris.otto2006-12-041-4/+4
| | | | ok millert@ and jmc@ for the man page bit.
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansification; checked by pvalderaadt2003-06-111-5/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
|
* Remove dead codetholo1996-09-151-4/+4
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+92