Source-Changes archive

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

CVS commit: src/sys/compat/linux32



Module Name:    src
Committed By:   njoly
Date:           Tue May 20 17:31:56 UTC 2008

Modified Files:
        src/sys/compat/linux32/arch/amd64: files.linux32_amd64 syscalls.master
Added Files:
        src/sys/compat/linux32/common: linux32_ipc.h linux32_ipccall.c
            linux32_sem.h linux32_shm.h

Log Message:
Add compat linux32 ipc(2) syscall support, for shared memory and
semaphores.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/compat/linux32/arch/amd64/files.linux32_amd64
cvs rdiff -r1.33 -r1.34 src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -r0 -r1.1 src/sys/compat/linux32/common/linux32_ipc.h \
    src/sys/compat/linux32/common/linux32_ipccall.c \
    src/sys/compat/linux32/common/linux32_sem.h \
    src/sys/compat/linux32/common/linux32_shm.h

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