summaryrefslogtreecommitdiff
path: root/shmem/os2
Commit message (Expand)AuthorAgeFilesLines
* Add apr_shm_delete()jim2014-04-281-0/+5
* Follow-up to r1531768:trawick2013-10-201-0/+17
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenbjh2010-04-021-1/+1
* 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
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-011-0/+6
* 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
* OS/2: Fix option flags attaching to an existing shared memory block.bjh2002-02-121-1/+1
* OS/2: Implement apr_os_shm_get/put.bjh2002-01-281-2/+17
* Simple workaround, for now. Aaron is researching, but if somethingwrowe2002-01-251-0/+14
* OS/2: Add shm pool accessor.bjh2002-01-121-0/+2
* OS/2: Pound the new shm code into some kind of working order.bjh2002-01-102-25/+49
* This is the new apr_shm_t API. It completely replaces the old sharedaaron2002-01-101-53/+11
* 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-10/+10
* Fix handling of named shared memorybjh2001-12-291-1/+6
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-9/+9
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* Libtool-ize APR.gstein2001-01-092-30/+8
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-24/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-9/+12
* Move all of the shmem private header files to an arch directory underrbb2000-11-091-4/+2
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* prefix libapr functions and types with apr_dougm2000-08-021-11/+11
* The name is supposed to be set to NULL when anonymous shared mem is used.ronald2000-05-291-0/+1
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-4/+2
* Update to Apache Software License version 1.1fielding2000-03-311-33/+32
* Ignore generated Makefilebjh2000-03-161-0/+1
* Shared memory for OS/2bjh2000-03-162-0/+219