summaryrefslogtreecommitdiff
path: root/lib/libevent/kqueue.c
AgeCommit message (Expand)Author
2019-05-08Fixed integer overflow with an excessively large amount of events.Tobias Stoeckmann
2017-07-10if there are no changes for kevent, pass in NULL instead.Ted Unangst
2016-09-03Remove NULL pointer checks before calls to free().Nayden Markatchev
2015-12-25revert change to call kevent immediately.Ted Unangst
2015-12-16change the kqueue backend to call kevent() as events are added insteadTed Unangst
2014-10-30Fix whitespace errors in libevent.Alexander Bluhm
2014-10-29After removing all the #ifdef, the wrappers in evutil are ratherAlexander Bluhm
2014-10-29Remove workaround for Mac OS X kqueue bug.Alexander Bluhm
2014-10-18Remove some #ifdef from libevent.Alexander Bluhm
2014-10-18Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.Alexander Bluhm
2014-10-17Remove #ifdef HAVE_.*_H, just include the header files.Alexander Bluhm
2014-10-16Remove #ifdef HAVE_CONFIG_H, there is no config.h file.Alexander Bluhm
2014-10-08use reallocarray() to detect multiplicative integer overflow; obviousTheo de Raadt
2012-02-08r1.27 changed libevent to fire a read event when kqueue returned EBADFNicholas Marriott
2012-01-30Handle a wider range of kqueue error return values for an event,Nicholas Marriott
2010-07-12Update to 1.4.14b.Nicholas Marriott
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller
2006-11-05typo in kqueue delete.Brad Smith
2006-03-30introduce a way to free the base.Brad Smith
2005-12-20do not remove kq inkernel flag before event_del gets to it;Brad Smith
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
2005-06-18update to libevent 1.1a; keep local changesBrad Smith
2005-05-04update to libevent 1.0d; keep local changesBrad Smith
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
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
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
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
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