aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/event.h
Commit message (Expand)AuthorAgeFilesLines
* - Add knlist_init_rw_reader() function to kqueue(9).Alexander V. Chernikov2012-03-261-0/+2
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.Ed Schouten2011-11-061-4/+0
* The devices that supported EVFILT_NETDEV kqueue filters were removed inBrooks Davis2009-12-311-8/+1
* Change unsigned foo to u_foo as required by style(9).Roman Divacky2009-09-221-2/+1
* Fix the style of the previous commit.Roman Divacky2009-09-171-1/+2
* Make these argument/variable unsigned as the defines for them don't fitRoman Divacky2009-09-171-1/+1
* Add EV_RECEIPT to kevents.Stacey Son2009-09-161-1/+1
* Add the EV_DISPATCH flag to kevents.Stacey Son2009-09-161-0/+2
* Add EVFILT_USER to kevents.Stacey Son2009-09-161-1/+21
* Add optional touch event filter hooks to kevents.Stacey Son2009-09-161-0/+12
* - Turn the third (islocked) argument of the knote call into flags parameter.Stanislav Sedov2009-06-281-3/+9
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. UseKonstantin Belousov2009-06-101-2/+5
* The kqueue_register() function assumes that it is called from the top ofKonstantin Belousov2008-07-071-0/+1
* When asked to use kqueue, AIO stores its internal state in theJean-Sébastien Pédron2008-01-241-0/+2
* hide kqueue_register from public view, and replace it w/ kqfd_register...John-Mark Gurney2006-09-241-2/+2
* Remove nested includes of <sys/_lock.h> and <sys/_mutex.h> which spill intoPoul-Henning Kamp2006-03-161-7/+2
* Fix prototype to match the code and documentation.Ruslan Ermilov2005-11-241-1/+1
* Use a better EVFILT_LIO description!Doug Ambrisko2005-10-121-1/+1
* Add in kqueue support to LIO event notification and fix how it handledDoug Ambrisko2005-10-121-2/+2
* Fix the recent panics/LORs/hangs created by my kqueue commit by:Suleiman Souhlal2005-07-011-2/+7
* Allow EVFILT_VNODE events to work on every filesystem type, not justSuleiman Souhlal2005-06-091-0/+2
* Wrap copyin/copyout for kevent so the 32bit wrapper does not havePaul Saab2005-06-031-0/+5
* remove unimplemented part of the interface..John-Mark Gurney2005-03-251-3/+0
* fix aio+kq... I've been running ambrisko's test program for much longerJohn-Mark Gurney2005-03-181-1/+6
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.Paul Saab2005-03-011-1/+1
* move the declaration of struct kqlist into the non-KERNEL visable sectionJohn-Mark Gurney2004-08-151-3/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-13/+45
* do { } while(0) KNOTE macro, whitespaceAlfred Perlstein2004-07-141-2/+3
* Introduce a new kevent filter. EVFILT_FS that will be used to signalAlfred Perlstein2004-07-041-1/+2
* Tweak the definition of the EV_SET macro so that it evaluates eachJacques Vidrine2003-02-021-1/+2
* Updated a comment. Namspace pollution in <sys/select.h> is now moot sinceBruce Evans2002-06-291-2/+2
* More caddr_t removal.Alfred Perlstein2002-06-291-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-5/+5
* Remove __PAlfred Perlstein2002-03-191-6/+6
* Make AIO a loadable module.Alfred Perlstein2001-12-291-0/+2
* Add ability to attach knotes to network devices.Jonathan Lemon2001-09-291-1/+9
* Have EVFILT_TIMERS allocate their callouts via malloc() instead of usingJonathan Lemon2001-09-291-0/+4
* KSE Milestone 2Julian Elischer2001-09-121-3/+4
* Introduce EVFILT_TIMER, which allows a process to establish anJonathan Lemon2001-07-191-1/+2
* Add an EV_SET() convenience macro for initializing struct kevent priorJonathan Lemon2001-02-241-1/+10
* Introduce a NOTE_LOWAT flag for use with the read/write filters, whichJonathan Lemon2001-02-241-0/+5
* Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().Jonathan Lemon2001-02-231-0/+1
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-0/+1
* Simplify kqueue API slightly.Jonathan Lemon2000-07-181-3/+3
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Change the definition of sdata from u_long --> intptr_t to correctlyJonathan Lemon2000-05-041-1/+1
* Add forward declaration of `struct timespec' to quiet compiler warnings.Jonathan Lemon2000-04-181-0/+1
* Add user prototypes for kevent() and kqueue().Jonathan Lemon2000-04-171-0/+11
* change {u}long -> {u}intptr_t to make it clear that these fieldsJonathan Lemon2000-04-171-2/+2