summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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