summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sleep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha2021-01-071-4/+1
* sleep(3) is supposed to return zero when it sleeps the entire amountguenther2009-12-141-3/+3
* zap remaining rcsid.espie2005-08-081-4/+1
* ansify function definitions and zap some `register'jfb2004-05-181-3/+2
* pull in headersderaadt2003-06-251-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Use nanosleep(2)tholo1997-04-251-82/+9
* if interrupted, return time unslept; from phil nelsonderaadt1996-09-301-3/+4
* Remove dead codetholo1996-09-151-3/+5
* Fix RCS idstholo1996-08-191-7/+1
* signal mask repair, netbsd pr#2442deraadt1996-05-261-9/+4
* Eliminate race by stopping timer before restarting it with remaining timederaadt1995-10-281-7/+25
* initial import of NetBSD treederaadt1995-10-181-0/+119