summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-170/+191
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+2
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-031-0/+7
* SERVER-14129: Use fsync instead of msync for SolarisMark Benvenuto2014-08-291-1/+14
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-9/+9
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-011-3/+3
* Do not zero-fill newly allocated files on WindowsKaloian Manassiev2014-01-291-1/+13
* Revert "On Windows platforms code was added to zero-fill each newly allocated...Kaloian Manassiev2014-01-271-6/+0
* On Windows platforms code was added to zero-fill each newly allocated data fi...Kaloian Manassiev2014-01-271-0/+6
* SERVER-10034 Invalid --pidfilepath no longer silently ignoredKyle Erf2013-09-271-1/+1
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-11/+5
* SERVER-7570 changed ProcessInfo::blockInMemory to leverage getPageSize, added...Andrea Lattuada2012-11-131-1/+21
* SERVER-7570 Initialize ProcessInfo::SystemInfo at startup, add pageSize.Andrea Lattuada2012-11-071-11/+14
* SERVER-5147: use dcl for hostInfo initBen Becker2012-03-041-1/+11
* SERVER-5147: replace static init with init upon constructionBen Becker2012-02-291-11/+14
* SERVER-4615: Added db.hostInfo() commandBen Becker2012-02-291-3/+82
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+67