DragonFly commits List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/emulation/linux/i386 linux_proto.h linux_syscall.h linux_sysent.c linux_union.h syscalls.master
hmp 2004/03/11 01:53:19 PST
DragonFly src repository
Modified files:
sys/emulation/linux/i386 linux_proto.h linux_syscall.h
linux_sysent.c linux_union.h
syscalls.master
Log:
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)
Revision Changes Path
1.12 +0 -0 src/sys/emulation/linux/i386/linux_proto.h
1.12 +2 -1 src/sys/emulation/linux/i386/linux_syscall.h
1.12 +46 -0 src/sys/emulation/linux/i386/linux_sysent.c
1.8 +0 -0 src/sys/emulation/linux/i386/linux_union.h
1.5 +47 -0 src/sys/emulation/linux/i386/syscalls.master
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/linux_proto.h.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/linux_syscall.h.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/linux_sysent.c.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/linux_union.h.diff?r1=1.7&r2=1.8&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/syscalls.master.diff?r1=1.4&r2=1.5&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]