summaryrefslogtreecommitdiff
path: root/shmem
Commit message (Expand)AuthorAgeFilesLines
...
* fix some bad retcodes (adding APR_OS_START_SYSERR to errno) in theJeff Trawick2001-08-301-4/+4
* Fix a segfault when we try to memset NULL (the user is out of memory inJustin Erenkrantz2001-08-301-1/+2
* Remove MM from the source tree. We don't use it anymore.Ryan Bloom2001-08-2329-16127/+0
* get shmem.c to compile on platforms that have different names for SHM_RGreg Ames2001-08-201-0/+6
* don't do arithmetic with void *Jeff Trawick2001-08-151-3/+3
* Remove all warnings from the shared memory code.Ryan Bloom2001-08-141-4/+8
* Fix the new shared memory code. We need to pass a pointer toRyan Bloom2001-08-141-3/+3
* Fix warnings.Roy T. Fielding2001-08-131-17/+21
* More fallout from MM's departure.Justin Erenkrantz2001-08-131-2/+4
* Move the necessary shared memory code from MM into APR and remove ourJustin Erenkrantz2001-08-132-50/+186
* Peter Moore reported this small typo...David Reid2001-08-121-1/+1
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-103-28/+28
* 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
* BeOS now uses it's own shmem files and doesn't need MM, so this codeDavid Reid2001-05-091-40/+0
* This is replacement shared memory code for BeOS. It's simple but seems toDavid Reid2001-04-303-0/+369
* In apr_shm_init(), check the retcode from mm_malloc(). Previously,Jeff Trawick2001-02-201-0/+6
* Enable use of the new build directory.Roy T. Fielding2001-02-181-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-162-2/+2
* Add Darwin/Mac OS.Wilfredo Sanchez2001-02-082-1/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-082-6/+6
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-2/+0
* stop monkeying around with MM's object filesGreg Stein2001-01-101-7/+0
* Libtool-ize APR.Greg Stein2001-01-094-59/+25
* This header file is needed to allow the shared memory "fix" for BeOS toDavid Reid2001-01-061-0/+4
* I managed to miss these from a commit a while ago and so this hasn'tDavid Reid2000-12-312-1/+15
* This allows BeOS shared memory to work across forks and thus theDavid Reid2000-12-151-0/+37
* We need to define this correctly or it's never set and we don't setDavid Reid2000-12-131-1/+1
* Fix a compile break on BeOS and FreeBSD. We don't want to add the sizeRyan Bloom2000-12-021-1/+1
* MPMs that require multiple segments of shared memory now just use twoRyan Bloom2000-12-025-5/+12
* OS/2 changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-24/+2
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-20/+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-092-12/+8
* AC_INIT sets up the env for AC_CONFIG_AUX_DIR, so fix the orderSascha Schumann2000-10-221-1/+1
* back this out, should have never been touched.William A. Rowe Jr2000-10-061-2/+2
* Completed review for new tests:William A. Rowe Jr2000-10-061-2/+2
* Multiple build and configuration fixesRyan Bloom2000-10-052-0/+3
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingRyan Bloom2000-10-052-28/+33
* 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-022-20/+20
* Add a patch that Ralf has already committed to 1.1.3 of MM. This allowsRyan Bloom2000-06-301-0/+3
* The name is supposed to be set to NULL when anonymous shared mem is used.Ronald Tschalar2000-05-292-1/+2
* Fix some logic in mm's configuration that removes -g from CFLAGS.Jeff Trawick2000-05-181-1/+1
* Update MM to the latest version. retrieved fromRyan Bloom2000-05-0328-2213/+1173
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-302-6/+5
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-302-2/+2
* Fix mm's memcpy/memset macros; pointer arithmetic was broken.Sascha Schumann2000-04-301-2/+2
* Fix mm configuration on Solaris 8 x86 and OS/390. Don't requireJeff Trawick2000-04-303-1/+16
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-284-19/+19