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:   christos
Date:           Sat Oct 25 23:38:28 UTC 2008

Modified Files:
        src/sys/compat/linux/arch/amd64: linux_exec_machdep.c
        src/sys/compat/linux/arch/i386: linux_exec_machdep.c linux_machdep.c
            linux_machdep.h linux_siginfo.h syscalls.master
        src/sys/compat/linux/common: linux_exec.h linux_sched.c

Log Message:
Add preliminary tls support for i386. Does not work yet. From FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/compat/linux/arch/amd64/linux_exec_machdep.c
cvs rdiff -r1.5 -r1.6 src/sys/compat/linux/arch/i386/linux_exec_machdep.c \
    src/sys/compat/linux/arch/i386/linux_siginfo.h
cvs rdiff -r1.140 -r1.141 src/sys/compat/linux/arch/i386/linux_machdep.c
cvs rdiff -r1.33 -r1.34 src/sys/compat/linux/arch/i386/linux_machdep.h
cvs rdiff -r1.91 -r1.92 src/sys/compat/linux/arch/i386/syscalls.master
cvs rdiff -r1.43 -r1.44 src/sys/compat/linux/common/linux_exec.h
cvs rdiff -r1.57 -r1.58 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