Module Name: src Committed By: ryo Date: Sat Nov 27 21:15:07 UTC 2021
Modified Files: src/sys/compat/linux32/arch/aarch64: syscalls.master src/sys/compat/linux32/arch/amd64: syscalls.master src/sys/compat/linux32/common: linux32_signal.h linux32_types.h linux32_unistd.c Log Message: Add pselect6(2) system call to COMPAT_LINUX32 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/linux32/arch/aarch64/syscalls.master cvs rdiff -u -r1.75 -r1.76 src/sys/compat/linux32/arch/amd64/syscalls.master cvs rdiff -u -r1.5 -r1.6 src/sys/compat/linux32/common/linux32_signal.h cvs rdiff -u -r1.17 -r1.18 src/sys/compat/linux32/common/linux32_types.h cvs rdiff -u -r1.43 -r1.44 src/sys/compat/linux32/common/linux32_unistd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.