summaryrefslogtreecommitdiff
path: root/util/mmap_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix for solaris compileEliot Horowitz2010-02-211-1/+5
* sequential option for mmap SERVER-607Eliot Horowitz2010-02-161-2/+9
* better 32-bit error messageEliot Horowitz2009-12-011-0/+3
* some threadsafety on memory mapped file static methodsEliot Horowitz2009-11-301-0/+2
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-11/+10
* replace cerr with cout for all server filesEliot Horowitz2009-10-161-2/+2
* long instead of int for file sizeEliot Horowitz2009-07-091-2/+6
* don't seg fault when run out of disk spaceAaron2009-04-231-0/+4
* update size in map and allocate asap interfacesAaron2009-04-151-1/+1
* Revert "Revert "do preallocation after initial allocation too, make file allo...Aaron2009-04-151-4/+3
* Revert "Revert "allocate files in background""Aaron2009-04-151-36/+4
* Revert "allocate files in background"Aaron2009-04-151-4/+36
* Revert "do preallocation after initial allocation too, make file allocator in...Aaron2009-04-151-3/+4
* do preallocation after initial allocation too, make file allocator interface ...Aaron2009-04-151-4/+3
* allocate files in backgroundAaron2009-04-151-36/+4
* Validate length of allocated fileAaron2009-04-011-1/+2
* Validate length of allocated fileAaron2009-04-011-1/+2
* get rid of warningsEliot Horowitz2009-02-061-1/+0
* new pagewriterDwight2009-02-061-1/+1
* clean up mmap includesEliot Horowitz2009-01-291-5/+0
* broke mmap into different .cpp files for different platformsEliot Horowitz2009-01-291-0/+116