summaryrefslogtreecommitdiff
path: root/threadproc/os2
Commit message (Expand)AuthorAgeFilesLines
* 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-043-3/+6
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-161-0/+13
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Remove threadcancel.c which was somehow ressurected by the CVS->SVN conversion.Brian Havard2004-11-141-85/+0
* 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
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-101-0/+6
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-011-2/+10
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-133-147/+30
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-18/+0
* 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-073-3/+3
* Namespace protection for include/arch/ header filesThom May2003-01-063-6/+6
* Update copyright notices to 2003.Thom May2003-01-013-3/+3
* Implement apr_thread_yield() on OS/2.Brian Havard2002-05-221-0/+1
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-193-50/+50
* 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-133-3/+3
* 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
* Fix missed reference to rv that was renamed to exitval.Brian Havard2001-12-291-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toAaron Bannert2001-12-271-3/+3
* 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
* Clean up the event sem in the apr_thread_once_t.Brian Havard2001-09-021-0/+14
* OS/2: Implement apr_thread_once().Brian Havard2001-09-021-2/+17
* OS/2: Fix thread return value passing.Brian Havard2001-08-311-1/+1
* OS/2: Add stubs for apr_thread_once functions to fix link. Will fill them inBrian Havard2001-08-301-0/+14
* 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-103-54/+56
* Added a stub for apr_thread_yield()Bradley Nicholes2001-08-031-0/+6
* Updated APR to pass the thread worker_function prototypeWilliam A. Rowe Jr2001-07-241-8/+6
* OS/2: Add implementations of apr_file_trunc(), apr_os_thread_current() &Brian Havard2001-06-161-0/+17
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set wereGreg Ames2001-04-111-2/+2
* OS/2: add an assortment of misc helper functions that were missing soBrian Havard2001-03-193-0/+76
* Stop warning about apr_signal() being undeclared.Brian Havard2001-02-181-0/+1
* Update copyright to 2001Roy T. Fielding2001-02-163-3/+3
* Don't assume apr_pstrndup will return n bytes of storage. It was recentlyBrian Havard2001-02-131-4/+6
* *) add apr_signal_get_description() to that platforms (which have signals)Greg Stein2001-02-111-98/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-084-53/+53
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-283-4/+0
* Libtool-ize APR.Greg Stein2001-01-092-33/+12