freebsd-dev/lib/libc/i386
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
..
gen Fix a bug caused by the collision of a local assembler label with another 1996-05-11 13:28:11 +00:00
net This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
stdlib This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
string This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
sys Fixed comparisons so that preposterously large (>= 0x80000000) brk values 1996-06-25 18:54:42 +00:00
DEFS.h Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
SYS.h Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00