summaryrefslogtreecommitdiff
path: root/lib/libevent/kqueue.c
AgeCommit message (Collapse)Author
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
ok brad@ beck@
2005-06-18update to libevent 1.1a; keep local changesBrad Smith
ok grunk@
2005-05-04update to libevent 1.0d; keep local changesBrad Smith
thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
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@
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2004-04-28update to libevent 0.8; keep local changesBrad Smith
ok markus@
2004-01-05support NOTE_EOF; from marius aamodt eriksen; ok tedu, millertMarkus Friedl
2003-07-09update to libevent-0.7a.tar.gz; keep local changesMarkus Friedl
2003-06-19constify constant structures; niels okMichael Shalayeff
2003-06-03do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning okTheo de Raadt
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2002-09-08typo. from marius@umich.edu via provosJun-ichiro itojun Hagino
2002-07-10Make EV_PERSIST work on EV_READ and EV_WRITE events.Artur Grabowski
provos@ ok.
2002-06-25rcsidsMichael Shalayeff
2002-06-19rename variable so that scoping is more obviousNiels Provos
2002-06-18need string.hTheo de Raadt
2002-06-15import libevent an event notification abstraction on top of select or kqueueNiels Provos
supporting timeout and signal callsbacks, too. okay deraadt@ millert@