Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -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 symbols | 2015-09-12 | 1 | -1/+2 | |
| | | | | Delete unused 'fd' argument from internal function oldttyname() | ||||
* | Move to the <limits.h> universe. | 2015-01-16 | 1 | -5/+4 | |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -4/+2 | |
| | | | | ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | initgroups(3) should not spew to stderr; giles@nemeton.com.au | 1999-03-29 | 1 | -7/+3 | |
| | | | | Also document the NGROUPS limit. | ||||
* | Fix compiler warnings. | 1997-08-24 | 1 | -1/+2 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | Prototype internal functions | 1996-03-25 | 1 | -2/+3 | |
| | | | | Do the right thing in presense of __STDC__ | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+65 | |