summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Finish splitting base/process_util.h by moving the remaining routines to base...rsesek@chromium.org2013-07-171-726/+0
* Split ProcessHandle and its related routines into base/process/process_handle.h.rsesek@chromium.org2013-07-151-67/+6
* Split out process killing functions from base/process_util.h into base/proces...rsesek@chromium.org2013-07-101-464/+0
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Split ProcessMetrics out of base/process_util.h and into base/process/process...rsesek@chromium.org2013-05-231-10/+0
* Revert r187343rsleevi@chromium.org2013-05-141-32/+0
* Limit the number of pending requests to the max number of file descriptors.simonjam@chromium.org2013-05-091-8/+13
* [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker.rsesek@chromium.org2013-04-111-93/+0
* Revert 193486 "[Mac] Remove base::LaunchSynchronize and rewrite ..."rsesek@chromium.org2013-04-111-0/+93
* [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker.rsesek@chromium.org2013-04-101-93/+0
* Linux: for all signals, reset the sa_restorer field before execve().jln@chromium.org2013-03-121-0/+69
* GTTF: Add debugging code for flaky test server startup issues.phajdan.jr@chromium.org2013-03-111-0/+32
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-3/+3
* GTTF: Replace usage of Time::Now with TimeTicks::Nowphajdan.jr@chromium.org2013-01-111-7/+7
* Linux: inform the Zygote when it's waiting on a dead processjln@chromium.org2012-12-061-37/+49
* Revert 168239 - Extract SIGPIPE ignoring code to a common place.dmichael@google.com2012-11-161-9/+0
* Extract SIGPIPE ignoring code to a common place.phajdan.jr@chromium.org2012-11-161-0/+9
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Move EnableInProcessStackDumping to base/debugphajdan.jr@chromium.org2012-11-011-83/+1
* Band-aid fix for test hangs:phajdan.jr@chromium.org2012-10-311-0/+3
* Type profiler by intercepting 'new' and 'delete' expressions.dmikurube@chromium.org2012-09-261-0/+11
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-061-4/+3
* Fix CleanupProcesses() interface to use TimeDelta.tedvessenes@gmail.com2012-07-311-6/+2
* base: Add missing "virtual" keyword and OVERRIDE to some methods.tfarina@chromium.org2012-07-311-1/+2
* Remove old test timeout and process waiting function interfaces.tedvessenes@gmail.com2012-07-261-22/+4
* Switch to TimeDelta interface for process waiting functions in base.tedvessenes@gmail.com2012-07-111-2/+4
* Add TimeDelta interfaces for WaitForExitCodeWithTimeout() functions.tedvessenes@gmail.com2012-07-081-0/+12
* Move dir_reader to base/filesbrettw@chromium.org2012-06-291-1/+1
* [cros] Fix udevadm command line for camera presence detection.ivankr@chromium.org2012-04-261-14/+17
* Add #include <iterator> to files that use std::back_inserter.halyavin@google.com2012-04-051-0/+1
* Add additional base::TimeDelta interface for WaitForChildProcess()tedvessenes@gmail.com2012-03-311-9/+16
* Initialize sigaction.sa_restorertbreisacher@chromium.org2012-03-301-1/+1
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-6/+7
* [ChromeOS] Add option to set controlling terminal when launching process.tbarzic@chromium.org2012-01-211-1/+19
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-3/+2
* use os_bsd and OS_BSD and add some OS_FREEBSD conditionsrobert.nagy@gmail.com2011-12-041-0/+5
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-231-0/+97
* Maximize RLIMIT_AS resource limit in nacl_helper child before execmcgrathr@chromium.org2011-11-151-0/+18
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-16/+16
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-16/+16
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-16/+16
* Synchronize the parent and child processes during launch, ensuring that themark@chromium.org2011-09-011-13/+112
* Dump a stack trace when browser tests time out.mihaip@chromium.org2011-08-231-2/+3
* Fix WaitForSingleNonChildProcess. There were three bugs in the loop usage.mark@chromium.org2011-08-221-38/+71
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-4/+0
* Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...rsesek@chromium.org2011-08-181-0/+4
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-4/+0
* Update references to the now-gone LaunchApp() from the code.evan@chromium.org2011-07-191-1/+1
* Add a "clone" option to base/process_util.h:LaunchProcess(). Useful inside Li...bradchen@google.com2011-07-151-1/+10
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-5/+7