summaryrefslogtreecommitdiff
path: root/threadproc/beos
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-045-5/+10
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-0/+13
* Remove some unused files that appear to have been ressurected by therooneg2004-12-051-88/+0
* Remove .cvsignore files.jorton2004-11-181-6/+0
* Allow shared memory to work across forks in the way it was intended.dreid2004-06-292-0/+33
* 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
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+6
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-0/+6
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-135-245/+50
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-25/+0
* Fix the apr_thread_once_init so it works and allow the thread test to notdreid2003-11-231-4/+9
* 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-063-3/+3
* Update copyright notices to 2003.thommay2003-01-015-5/+5
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-193-42/+42
* Update our copyright for this year.fielding2002-03-135-5/+5
* Add a couple new command types to process creation:gstein2002-01-281-0/+2
* Thought I committed this a whiole back, but guess I didn't...dreid2002-01-121-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-2/+2
* This gets pipe timeouts/blocking/non-blocking working correctly ondreid2001-12-141-15/+18
* BeOS threads can exit in strange orders, even in testthread they will oftendreid2001-10-291-1/+10
* Some more tidying up for the beos code and get it building again.dreid2001-10-282-32/+42
* 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-113-4/+47
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-103-55/+55
* Added a stub for apr_thread_yield()bnicholes2001-08-031-0/+4
* dummy_func != dummy_workerdreid2001-07-241-7/+7
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-1/+11
* on some Unix platforms pthread_t is a structure and the compiler won't allowtrawick2001-06-141-0/+5
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-0/+6
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-111-2/+2
* Update copyright to 2001fielding2001-02-165-5/+5
* s/pupt/put/g typodougm2001-02-081-1/+1
* renaming various functions for consistency sakedougm2001-02-083-62/+62
* Adjust the way we look for dead threads after Carlos Hasan's suggestiondreid2001-01-101-7/+6
* Libtool-ize APR.gstein2001-01-092-33/+14
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-311-7/+0
* Argh - correct my eariler attempt to get this building.dreid2000-12-021-1/+1
* 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-194-1/+72
* Get this working on BeOS again after the arch changes.dreid2000-11-184-4/+6
* BeOS changes to the way dependencies are built in APR makefilestrawick2000-11-151-53/+2
* Move all of the threadproc private header files to an arch directory underrbb2000-11-095-130/+4
* I'm pretty sure we only need to include this once...dreid2000-10-301-1/+0
* Add some .cvsignore goodness...dreid2000-09-161-0/+2