summaryrefslogtreecommitdiffstats
path: root/base/sys_info_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+4
* Remove kint64max.avi2015-12-091-10/+10
* sys_info_linux: positive return value of MaxSharedMemorySize for 32-bit build...ljagielski2015-04-141-7/+5
* Move HasSeekPenalty() out of base::SysInfo and base/.dbeam2015-04-021-7/+0
* base: "implement" seek time detection for iOS/Android and add more stubs.dbeam2015-03-181-0/+7
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-1/+1
* Parse shmmax as a uint64brettw@chromium.org2014-08-151-4/+3
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Cache the numberOfProcessors value on posix and expose it to blinkjochen@chromium.org2013-11-201-18/+5
* Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the L...rmcilroy@chromium.org2013-11-041-23/+51
* Revert 232274 "Reland "Enable SysInfo::AmountOfPhysicalMemory to..."dglazkov@chromium.org2013-11-011-47/+23
* Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the L...rmcilroy@chromium.org2013-11-011-23/+47
* Revert 231613 "Enable SysInfo::AmountOfPhysicalMemory to be call..."dglazkov@chromium.org2013-10-291-66/+35
* Enable SysInfo::AmountOfPhysicalMemory to be called from within the Linux san...rmcilroy@chromium.org2013-10-291-35/+66
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-2/+2
* Fixed CPU model name reporting on ChromeOS/ARM.zelidrag@chromium.org2013-05-061-3/+7
* Implement missing SysInfo methods on OpenBSDmdempsky@google.com2013-04-101-12/+14
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Add systemInfo.memory API implementationhongbo.min@intel.com2012-10-271-0/+11
* Refine systemInfo.cpu API and provide systemInfo.cpu.get impl for Windows and...hongbo.min@intel.com2012-09-081-0/+19
* OpenBSD patches for base and build, part 2robert.nagy@gmail.com2011-10-241-5/+18
* posix: split OS-specific bits out of sys_info_posixevan@chromium.org2009-11-231-0/+36