summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_event.c
Commit message (Expand)AuthorAgeFilesLines
* hashinit() calls MALLOC(), so release the filedesc lock in knote_attach()truckman2002-10-031-4/+16
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-2/+3
* Correct white space nits that crept in during my recent merges ofrwatson2002-08-161-2/+2
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-5/+8
* In order to better support flexible and extensible access control,rwatson2002-08-151-4/+4
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.alfred2002-06-291-2/+2
* More caddr_t removal.alfred2002-06-291-7/+7
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-5/+7
* Add entry for EVFILT_NETDEV, which was inadverdently omitted back in Sept.jlemon2002-01-241-0/+1
* Replace ffind_* with fget calls.alfred2002-01-141-4/+4
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-21/+71
* Make AIO a loadable module.alfred2001-12-291-2/+41
* remove holdfp()dillon2001-11-141-8/+4
* Have EVFILT_TIMERS allocate their callouts via malloc() instead of usingjlemon2001-09-291-14/+30
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* KSE Milestone 2julian2001-09-121-42/+42
* Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),dillon2001-09-011-6/+20
* Introduce EVFILT_TIMER, which allows a process to establish anjlemon2001-07-191-2/+66
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-1/+1
* 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