summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/confstr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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