summaryrefslogtreecommitdiff
path: root/threadproc/beos/proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r783722 from trunk:rpluem2009-06-111-1/+1
* Backport the std handling improvements to Netware, OS2, BeOS.wrowe2007-10-151-90/+116
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-0/+13
* Allow shared memory to work across forks in the way it was intended.dreid2004-06-291-0/+32
* Incorporate suggested changes from Martin Kraemer and Will Rowe.dreid2004-06-281-8/+9
* Added new APR API to load child process in current or new address space (NetW...clar2004-06-141-0/+7
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-071-0/+7
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-061-0/+6
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-20/+20
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add a couple new command types to process creation:gstein2002-01-281-0/+2
* This gets pipe timeouts/blocking/non-blocking working correctly ondreid2001-12-141-15/+18
* Some more tidying up for the beos code and get it building again.dreid2001-10-281-29/+38
* Fix the reporting for child processes that die. This removesrbb2001-10-231-4/+6
* Return the exit code from apr_proc_wait(). This is a combination of a patchgstein2001-09-201-2/+3
* Tidy up to get us working again...dreid2001-09-111-0/+1
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-24/+24
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-40/+40
* Adjust the way we look for dead threads after Carlos Hasan's suggestiondreid2001-01-101-7/+6
* The arguments to apr_create_process() should be "const" since we aren'tgstein2000-11-261-4/+5
* More fixes to get BeOS building and a few missing functions to try anddreid2000-11-191-0/+6
* Get this working on BeOS again after the arch changes.dreid2000-11-181-1/+1
* Move all of the threadproc private header files to an arch directory underrbb2000-11-091-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-53/+53
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-201-12/+24
* Tidy up some warnings in the threadproc directory.dreid2000-06-171-3/+1
* This gets BeOS working again but I need to look at the wholedreid2000-06-121-0/+18
* 2 weeks and so many changes to catch up on...dreid2000-06-011-58/+14
* Bring BeOS APR back into a working state.dreid2000-04-221-6/+6
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-4/+4
* Add more code sharing arrangements and a few minor updates/tweaks.dreid2000-04-051-5/+5
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-21/+21
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-21/+21
* Update to Apache Software License version 1.1fielding2000-03-311-33/+31
* Bunch of changes to get CGI's working better on BeOS.dreid2000-03-141-17/+21
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* A few minor changes to tidy things up a bit. Also rewrote ap_wait_procdreid2000-03-071-12/+14
* Update the BeOS files to use a single header.dreid1999-12-151-7/+0
* Update the proc routines for BeOS. CGI is still hosed though :-(dreid1999-12-151-16/+50
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-051-3/+4
* Thanks to Manuel J Petit de Gabriel for finding the problem withdreid1999-11-031-0/+4