summaryrefslogtreecommitdiff
path: root/threadproc/os2/proc.c
Commit message (Expand)AuthorAgeFilesLines
* OS/2: const'ifying the args to apr_create_process() has a ripple effect....Brian Havard2000-11-261-4/+4
* The arguments to apr_create_process() should be "const" since we aren'tGreg Stein2000-11-261-2/+3
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-141-2/+2
* Move all of the threadproc private header files to an arch directory underRyan Bloom2000-11-091-2/+2
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-1/+1
* Include apr_strings.h in a bunch more places that need it.Brian Havard2000-08-061-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-67/+67
* OS/2: Fix a canonical error mismatch, allowing .exe files to be spawnedBrian Havard2000-07-141-1/+1
* OS/2: Add implementation of ap_wait_all_procs().Brian Havard2000-07-141-0/+28
* ap_create_pipe was changed to return a pipe with both handlesJeff Trawick2000-06-201-12/+24
* OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child*Brian Havard2000-05-251-47/+65
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-6/+6
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-6/+6
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* OS/2: Now that we have non-blocking pipes, set them to blocking if requestedBrian Havard2000-04-201-0/+27
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-4/+4
* First stage of migrating OS/2 code to new error code mappings, define & useBrian Havard2000-04-081-1/+1
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-17/+17
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-17/+17
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* OS/2: Use native API for process waits.Brian Havard2000-01-101-18/+13
* Use always ap_signal() in APR to avoid redefining the system call signal()Sascha Schumann1999-12-311-1/+1
* Adapt to change where arg[0] to ap_create_process() now contains theBrian Havard1999-12-191-1/+2
* Some fixes for OS/2 process creation:Brian Havard1999-11-031-11/+18
* OS/2: Put support for detached processes back into ap_create_process(),Brian Havard1999-10-261-1/+4
* OS/2: Make ap_create_process() work with scripts, allowing mod_cgi to workBrian Havard1999-10-261-26/+148
* OS/2: Add ap_get_os_proc().Brian Havard1999-10-191-0/+11
* OS/2: Add some 'const's to match prototypes.Brian Havard1999-10-141-3/+2
* This finishes the argument swaps. The docs haven't been updated, andRyan Bloom1999-10-111-2/+2
* OS/2: Implement detached processes & fix some parameter ordering.Brian Havard1999-10-111-8/+16
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-5/+5
* Fix build of APR on OS/2Brian Havard1999-08-281-0/+1
* Initial revisionRyan Bloom1999-08-171-0/+321