aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/usleep.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove names from some prototypesCraig Rodrigues2015-09-201-1/+1
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+2
* Reduce the size of the interposing table and amount ofKonstantin Belousov2015-01-111-13/+5
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-3/+14
* 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
* Make usleep() overridable by the thread libraries so they can provideDaniel Eischen2005-08-031-1/+4
* Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate.Mike Barcroft2002-12-291-1/+1
* 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-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't check for the unlikely case of useconds == 0 here. The kernelBruce Evans1997-11-201-7/+4
* Back out part of OpenGroup specs about limiting max arg since it may breakAndrey A. Chernov1997-10-221-8/+3
* Changes in spirit of OpenGroup Singe Unix specs:Andrey A. Chernov1997-10-221-5/+11
* Add $IdAndrey A. Chernov1997-10-171-0/+4
* Cleanup #includesAndrey A. Chernov1997-10-161-3/+1
* Remove old SIGALRM absorbing back-compat code. It wasn't working at allPeter Wemm1997-10-151-83/+1
* Oops, fix logic for previous commitAndrey A. Chernov1997-08-141-5/+5
* Break loop if error != EINTR occurse or it can take forever withAndrey A. Chernov1997-08-141-2/+5
* Handle syscalls error return slightly betterAndrey A. Chernov1997-08-131-6/+12
* Back out my installation of SIGALRM handler even if it is blockedAndrey A. Chernov1997-08-121-19/+29
* 1) Make usleep() terminateable by alarm (or ualarm) as supposedAndrey A. Chernov1997-08-121-4/+8
* Make sleep() and usleep() "eat" any stray SIGALRM signals during thePeter Wemm1997-07-181-24/+14
* Re-activate the nanosleep style using code, but with the signal handlingPeter Wemm1997-06-021-57/+1
* Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled withPeter Wemm1997-06-011-8/+58
* Update the nanosleep versions to set a SIGALRM handler while sleeping.Peter Wemm1997-05-181-1/+9
* if nanosleep returns too early, loop. usleep() does not have a returnPeter Wemm1997-05-171-2/+7
* Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forPeter Wemm1997-05-171-15/+15
* Fix typo from previous commit (tsvsec --> tv_sec).Alexander Langer1996-09-231-1/+1
* ts_sec -> tv_secNate Williams1996-09-201-2/+2
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-1/+18
* 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/+99