Linux emulation system call update.
authorHiten Pandya <hmp@dragonflybsd.org>
Thu, 11 Mar 2004 09:53:19 +0000 (09:53 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Thu, 11 Mar 2004 09:53:19 +0000 (09:53 +0000)
commit0bcec9ba2d445878c5803de52fcffe6b5592b11e
tree0b3e6af588e0ff647b7cdabe10b8d67082da045e
parent8b493eefb774ddef97048c7f7f742358eb7ad574
Linux emulation system call update.

Implement exit group of system calls needed for newer glibc binaries.
The system calls are just wired to exit(2) right now, because we do
not support Linux threading semantics very well.

The update actually originated from OpenBSD, which then went into
FreeBSD -HEAD CVS branch.

Obtained from: Rahul Siddharthan and Kip Macy (old version)
sys/emulation/linux/i386/linux_proto.h
sys/emulation/linux/i386/linux_syscall.h
sys/emulation/linux/i386/linux_sysent.c
sys/emulation/linux/i386/linux_union.h
sys/emulation/linux/i386/syscalls.master