summaryrefslogtreecommitdiff
path: root/threadproc/beos
Commit message (Expand)AuthorAgeFilesLines
* Argh - correct my eariler attempt to get this building.David Reid2000-12-021-1/+1
* 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-194-1/+72
* Get this working on BeOS again after the arch changes.David Reid2000-11-184-4/+6
* BeOS changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-53/+2
* Move all of the threadproc private header files to an arch directory underRyan Bloom2000-11-095-130/+4
* I'm pretty sure we only need to include this once...David Reid2000-10-301-1/+0
* Add some .cvsignore goodness...David Reid2000-09-161-0/+2
* 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-024-92/+92
* Tidy up a definition to stop a warning.David Reid2000-06-261-1/+1
* 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-174-7/+5
* 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-012-68/+15
* Procsup was basically the same file between Unix and BeOS, they can shareRyan Bloom2000-05-161-1/+0
* Procsup was basically the same file between Unix and BeOS, they care shareRyan Bloom2000-05-162-115/+2
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-301-1/+1
* Bring BeOS APR back into a working state.David Reid2000-04-221-6/+6
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-5/+5
* Cleaned up the error codes a bit. Removed codes that aren't used anywhere,Ryan Bloom2000-04-191-3/+3
* 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-146-14/+102
* thread cancellation is essentially the same as signals -- a form ofdgaudet2000-04-142-96/+0
* Add more code sharing arrangements and a few minor updates/tweaks.David Reid2000-04-054-23/+11
* Tidy up the dependancies so that APR builds on BeOS again.David Reid2000-04-031-29/+42
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-036-39/+39
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-037-45/+45
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-318-225/+271
* Bunch of changes to get CGI's working better on BeOS.David Reid2000-03-142-18/+27
* Fix all the License issues. Including:Ryan Bloom2000-03-107-63/+63
* A few minor changes to tidy things up a bit. Also rewrote ap_wait_procDavid Reid2000-03-071-12/+14
* The compiler for PowerPC versions of BeOS is about as pedantic asDavid Reid1999-12-191-4/+3
* Update the BeOS files to use a single header.David Reid1999-12-157-29/+7
* Update the proc routines for BeOS. CGI is still hosed though :-(David Reid1999-12-151-16/+50
* Plug some memory leaks, and eliminate a little redundant code.Manoj Kasichainula1999-11-051-3/+4
* Now that CGI works tidy up the files that support it.David Reid1999-11-041-17/+7
* Thanks to Manuel J Petit de Gabriel for finding the problem withDavid Reid1999-11-031-0/+4
* This allows ap_create_process to work again...David Reid1999-11-031-5/+4
* Fix yet another APR bug. This one caused sporadic CGI failures.Manoj Kasichainula1999-11-031-0/+1
* This primarily updates some dependancies and fixes a small problemDavid Reid1999-11-021-0/+30
* The rest of the changes for BeOS the process change I made tonight.David Reid1999-10-221-0/+1
* Fiz a small problem with the thread_id not being returned by correctlyDavid Reid1999-10-222-6/+5
* Fix a bug in the logic to set/get userdata from ALL apr types. I haveRyan Bloom1999-10-151-1/+1
* Add the process routines that BeOS was missing. Also bring BeOSDavid Reid1999-10-131-2/+72
* This finishes the argument swaps. The docs haven't been updated, andRyan Bloom1999-10-115-15/+16
* Fixing a couple of small bugs in the beos code.David Reid1999-10-101-1/+1
* Bring the misc code up to the APR parameter order spec. This also fixes a fewRyan Bloom1999-10-081-2/+2
* Don't know how I missed this one from my earlier commit. This fixesDavid Reid1999-10-081-6/+6