summaryrefslogtreecommitdiffstats
path: root/base/process_util_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-2/+31
* Improve sleep resolution in process_util_linux.phajdan.jr@chromium.org2008-12-111-2/+2
* * Add timeout support to POSIX WaitForSingleProcess()jeremy@chromium.org2008-12-051-6/+0
* Implement GetCPUUsage; it was causing link errors because of its absence on t...avi@google.com2008-12-021-5/+0
* More Mac & Linux fixes for base namespaces.brettw@google.com2008-11-141-3/+3
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-2/+2
* Unfork test_shell_main_gtk back into test_shell_main.erg@google.com2008-11-141-0/+5
* Get url_request_unittest.cc to build on Linux.dkegel@google.com2008-11-031-1/+1
* Port GetProcessCount(), KillProcesses(), and CleanupProcesses().dkegel@google.com2008-10-311-1/+218
* Added linux process utilities and tests.estade@chromium.org2008-10-221-0/+46
* Port parts of base/process_util to Linux.evanm@google.com2008-10-141-0/+62