summaryrefslogtreecommitdiff
path: root/threadproc/os2/proc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-28/+28
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gYann Ylavic2022-06-171-1/+1
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-251-0/+3
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-1/+2
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-021-2/+2
* * We need to disable inheritance in the case of success like in theRuediger Pluem2009-06-111-1/+1
* Remove simple ipc because of -1Mladen Turk2009-02-241-20/+0
* Remove ipc init from apr_initialize.Mladen Turk2009-02-231-5/+0
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-211-0/+25
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+8
* Fix mismatch, using child_err when dealing with stdout.Brian Havard2007-10-311-1/+1
* OS/2: Fix condition for restoring std handles after spawning a process.Brian Havard2007-10-311-6/+15
* Fix build breakage due to syntax errors in threadproc/os2/proc.c.Brian Havard2007-10-301-9/+10
* Backport the std handling improvements to Netware, OS2, BeOS.William A. Rowe Jr2007-10-151-102/+138
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* OS/2: Fix crash in apr_proc_create with non-shell type process creation whereBrian Havard2005-07-031-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-161-0/+13
* Add command type APR_SHELLCMD_ENV for creating a processJeff Trawick2004-06-231-1/+3
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-141-0/+7
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* OS/2: when parsing #! line, adjust for the fact that apr_file_gets() noBrian Havard2003-03-311-2/+7
* We don't guard against NULL args.William A. Rowe Jr2003-02-241-7/+0
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-071-0/+9
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-061-0/+9
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-191-27/+27
* The apr_get_os_proc accessor is no longer supported [better or worse].William A. Rowe Jr2002-03-161-11/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change apr_proc_detach to take a parameter that can enable/disable automaticAaron Bannert2002-02-211-1/+1
* Add a couple new command types to process creation:Greg Stein2002-01-281-0/+2
* OS/2: Implement exitcode/exitwhy enhancements in apr_proc_wait*Brian Havard2001-10-261-8/+64
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-6/+7
* Return the exit code from apr_proc_wait(). This is a combination of a patchGreg Stein2001-09-201-0/+3
* Ooops, test is redundant. We wouldn't get here if interpreter was 0 length.Brian Havard2001-08-231-3/+1
* \n removal, needed now OS/2 apr_file_gets() leaves them on.Brian Havard2001-08-231-0/+5
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-24/+24
* OS/2: add an assortment of misc helper functions that were missing soBrian Havard2001-03-191-0/+7
* Stop warning about apr_signal() being undeclared.Brian Havard2001-02-181-0/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Don't assume apr_pstrndup will return n bytes of storage. It was recentlyBrian Havard2001-02-131-4/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-42/+42
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-1/+0
* 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