summaryrefslogtreecommitdiff
path: root/threadproc/unix/signals.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * threadproc/unix/signals.c (apr_signal, avoid_zombies): Use theJoe Orton2006-04-051-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * acconfig.h: Remove file.Joe Orton2005-01-131-1/+7
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.Jean-Frederic Clere2005-01-041-3/+3
* Fix enabling of signal blocking and unblocking code.Joe Orton2004-11-171-2/+2
* * threadproc/unix/signals.c (apr_signal_block, apr_signal_unblock):Joe Orton2004-04-221-2/+10
* Added two new functions apr_signal_block and apr_signal_unblock toMadhusudan Mathihalli2004-04-211-0/+46
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* axe these deprecated functions:Jeff Trawick2003-09-031-6/+0
* Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1.Joe Orton2003-07-141-1/+1
* Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly withJoe Orton2003-07-071-4/+5
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* In apr_signal_thread() remove synchronous signals from the maskJeff Trawick2002-08-081-0/+3
* * httpd-2.0/srclib/apr/threadproc/unix/signals.cKarl Fogel2002-07-231-1/+1
* The old macro was blowing up on some platforms that weren't using gcc.Ryan Bloom2002-07-231-2/+8
* Some simple fn renames ... by the book [deprecated entry points retained]William A. Rowe Jr2002-06-081-2/+8
* Darwin/Mac OS X: There is apparently no convenient way to keep deceasedJeff Trawick2002-05-221-0/+20
* Address PR 8963William A. Rowe Jr2002-05-101-1/+1
* Remove APR_WANT_SIGNAL from apr_want.h because code must includeRoy T. Fielding2002-04-301-3/+0
* Tru64: Stop leaving zombies in APR apps like mod_cgid whichJeff Trawick2002-04-191-0/+10
* AIX: Fix breakage with 64-bit builds on versions of AIX priorJeff Trawick2002-04-111-4/+5
* add a comment distinguishing between SIGUSR2 and the synchronousJeff Trawick2002-03-201-0/+8
* don't mask SIGUSR2.Ian Holsman2002-03-201-0/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* add some more commentary about a work-around for an AIX problemJeff Trawick2001-11-301-0/+5
* re-implement an AIX-specific workaround for a sigwait() bug toJeff Trawick2001-11-291-2/+17
* Fix apr_setup_signal_thread() to grab the right error code fromJeff Trawick2001-11-161-1/+3
* Fix apr_setup_signal_thread() so that threads don't blockJeff Trawick2001-11-121-1/+48
* On platforms that have sigsuspend (such as Darwin) but not apr_sigwait,Justin Erenkrantz2001-09-071-0/+2
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-2/+2
* Convert the apr_create_signal_thread to apr_signal_thread. The mainRyan Bloom2001-04-121-10/+2
* This small change stops a build breakage.David Reid2001-04-121-1/+1
* Fix a #error so that signals.c compiles again.Jeff Trawick2001-04-071-1/+1
* If we don't have sigwait(), but we have sigsuspend(), use the latter.Wilfredo Sanchez2001-04-061-1/+7
* SpelingWilfredo Sanchez2001-04-041-2/+2
* Fix some warnings dealing with the fact that void * isn't compatibleJeff Trawick2001-02-281-2/+2
* Get the signal thread (and thus Apache threaded MPMs) working properlyJeff Trawick2001-02-271-0/+27
* Get APR to build on Tru64 again.Jeff Trawick2001-02-271-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-1/+1
* Don't define the signal thread logic is sigwait isn't defined. HopefullyRyan Bloom2001-02-251-1/+1
* These are a bit too unix specific for OS/2 (pthread/sigwait).Brian Havard2001-02-231-1/+1
* Add apr_sigwait to the apr_private.h file. This allows us to removeRyan Bloom2001-02-211-6/+1
* Get APR apps building on FreeBSD when --enable-threads isn't specified.Jeff Trawick2001-02-211-1/+5
* get APR apps to build again by fixing the unresolve reference toJeff Trawick2001-02-211-2/+10
* Add some functions to APR's thread/processes support to allow a singleRyan Bloom2001-02-211-0/+47
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* get prototype for apr_psprintf()Jeff Trawick2001-02-121-0/+1