summaryrefslogtreecommitdiff
path: root/util/mmap_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* compile gccdwight2011-12-191-1/+1
* compile linuxdwight2011-12-171-1/+1
* fix a race bug with mmmutex and dur in particular with closealldatabasesDwight2011-04-291-0/+2
* advise -> advice (noun rather than verb)Mathias Stearn2011-04-041-2/+2
* solaris compileMathias Stearn2011-04-041-1/+1
* towards compact cmd still in progdwight2011-04-041-0/+13
* Add MAP_NORESERVE option to private mmaps 180?Mathias Stearn2011-03-081-2/+6
* dur log info if abort because cant remap a private viewdwight2011-03-071-2/+2
* be sure we are flushing the right viewDwight2011-03-031-2/+2
* Return MemoryMappedFile to unopened state if open fails SERVER-2557Mathias Stearn2011-03-021-0/+1
* typoEliot Horowitz2011-01-261-1/+1
* reset views so calling MongoFile close multiple times is safeEliot Horowitz2011-01-261-0/+1
* fix mmap error reportingEliot Horowitz2011-01-251-3/+5
* _unlock call must come after adding view to view list. also move ismongommf c...dwight2011-01-151-4/+6
* FileAllocator cleaningEliot Horowitz2011-01-091-1/+1
* remap errors should be fatal (posix only)Mathias Stearn2011-01-051-3/+3
* Don't unmap in remapPrivateView (posix only)Mathias Stearn2011-01-051-1/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-33/+34
* compiledwight2010-12-301-1/+1
* clean dependenciesEliot Horowitz2010-12-301-0/+3
* Make remap have same address as original.Mathias Stearn2010-12-151-6/+12
* indentation and bracesMathias Stearn2010-12-151-10/+11
* compiledwight2010-12-061-7/+1
* mmap not finished on posix for dur yet working on itdwight2010-12-061-0/+10
* compiledwight2010-11-271-0/+5
* private views durDwight2010-11-161-17/+21
* createReadonlyMap methoddwight2010-11-151-3/+17
* clean up error messages for usersdwight2010-10-241-13/+11
* compile linux - guess semanticsEliot Horowitz2010-10-011-11/+12
* implement copy on write test methods for linuxEliot Horowitz2010-09-141-0/+11
* compiledwight2010-09-091-3/+3
* MongoFile::flushAll won't lock for entire flushing timeEliot Horowitz2010-07-261-0/+22
* Block writes when not holding write-lock in debug buildMathias Stearn2010-06-241-0/+13
* print filename for windows flush failure SERVER-1107Eliot Horowitz2010-05-101-0/+1
* stdafx->pchDwight2010-04-271-1/+1
* compileEliot Horowitz2010-04-241-4/+4
* fix compile for unixDwight Merriman2010-04-241-4/+4
* fix madvise ifEliot Horowitz2010-02-041-4/+4
* ifdef madviseEliot Horowitz2010-02-041-1/+4
* sequential option for mmap SERVER-607Eliot Horowitz2010-02-041-2/+9
* better debugging for weird mmap issueEliot Horowitz2009-12-281-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-2/+2
* fail faster on bad mmap dataEliot Horowitz2009-12-231-0/+3
* macro for errno so messages are consistent and have full debuggingEliot Horowitz2009-12-211-3/+3
* 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