summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes a bug where we were inadvertently closing Valgrind-owned FDsrohitrao@chromium.org2009-05-061-23/+30
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-25/+15
* POSIX: Add code for shuffling file descriptors.agl@chromium.org2009-04-301-13/+84
* Make task_manager_resource_providers.cc compile on POSIX.phajdan.jr@chromium.org2009-04-301-0/+6
* POSIX: don't spawn zombies.agl@chromium.org2009-04-281-10/+23
* Revert r14620 which was a rollback of r14549 and r14508. Thistc@google.com2009-04-271-2/+7
* Speculatively roll back r14549 and r14508. The chrome browsertc@google.com2009-04-271-7/+2
* Port unload_uitest.cc and enable some of the tests on linux.estade@chromium.org2009-04-241-2/+7
* Revert "POSIX: Don't spawn zombies." (r14488)agl@chromium.org2009-04-241-14/+3
* POSIX: Don't spawn zombies.agl@chromium.org2009-04-241-3/+14
* Get rid of variable length arrays.willchan@chromium.org2009-04-241-2/+2
* More solid detection of browser process in chrome_process_util_linux.cc:phajdan.jr@chromium.org2009-04-211-2/+8
* Add GetAppOutput function, a better replacement for popen.phajdan.jr@chromium.org2009-04-171-0/+68
* Make OpenProcessHandle report an error when it couldn't open the handle.phajdan.jr@chromium.org2009-04-031-2/+3
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-011-3/+3
* 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