summaryrefslogtreecommitdiffstats
path: root/base/process/kill_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove base::KillProcess()rvargas2015-04-021-56/+0
* Remove base::WaitForExitCode*rvargas2015-03-031-201/+0
* Remove base::WaitForSingleProcessrvargas2015-02-241-116/+109
* Rename base::Process::pid() to Pid()rvargas2015-01-241-2/+2
* Update EnsureProcessGetsReaped to receive a pid.rvargas2015-01-141-3/+3
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-3/+3
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-3/+3
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-3/+3
* Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non...hidehiko2014-11-051-6/+6
* More virtual/override updates in base/.viettrungluu2014-10-221-1/+1
* Enforce handle ownership in base::Process.rvargas2014-10-171-1/+1
* Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi.hidehiko2014-10-171-0/+6
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-1/+1
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Cleanup WaitpidWithTimeoutmdempsky@chromium.org2014-06-101-34/+19
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-171-5/+5
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-151-5/+5
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-5/+5
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-141-5/+5
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-5/+5
* Fix a bug where killing pages doesn't yield a sad-tabccameron@chromium.org2013-09-171-2/+7
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+0
* Split out process killing functions from base/process_util.h into base/proces...rsesek@chromium.org2013-07-101-0/+493