summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added ability to run a command, getting output and exit status on POSIX.benwells@chromium.org2011-07-061-22/+61
* base: refactor LaunchApp variants into a single functionevan@chromium.org2011-06-301-52/+25
* Don't use a macro for getting at the process environment.evan@chromium.org2011-06-301-3/+23
* Upstream process and thread related code.michaelbai@google.com2011-06-291-1/+10
* Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm mark...fischman@chromium.org2011-06-281-32/+5
* I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR...bradchen@google.com2011-06-281-5/+32
* Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks...fischman@chromium.org2011-06-281-31/+4
* New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper.bradchen@google.com2011-06-271-4/+31
* Increase the KillProcess timeout when running under Valgrindtimurrrr@chromium.org2011-06-181-0/+8
* Break into the debugger if we have a stack dump and are currently debugging.scr@chromium.org2011-06-111-0/+4
* GTTF: Fix a few cases of very likely broken code between fork() and exec()phajdan.jr@chromium.org2011-04-081-21/+28
* GTTF: Detect browser crashes on shutdown in UI tests. phajdan.jr@chromium.org2011-04-061-17/+5
* Revert 80472 - GTTF: Detect browser crashes on shutdown in UI tests.Previousl...phajdan.jr@chromium.org2011-04-051-5/+17
* GTTF: Detect browser crashes on shutdown in UI tests.phajdan.jr@chromium.org2011-04-051-17/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2