summaryrefslogtreecommitdiff
path: root/mmap/unix/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-6/+6
* Follow up to r1887060: fix compilation on BEOS.ylavic2021-03-111-2/+4
* Revert r1887500: had some unrelated changes.ylavic2021-03-111-4/+2
* Follow up to r1887060: fix compilation on BEOS.ylavic2021-03-111-2/+4
* Align apr_mmap()ing offset to a page boundary. PR 65158.ylavic2021-03-021-3/+22
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add LFS support:jorton2004-03-271-0/+8
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* remove these interfaces:trawick2003-09-031-2/+1
* it's confusing as hell to get an allocated object back that's all zeros.jwoolley2003-07-141-0/+2
* * mmap/unix/mmap.cstriker2003-03-101-1/+1
* Consistently fail on all platforms.striker2003-03-061-0/+3
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingjwoolley2002-11-231-22/+15
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())trawick2002-04-161-7/+1
* Sanitize some return types.jwoolley2002-04-101-4/+6
* Fix a problem with the is_owner handling in the Unix and MMAP code thatjwoolley2002-04-101-16/+9
* Update our copyright for this year.fielding2002-03-131-1/+1
* I've been getting compile warnings on FreeBSD 4.4/4.5 for months:sussman2002-01-251-4/+4
* Fix a compiler warning from an undeclared function.aaron2001-11-221-0/+1
* New APR function apr_mmap_dup.ianh2001-11-211-0/+32
* Add APR_DECLARE to the functions in mmap.crbb2001-08-021-6/+7
* Make the apr_mmap_create() function use the native_flags variable.rbb2001-04-301-10/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-3/+3
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-4/+4
* apr_mmap_t is defined as a void*.gstein2001-02-051-5/+5
* Get this working on beos again so we can serve pages!dreid2001-01-291-7/+9
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-1/+1
* Allow APR programmers to determine if an MMAP is read-only or if it shouldrbb2000-12-071-3/+19
* tweak the includes for the recent header reorg.gstein2000-11-091-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-11/+11
* Stop using an incomplete type for MMAP files. The only sane way to reallyrbb2000-07-071-1/+23
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-221-1/+1
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-1/+1
* don't seek when setting up an mmapdgaudet2000-06-101-2/+3
* Small change to get mmap support for BeOS working again.dreid2000-06-011-1/+1
* Update the unix code to support BeOS. Remove the now un-necessary BeOSrbb2000-05-161-9/+36
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* more namespace cleanupdgaudet2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-14/+0
* Remove all the buffered I/O code from APR. APR supports buffered I/O onlyrbb2000-04-061-1/+1
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-3/+3
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-3/+3
* Update to Apache Software License version 1.1fielding2000-03-311-32/+32