summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_event.c
Commit message (Expand)AuthorAgeFilesLines
* Fix race between a process registering a NOTE_EXIT EVFILT_PROC event andkbyanc2003-04-121-0/+15
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Do not allow kqueues to be passed via unix domain sockets.alfred2003-02-151-1/+2
* Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as aalfred2003-02-151-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Rewrite the SMP filedesc locking in knote_attach() in order tohsu2003-01-211-23/+11
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-10/+10
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-10/+10
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* White-space changes.phk2002-12-241-7/+7
* Detediousficate declaration of fileops array members by introducingphk2002-12-231-12/+8
* Minor comment typo fix.rwatson2002-10-291-1/+1
* 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
OpenPOWER on IntegriCloud