summaryrefslogtreecommitdiffstats
path: root/lib/libevent/kqueue.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to libevent 0.8; keep local changesbrad2004-04-281-21/+21
| | | | ok markus@
* support NOTE_EOF; from marius aamodt eriksen; ok tedu, millertmarkus2004-01-051-1/+3
|
* update to libevent-0.7a.tar.gz; keep local changesmarkus2003-07-091-38/+35
|
* constify constant structures; niels okmickey2003-06-191-2/+2
|
* do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning okderaadt2003-06-031-2/+2
|
* duplicate words and spelling fixes in commentsdavid2003-03-101-3/+3
| | | | ok miod@
* typo. from marius@umich.edu via provositojun2002-09-081-4/+4
|
* Make EV_PERSIST work on EV_READ and EV_WRITE events.art2002-07-101-3/+7
| | | | provos@ ok.
* rcsidsmickey2002-06-251-0/+2
|
* rename variable so that scoping is more obviousprovos2002-06-191-3/+3
|
* need string.hderaadt2002-06-181-0/+1
|
* import libevent an event notification abstraction on top of select or kqueueprovos2002-06-151-0/+372
supporting timeout and signal callsbacks, too. okay deraadt@ millert@