Source-Changes archive

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

CVS commit: src/sys/compat/linux/common



Module Name:    src
Committed By:   njoly
Date:           Mon Feb  5 18:31:36 UTC 2007

Modified Files:
        src/sys/compat/linux/common: linux_emuldata.h linux_sched.c

Log Message:
Add a new linux_emuldata_shared flag value LINUX_LES_USE_NPTL to allow
both NPTL and old linuxthreads behaviour depending on process needs.

Apply to exit_group(), getpid() and getppid() to share them between
compat linux32 (non NPTL) and compat linux (NPTL) on amd64.

ok by manu and christos


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/compat/linux/common/linux_emuldata.h
cvs rdiff -r1.38 -r1.39 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