Source-Changes archive

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

CVS commit: [netbsd-8] src/sys



Module Name:    src
Committed By:   snj
Date:           Wed Jul  5 20:04:40 UTC 2017

Modified Files:
        src/sys/kern [netbsd-8]: kern_event.c
        src/sys/miscfs/genfs [netbsd-8]: genfs_vnops.c
        src/sys/sys [netbsd-8]: event.h

Log Message:
Pull up following revision(s) (requested by christos in ticket #91):
        sys/kern/kern_event.c: revision 1.92
        sys/miscfs/genfs/genfs_vnops.c: revision 1.198
        sys/sys/event.h: revision 1.30
Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.
Makes go unit tests pass.
--
fix file descriptor locking (from joerg).
fixes kernel crashes by running go


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.91.2.1 src/sys/kern/kern_event.c
cvs rdiff -u -r1.195.4.1 -r1.195.4.2 src/sys/miscfs/genfs/genfs_vnops.c
cvs rdiff -u -r1.28 -r1.28.2.1 src/sys/sys/event.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