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
/
sleep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-2
/
+3
*
Take care to avoid having "strong" and "weak" symbols of the same name in
jasone
2000-03-16
1
-0
/
+2
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-3
/
+2
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-3
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
restore rev 1.23 to give clear SIGALRM handling example, 68 years
ache
1998-09-08
1
-28
/
+16
*
Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...
dillon
1998-09-06
1
-17
/
+29
*
Use INT_MAX instead of LONG_MAX since the variable being compared
jb
1998-09-05
1
-4
/
+4
*
Fix LONG_MAX overflowing
ache
1997-10-17
1
-10
/
+21
*
Copy time_to_sleep to time_remaining since it can be left
ache
1997-10-16
1
-0
/
+1
*
Cleanup #includes
ache
1997-10-16
1
-2
/
+1
*
Give up on the "try and compensate for broken programs" cruft and revert
peter
1997-10-15
1
-70
/
+0
*
Back out itimerfix hack since nanosleep1 fixed now
ache
1997-08-13
1
-58
/
+19
*
Rearrange itimerfix loop doing it inside SIGALRM handling section
ache
1997-08-12
1
-19
/
+20
*
Solve itimerfix() problem completely by using loop in 100000000 secs chunks
ache
1997-08-12
1
-0
/
+19
*
Back out my installation of SIGALRM handler even if it is blocked
ache
1997-08-12
1
-19
/
+29
*
Make itimerfix hack better: return the time we can't sleep at once
ache
1997-08-12
1
-12
/
+20
*
Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting the
joerg
1997-08-10
1
-0
/
+16
*
Make sleep() and usleep() "eat" any stray SIGALRM signals during the
peter
1997-07-18
1
-25
/
+15
*
Re-activate the nanosleep style using code, but with the signal handling
peter
1997-06-02
1
-53
/
+1
*
Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled with
peter
1997-06-01
1
-9
/
+59
*
Update the nanosleep versions to set a SIGALRM handler while sleeping.
peter
1997-05-18
1
-2
/
+9
*
round-up non-zero nanoseconds in #ifdef'ed code.
peter
1997-05-17
1
-0
/
+2
*
Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() for
peter
1997-05-17
1
-19
/
+18
*
Temporarily restore old (itimer) sleep variant because new one
ache
1997-05-17
1
-9
/
+70
*
Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)
peter
1997-05-12
1
-70
/
+9
*
ts_sec -> tv_sec
nate
1996-09-20
1
-3
/
+3
*
Reviewed by: julian and (hsu?)
julian
1996-01-22
1
-0
/
+20
*
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
/
+97