summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* Stub in the warning and observations.wrowe2002-03-221-0/+5
* This appears correct, but I need at least three more pairs of eyes thatwrowe2002-03-221-34/+116
* Now fix my typos ... teach me to trust my typing at midnight withoutwrowe2002-03-211-6/+10
* Fix several bugs in proc.c, especially around command.com whichwrowe2002-03-211-8/+31
* add a comment distinguishing between SIGUSR2 and the synchronoustrawick2002-03-201-0/+8
* don't mask SIGUSR2.ianh2002-03-201-0/+3
* Style Police writes some more tickets...striker2002-03-193-80/+158
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-1915-231/+231
* The apr_get_os_proc accessor is no longer supported [better or worse].wrowe2002-03-161-11/+0
* Changed the way environment variables are handle on NetWare whilebnicholes2002-03-141-3/+11
* Update our copyright for this year.fielding2002-03-1322-22/+22
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inbnicholes2002-03-051-18/+57
* Oh ... yea, there is a reason I never committed this months-old codewrowe2002-03-011-7/+2
* Another test to 'flunk'. If the path is backslashed-terminated, wewrowe2002-03-011-2/+7
* Change apr_proc_detach to take a parameter that can enable/disable automaticaaron2002-02-214-16/+20
* Eliminate an unnecessary castwrowe2002-02-131-1/+1
* Nary a complaint, since MSVC isn't distinguishing between void* andwrowe2002-02-121-2/+2
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>wrowe2002-02-121-0/+2
* Another fine patch from Mladen Turk <mturk@mappingsoft.com>, since WinCEwrowe2002-02-121-2/+17
* In respect to Jeff's earlier comments, these fns will never be publiclywrowe2002-01-291-5/+6
* First cut at implementing fork/exec like functionality in NetWarebnicholes2002-01-291-100/+95
* Add a couple new command types to process creation:gstein2002-01-285-2/+34
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-281-4/+10
* Fix leakage with fds with respect to pipes. dup2() should close the oldjerenkrantz2002-01-251-6/+6
* Thought I committed this a whiole back, but guess I didn't...dreid2002-01-121-1/+1
* Cleanup work on the proc stubs that are unused in NetWarebnicholes2002-01-082-30/+25
* Fix missed reference to rv that was renamed to exitval.bjh2001-12-291-1/+1
* MSVC Docs reflect that _beginthreadex will set doserrno, which is the mostwrowe2001-12-281-7/+2
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-7/+4
* Change from APR_HAVE_SETSID to HAVE_SETSID as the configure script onlyjerenkrantz2001-12-281-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-275-17/+19
* This gets pipe timeouts/blocking/non-blocking working correctly ondreid2001-12-141-15/+18
* Clean up GNU compiler issues on NetWarebnicholes2001-12-111-1/+1
* Added stubs for missing APIsbnicholes2001-11-301-6/+18
* 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
* An example of why we needed a pool-less apr_os_level.wrowe2001-11-271-2/+9
* 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
* BeOS threads can exit in strange orders, even in testthread they will oftendreid2001-10-291-1/+10
* Some more tidying up for the beos code and get it building again.dreid2001-10-282-32/+42
* back out previous change so that mod_cgid works again; addtrawick2001-10-271-3/+11
* apr_proc_create():trawick2001-10-261-2/+6
* OS/2: Implement exitcode/exitwhy enhancements in apr_proc_wait*bjh2001-10-261-8/+64
* Win32: Fix compile break caused by last patch to proc.cstoddard2001-10-231-1/+1
* Fix the reporting for child processes that die. This removesrbb2001-10-235-27/+52
* Fixed NetWare thread handling so that it can deal with multiple argumentbnicholes2001-10-051-2/+11
* Fixed apr_thread_create() so that it doesn't require the caller to pass anbnicholes2001-10-041-11/+9
* Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait.jerenkrantz2001-09-211-24/+21