summaryrefslogtreecommitdiffstats
path: root/base/process_util_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Mac: UI tweaks for task manager.thakis@chromium.org2010-01-131-1/+1
* Linux: reenable malloc overrides.agl@chromium.org2010-01-081-66/+49
* Also disable tests for code removed in r35804.agl@chromium.org2010-01-081-0/+2
* Linux: disable malloc tricks to unbreak Ubuntu build.agl@chromium.org2010-01-081-0/+7
* Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to...thestig@chromium.org2009-12-101-2/+16
* Enable TCMalloc on Linux by default.willchan@chromium.org2009-11-251-10/+2
* Make calloc return NULL while initializing.vandebo@chromium.org2009-11-241-18/+37
* For Linux, override malloc and friends so that we can detect and then stop on...vandebo@chromium.org2009-11-181-1/+99
* linux: Remove NOTIMPL cluttering test outputevan@chromium.org2009-11-161-1/+0
* Log warnings, not errors, if we can't fetch memory status forsgk@google.com2009-11-131-3/+4
* Ensure OOM is a killer on the Mac.avi@chromium.org2009-11-121-0/+5
* More memory stats code cleanup:sgk@chromium.org2009-11-091-0/+46
* Linux: use /proc/pid/statm to get memory stats when /proc/pid/smaps is unavai...thestig@chromium.org2009-11-041-30/+48
* Make the memory resource functions return bools so that we know when the info...vandebo@chromium.org2009-10-271-1/+1
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-1/+1
* Linux: remove the concept of physical memory from the task manager.agl@chromium.org2009-10-071-6/+4
* linux: implement GetCPUUsage() so the task manager shows CPUevan@chromium.org2009-09-191-0/+96
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-6/+5
* Linux: about:memoryagl@chromium.org2009-09-011-5/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+6
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-6/+5
* Remove the Mac-specific implementation of LaunchApp, and share the Linux vers...stuartmorgan@google.com2009-08-061-77/+0
* Linux: Use _exit() instead of exit() in the child after fork() in failure con...mdm@chromium.org2009-07-231-2/+7
* This implements the functions necessary for the task manager on Linux.deanm@chromium.org2009-07-221-4/+62
* Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open.thestig@chromium.org2009-07-211-1/+23
* Convert NOTIMPLs into a bug.estade@chromium.org2009-07-091-4/+4
* Linux: Add support for chrooted renderers.agl@chromium.org2009-06-151-0/+5
* Linux: refactor zygote supportagl@chromium.org2009-06-121-17/+0
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-0/+17
* Linux: refactor zygote supportagl@chromium.org2009-06-101-17/+0
* Enable zygote manager by default.dkegel@google.com2009-06-081-1/+45
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-0/+19
* Revert r17575 and r17576. They are causing layout test errors.agl@chromium.org2009-06-041-5/+0
* Linux: Add support for chrooted renderers.agl@chromium.org2009-06-041-0/+5
* Extract Windows-specific parts of TaskManager.phajdan.jr@chromium.org2009-05-141-0/+10
* Add memory stats for linux page cycler. On linux, we collecttc@google.com2009-05-111-1/+48
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-1/+2
* POSIX: Add code for shuffling file descriptors.agl@chromium.org2009-04-301-17/+9
* Get rid of variable length arrays.willchan@chromium.org2009-04-241-2/+2
* Cleanup in LaunchApp:phajdan.jr@chromium.org2009-04-181-17/+11
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-1/+1
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+0
* Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naokimark@chromium.org2009-02-051-57/+0
* Add routine to close file descriptors on execjeremy@chromium.org2009-01-291-7/+1
* Share DidProcessCrash between Linux and Mac.deanm@chromium.org2009-01-211-25/+1
* Clean up a bunch of style errors in process_util_linux.cc.deanm@chromium.org2009-01-211-27/+30
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-4/+5
* Move KillProcess from linux to posix so it can be used on the Mac.dkegel@google.com2009-01-051-24/+0
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-2/+31
* Reverting 7156.ojan@google.com2008-12-171-31/+2