summaryrefslogtreecommitdiff
path: root/threadproc/unix
Commit message (Expand)AuthorAgeFilesLines
* add some more commentary about a work-around for an AIX problemtrawick2001-11-301-0/+5
* re-implement an AIX-specific workaround for a sigwait() bug totrawick2001-11-291-2/+17
* Fix apr_setup_signal_thread() to grab the right error code fromtrawick2001-11-161-1/+3
* Fix apr_setup_signal_thread() so that threads don't blocktrawick2001-11-121-1/+48
* Fix some file cleanup problems in apr_proc_create() which couldtrawick2001-11-111-4/+19
* back out previous change so that mod_cgid works again; addtrawick2001-10-271-3/+11
* apr_proc_create():trawick2001-10-261-2/+6
* Fix the reporting for child processes that die. This removesrbb2001-10-231-10/+29
* Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait.jerenkrantz2001-09-211-24/+21
* Return the exit code from apr_proc_wait(). This is a combination of a patchgstein2001-09-201-5/+6
* On platforms that have sigsuspend (such as Darwin) but not apr_sigwait,jerenkrantz2001-09-071-0/+2
* Fix a seg-fault on Unix. It helps to allocate the structure beforerbb2001-09-021-0/+1
* PTHREAD_ONCE_INIT is for initialization, not arbitrary assignmenttrawick2001-08-271-1/+3
* Add an apr_thread_once function to allow a program to make sure thatrbb2001-08-271-0/+13
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-105-60/+61
* Added a stub for apr_thread_yield()bnicholes2001-08-031-0/+4
* if the thread returns NULL instead of the address of an apr_status_ttrawick2001-08-011-1/+1
* fix apr_thread_join() on Unix to pick up the correct threadtrawick2001-08-011-1/+3
* fix a warning for dummy_worker(); it wasn't static and didn't have atrawick2001-07-241-1/+1
* Panto season comes early this year...dreid2001-07-241-1/+1
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-3/+14
* on some Unix platforms pthread_t is a structure and the compiler won't allowtrawick2001-06-141-0/+5
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-0/+5
* Convert the apr_create_signal_thread to apr_signal_thread. The mainrbb2001-04-121-10/+2
* This small change stops a build breakage.dreid2001-04-121-1/+1
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-111-2/+2
* Fix a #error so that signals.c compiles again.trawick2001-04-071-1/+1
* If we don't have sigwait(), but we have sigsuspend(), use the latter.wsanchez2001-04-061-1/+7
* Spelingwsanchez2001-04-041-2/+2
* get rid of a parameter check in apr_proc_wait(); better to segfaulttrawick2001-04-031-2/+1
* Fix some warnings dealing with the fact that void * isn't compatibletrawick2001-02-281-2/+2
* Get the signal thread (and thus Apache threaded MPMs) working properlytrawick2001-02-271-0/+27
* Get APR to build on Tru64 again.trawick2001-02-271-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-252-2/+2
* Don't define the signal thread logic is sigwait isn't defined. Hopefullyrbb2001-02-251-1/+1
* if we don't have the prototype, we shouldn't have the function eithertrawick2001-02-251-83/+0
* These are a bit too unix specific for OS/2 (pthread/sigwait).bjh2001-02-231-1/+1
* Add apr_sigwait to the apr_private.h file. This allows us to removerbb2001-02-211-6/+1
* Get APR apps building on FreeBSD when --enable-threads isn't specified.trawick2001-02-211-1/+5
* get APR apps to build again by fixing the unresolve reference totrawick2001-02-211-2/+10
* Add some functions to APR's thread/processes support to allow a singlerbb2001-02-211-0/+47
* Remove a useless test.jwoolley2001-02-191-5/+2
* Update copyright to 2001fielding2001-02-165-5/+5
* get prototype for apr_psprintf()trawick2001-02-121-0/+1
* Change a call from setpgrp to setpgid(0, 0). According to man these arerbb2001-02-111-1/+1
* *) include "apr_signal.h" when neededgstein2001-02-111-0/+1
* *) add apr_signal_get_description() to that platforms (which have signals)gstein2001-02-111-9/+183
* s/pupt/put/g typodougm2001-02-081-1/+1
* renaming various functions for consistency sakedougm2001-02-085-89/+89
* Libtool-ize APR.gstein2001-01-092-29/+13