Source-Changes archive

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

CVS commit: [thorpej-futex] src/sys



Module Name:    src
Committed By:   thorpej
Date:           Mon Dec 14 16:00:51 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_eventfd.c
        src/sys/sys [thorpej-futex]: eventfd.h

Log Message:
Native implementation of the Linux eventfd(2) API.


To generate a diff of this commit:
cvs rdiff -u -r1.53.2.1 -r1.53.2.2 src/sys/kern/files.kern
cvs rdiff -u -r0 -r1.1.2.1 src/sys/kern/sys_eventfd.c
cvs rdiff -u -r1.306.2.1 -r1.306.2.2 src/sys/kern/syscalls.master
cvs rdiff -u -r1.176 -r1.176.2.1 src/sys/sys/Makefile
cvs rdiff -u -r0 -r1.1.2.1 src/sys/sys/eventfd.h
cvs rdiff -u -r1.86 -r1.86.2.1 src/sys/sys/file.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