summaryrefslogtreecommitdiff
path: root/threadproc/os2
Commit message (Expand)AuthorAgeFilesLines
* OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child*bjh2000-05-252-54/+65
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-6/+6
* prefix TRUE,FALSE with APR_dougm2000-04-281-6/+6
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-222-5/+5
* OS/2: Sort out error handling in ap_thread_join()bjh2000-04-201-2/+7
* OS/2: Now that we have non-blocking pipes, set them to blocking if requestedbjh2000-04-201-0/+27
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-145-13/+98
* thread cancellation is essentially the same as signals -- a form ofdgaudet2000-04-142-91/+0
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-085-8/+8
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-035-33/+33
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-036-40/+40
* Update to Apache Software License version 1.1fielding2000-03-316-191/+185
* Update some dependencies.bjh2000-03-161-14/+18
* Fix all the License issues. Including:rbb2000-03-106-54/+54
* OS/2: Use native API for process waits.bjh2000-01-101-18/+13
* Use always ap_signal() in APR to avoid redefining the system call signal()sascha1999-12-311-1/+1
* Adapt to change where arg[0] to ap_create_process() now contains thebjh1999-12-191-1/+2
* Some fixes for OS/2 process creation:bjh1999-11-031-11/+18
* OS/2: Put support for detached processes back into ap_create_process(),bjh1999-10-261-1/+4
* OS/2: Make ap_create_process() work with scripts, allowing mod_cgi to workbjh1999-10-261-26/+148
* OS/2: Add ap_get_os_proc().bjh1999-10-191-0/+11
* OS/2: Update dependenciesbjh1999-10-181-4/+3
* OS/2: Fix a warning and parameter order to ap_create_threadattr()bjh1999-10-141-1/+2
* OS/2: Add some 'const's to match prototypes.bjh1999-10-141-3/+2
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-114-10/+10
* OS/2: Implement detached processes & fix some parameter ordering.bjh1999-10-112-8/+17
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-043-8/+8
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Ignore generated makefiles in APR OS/2 directories.bjh1999-08-291-0/+1
* Generate dependencies for APR OS/2 modules.bjh1999-08-281-14/+26
* Fix build of APR on OS/2bjh1999-08-281-0/+1
* Fix compilation bugs in APR. Move compiled libraries into a common libsrbb1999-08-271-1/+1
* Initial revisionrbb1999-08-177-0/+938