Module Name: src Committed By: thorpej Date: Mon Dec 14 16:53:37 UTC 2020
Modified Files: src/sys/kern [thorpej-futex]: files.kern syscalls.master src/sys/sys [thorpej-futex]: Makefile file.h Added Files: src/sys/kern [thorpej-futex]: sys_timerfd.c src/sys/sys [thorpej-futex]: timerfd.h Log Message: Native implementation of the Linux timerfd API. To generate a diff of this commit: cvs rdiff -u -r1.53.2.2 -r1.53.2.3 src/sys/kern/files.kern cvs rdiff -u -r0 -r1.1.2.1 src/sys/kern/sys_timerfd.c cvs rdiff -u -r1.306.2.2 -r1.306.2.3 src/sys/kern/syscalls.master cvs rdiff -u -r1.176.2.1 -r1.176.2.2 src/sys/sys/Makefile cvs rdiff -u -r1.86.2.1 -r1.86.2.2 src/sys/sys/file.h cvs rdiff -u -r0 -r1.1.2.1 src/sys/sys/timerfd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.