Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be | 2017-09-10 | 1 | -2/+2 | |
| | | | | | | | cancellation points in POSIX, so change them to invoke the non-cancellation point versions of open(), close(), nanosleep(), and write() ok deraadt@ millert@ | ||||
* | delete old lint ARGSUSED comments | 2015-11-01 | 1 | -2/+1 | |
| | |||||
* | Remove unnecessary includes now that we are no longer using select() | 2014-10-10 | 1 | -9/+2 | |
| | | | | | (or struct timeval). Instead, we should include time.h for the nanosleep() prototype and struct timespec. OK dlg@ | ||||
* | replace the use of select() for a short sleep with nanosleep(). | 2014-10-09 | 1 | -4/+5 | |
| | | | | ok deraadt@ guenther@ | ||||
* | zap rcsid | 2005-08-05 | 1 | -4/+1 | |
| | |||||
* | ansification; checked by pval | 2003-06-11 | 1 | -3/+2 | |
| | |||||
* | 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. | ||||
* | Remove dead code | 1996-09-15 | 1 | -1/+2 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+69 | |