summaryrefslogtreecommitdiff
path: root/shmem
Commit message (Expand)AuthorAgeFilesLines
* Make some of the checks clearer and remove the debugging stuff thatdreid2001-06-071-39/+6
* Stop some compiler warnings on beos...dreid2001-06-061-6/+6
* BeOS now uses it's own shmem files and doesn't need MM, so this codedreid2001-05-091-40/+0
* This is replacement shared memory code for BeOS. It's simple but seems todreid2001-04-303-0/+369
* 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-162-2/+2
* Add Darwin/Mac OS.wsanchez2001-02-082-1/+4
* renaming various functions for consistency sakedougm2001-02-082-6/+6
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* stop monkeying around with MM's object filesgstein2001-01-101-7/+0
* Libtool-ize APR.gstein2001-01-094-59/+25
* 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
* MPMs that require multiple segments of shared memory now just use tworbb2000-12-025-5/+12
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-24/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-20/+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-092-12/+8
* AC_INIT sets up the env for AC_CONFIG_AUX_DIR, so fix the ordersascha2000-10-221-1/+1
* back this out, should have never been touched.wrowe2000-10-061-2/+2
* Completed review for new tests:wrowe2000-10-061-2/+2
* Multiple build and configuration fixesrbb2000-10-052-0/+3
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingrbb2000-10-052-28/+33
* 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-022-20/+20
* Add a patch that Ralf has already committed to 1.1.3 of MM. This allowsrbb2000-06-301-0/+3
* The name is supposed to be set to NULL when anonymous shared mem is used.ronald2000-05-292-1/+2
* Fix some logic in mm's configuration that removes -g from CFLAGS.trawick2000-05-181-1/+1
* Update MM to the latest version. retrieved fromrbb2000-05-0328-2213/+1173
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-302-6/+5
* Update comment for depend target. The template makefiles are now calledsascha2000-04-302-2/+2
* Fix mm's memcpy/memset macros; pointer arithmetic was broken.sascha2000-04-301-2/+2
* Fix mm configuration on Solaris 8 x86 and OS/390. Don't requiretrawick2000-04-303-1/+16
* back out APR_ prefix for TRUE,FALSEdougm2000-04-284-19/+19
* Use $(MAKE) instead of make in Makefiles.rbb2000-04-281-3/+3
* prefix TRUE,FALSE with APR_dougm2000-04-284-19/+19
* Cleanup more files when make distclean is used. This should be all therbb2000-04-271-0/+1
* Cleaned up the error codes a bit. Removed codes that aren't used anywhere,rbb2000-04-191-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-2/+2
* this was including mm_test.o in the library, which happens to definedgaudet2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-71/+0
* Enforce explicit libtool modemartin2000-04-131-4/+8
* use same canonical name for "bs2000" thruout apachemartin2000-04-132-2/+2
* On all the systems I could get hold of (Solaris, ReliantUNIX, BS2000, SINIX),martin2000-04-131-0/+6
* 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-313-68/+66