aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/event.h
Commit message (Expand)AuthorAgeFilesLines
* Fix userspace build after r302235: do not expose bool field of theKonstantin Belousov2016-06-271-1/+1
* When filt_proc() removes event from the knlist due to the processKonstantin Belousov2016-06-271-2/+4
* Add EVFILT_VNODE open, read and close notifications.Konstantin Belousov2016-05-031-0/+6
* Rename aiocblist to kaiocb and use consistent variable names.John Baldwin2016-02-051-1/+1
* kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXITEric van Gyzen2016-01-281-0/+1
* Make it possible to implement poll(2) on top of kqueue(2).Ed Schouten2015-08-051-0/+1
* prevent doing filter ops locking for staticly compiled filter ops...John-Mark Gurney2014-11-161-0/+1
* Make kevent(2) periodic timer events more reliably periodic. The eventIan Lepore2014-10-041-0/+1
* Fix a typo in a commentBaptiste Daroussin2014-07-241-1/+1
* Extend kqueue's EVFILT_TIMER by adding precision unit flags supportBaptiste Daroussin2014-07-181-0/+6
* Implement kqueue(2) for procdesc(4).Ed Schouten2014-04-071-2/+2
* When KN_INFLUX is set on the knote due to kqueue_register() orKonstantin Belousov2014-04-051-0/+1
* Reserve an event type for the upcoming EVENT_SENDFILE andAdrian Chadd2014-01-071-2/+4
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-181-18/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-181-0/+18
* Use TAILQ instead of STAILQ for kqeueue filedescriptors to ensure constantKonstantin Belousov2013-09-131-1/+1
* Don't emit a spurious EVFILT_PROC event with no fflags set on process exitJohn Baldwin2013-08-071-0/+1
* - 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