summaryrefslogtreecommitdiff
path: root/mmap/unix
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-202-8/+8
* Follow up to r1887060: fix compilation on BEOS.Yann Ylavic2021-03-111-2/+4
* Follow up to r1887060: fix compilation on BEOS.Yann Ylavic2021-03-111-4/+2
* Follow up to r1887060: fix compilation on BEOS.Yann Ylavic2021-03-111-2/+4
* Align apr_mmap()ing offset to a page boundary. PR 65158.Yann Ylavic2021-03-021-3/+22
* Once we know apr_off_t size > 0, we know we can foldWilliam A. Rowe Jr2007-10-051-2/+2
* Fix the typo.Joe Orton2006-08-032-2/+2
* Update license header.Joe Orton2006-08-032-12/+12
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-042-2/+4
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Add LFS support:Joe Orton2004-03-271-0/+8
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-132-98/+20
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-13/+0
* remove these interfaces:Jeff Trawick2003-09-031-2/+1
* it's confusing as hell to get an allocated object back that's all zeros.Cliff Woolley2003-07-141-0/+2
* * mmap/unix/mmap.cSander Striker2003-03-101-1/+1
* Consistently fail on all platforms.Sander Striker2003-03-061-0/+3
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-012-2/+2
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingCliff Woolley2002-11-231-22/+15
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())Jeff Trawick2002-04-161-7/+1
* Sanitize some return types.Cliff Woolley2002-04-101-4/+6
* Fix a problem with the is_owner handling in the Unix and MMAP code thatCliff Woolley2002-04-101-16/+9
* Update our copyright for this year.Roy T. Fielding2002-03-132-2/+2
* I've been getting compile warnings on FreeBSD 4.4/4.5 for months:Ben Collins-Sussman2002-01-251-4/+4
* Fix a compiler warning from an undeclared function.Aaron Bannert2001-11-221-0/+1
* New APR function apr_mmap_dup.Ian Holsman2001-11-211-0/+32
* Add APR_DECLARE to the functions in mmap.cRyan Bloom2001-08-021-6/+7
* Make the apr_mmap_create() function use the native_flags variable.Ryan Bloom2001-04-301-10/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-3/+3
* Update copyright to 2001Roy T. Fielding2001-02-162-2/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* apr_mmap_t is defined as a void*.Greg Stein2001-02-051-5/+5
* Get this working on beos again so we can serve pages!David Reid2001-01-291-7/+9
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-1/+2
* Libtool-ize APR.Greg Stein2001-01-092-25/+8
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-082-2/+3
* Allow APR programmers to determine if an MMAP is read-only or if it shouldRyan Bloom2000-12-071-3/+19
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-37/+2
* tweak the includes for the recent header reorg.Greg Stein2000-11-091-1/+1
* Tie up some loose ends that fell through the cracks while I was fixingRyan Bloom2000-11-091-4/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-022-12/+12
* Stop using an incomplete type for MMAP files. The only sane way to reallyRyan Bloom2000-07-074-111/+40
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-222-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-223-3/+4
* OK so finally I get my cvs working again! These small diffsDavid Reid2000-06-122-2/+2
* trailing space caused build to break for me, remove it.Doug MacEachern2000-06-111-1/+1