summaryrefslogtreecommitdiffstats
path: root/base/sys_info_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+3
* Remove kint64max.avi2015-12-091-6/+5
* base: "implement" seek time detection for iOS/Android and add more stubs.dbeam2015-03-181-4/+0
* metrics/base: log whether drives have seek penalties.dbeam2015-03-181-0/+4
* Return configured processors in NumberOfProcessors() on posix platformsjchuang@chromium.org2014-08-181-3/+14
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Expose the virtual memory limit to blinkjochen@chromium.org2014-04-081-0/+20
* Cache the numberOfProcessors value on posix and expose it to blinkjochen@chromium.org2013-11-201-2/+18
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Fix OperationSystemVersion() on Android.zmo@chromium.org2013-05-071-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* POSIX: surround statvfs calls with HANDLE_EINTRphajdan.jr@chromium.org2013-03-251-2/+1
* Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchite...thestig@chromium.org2012-10-161-1/+1
* Add Android fingerprint to metrics logsdfalcantara@chromium.org2012-10-031-1/+3
* Implement SysInfo::CPUArchitecture() on Windows. Try to make Windows and POSI...thestig@chromium.org2012-09-261-1/+7
* Add AssertIOAllowed check in the implementations of SysInfo::AmountOfFreeDisk...haruki@chromium.org2012-08-211-0/+3
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-251-4/+3
* Upstream android file related code.michaelbai@google.com2011-06-211-2/+8
* base: Move UI code out of SysInfo.derat@chromium.org2011-06-151-28/+0
* Fix OperatingSystemName and OperatingSystemVersion on Macstuartmorgan@chromium.org2011-05-251-1/+3
* base: Get rid of the deprecated SysInfo::GetEnvVar.tfarina@chromium.org2010-07-081-11/+0
* base: Get rid of the deprecated SysInfo::HasEnvVar.tfarina@chromium.org2010-07-051-7/+1
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-5/+2
* posix: split OS-specific bits out of sys_info_posixevan@chromium.org2009-11-231-50/+2
* linux: implement some SysInfo bits to reduce NOTIMPL spewevan@chromium.org2009-11-121-7/+16
* posix: move mac-specific code into mac-specific fileevan@chromium.org2009-11-121-63/+5
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-2/+2
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-4/+4
* Implement functions to return the primary display dimensions and the numbermark@chromium.org2009-09-141-0/+49
* Port some of the base module to FreeBSD. Extracted fromwtc@chromium.org2009-08-311-1/+6
* Linux: don't try and read shmmax in the sandbox.agl@chromium.org2009-08-041-0/+18
* We recently enabled reading sysctl values from inside the sandbox. This CL r...jeremy@chromium.org2009-07-021-1/+1
* sysconf(_SC_NPROCESSORS_ONLN) is not available on some POSIXevan@chromium.org2009-06-051-0/+16
* Recommit r10259 after successful try server run.jeremy@chromium.org2009-02-241-10/+0
* Revert r10259 & subsequent fixes.jeremy@chromium.org2009-02-241-0/+10
* Fix for Sandboxed WebKit on OS X:jeremy@chromium.org2009-02-241-10/+0
* Fix linux buildestade@chromium.org2009-02-111-1/+2
* Under the OS X Sandbox, some system calls are blocked.jeremy@chromium.org2009-02-111-2/+11
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-221-0/+5
* Refactoring for portability:mark@chromium.org2008-09-291-0/+59
* Fix AmountOfFreeDiskSpace to be able to differentiate an errorrvargas@google.com2008-09-201-1/+1
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-181-0/+11
* Add support for querying the amount of memory on a system to sys_info.deanm@chromium.org2008-09-171-1/+35
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+28