summaryrefslogtreecommitdiff
path: root/mmap/unix/common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-1/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-1/+1
* Stop using an incomplete type for MMAP files. The only sane way to reallyRyan Bloom2000-07-071-1/+4
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-221-1/+1
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-221-1/+1
* OK so finally I get my cvs working again! These small diffsDavid Reid2000-06-121-1/+1
* Update the unix code to support BeOS. Remove the now un-necessary BeOSRyan Bloom2000-05-161-4/+0
* more documentation movementdgaudet2000-04-141-7/+0
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Updating more docs. :-)Ryan Bloom2000-03-151-0/+7
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Pointer arithmetic using void * is non-sense. GCC implicitly convertsSascha Schumann2000-01-031-1/+1
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-031-18/+0
* Fix a couple of files that need to include apr_config.h now. All of theseRyan Bloom1999-12-011-0/+1
* hange the way that we test for the size of ssize_t, using code suggested byDavid Reid1999-11-131-29/+1
* Fix a logic error for mmap on unix. Basically, if you are going to check forRyan Bloom1999-11-101-11/+16
* This adds a new mmap function for both BeOS and unix.David Reid1999-11-041-1/+5
* Add more functions to the APR mmap.David Reid1999-11-031-0/+118