summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_18(no author)2001-05-183-259/+0
* A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_twrowe2001-05-161-1/+1
* 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
* I don't think this routine is ever used, but the key needs to befielding2001-04-121-1/+8
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-114-8/+8
* 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
* OS/2: add an assortment of misc helper functions that were missing sobjh2001-03-193-0/+76
* 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-253-3/+3
* 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
* Stop warning about apr_signal() being undeclared.bjh2001-02-181-0/+1
* Update copyright to 2001fielding2001-02-1617-17/+17
* Don't assume apr_pstrndup will return n bytes of storage. It was recentlybjh2001-02-131-4/+6
* 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
* add new signal init/query functionsgstein2001-02-111-0/+7
* *) include "apr_signal.h" when neededgstein2001-02-111-0/+1
* *) add apr_signal_get_description() to that platforms (which have signals)gstein2001-02-112-107/+184
* s/pupt/put/g typodougm2001-02-083-3/+3
* renaming various functions for consistency sakedougm2001-02-0816-242/+242
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-283-4/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-184-52/+71
* Adjust the way we look for dead threads after Carlos Hasan's suggestiondreid2001-01-101-7/+6
* Libtool-ize APR.gstein2001-01-096-95/+39
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-311-7/+0
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>brane2000-12-211-141/+164
* Get exe CGI's working again on Windowsake2000-12-151-1/+1
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-086-10/+7
* Argh - correct my eariler attempt to get this building.dreid2000-12-021-1/+1
* OS/2: const'ifying the args to apr_create_process() has a ripple effect....bjh2000-11-261-4/+4
* The arguments to apr_create_process() should be "const" since we aren'tgstein2000-11-264-12/+16
* More fixes to get BeOS building and a few missing functions to try anddreid2000-11-194-1/+72
* Get this working on BeOS again after the arch changes.dreid2000-11-184-4/+6
* Get exports.c symbols to compile even if the declaration is hidden intrawick2000-11-172-0/+102
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-56/+2
* BeOS changes to the way dependencies are built in APR makefilestrawick2000-11-151-53/+2
* axe some old commentstrawick2000-11-151-5/+0