summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/usleep.c
Commit message (Expand)AuthorAgeFilesLines
* Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate.mike2002-12-291-1/+1
* Fix SCM ID's.obrien2002-02-011-4/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't check for the unlikely case of useconds == 0 here. The kernelbde1997-11-201-7/+4
* Back out part of OpenGroup specs about limiting max arg since it may breakache1997-10-221-8/+3
* Changes in spirit of OpenGroup Singe Unix specs:ache1997-10-221-5/+11
* Add $Idache1997-10-171-0/+4
* Cleanup #includesache1997-10-161-3/+1
* Remove old SIGALRM absorbing back-compat code. It wasn't working at allpeter1997-10-151-83/+1
* Oops, fix logic for previous commitache1997-08-141-5/+5
* Break loop if error != EINTR occurse or it can take forever withache1997-08-141-2/+5
* Handle syscalls error return slightly betterache1997-08-131-6/+12
* Back out my installation of SIGALRM handler even if it is blockedache1997-08-121-19/+29
* 1) Make usleep() terminateable by alarm (or ualarm) as supposedache1997-08-121-4/+8
* Make sleep() and usleep() "eat" any stray SIGALRM signals during thepeter1997-07-181-24/+14
* Re-activate the nanosleep style using code, but with the signal handlingpeter1997-06-021-57/+1
* Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled withpeter1997-06-011-8/+58
* Update the nanosleep versions to set a SIGALRM handler while sleeping.peter1997-05-181-1/+9
* if nanosleep returns too early, loop. usleep() does not have a returnpeter1997-05-171-2/+7
* Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forpeter1997-05-171-15/+15
* Fix typo from previous commit (tsvsec --> tv_sec).alex1996-09-231-1/+1
* ts_sec -> tv_secnate1996-09-201-2/+2
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+18
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+99
OpenPOWER on IntegriCloud