summaryrefslogtreecommitdiff
path: root/mmap/unix/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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