summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/initgroups.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
| | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-1/+2
| | | | Delete unused 'fd' argument from internal function oldttyname()
* Move to the <limits.h> universe.deraadt2015-01-161-5/+4
| | | | review by millert, binary checking process with doug, concept with guenther
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify function definitions and zap some `register'jfb2004-05-181-4/+2
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* initgroups(3) should not spew to stderr; giles@nemeton.com.aumillert1999-03-291-7/+3
| | | | Also document the NGROUPS limit.
* Fix compiler warnings.millert1997-08-241-1/+2
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Prototype internal functionstholo1996-03-251-2/+3
| | | | Do the right thing in presense of __STDC__
* initial import of NetBSD treederaadt1995-10-181-0/+65