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
/
signal.c
Age
Commit message (
Expand
)
Author
2015-01-06
Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream.
Alexander Bluhm
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-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
iRemove the #ifdef WIN32 implementation from libevent.
Alexander Bluhm
2014-10-08
use reallocarray() to detect multiplicative integer overflow; obvious
Theo de Raadt
2014-10-06
Remove the #ifdef HAVE_SIGACTION from libevent. The struct
Alexander Bluhm
2013-04-29
use FD_CLOEXEC instead of 1; from David Hill
Okan Demirmen
2010-07-12
Update to 1.4.14b.
Nicholas Marriott
2010-04-21
Update libevent to 1.4.13.
Nicholas Marriott
2010-01-10
Fix evsignal_del()'s use of sigaction(): fill in a sigaction struct
Philip Guenthe
2008-05-02
Update to libevent 1.3e while retaining our local changes.
Brad Smith
2007-03-19
Update to libevent-1.3b while retaining our local changes. beck@ OK
Todd C. Miller
2005-12-02
make write-end of signal socketpair non-blocking.
Theo de Raadt
2005-12-02
lookup out of evsigcaught[] must be sig_atomic_t too
Theo de Raadt
2005-12-01
save errno in signal handler since it does a system call
Theo de Raadt
2005-07-02
zap trailing whitespaces, no binary change
Alexander von Gernler
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-07-10
get rid of config.h; ok miod@, millert@, deraadt@
Markus Friedl
2003-07-09
update to libevent-0.7a.tar.gz; keep local changes
Markus Friedl