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
/
poll.c
Age
Commit message (
Expand
)
Author
2016-09-03
Remove NULL pointer checks before calls to free().
Nayden Markatchev
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-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
2013-08-24
replace random() with arc4random.
David Gwynne
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
2006-11-26
fail without leaking memory when poll set extension fails.
Brad Smith
2006-03-30
introduce a way to free the base.
Brad Smith
2005-12-02
pollops should be const
Theo de Raadt
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-06
fix comment, kqueue -> {poll,select}
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
2003-10-01
poll fixes from Niels; ok deraadt
Markus Friedl
2003-09-23
add support for poll(2); ok deraadt
Markus Friedl