freebsd-dev/lib/libc
Peter Wemm 9f375c3252 Give up on the "try and compensate for broken programs" cruft and revert
back to the original single nanosleep() implementation.  This is POSIX and
Unix98 (aka single-unix spec v2) compliant behavior.  If a program sets
alarm(2) or an interval timer (setitimer(2)) without a SIGALRM handler
being active, sleep(3) will no longer absorb it, and the program will get
what it asked for..... :-]

The original reason for this in the first place (apache) doesn't seem to
need it anymore, according to Andrey.

Reviewed by: ache, bde
1997-10-15 14:06:15 +00:00
..
amd64 Moved `SRCS+= frexp.c' to the correct Makefile.inc. 1997-10-14 07:43:33 +00:00
compat-43 kill the undead 1997-07-13 14:26:00 +00:00
db Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> 1997-09-24 20:38:12 +00:00
gen Give up on the "try and compensate for broken programs" cruft and revert 1997-10-15 14:06:15 +00:00
gmon Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00
i386 Moved `SRCS+= frexp.c' to the correct Makefile.inc. 1997-10-14 07:43:33 +00:00
locale Use revived __maskrune for digittoint 1997-09-27 04:34:35 +00:00
net Some adjustments for the resolver use of poll(). For some reason I thought 1997-09-16 06:03:54 +00:00
nls Plug even more failure memory leaks 1997-05-10 04:40:40 +00:00
quad Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00
regex Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00
rpc Correct a bug in the 'allow arbitrary number of socket descriptors' changes 1997-10-14 21:50:17 +00:00
stdio Rework previous commit.. I was confused by the number of diffs in the PR 1997-07-06 08:42:37 +00:00
stdlib environmental -> environment. 1997-09-18 06:55:21 +00:00
stdtime Merged in better support of ISO 8601 from elsie.nci.nih.gov. 1997-10-03 19:06:57 +00:00
string Added bounds checking to the example after chasing down someone's 1997-07-26 00:47:06 +00:00
sys Add the AIO/LIO to libc. They aren't fully done yet, but have been in the 1997-10-10 05:48:16 +00:00
xdr Restore Id. 1997-05-28 16:29:12 +00:00
yp Use ${DESTDIR} correctly in front of absolute paths. 1997-05-23 08:24:00 +00:00
Makefile Use ${DESTDIR} correctly in front of absolute paths. 1997-05-23 08:24:00 +00:00
Makefile.inc Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00