summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_event.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix aio+kq... I've been running ambrisko's test program for much longerjmg2005-03-181-8/+11
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.ps2005-03-011-33/+75
* When invoking callout_init(), spell '1' as "CALLOUT_MPSAFE".rwatson2005-02-221-1/+1
* Make a bunch of malloc types static.phk2005-02-101-1/+2
* Move a FILEDESC_UNLOCK upwards to silence witness.phk2004-11-161-1/+1
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-4/+4
* /me gets the wrong patch out of the pr :(jmg2004-10-141-2/+2
* fix a bug where signal events didn't set the flags for attach/detach..jmg2004-10-131-0/+2
* unlock global lock in kqueue_scan before msleep'ing to prevent deadjmg2004-09-141-0/+2
* remove giant required from kqueue_close..jmg2004-09-101-2/+0
* don't call f_detach if the filter has alread removed the knote.. Thisjmg2004-09-061-8/+10
* Allocate the marker, when scanning a kqueue, from the "heap" instead of thegreen2004-08-161-6/+12
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-328/+956
* looks like rwatson forgot tabs... :)jmg2004-08-131-2/+2
* Trim trailing white space.rwatson2004-08-121-11/+11
* Push Giant acquisition down into fo_stat() from most callers. Acquirerwatson2004-07-221-0/+1
* Push acquisition of Giant from fdrop_closed() into fo_close() so thatrwatson2004-07-221-1/+2
* Disable SIGIO for now, leave a comment as to why it's busted and hardalfred2004-07-151-0/+20
* Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues.alfred2004-07-141-2/+29
* Introduce a new kevent filter. EVFILT_FS that will be used to signalalfred2004-07-041-0/+2
* Add GIANT_REQUIRED to kqueue_close(), since kqueue currently requiresrwatson2004-06-011-0/+2
* Fix filt_timer* races: Finish initializing a knote before we pass it tocperciva2004-04-071-2/+2
* Make sure to wake up any select waiters when closing a kqueue (also, notgreen2004-02-201-0/+4
* Don't TAILQ_INIT kq_head twice, once is enough.dwmalone2003-12-251-1/+0
* Better fix than my previous commit:cognet2003-11-141-8/+2
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* I believe kbyanc@ really meant this in rev 1.58.cognet2003-11-041-2/+2
* Do not attempt to report proc event if NOTE_EXIT has already been received.cognet2003-11-041-0/+7
* falloc allocates a file structure and adds it to the file descriptordwmalone2003-10-191-0/+2
* Initialize struct fileops with C99 sparse initialization.phk2003-06-181-8/+7
* Use __FBSDID().obrien2003-06-111-2/+3
* 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
OpenPOWER on IntegriCloud