summaryrefslogtreecommitdiffstats
path: root/sys/sys/eventvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kqueue: Revise fd close notificationvisa2021-01-171-2/+1
* Add fd close notification for kqueue-based poll() and select()visa2020-12-181-1/+2
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-5/+5
* Defer chained activation of kqueues. This makes easier to introduce newvisa2020-02-141-1/+4
* Use atomic operations with kq_refs, to nudge the code toward MP-safety.visa2020-01-101-2/+6
* Make kqlist part of filedesc and serialize access to it using fdplock.visa2020-01-061-2/+2
* Move kqueue related fields from struct filedesc to struct kqueue. Solves a panicanton2018-06-171-1/+9
* Move kq_kev from struct kqueue to the stack.mpi2017-10-111-2/+1
* release the file ref to the kqueue while in kevent(), so that close()deraadt2012-03-251-1/+3
* rcsid; lots of bad tabs and spacesmickey2000-11-161-1/+3
* support kernel event queues, from FreeBSD by Jonathan Lemon,provos2000-11-161-0/+46