summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo_solaris.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-14/+19
* SERVER-53279 remove ProcessInfo::blockCheckSupported()Benety Goh2020-12-101-4/+0
* SERVER-53279 remove ProcessInfo::blockInMemory()Benety Goh2020-12-091-12/+0
* SERVER-53279 remove ProcessInfo::pagesInMemory()Benety Goh2020-12-091-15/+0
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-111-4/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+25
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-2/+2
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-12/+10
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-03-081-0/+1
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33706 Remove warning message about Windows FS cache configurationXiangyu Yao2018-05-161-4/+0
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-1/+1
* SERVER-29465 Add warning about Windows SystemFileCacheSize for WiredTigerXiangyu Yao2017-11-101-0/+4
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+8
* SERVER-22398 Add SystemInfo::numAvailableCoresWaley Chen2016-02-261-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-164/+156
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-031-0/+4
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-0/+241