summaryrefslogtreecommitdiff
path: root/shmem/unix
Commit message (Expand)AuthorAgeFilesLines
* Update the license, sans typo this time.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
* * shmem/unix/shm.c (apr_shm_remove): Ensure that the file is removedjorton2004-09-211-3/+11
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-011-0/+51
* * shmem/unix/shm.c (apr_shm_create): Answer some FIXMEs: wrong, yes, no.jorton2004-05-271-4/+1
* * shmem/unix/shm.c (apr_shm_attach): Remove palloc->ENOMEM checking.jorton2004-05-271-15/+0
* * shmem/unix/shm.c (shm_cleanup_owner): Simplify error handling.jorton2004-05-271-14/+2
* 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
* * shmem/unix/shm.c (apr_shm_create): Fix build with Tru64 "cc -std";jorton2003-11-051-2/+2
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-2/+2
* 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