aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/event.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add files that I forgot to `cvs add' on last commit.Jonathan Lemon2000-04-161-0/+153