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:   manu
Date:           Wed Jun 22 15:10:51 UTC 2005

Modified Files:
        src/sys/compat/linux/arch/amd64: linux_machdep.c linux_syscall.h
            linux_syscallargs.h linux_syscalls.c linux_sysent.c syscalls.master
        src/sys/compat/linux/common: linux_emuldata.h linux_exec.c
            linux_sched.c

Log Message:
Implent CLONE_PARENT_SETTID, CLONE_CHILD_CLEARTID, and CLONE_CHILD_SETTID
options to clone(). This makes fork() work on amd64.

clone() prototype has changed and the changes is probably revelant on some
other arches.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/compat/linux/arch/amd64/linux_machdep.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux/arch/amd64/linux_syscall.h \
    src/sys/compat/linux/arch/amd64/linux_syscallargs.h \
    src/sys/compat/linux/arch/amd64/linux_syscalls.c \
    src/sys/compat/linux/arch/amd64/linux_sysent.c \
    src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -r1.7 -r1.8 src/sys/compat/linux/common/linux_emuldata.h
cvs rdiff -r1.76 -r1.77 src/sys/compat/linux/common/linux_exec.c
cvs rdiff -r1.18 -r1.19 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