summaryrefslogtreecommitdiff
path: root/shmem/beos
Commit message (Expand)AuthorAgeFilesLines
* Add apr_shm_delete()jim2014-04-281-0/+10
* Follow-up to r1531768:trawick2013-10-201-0/+17
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-0/+2
* 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
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Continue clearing my TODO list.dreid2004-06-291-7/+21
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-011-0/+5
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-14/+0
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* 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
* Update our copyright for this year.fielding2002-03-131-1/+1
* Get the shmem code building again on beos.dreid2002-02-141-0/+1
* Simple workaround, for now. Aaron is researching, but if somethingwrowe2002-01-251-0/+14
* Fix a small problem with the name of the area we create. This isdreid2002-01-241-1/+1
* After running testshm, this commit gets us passing all the tests OK.dreid2002-01-131-12/+30
* More shmem fixes...dreid2002-01-121-7/+27
* Few changes that actually get us building well enough for apache. More todreid2002-01-111-4/+8
* First step to getting shmem building on beos.dreid2002-01-112-7/+7
* This is the new apr_shm_t API. It completely replaces the old sharedaaron2002-01-102-321/+128
* Agree with Jeff [thanks] ... completion doesn't need to be so wordy.wrowe2002-01-051-2/+2
* Normalize an opaque type to our current conventions.wrowe2002-01-051-12/+12
* Peter Moore reported this small typo...dreid2001-08-121-1/+1
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-10/+10
* Make some of the checks clearer and remove the debugging stuff thatdreid2001-06-071-39/+6
* Stop some compiler warnings on beos...dreid2001-06-061-6/+6
* This is replacement shared memory code for BeOS. It's simple but seems todreid2001-04-303-0/+369