freebsd-dev/lib/libc/amd64/sys
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
..
brk.S Fixed comparisons so that preposterously large (>= 0x80000000) brk values 1996-06-25 18:54:42 +00:00
cerror.S Fix a bogon in the pic + threadsafe version of cerror, it was missing 1996-05-10 16:43:47 +00:00
exect.S Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
Makefile.inc Add $Id$ to all, clean up multiple spaces 1994-02-21 05:19:06 +00:00
pipe.S Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
ptrace.S Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
reboot.S First round of changes to clean up the RCSID mess in libc: 1995-01-23 01:30:24 +00:00
sbrk.S Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
setlogin.S Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
sigreturn.S Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
vfork.S Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00