freebsd-dev/lib/libc
Bruce Evans 95c715795a Fixed comparisons so that preposterously large (>= 0x80000000) brk values
aren't silently converted to minbrk.  This stops malloc(INT_MAX) from
dumping core.  Small values are still silently converted.  They should
be an error.  sbrk() doesn't do any range checking or conversions or
overflow checking.

Moved PIC_EPILOGUE invocation to a more natural place where it
obviously doesn't interfere with the comparison.
1996-06-25 18:54:42 +00:00
..
amd64 Fixed comparisons so that preposterously large (>= 0x80000000) brk values 1996-06-25 18:54:42 +00:00
compat-43 Added missing section numbers to a bunch of .Xr macros, or 1996-03-27 20:49:07 +00:00
db
gen Specify that daemon(3) returns int, and standardise the 1996-06-22 23:46:00 +00:00
gmon Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
i386 Fixed comparisons so that preposterously large (>= 0x80000000) brk values 1996-06-25 18:54:42 +00:00
locale Fixed longstanding namespace convolution involving rune_t vs wchar_t. 1996-05-01 00:40:10 +00:00
net Add RCS Id and fix date. 1996-06-17 20:12:53 +00:00
nls
quad
regex 8bit clean fixes 1996-03-25 14:34:26 +00:00
rpc Code cleanup: 1996-06-11 17:22:51 +00:00
stdio Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer 1996-06-22 10:34:15 +00:00
stdlib Oops, replace a rather important line that was lost in transit 8-( 1996-06-08 15:28:11 +00:00
stdtime Removed false copyrights... 1996-05-27 06:54:03 +00:00
string Use better approximation if collate info not available. 1996-06-09 14:56:08 +00:00
sys Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> 1996-06-22 18:05:15 +00:00
xdr
yp Code clean up: 1996-06-04 17:35:15 +00:00
Makefile