Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   christos
Date:           Thu Sep 18 15:57:04 UTC 2008

Modified Files:
        src/sys/arch/amd64/amd64: machdep.c
        src/sys/arch/i386/i386: machdep.c
        src/sys/arch/x86/include: psl.h
        src/sys/compat/linux/arch/amd64: linux_machdep.c
        src/sys/compat/linux/arch/i386: linux_machdep.c
        src/sys/compat/linux32/arch/amd64: linux32_machdep.c

Log Message:
Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal delivery
and use it everywhere.


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.641 -r1.642 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/include/psl.h
cvs rdiff -r1.31 -r1.32 src/sys/compat/linux/arch/amd64/linux_machdep.c
cvs rdiff -r1.137 -r1.138 src/sys/compat/linux/arch/i386/linux_machdep.c
cvs rdiff -r1.17 -r1.18 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