aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/eventvar.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify kqueue API slightly.Jonathan Lemon2000-07-181-7/+2
| | | | | | | Discussed on: -arch Notes: svn path=/head/; revision=63452
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* Add files that I forgot to `cvs add' on last commit.Jonathan Lemon2000-04-161-0/+51
Notes: svn path=/head/; revision=59290