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

2021-01-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 3 16:14:04 UTC 2021 Modified Files: src/sys/compat/linux32/common [thorpej-futex]: linux32_ioctl.c Log Message: Handle timerfd ioctls. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.8.1 src/sys/compat/li

CVS commit: [thorpej-futex] src/sys/compat/linux32/arch/amd64

2021-01-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 3 16:13:07 UTC 2021 Modified Files: src/sys/compat/linux32/arch/amd64 [thorpej-futex]: linux32_syscall.h linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c linux32_systrace_args.c Log Messa

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

2021-01-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 3 16:12:44 UTC 2021 Modified Files: src/sys/compat/linux32/arch/amd64 [thorpej-futex]: syscalls.master src/sys/compat/linux32/common [thorpej-futex]: linux32_misc.c Log Message: Add preadv(2) and pwritev(2). To

CVS commit: [thorpej-futex] src/sys/compat/linux32/arch/amd64

2020-12-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Dec 17 03:05:50 UTC 2020 Modified Files: src/sys/compat/linux32/arch/amd64 [thorpej-futex]: linux32_syscall.h linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c linux32_systrace_args.c Log Messa

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

2020-12-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Dec 17 03:05:32 UTC 2020 Modified Files: src/sys/compat/linux32/arch/amd64 [thorpej-futex]: syscalls.master src/sys/compat/linux32/common [thorpej-futex]: linux32_sched.h linux32_time.c Log Message: Add PO

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

2020-12-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Dec 17 03:02:07 UTC 2020 Modified Files: src/sys/compat/linux32/common [thorpej-futex]: linux32_misc.c Log Message: Remove a redundant prototype. To generate a diff of this commit: cvs rdiff -u -r1.30.2.1 -r1.30.2.2 \ s

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

2020-12-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Dec 17 03:00:28 UTC 2020 Modified Files: src/sys/compat/linux32/arch/amd64 [thorpej-futex]: linux32_siginfo.h src/sys/compat/linux32/common [thorpej-futex]: linux32_siginfo.h linux32_signal.c Added Files:

CVS commit: [thorpej-futex] src/sys/compat/linux32/arch/amd64

2020-12-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 16 03:08:01 UTC 2020 Modified Files: src/sys/compat/linux32/arch/amd64 [thorpej-futex]: linux32_syscall.h linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c linux32_systrace_args.c Log Messa

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

2020-12-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 16 03:07:43 UTC 2020 Modified Files: src/sys/compat/linux32/arch/amd64 [thorpej-futex]: syscalls.master src/sys/compat/linux32/common [thorpej-futex]: linux32_misc.c Log Message: Add eventfd glue to COMPAT_LINUX32