summaryrefslogtreecommitdiff
path: root/shmem/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())trawick2002-04-161-3/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* get rid of some questions now that Aaron has checked it overtrawick2002-03-041-5/+0
* preserve the proper alignment when we use the start of the sharedtrawick2002-03-041-6/+13
* not allocating memory for the metadata..ianh2002-02-051-1/+1
* Fix a few attempts to add to a void *ptr in the Unix shared memorytrawick2002-02-041-3/+3
* Fixed up some comments -- got rid of FIXMEs that have been fixed.aaron2002-01-301-6/+1
* Implement shared memory cleanup handlers on Unix for both the originalaaron2002-01-291-66/+98
* Simple workaround, for now. Aaron is researching, but if somethingwrowe2002-01-251-0/+13
* Major updates to the Unix shmem implementation:aaron2002-01-231-79/+199
* Add some more comments and more robust error checking.aaron2002-01-221-8/+11
* Implement apr_shm_detach for name-based shmget().aaron2002-01-171-2/+4
* Fix a bug in the APR_USE_SHMEM_SHMGET type of name-based sharedaaron2002-01-161-22/+18
* Remove some cruft from the Unix shm implementation.aaron2002-01-161-19/+0
* Mark SysV anon shared memory segments for deletion,jim2002-01-151-0/+5
* HP compiler doesn't like using < operator with pointer and scalartrawick2002-01-111-1/+1
* get some pointer arithmetic to compile on picky compilerstrawick2002-01-101-1/+1
* This is the new apr_shm_t API. It completely replaces the old sharedaaron2002-01-103-333/+463
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-1/+1
* get shmem.c to compile again after changes to apr_shmem.htrawick2002-01-051-2/+2
* Normalize an opaque type to our current conventions.wrowe2002-01-051-2/+2
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-1/+2
* bye byegstein2001-08-311-11/+0
* when creating a shared memory segment using SysV, be suretrawick2001-08-301-0/+4
* fix some bad retcodes (adding APR_OS_START_SYSERR to errno) in thetrawick2001-08-301-4/+4
* Fix a segfault when we try to memset NULL (the user is out of memory injerenkrantz2001-08-301-1/+2
* Remove MM from the source tree. We don't use it anymore.rbb2001-08-2329-16127/+0
* get shmem.c to compile on platforms that have different names for SHM_Rgregames2001-08-201-0/+6
* don't do arithmetic with void *trawick2001-08-151-3/+3
* Remove all warnings from the shared memory code.rbb2001-08-141-4/+8
* Fix the new shared memory code. We need to pass a pointer torbb2001-08-141-3/+3
* Fix warnings.fielding2001-08-131-17/+21
* More fallout from MM's departure.jerenkrantz2001-08-131-2/+4
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-132-50/+186
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-9/+9
* BeOS now uses it's own shmem files and doesn't need MM, so this codedreid2001-05-091-40/+0
* In apr_shm_init(), check the retcode from mm_malloc(). Previously,trawick2001-02-201-0/+6
* Enable use of the new build directory.fielding2001-02-181-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* Add Darwin/Mac OS.wsanchez2001-02-082-1/+4
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* stop monkeying around with MM's object filesgstein2001-01-101-7/+0
* Libtool-ize APR.gstein2001-01-092-29/+17
* This header file is needed to allow the shared memory "fix" for BeOS todreid2001-01-061-0/+4
* I managed to miss these from a commit a while ago and so this hasn'tdreid2000-12-312-1/+15
* This allows BeOS shared memory to work across forks and thus thedreid2000-12-151-0/+37
* We need to define this correctly or it's never set and we don't setdreid2000-12-131-1/+1
* Fix a compile break on BeOS and FreeBSD. We don't want to add the sizerbb2000-12-021-1/+1