summaryrefslogtreecommitdiff
path: root/shmem/os2
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-5/+5
* Add apr_shm_delete()Jim Jagielski2014-04-281-0/+5
* Follow-up to r1531768:Jeff Trawick2013-10-201-0/+17
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-021-1/+1
* 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
* * include/apr_shm.c (apr_shm_remove): Add prototype.Joe Orton2004-06-011-0/+6
* 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
* OS/2: Fix option flags attaching to an existing shared memory block.Brian Havard2002-02-121-1/+1
* OS/2: Implement apr_os_shm_get/put.Brian Havard2002-01-281-2/+17
* Simple workaround, for now. Aaron is researching, but if somethingWilliam A. Rowe Jr2002-01-251-0/+14
* OS/2: Add shm pool accessor.Brian Havard2002-01-121-0/+2
* OS/2: Pound the new shm code into some kind of working order.Brian Havard2002-01-102-25/+49
* This is the new apr_shm_t API. It completely replaces the old sharedAaron Bannert2002-01-101-53/+11
* 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-10/+10
* Fix handling of named shared memoryBrian Havard2001-12-291-1/+6
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-9/+9
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-2/+0
* Libtool-ize APR.Greg Stein2001-01-092-30/+8
* OS/2 changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-24/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-141-9/+12
* Move all of the shmem private header files to an arch directory underRyan Bloom2000-11-091-4/+2
* Include apr_strings.h in a bunch more places that need it.Brian Havard2000-08-061-0/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-11/+11
* The name is supposed to be set to NULL when anonymous shared mem is used.Ronald Tschalar2000-05-291-0/+1
* 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
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* First stage of migrating OS/2 code to new error code mappings, define & useBrian Havard2000-04-081-4/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+32
* Ignore generated MakefileBrian Havard2000-03-161-0/+1
* Shared memory for OS/2Brian Havard2000-03-162-0/+219