index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libevent
/
kqueue.c
Age
Commit message (
Expand
)
Author
2019-05-08
Fixed integer overflow with an excessively large amount of events.
Tobias Stoeckmann
2017-07-10
if there are no changes for kevent, pass in NULL instead.
Ted Unangst
2016-09-03
Remove NULL pointer checks before calls to free().
Nayden Markatchev
2015-12-25
revert change to call kevent immediately.
Ted Unangst
2015-12-16
change the kqueue backend to call kevent() as events are added instead
Ted Unangst
2014-10-30
Fix whitespace errors in libevent.
Alexander Bluhm
2014-10-29
After removing all the #ifdef, the wrappers in evutil are rather
Alexander Bluhm
2014-10-29
Remove workaround for Mac OS X kqueue bug.
Alexander Bluhm
2014-10-18
Remove some #ifdef from libevent.
Alexander Bluhm
2014-10-18
Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.
Alexander Bluhm
2014-10-17
Remove #ifdef HAVE_.*_H, just include the header files.
Alexander Bluhm
2014-10-16
Remove #ifdef HAVE_CONFIG_H, there is no config.h file.
Alexander Bluhm
2014-10-08
use reallocarray() to detect multiplicative integer overflow; obvious
Theo de Raadt
2012-02-08
r1.27 changed libevent to fire a read event when kqueue returned EBADF
Nicholas Marriott
2012-01-30
Handle a wider range of kqueue error return values for an event,
Nicholas Marriott
2010-07-12
Update to 1.4.14b.
Nicholas Marriott
2010-04-21
Update libevent to 1.4.13.
Nicholas Marriott
2008-05-02
Update to libevent 1.3e while retaining our local changes.
Brad Smith
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-03-19
Update to libevent-1.3b while retaining our local changes. beck@ OK
Todd C. Miller
2006-11-05
typo in kqueue delete.
Brad Smith
2006-03-30
introduce a way to free the base.
Brad Smith
2005-12-20
do not remove kq inkernel flag before event_del gets to it;
Brad Smith
2005-07-02
zap trailing whitespaces, no binary change
Alexander von Gernler
2005-06-18
update to libevent 1.1a; keep local changes
Brad Smith
2005-05-04
update to libevent 1.0d; keep local changes
Brad Smith
2005-04-22
update to libevent 1.0c; keep local changes
Brad Smith
2005-04-19
backout. not discussed, and very wrong. bad brad
Theo de Raadt
2005-04-19
update to libevent 1.0c; keep local changes
Brad Smith
2004-04-28
update to libevent 0.8; keep local changes
Brad Smith
2004-01-05
support NOTE_EOF; from marius aamodt eriksen; ok tedu, millert
Markus Friedl
2003-07-09
update to libevent-0.7a.tar.gz; keep local changes
Markus Friedl
2003-06-19
constify constant structures; niels ok
Michael Shalayeff
2003-06-03
do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning ok
Theo de Raadt
2003-03-10
duplicate words and spelling fixes in comments
David Krause
2002-09-08
typo. from marius@umich.edu via provos
Jun-ichiro itojun Hagino
2002-07-10
Make EV_PERSIST work on EV_READ and EV_WRITE events.
Artur Grabowski
2002-06-25
rcsids
Michael Shalayeff
2002-06-19
rename variable so that scoping is more obvious
Niels Provos
2002-06-18
need string.h
Theo de Raadt
2002-06-15
import libevent an event notification abstraction on top of select or kqueue
Niels Provos