summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* 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-302-6/+0
* It's just a jump to the left... and a step to the right...William A. Rowe Jr2002-04-291-1/+1
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-223-0/+3
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-223-0/+6
* Tru64: Stop leaving zombies in APR apps like mod_cgid whichJeff Trawick2002-04-191-0/+10
* Significant overhaul to respect all four flavors of APR_PROCESS, _ENV,William A. Rowe Jr2002-04-131-22/+54
* Still working on the spawning process and wiring up the pipes. ChangedBradley Nicholes2002-04-111-16/+27
* AIX: Fix breakage with 64-bit builds on versions of AIX priorJeff Trawick2002-04-111-4/+5
* apr_proc_detach():Jeff Trawick2002-04-081-10/+5
* Force the spawned NLM into the same address spaceBradley Nicholes2002-04-041-1/+1
* Stub in the warning and observations.William A. Rowe Jr2002-03-221-0/+5
* This appears correct, but I need at least three more pairs of eyes thatWilliam A. Rowe Jr2002-03-221-34/+116
* Now fix my typos ... teach me to trust my typing at midnight withoutWilliam A. Rowe Jr2002-03-211-6/+10
* Fix several bugs in proc.c, especially around command.com whichWilliam A. Rowe Jr2002-03-211-8/+31
* add a comment distinguishing between SIGUSR2 and the synchronousJeff Trawick2002-03-201-0/+8
* don't mask SIGUSR2.Ian Holsman2002-03-201-0/+3
* Style Police writes some more tickets...Sander Striker2002-03-193-80/+158
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-1915-231/+231
* The apr_get_os_proc accessor is no longer supported [better or worse].William A. Rowe Jr2002-03-161-11/+0
* Changed the way environment variables are handle on NetWare whileBradley Nicholes2002-03-141-3/+11
* Update our copyright for this year.Roy T. Fielding2002-03-1322-22/+22
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inBradley Nicholes2002-03-051-18/+57
* Oh ... yea, there is a reason I never committed this months-old codeWilliam A. Rowe Jr2002-03-011-7/+2
* Another test to 'flunk'. If the path is backslashed-terminated, weWilliam A. Rowe Jr2002-03-011-2/+7
* Change apr_proc_detach to take a parameter that can enable/disable automaticAaron Bannert2002-02-214-16/+20
* Eliminate an unnecessary castWilliam A. Rowe Jr2002-02-131-1/+1
* Nary a complaint, since MSVC isn't distinguishing between void* andWilliam A. Rowe Jr2002-02-121-2/+2
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>William A. Rowe Jr2002-02-121-0/+2
* Another fine patch from Mladen Turk <mturk@mappingsoft.com>, since WinCEWilliam A. Rowe Jr2002-02-121-2/+17
* In respect to Jeff's earlier comments, these fns will never be publiclyWilliam A. Rowe Jr2002-01-291-5/+6
* First cut at implementing fork/exec like functionality in NetWareBradley Nicholes2002-01-291-100/+95
* Add a couple new command types to process creation:Greg Stein2002-01-285-2/+34
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.William A. Rowe Jr2002-01-281-4/+10
* Fix leakage with fds with respect to pipes. dup2() should close the oldJustin Erenkrantz2002-01-251-6/+6
* Thought I committed this a whiole back, but guess I didn't...David Reid2002-01-121-1/+1
* Cleanup work on the proc stubs that are unused in NetWareBradley Nicholes2002-01-082-30/+25
* Fix missed reference to rv that was renamed to exitval.Brian Havard2001-12-291-1/+1
* MSVC Docs reflect that _beginthreadex will set doserrno, which is the mostWilliam A. Rowe Jr2001-12-281-7/+2
* Substantial optimization of the os_level semantic. Since this is entirelyWilliam A. Rowe Jr2001-12-281-7/+4
* Change from APR_HAVE_SETSID to HAVE_SETSID as the configure script onlyJustin Erenkrantz2001-12-281-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toAaron Bannert2001-12-275-17/+19
* This gets pipe timeouts/blocking/non-blocking working correctly onDavid Reid2001-12-141-15/+18
* Clean up GNU compiler issues on NetWareBradley Nicholes2001-12-111-1/+1
* Added stubs for missing APIsBradley Nicholes2001-11-301-6/+18
* 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
* An example of why we needed a pool-less apr_os_level.William A. Rowe Jr2001-11-271-2/+9
* Fix apr_setup_signal_thread() to grab the right error code fromJeff Trawick2001-11-161-1/+3