summaryrefslogtreecommitdiff
path: root/threadproc/beos/proc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-31/+31
* 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
* Fix various issues found by cppcheckStefan Fritsch2010-07-271-3/+4
* * 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
* Backport the std handling improvements to Netware, OS2, BeOS.William A. Rowe Jr2007-10-151-90/+116
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* 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
* Allow shared memory to work across forks in the way it was intended.David Reid2004-06-291-0/+32
* Incorporate suggested changes from Martin Kraemer and Will Rowe.David Reid2004-06-281-8/+9
* 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
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-071-0/+7
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-061-0/+6
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* 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-20/+20
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Add a couple new command types to process creation:Greg Stein2002-01-281-0/+2
* This gets pipe timeouts/blocking/non-blocking working correctly onDavid Reid2001-12-141-15/+18
* Some more tidying up for the beos code and get it building again.David Reid2001-10-281-29/+38
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-4/+6
* Return the exit code from apr_proc_wait(). This is a combination of a patchGreg Stein2001-09-201-2/+3
* Tidy up to get us working again...David Reid2001-09-111-0/+1
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-24/+24
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-40/+40
* Adjust the way we look for dead threads after Carlos Hasan's suggestionDavid Reid2001-01-101-7/+6
* The arguments to apr_create_process() should be "const" since we aren'tGreg Stein2000-11-261-4/+5
* More fixes to get BeOS building and a few missing functions to try andDavid Reid2000-11-191-0/+6
* Get this working on BeOS again after the arch changes.David Reid2000-11-181-1/+1
* Move all of the threadproc private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-53/+53
* ap_create_pipe was changed to return a pipe with both handlesJeff Trawick2000-06-201-12/+24
* Tidy up some warnings in the threadproc directory.David Reid2000-06-171-3/+1
* This gets BeOS working again but I need to look at the wholeDavid Reid2000-06-121-0/+18
* 2 weeks and so many changes to catch up on...David Reid2000-06-011-58/+14
* Bring BeOS APR back into a working state.David Reid2000-04-221-6/+6
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withRyan Bloom2000-04-191-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-4/+4
* Add more code sharing arrangements and a few minor updates/tweaks.David Reid2000-04-051-5/+5
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-21/+21
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-21/+21