summaryrefslogtreecommitdiff
path: root/threadproc/os2
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_29(no author)2001-11-271-85/+0
* OS/2: Implement exitcode/exitwhy enhancements in apr_proc_wait*bjh2001-10-261-8/+64
* Fix the reporting for child processes that die. This removesrbb2001-10-231-6/+7
* Return the exit code from apr_proc_wait(). This is a combination of a patchgstein2001-09-201-0/+3
* Clean up the event sem in the apr_thread_once_t.bjh2001-09-021-0/+14
* OS/2: Implement apr_thread_once().bjh2001-09-021-2/+17
* OS/2: Fix thread return value passing.bjh2001-08-311-1/+1
* OS/2: Add stubs for apr_thread_once functions to fix link. Will fill them inbjh2001-08-301-0/+14
* Ooops, test is redundant. We wouldn't get here if interpreter was 0 length.bjh2001-08-231-3/+1
* \n removal, needed now OS/2 apr_file_gets() leaves them on.bjh2001-08-231-0/+5
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-103-54/+56
* Added a stub for apr_thread_yield()bnicholes2001-08-031-0/+6
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-8/+6
* OS/2: Add implementations of apr_file_trunc(), apr_os_thread_current() &bjh2001-06-161-0/+17
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-111-2/+2
* OS/2: add an assortment of misc helper functions that were missing sobjh2001-03-193-0/+76
* Stop warning about apr_signal() being undeclared.bjh2001-02-181-0/+1
* Update copyright to 2001fielding2001-02-163-3/+3
* Don't assume apr_pstrndup will return n bytes of storage. It was recentlybjh2001-02-131-4/+6
* *) add apr_signal_get_description() to that platforms (which have signals)gstein2001-02-111-98/+1
* renaming various functions for consistency sakedougm2001-02-084-53/+53
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-283-4/+0
* Libtool-ize APR.gstein2001-01-092-33/+12
* 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-261-2/+3
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-56/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-145-36/+52
* Move all of the threadproc private header files to an arch directory underrbb2000-11-096-111/+8
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macroswrowe2000-10-051-1/+1
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* Add an OS/2 apr_signal(), pretty much copied from unix/signals.cbjh2000-08-061-0/+19
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-062-5/+7
* prefix libapr functions and types with apr_dougm2000-08-025-110/+110
* OS/2: Fix a canonical error mismatch, allowing .exe files to be spawnedbjh2000-07-141-1/+1
* OS/2: Add implementation of ap_wait_all_procs().bjh2000-07-141-0/+28
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-201-12/+24
* 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