summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* Make CrashAwareSleep more accurate on POSIX (checking if the process exists).phajdan.jr@chromium.org2009-03-061-8/+20
* Make startup_tests build and run on Linux (except reference tests).phajdan.jr@chromium.org2009-03-051-1/+1
* Make UITest::CrashAwareSleep portable.phajdan.jr@chromium.org2009-03-041-4/+20
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-1/+1
* Make ResourceMessageFilter compile on Mac. It stubs out a substantial part ofbrettw@google.com2009-02-061-0/+11
* Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naokimark@chromium.org2009-02-051-0/+57
* Add routine to close file descriptors on execjeremy@chromium.org2009-01-291-14/+43
* Revert r8560 due to broken interactive_ui_testsmark@chromium.org2009-01-231-4/+0
* Porting in chrome/phajdan.jr@chromium.org2009-01-231-0/+4
* Share DidProcessCrash between Linux and Mac.deanm@chromium.org2009-01-211-0/+25
* Port crash_cache tool to Linux.phajdan.jr@chromium.org2009-01-131-0/+20
* Move KillProcess from linux to posix so it can be used on the Mac.dkegel@google.com2009-01-051-0/+25
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-0/+18
* Reverting 7156.ojan@google.com2008-12-171-18/+0
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-0/+18
* * Add timeout support to POSIX WaitForSingleProcess()jeremy@chromium.org2008-12-081-5/+42
* * Add timeout support to POSIX WaitForSingleProcess()jeremy@chromium.org2008-12-051-1/+19
* Quick touchup requested by revieweravi@google.com2008-12-021-2/+1
* Implement GetCPUUsage; it was causing link errors because of its absence on t...avi@google.com2008-12-021-0/+53
* Move process utils into the base namespace (fix build bustage).brettw@google.com2008-11-141-2/+2
* Port parts of base/process_util to Linux.evanm@google.com2008-10-141-0/+14
* Enforce Terminate on Heap Corruption in most of our executable on Windows XP ...maruel@google.com2008-09-241-0/+4
* * Change output of trace_event log to JSON to enable easier integration with ...erikkay@google.com2008-09-181-0/+4
* Fix process_util_posix.ccmmentovai@google.com2008-08-271-1/+2
* Stub out a few things into process_util_posix.deanm@google.com2008-08-271-0/+26