Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat/linux



Module Name:    src
Committed By:   jdolecek
Date:           Wed Sep  8 19:45:22 UTC 2004

Modified Files:
        src/sys/compat/linux/arch/alpha: syscalls.master
        src/sys/compat/linux/arch/arm: syscalls.master
        src/sys/compat/linux/arch/i386: syscalls.master
        src/sys/compat/linux/arch/mips: syscalls.master
        src/sys/compat/linux/arch/powerpc: syscalls.master
        src/sys/compat/linux/common: linux_sched.c

Log Message:
implement basic exit_group(2), which just terminates calling thread;
apparently not many apps use thread groups yet, at least not with default
SuSE 9.1 libraries, so this is enough for now


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/compat/linux/arch/alpha/syscalls.master
cvs rdiff -r1.17 -r1.18 src/sys/compat/linux/arch/arm/syscalls.master
cvs rdiff -r1.69 -r1.70 src/sys/compat/linux/arch/i386/syscalls.master
cvs rdiff -r1.14 -r1.15 src/sys/compat/linux/arch/mips/syscalls.master
cvs rdiff -r1.18 -r1.19 src/sys/compat/linux/arch/powerpc/syscalls.master
cvs rdiff -r1.13 -r1.14 src/sys/compat/linux/common/linux_sched.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index