aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/event.h
Commit message (Expand)AuthorAgeFilesLines
* 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