Source-Changes archive

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

CVS commit: [thorpej-futex] src/sys/compat/linux



Module Name:    src
Committed By:   thorpej
Date:           Tue Dec 15 14:07:21 UTC 2020

Modified Files:
        src/sys/compat/linux/arch/alpha [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/amd64 [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/arm [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/i386 [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/m68k [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/mips [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/powerpc [thorpej-futex]: syscalls.master
        src/sys/compat/linux/common [thorpej-futex]: linux_ioctl.c
            linux_ioctl.h linux_misc.c linux_sched.h linux_sigevent.h
            linux_signal.c linux_time.c

Log Message:
Add Linux eventfd, timerfd, and POSIX timer calls.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.97.2.1 \
    src/sys/compat/linux/arch/alpha/syscalls.master
cvs rdiff -u -r1.62 -r1.62.2.1 \
    src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -u -r1.69 -r1.69.2.1 src/sys/compat/linux/arch/arm/syscalls.master
cvs rdiff -u -r1.124 -r1.124.2.1 \
    src/sys/compat/linux/arch/i386/syscalls.master
cvs rdiff -u -r1.95 -r1.95.2.1 src/sys/compat/linux/arch/m68k/syscalls.master
cvs rdiff -u -r1.68 -r1.68.2.1 src/sys/compat/linux/arch/mips/syscalls.master
cvs rdiff -u -r1.74 -r1.74.2.1 \
    src/sys/compat/linux/arch/powerpc/syscalls.master
cvs rdiff -u -r1.58 -r1.58.42.1 src/sys/compat/linux/common/linux_ioctl.c
cvs rdiff -u -r1.27 -r1.27.46.1 src/sys/compat/linux/common/linux_ioctl.h
cvs rdiff -u -r1.251 -r1.251.2.1 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -u -r1.8 -r1.8.64.1 src/sys/compat/linux/common/linux_sched.h
cvs rdiff -u -r1.2 -r1.2.100.1 src/sys/compat/linux/common/linux_sigevent.h
cvs rdiff -u -r1.83 -r1.83.2.1 src/sys/compat/linux/common/linux_signal.c
cvs rdiff -u -r1.39 -r1.39.16.1 src/sys/compat/linux/common/linux_time.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