summaryrefslogtreecommitdiffstats
path: root/lib/libevent/kqueue.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to libevent 1.1a; keep local changesbrad2005-06-181-1/+25
| | | | ok grunk@
* update to libevent 1.0d; keep local changesbrad2005-05-041-1/+2
| | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
* update to libevent 1.0c; keep local changesbrad2005-04-221-34/+29
| | | | | | | | | | no shared lib so no ABI/API check is necessary thanks to Alexander von Gernler for submitting another diff in an attempt to update libevent and for a use-after-free fix. ok henning@ deraadt@
* backout. not discussed, and very wrong. bad bradderaadt2005-04-191-29/+34
|
* update to libevent 1.0c; keep local changesbrad2005-04-191-34/+29
|
* 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@