summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix ProcessSingletonWinTest using default profile.mattm@chromium.org2010-06-161-1/+10
* Changed the position of the output->swap() call. This way, even if the comma...maruel@chromium.org2010-06-101-4/+2
* Reset signal handlers in forked children.agl@chromium.org2010-06-021-0/+7
* POSIX: catch more crash-indicating signals for in-process crash dumping.phajdan.jr@chromium.org2010-04-301-3/+6
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-54/+0
* POSIX: In functions where we wait for a process with timeout, increment the a...thestig@chromium.org2010-04-021-14/+24
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-4/+4
* Just need to trigger a buildagl@chromium.org2010-03-191-1/+1
* [GTTF] Add an always-working timeout for browser_tests.phajdan.jr@chromium.org2010-03-161-0/+19
* Noop change to trigger a rebuild.agl@chromium.org2010-03-111-1/+0
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-111-97/+208
* Revert "POSIX: don't allocate memory after forking."agl@chromium.org2010-03-101-210/+97
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-101-97/+210
* BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUXpvalchev@google.com2010-03-101-4/+5
* solaris: minor ifdefsevan@chromium.org2010-02-171-1/+4
* linux: check the return value passed through HANDLE_EINTRevan@chromium.org2010-02-021-5/+12
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-2/+2
* OpenBSD/FreeBSD ifdefs and GYP changes for base/pvalchev@google.com2010-01-251-0/+3
* 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