summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sleep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix SCM ID's.obrien2002-02-011-4/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-2/+3
* Take care to avoid having "strong" and "weak" symbols of the same name injasone2000-03-161-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-3/+2
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsache1998-09-081-28/+16
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...dillon1998-09-061-17/+29
* Use INT_MAX instead of LONG_MAX since the variable being comparedjb1998-09-051-4/+4
* Fix LONG_MAX overflowingache1997-10-171-10/+21
* Copy time_to_sleep to time_remaining since it can be leftache1997-10-161-0/+1
* Cleanup #includesache1997-10-161-2/+1
* Give up on the "try and compensate for broken programs" cruft and revertpeter1997-10-151-70/+0
* Back out itimerfix hack since nanosleep1 fixed nowache1997-08-131-58/+19
* Rearrange itimerfix loop doing it inside SIGALRM handling sectionache1997-08-121-19/+20
* Solve itimerfix() problem completely by using loop in 100000000 secs chunksache1997-08-121-0/+19
* Back out my installation of SIGALRM handler even if it is blockedache1997-08-121-19/+29
* Make itimerfix hack better: return the time we can't sleep at onceache1997-08-121-12/+20
* Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting thejoerg1997-08-101-0/+16
* Make sleep() and usleep() "eat" any stray SIGALRM signals during thepeter1997-07-181-25/+15
* Re-activate the nanosleep style using code, but with the signal handlingpeter1997-06-021-53/+1
* Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled withpeter1997-06-011-9/+59
* Update the nanosleep versions to set a SIGALRM handler while sleeping.peter1997-05-181-2/+9
* round-up non-zero nanoseconds in #ifdef'ed code.peter1997-05-171-0/+2
* Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forpeter1997-05-171-19/+18
* Temporarily restore old (itimer) sleep variant because new oneache1997-05-171-9/+70
* Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)peter1997-05-121-70/+9
* ts_sec -> tv_secnate1996-09-201-3/+3
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+20
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+97
OpenPOWER on IntegriCloud