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