summaryrefslogtreecommitdiff
path: root/kqueue.c
Commit message (Expand)AuthorAgeFilesLines
...
* replace references to __FUNCTION__ with __func__Niels Provos2003-03-011-8/+9
* ifdef config.hNiels Provos2003-03-011-0/+2
* portability fixes from marius@umich.edu.Niels Provos2002-10-071-0/+4
* fix from marius@umich.eduNiels Provos2002-09-081-3/+3
* sync with openbsd; API change: timeout_ is now evtimer_Niels Provos2002-07-261-5/+12
* make kqueue signal callback work with sigchld. cast and better timeout.Niels Provos2002-06-131-2/+8
* make kqueue work for callbacks that use both read and write eventsNiels Provos2002-06-111-8/+29
* signal support for kqueue; support of EV_PERSIST flag to event_setNiels Provos2002-04-101-3/+48
* Initial revisionNiels Provos2002-04-091-0/+300