summaryrefslogtreecommitdiff
path: root/shmem/beos
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-15/+15
* Add apr_shm_delete()Jim Jagielski2014-04-281-0/+10
* Follow-up to r1531768:Jeff Trawick2013-10-201-0/+17
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+2
* 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
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Continue clearing my TODO list.David Reid2004-06-291-7/+21
* * include/apr_shm.c (apr_shm_remove): Add prototype.Joe Orton2004-06-011-0/+5
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-14/+0
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Get the shmem code building again on beos.David Reid2002-02-141-0/+1
* Simple workaround, for now. Aaron is researching, but if somethingWilliam A. Rowe Jr2002-01-251-0/+14
* Fix a small problem with the name of the area we create. This isDavid Reid2002-01-241-1/+1
* After running testshm, this commit gets us passing all the tests OK.David Reid2002-01-131-12/+30
* More shmem fixes...David Reid2002-01-121-7/+27
* Few changes that actually get us building well enough for apache. More toDavid Reid2002-01-111-4/+8
* First step to getting shmem building on beos.David Reid2002-01-112-7/+7
* This is the new apr_shm_t API. It completely replaces the old sharedAaron Bannert2002-01-102-321/+128
* Agree with Jeff [thanks] ... completion doesn't need to be so wordy.William A. Rowe Jr2002-01-051-2/+2
* Normalize an opaque type to our current conventions.William A. Rowe Jr2002-01-051-12/+12
* Peter Moore reported this small typo...David Reid2001-08-121-1/+1
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-10/+10
* Make some of the checks clearer and remove the debugging stuff thatDavid Reid2001-06-071-39/+6
* Stop some compiler warnings on beos...David Reid2001-06-061-6/+6
* This is replacement shared memory code for BeOS. It's simple but seems toDavid Reid2001-04-303-0/+369