summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* This change enables ExtensionApiTest.WebSocket on Mac again.toyoshim@chromium.org2011-03-091-0/+17
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-3/+79
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+2
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-2/+2
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-17/+24
* Recommit 68258 - Mark some functions that wait on other processes as unsafe f...victorw@chromium.org2010-12-041-0/+7
* Revert 68258 - Mark some functions that wait on other processes as unsafe for...victorw@chromium.org2010-12-041-7/+0
* Mark some functions that wait on other processes as unsafe for IO/UI.evan@chromium.org2010-12-041-0/+7
* Revert "base: wait for children to terminate."agl@chromium.org2010-11-291-55/+43
* base: wait for children to terminate.agl@chromium.org2010-11-291-43/+55
* [Mac] Log registers with stackdump in debug crashes.shess@chromium.org2010-11-221-7/+51
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-24/+17
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-17/+24
* process_util: remove a function we don't use anywayevan@chromium.org2010-10-131-5/+0