Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   christos
Date:           Sat Oct 31 01:08:32 UTC 2020

Modified Files:
        src/lib/libc/sys: kqueue.2
        src/sys/kern: kern_event.c
        src/sys/sys: event.h
        src/tests/lib/libc/sys: t_kevent.c

Log Message:
PR/55663: Ruslan Nikolaev: Add support for EVFILT_USER in kqueue(2)


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/kqueue.2
cvs rdiff -u -r1.107 -r1.108 src/sys/kern/kern_event.c
cvs rdiff -u -r1.38 -r1.39 src/sys/sys/event.h
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_kevent.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