summaryrefslogtreecommitdiffstats
path: root/base/sys_info.h
Commit message (Expand)AuthorAgeFilesLines
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* base: Get rid of the deprecated SysInfo::GetEnvVar.tfarina@chromium.org2010-07-081-5/+0
* base: Get rid of the deprecated SysInfo::HasEnvVar.tfarina@chromium.org2010-07-051-4/+0
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-3/+3
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-1/+1
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-1/+3
* Linux: don't try and read shmmax in the sandbox.agl@chromium.org2009-08-041-0/+5
* Creating a unique user-agent string for ChromeOS builds, so that metrics can ...evan@chromium.org2009-07-221-0/+13
* We recently enabled reading sysctl values from inside the sandbox. This CL r...jeremy@chromium.org2009-07-021-12/+0
* Recommit r10259 after successful try server run.jeremy@chromium.org2009-02-241-0/+11
* Revert r10259 & subsequent fixes.jeremy@chromium.org2009-02-241-11/+0
* Fix for Sandboxed WebKit on OS X:jeremy@chromium.org2009-02-241-0/+11
* Under the OS X Sandbox, some system calls are blocked.jeremy@chromium.org2009-02-111-1/+9
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-221-0/+4
* Refactoring for portability:mark@chromium.org2008-09-291-0/+25
* Fix AmountOfFreeDiskSpace to be able to differentiate an errorrvargas@google.com2008-09-201-1/+2
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-181-0/+6
* Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win...deanm@chromium.org2008-09-181-0/+5
* Add support for querying the amount of memory on a system to sys_info.deanm@chromium.org2008-09-171-0/+5
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+18