Source-Changes archive

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

CVS commit: [netbsd-6] src/sys/compat/linux32



Module Name:    src
Committed By:   riz
Date:           Sat May 19 15:19:43 UTC 2012

Modified Files:
        src/sys/compat/linux32/arch/amd64 [netbsd-6]: linux32_syscall.h
            linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c
            syscalls.master
        src/sys/compat/linux32/common [netbsd-6]: linux32_signal.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #263):
        sys/compat/linux32/arch/amd64/linux32_syscallargs.h: revision 1.66
        sys/compat/linux32/arch/amd64/syscalls.master: revision 1.61
        sys/compat/linux32/common/linux32_signal.c: revision 1.16
        sys/compat/linux32/arch/amd64/linux32_syscall.h: revision 1.66
        sys/compat/linux32/arch/amd64/linux32_sysent.c: revision 1.66
        sys/compat/linux32/arch/amd64/linux32_syscalls.c: revision 1.66
regen
Fix rt_sigtimedwait():
It is wishful thinking that:
    1. declaring a 32 bit syscall with 64 bit pointers
    2. passing a struct with 32 bit pointers to a 64 bit function
is going to work.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.65.6.1 \
    src/sys/compat/linux32/arch/amd64/linux32_syscall.h \
    src/sys/compat/linux32/arch/amd64/linux32_syscallargs.h \
    src/sys/compat/linux32/arch/amd64/linux32_syscalls.c \
    src/sys/compat/linux32/arch/amd64/linux32_sysent.c
cvs rdiff -u -r1.60 -r1.60.6.1 \
    src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -u -r1.15 -r1.15.6.1 src/sys/compat/linux32/common/linux32_signal.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