summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53279 remove ProcessInfo::blockCheckSupported()Benety Goh2020-12-101-6/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-9/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22398 Add SystemInfo::numAvailableCoresWaley Chen2016-02-261-0/+15
* SERVER-20264 jstests/core/hostinfo.js fails on s390xWaley Chen2016-02-161-1/+1
* SERVER-20264 jstests/core/hostinfo.js fails on s390xWaley2016-02-081-0/+6
* SERVER-21844 processinfo_test fails on ppc64Mark Benvenuto2015-12-211-21/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-25/+25
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-0/+2
* fix test for ProcessInfo::blockInMemory/pagesInMemory to avoid failures on ol...Andrea Lattuada2012-11-141-16/+7
* SERVER-7570 changed ProcessInfo::blockInMemory to leverage getPageSize, added...Andrea Lattuada2012-11-131-0/+38
* SERVER-7570 Initialize ProcessInfo::SystemInfo at startup, add pageSize.Andrea Lattuada2012-11-071-0/+29