summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Mac: Remove some unneccesary IPC from fork_and_get_task.thakis@chromium.org2010-01-131-45/+0
* Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-121-1/+143
* Revert 35888 - Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-101-146/+0
* Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-101-0/+146
* Revert 35883 - Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-101-143/+0
* Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-101-0/+143
* Mac: stop zombie ps processes from being created.viettrungluu@chromium.org2010-01-041-10/+12
* Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ...viettrungluu@chromium.org2009-12-191-47/+20
* Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o...thakis@chromium.org2009-12-191-20/+47
* Fix cpu/memory measurements on OS X.thakis@chromium.org2009-12-181-47/+20
* Fix environment variables not being used after switching to ChildProcessLaunc...jam@chromium.org2009-11-231-6/+7
* posix: use PLOG to print useful error messagesevan@chromium.org2009-11-201-6/+3
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-4/+2
* Mac: Implement about:memory.viettrungluu@chromium.org2009-11-051-9/+49
* Move console stack dumping code to a function so it can be reused in test_she...maruel@chromium.org2009-10-271-58/+86
* Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).viettrungluu@chromium.org2009-10-201-2/+2
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-3/+2
* linux: implement GetCPUUsage() so the task manager shows CPUevan@chromium.org2009-09-191-5/+9
* posix: trivial error message cleanupevan@chromium.org2009-09-121-1/+1
* posix: better launchapp error messageevan@chromium.org2009-09-091-2/+2
* When forking, restore the default exception handler port.mark@chromium.org2009-09-031-0/+8
* Port some of the base module to FreeBSD. Extracted fromwtc@chromium.org2009-08-311-1/+4
* Revert r23911, which switched from fork to vfork().deanm@chromium.org2009-08-211-28/+22
* Switch to using vfork() instead of fork() when we can.deanm@chromium.org2009-08-201-22/+28
* Remove the Mac-specific implementation of LaunchApp, and share the Linux vers...stuartmorgan@google.com2009-08-061-0/+76
* Linux: Use _exit() instead of exit() in the child after fork() in failure con...mdm@chromium.org2009-07-231-0/+5
* Linux/Mac: Use _exit() instead of exit() in the child after fork() in failure...mdm@chromium.org2009-07-221-3/+3
* Fix KillProcess so it doesn't report everything as a failure.stuartmorgan@chromium.org2009-07-131-4/+11
* Fix tools/valgrind/chrome_tests.sh to always use --log-file optiondank@chromium.org2009-07-071-0/+6
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-6/+6
* POSIX: read subprocess output before waiting for termination.agl@chromium.org2009-06-101-8/+7
* CloseSuperfluousFiles shouldn't close the directory it's reading fromdkegel@google.com2009-06-071-0/+3
* 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