1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/i386/linux
Peter Wemm ac2b067b9a Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
gcc's internal exit() prototypes and the (futile) hackery that we did to
try and avoid warnings.  main() was renamed for similar reasons.
Remove an exit related hack from makesyscalls.sh.
2000-07-29 00:16:28 +00:00
..
linprocfs
imgact_linux.c
linux_dummy.c Revert implementation of setfsuid and setfsgid due to security 2000-07-20 05:37:41 +00:00
linux_file.c
linux_genassym.c
linux_ioctl.c
linux_ioctl.h
linux_ipc.c
linux_locore.s
linux_mib.c
linux_mib.h
linux_misc.c Add bounds checking to stackgap_alloc. Previously it was possible 2000-07-23 16:54:18 +00:00
linux_proto.h
linux_signal.c
linux_socket.c
linux_stats.c
linux_syscall.h
linux_sysent.c
linux_sysvec.c Remove the only use of SCARG and perform dead code elimination. 2000-07-27 01:22:24 +00:00
linux_util.c Add bounds checking to stackgap_alloc. Previously it was possible 2000-07-23 16:54:18 +00:00
linux_util.h Remove the only use of SCARG and perform dead code elimination. 2000-07-27 01:22:24 +00:00
linux.h
Makefile
syscalls.conf
syscalls.master Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping 2000-07-29 00:16:28 +00:00