1. ab5f646 Return configured processors in NumberOfProcessors() on posix platforms by jchuang@chromium.org · 10 years ago
  2. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  3. 5ac0b17 Expose the virtual memory limit to blink by jochen@chromium.org · 10 years ago
  4. 4abdb3e Cache the numberOfProcessors value on posix and expose it to blink by jochen@chromium.org · 11 years ago
  5. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  6. ad89ff5 Fix OperationSystemVersion() on Android. by zmo@chromium.org · 11 years ago
  7. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  8. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  9. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  10. 1f2edf3 POSIX: surround statvfs calls with HANDLE_EINTR by phajdan.jr@chromium.org · 11 years ago
  11. e170665 Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchitecture(). by thestig@chromium.org · 12 years ago
  12. efbe531 Add Android fingerprint to metrics logs by dfalcantara@chromium.org · 12 years ago
  13. c913724 Implement SysInfo::CPUArchitecture() on Windows. Try to make Windows and POSIX versions return consistent architecture names. by thestig@chromium.org · 12 years ago
  14. b0efbba Add AssertIOAllowed check in the implementations of SysInfo::AmountOfFreeDiskSpace. by haruki@chromium.org · 12 years ago
  15. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  16. 2251c62 Upstream android file related code. by michaelbai@google.com · 13 years ago
  17. 5615f60 base: Move UI code out of SysInfo. by derat@chromium.org · 13 years ago
  18. 56f1efd Fix OperatingSystemName and OperatingSystemVersion on Mac by stuartmorgan@chromium.org · 13 years ago
  19. 782f5e0 base: Get rid of the deprecated SysInfo::GetEnvVar. by tfarina@chromium.org · 14 years ago
  20. 2502730 base: Get rid of the deprecated SysInfo::HasEnvVar. by tfarina@chromium.org · 14 years ago
  21. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  22. fae7268 posix: split OS-specific bits out of sys_info_posix by evan@chromium.org · 15 years ago
  23. 3341010 linux: implement some SysInfo bits to reduce NOTIMPL spew by evan@chromium.org · 15 years ago
  24. 84b05b8 posix: move mac-specific code into mac-specific file by evan@chromium.org · 15 years ago
  25. 1e25e00 Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath. by tony@chromium.org · 15 years ago
  26. 50c9465 Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by brettw@chromium.org · 15 years ago
  27. c00aed7 Implement functions to return the primary display dimensions and the number by mark@chromium.org · 15 years ago
  28. 9b07a8f Port some of the base module to FreeBSD. Extracted from by wtc@chromium.org · 15 years ago
  29. 3319f0a Linux: don't try and read shmmax in the sandbox. by agl@chromium.org · 15 years ago
  30. 92b13a1 We recently enabled reading sysctl values from inside the sandbox. This CL removes workarounds needed when sysctl reads where blocked. by jeremy@chromium.org · 15 years ago
  31. a06948b sysconf(_SC_NPROCESSORS_ONLN) is not available on some POSIX by evan@chromium.org · 15 years ago
  32. 7730edb Recommit r10259 after successful try server run. by jeremy@chromium.org · 15 years ago
  33. 570f7c2 Revert r10259 & subsequent fixes. by jeremy@chromium.org · 15 years ago
  34. 8a60b68 Fix for Sandboxed WebKit on OS X: by jeremy@chromium.org · 15 years ago
  35. a1012c0 Fix linux build by estade@chromium.org · 15 years ago
  36. 0da11fa Under the OS X Sandbox, some system calls are blocked. by jeremy@chromium.org · 15 years ago
  37. 3d71fda POSIX: Porting renderer/render_process.cc, low hanging fruit by agl@chromium.org · 16 years ago
  38. b93c054 Refactoring for portability: by mark@chromium.org · 16 years ago
  39. af00029 Fix AmountOfFreeDiskSpace to be able to differentiate an error from a full disk. by rvargas@google.com · 16 years ago
  40. ee45e8f Move GetFreeDiskSpace to SysInfo. by deanm@chromium.org · 16 years ago
  41. 319f044 Add support for querying the amount of memory on a system to sys_info. by deanm@chromium.org · 16 years ago
  42. 42a34eb Add a class for extracting system-specific information, like the number of processors. by deanm@chromium.org · 16 years ago