summaryrefslogtreecommitdiff
path: root/mmap/unix/common.c
Commit message (Expand)AuthorAgeFilesLines
* Once we know apr_off_t size > 0, we know we can foldwrowe2007-10-051-2/+2
* 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
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-1/+2
* prefix libapr functions and types with apr_dougm2000-08-021-1/+1
* Stop using an incomplete type for MMAP files. The only sane way to reallyrbb2000-07-071-1/+4
* 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
* OK so finally I get my cvs working again! These small diffsdreid2000-06-121-1/+1
* Update the unix code to support BeOS. Remove the now un-necessary BeOSrbb2000-05-161-4/+0
* more documentation movementdgaudet2000-04-141-7/+0
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Updating more docs. :-)rbb2000-03-151-0/+7
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Pointer arithmetic using void * is non-sense. GCC implicitly convertssascha2000-01-031-1/+1
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-18/+0
* Fix a couple of files that need to include apr_config.h now. All of theserbb1999-12-011-0/+1
* hange the way that we test for the size of ssize_t, using code suggested bydreid1999-11-131-29/+1
* Fix a logic error for mmap on unix. Basically, if you are going to check forrbb1999-11-101-11/+16
* This adds a new mmap function for both BeOS and unix.dreid1999-11-041-1/+5
* Add more functions to the APR mmap.dreid1999-11-031-0/+118