freebsd-dev/lib/libc/i386
Peter Wemm ea3d353444 Fix some rather interesting bugs that managed to not turn up in various
testing and real-life applications:
1) If you returned from the thread function, you got a segv instead of
  calling _exit() with your return code.
2) clean up some bogus stack management.  There was also an underflow
  on function return.
3) when making syscalls, the kernel is expecting to have to leave space
  for the function's return address.  We need to duplicate this.  It was
  an accident that the rfork syscall actually worked here. :-/
2000-07-29 11:34:01 +00:00
..
gen Fix some rather interesting bugs that managed to not turn up in various 2000-07-29 11:34:01 +00:00
net $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
stdlib $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
string $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
sys You need options USER_LDT in your kernel to use these functions. 2000-06-14 13:38:21 +00:00
DEFS.h Move ENTRY and ALTENTRY definitions to asm.h where they belong. 2000-01-20 03:15:01 +00:00
SYS.h Take care to avoid having "strong" and "weak" symbols of the same name in 2000-03-16 02:14:41 +00:00