summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/confstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Oops: confstr()'s return value should include the NUL in its countguenther2013-03-071-5/+5
* Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesguenther2013-03-011-30/+82
* confstr() should return 0, not (size_t)-1, on errors; from Guy Harris.otto2006-12-041-4/+4
* zap remaining rcsid.espie2005-08-081-4/+1
* ansification; checked by pvalderaadt2003-06-111-5/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
* Remove dead codetholo1996-09-151-4/+4
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+92