summaryrefslogtreecommitdiffstats
path: root/sys/sys/event.h
Commit message (Expand)AuthorAgeFilesLines
* Updated a comment. Namspace pollution in <sys/select.h> is now moot sincebde2002-06-291-2/+2
* More caddr_t removal.alfred2002-06-291-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-5/+5
* Remove __Palfred2002-03-191-6/+6
* Make AIO a loadable module.alfred2001-12-291-0/+2
* Add ability to attach knotes to network devices.jlemon2001-09-291-1/+9
* Have EVFILT_TIMERS allocate their callouts via malloc() instead of usingjlemon2001-09-291-0/+4
* KSE Milestone 2julian2001-09-121-3/+4
* Introduce EVFILT_TIMER, which allows a process to establish anjlemon2001-07-191-1/+2
* Add an EV_SET() convenience macro for initializing struct kevent priorjlemon2001-02-241-1/+10
* Introduce a NOTE_LOWAT flag for use with the read/write filters, whichjlemon2001-02-241-0/+5
* Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().jlemon2001-02-231-0/+1
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+1
* Simplify kqueue API slightly.jlemon2000-07-181-3/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Change the definition of sdata from u_long --> intptr_t to correctlyjlemon2000-05-041-1/+1
* Add forward declaration of `struct timespec' to quiet compiler warnings.jlemon2000-04-181-0/+1
* Add user prototypes for kevent() and kqueue().jlemon2000-04-171-0/+11
* change {u}long -> {u}intptr_t to make it clear that these fieldsjlemon2000-04-171-2/+2
* Add files that I forgot to `cvs add' on last commit.jlemon2000-04-161-0/+153
OpenPOWER on IntegriCloud