summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sleep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-051-2/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix SCM ID's.David E. O'Brien2002-02-011-4/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-2/+3
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-161-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-3/+2
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsAndrey A. Chernov1998-09-081-28/+16
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...Matthew Dillon1998-09-061-17/+29
* Use INT_MAX instead of LONG_MAX since the variable being comparedJohn Birrell1998-09-051-4/+4
* Fix LONG_MAX overflowingAndrey A. Chernov1997-10-171-10/+21
* Copy time_to_sleep to time_remaining since it can be leftAndrey A. Chernov1997-10-161-0/+1
* Cleanup #includesAndrey A. Chernov1997-10-161-2/+1
* Give up on the "try and compensate for broken programs" cruft and revertPeter Wemm1997-10-151-70/+0
* Back out itimerfix hack since nanosleep1 fixed nowAndrey A. Chernov1997-08-131-58/+19
* Rearrange itimerfix loop doing it inside SIGALRM handling sectionAndrey A. Chernov1997-08-121-19/+20
* Solve itimerfix() problem completely by using loop in 100000000 secs chunksAndrey A. Chernov1997-08-121-0/+19
* Back out my installation of SIGALRM handler even if it is blockedAndrey A. Chernov1997-08-121-19/+29
* Make itimerfix hack better: return the time we can't sleep at onceAndrey A. Chernov1997-08-121-12/+20
* Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting theJoerg Wunsch1997-08-101-0/+16
* Make sleep() and usleep() "eat" any stray SIGALRM signals during thePeter Wemm1997-07-181-25/+15
* Re-activate the nanosleep style using code, but with the signal handlingPeter Wemm1997-06-021-53/+1
* Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled withPeter Wemm1997-06-011-9/+59
* Update the nanosleep versions to set a SIGALRM handler while sleeping.Peter Wemm1997-05-181-2/+9
* round-up non-zero nanoseconds in #ifdef'ed code.Peter Wemm1997-05-171-0/+2
* Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forPeter Wemm1997-05-171-19/+18
* Temporarily restore old (itimer) sleep variant because new oneAndrey A. Chernov1997-05-171-9/+70
* Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)Peter Wemm1997-05-121-70/+9
* ts_sec -> tv_secNate Williams1996-09-201-3/+3
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-0/+20
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+97