Source-Changes archive

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

CVS commit: src/sys/compat



Module Name:    src
Committed By:   njoly
Date:           Sun Oct 19 09:44:31 UTC 2008

Modified Files:
        src/sys/compat/linux/arch/amd64: linux_machdep.c
        src/sys/compat/linux/arch/i386: linux_machdep.c
        src/sys/compat/linux/common: linux_siginfo.h linux_signal.c
            linux_signal.h
        src/sys/compat/linux32/arch/amd64: linux32_machdep.c

Log Message:
Add native to linux siginfo si_code translation, mostly for negative
values. Adjust amd64 and i386 accordingly, not sure about aother archs
i can't test.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/compat/linux/arch/amd64/linux_machdep.c
cvs rdiff -r1.138 -r1.139 src/sys/compat/linux/arch/i386/linux_machdep.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/linux/common/linux_siginfo.h
cvs rdiff -r1.63 -r1.64 src/sys/compat/linux/common/linux_signal.c
cvs rdiff -r1.28 -r1.29 src/sys/compat/linux/common/linux_signal.h
cvs rdiff -r1.19 -r1.20 src/sys/compat/linux32/arch/amd64/linux32_machdep.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