aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/eventvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix a variety of cosmetic typos and misspellingsConrad Meyer2017-01-151-1/+1
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-0/+1
* Use TAILQ instead of STAILQ for kqeueue filedescriptors to ensure constantKonstantin Belousov2013-09-131-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-3/+20
* Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues.Alfred Perlstein2004-07-141-1/+3
* Simplify kqueue API slightly.Jonathan Lemon2000-07-181-7/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Add files that I forgot to `cvs add' on last commit.Jonathan Lemon2000-04-161-0/+51