summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_event.c
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-2/+3
* o Make kqueue's filt_procattach() function use the error value returnedrwatson2001-04-121-2/+3
* Add an EV_SET() convenience macro for initializing struct kevent priorjlemon2001-02-241-1/+1
* Fix typo in comment (knode -> knote).jlemon2001-02-231-1/+1
* Extend kqueue down to the device layer.jlemon2001-02-151-69/+38
* Proc locking.jhb2001-01-241-2/+4
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-11/+28
* o Centralize inter-process access control, introducing:rwatson2000-08-301-1/+1
* Fix bug with timeout; previously, when attempting to poll the kqueue byjlemon2000-08-071-14/+22
* Back out rev 1.12; its not clear that this is the right thing to do,jlemon2000-08-011-2/+5
* Fix warnings - make kevent args in comment match those in syscalls.master.peter2000-07-281-4/+4
* Have kevent() automatically restart if interrupted by a signal. If thisjlemon2000-07-271-5/+2
* Fix a bug which would cause some knotes to get lost when two kqueuesjlemon2000-07-181-1/+2
* Simplify kqueue API slightly.jlemon2000-07-181-20/+16
* Report a file type (S_IFIFO) in kqueue_stat().chris2000-06-281-0/+1
* Add code so that the udata field is preserved across a TRACK event.jlemon2000-06-221-9/+18
* malloc(..., M_WAITOK) will not return NULL, so remove the errorjlemon2000-06-101-34/+15
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Back out NOTE_EXIT status reporting pending discussion.green2000-05-211-5/+0
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.green2000-05-171-0/+5
* Fix one bug where the kn_head list could be manipulated withoutjlemon2000-05-041-2/+8
* Add files that I forgot to `cvs add' on last commit.jlemon2000-04-161-0/+907
OpenPOWER on IntegriCloud