index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
usleep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix many "function declaration isn't a prototype" warnings in libc.
ed
2009-12-05
1
-2
/
+1
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Make usleep() overridable by the thread libraries so they can provide
deischen
2005-08-03
1
-1
/
+4
*
Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate.
mike
2002-12-29
1
-1
/
+1
*
Fix SCM ID's.
obrien
2002-02-01
1
-4
/
+2
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-0
/
+2
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-1
/
+1
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Don't check for the unlikely case of useconds == 0 here. The kernel
bde
1997-11-20
1
-7
/
+4
*
Back out part of OpenGroup specs about limiting max arg since it may break
ache
1997-10-22
1
-8
/
+3
*
Changes in spirit of OpenGroup Singe Unix specs:
ache
1997-10-22
1
-5
/
+11
*
Add $Id
ache
1997-10-17
1
-0
/
+4
*
Cleanup #includes
ache
1997-10-16
1
-3
/
+1
*
Remove old SIGALRM absorbing back-compat code. It wasn't working at all
peter
1997-10-15
1
-83
/
+1
*
Oops, fix logic for previous commit
ache
1997-08-14
1
-5
/
+5
*
Break loop if error != EINTR occurse or it can take forever with
ache
1997-08-14
1
-2
/
+5
*
Handle syscalls error return slightly better
ache
1997-08-13
1
-6
/
+12
*
Back out my installation of SIGALRM handler even if it is blocked
ache
1997-08-12
1
-19
/
+29
*
1) Make usleep() terminateable by alarm (or ualarm) as supposed
ache
1997-08-12
1
-4
/
+8
*
Make sleep() and usleep() "eat" any stray SIGALRM signals during the
peter
1997-07-18
1
-24
/
+14
*
Re-activate the nanosleep style using code, but with the signal handling
peter
1997-06-02
1
-57
/
+1
*
Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled with
peter
1997-06-01
1
-8
/
+58
*
Update the nanosleep versions to set a SIGALRM handler while sleeping.
peter
1997-05-18
1
-1
/
+9
*
if nanosleep returns too early, loop. usleep() does not have a return
peter
1997-05-17
1
-2
/
+7
*
Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() for
peter
1997-05-17
1
-15
/
+15
*
Fix typo from previous commit (tsvsec --> tv_sec).
alex
1996-09-23
1
-1
/
+1
*
ts_sec -> tv_sec
nate
1996-09-20
1
-2
/
+2
*
Reviewed by: julian and (hsu?)
julian
1996-01-22
1
-1
/
+18
*
Minor cleanup, mostly unused vars and missing #includes.
phk
1995-10-22
1
-1
/
+1
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+99