summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sleep.c
Commit message (Expand)AuthorAgeFilesLines
* 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