summaryrefslogtreecommitdiffstats
path: root/src/subprocess-posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1326 from 0-wiz-0/masterJan Niklas Hasse2018-11-051-0/+1
|\
| * Include missing header for pselect().Thomas Klausner2017-09-101-0/+1
* | posix_spawn_* calls don't set errno, use the return value.Jerome Duval2017-11-011-27/+39
|/
* Close original pipe fd in subprocessesColin Cross2017-01-131-0/+2
* Use POSIX_SPAWN_USEVFORK if availablemalc2016-08-261-2/+3
* Use posix_spawn() instead of fork()/exec().Nico Weber2016-03-211-53/+54
* Revert #910.Nico Weber2016-03-051-5/+2
* Cleanup build on SIGHUP.Nicolas Despres2015-09-201-1/+11
* Forward interruption signal to child processes.Nicolas Despres2015-04-241-28/+28
* Allow SIGTERM for interruption.Nicolas Despres2015-04-241-4/+11
* POSIX: detach background subprocesses from terminal.Julien Tinnes2015-01-291-2/+5
* Check pending SIGINT after ppoll/pselectTaiju Tsuiki2015-01-191-0/+21
* win console wip: Fix comments based on review feedback.Nico Weber2014-05-181-1/+1
* win console wip: resolve FIXMENico Weber2014-05-141-0/+1
* wip for console pool on windowsNico Weber2014-05-131-0/+2
* Introduce the "console" poolPeter Collingbourne2014-02-031-22/+28
* use !defined(NOT_PPOLL)David Hill2013-07-011-2/+2
* cleanup based on comments from martineDavid Hill2013-06-291-1/+1
* support BitrigDavid Hill2013-06-291-3/+3
* Added bootstrap/configure option to force pselectTobias Hieta2013-05-231-3/+3
* Remove a few unused includes.Nico Weber2013-05-121-2/+0
* Don't poll pipes using POLLRDHUPMatthew Dempsky2013-05-011-8/+1
* Add support for OpenBSD.Matthew Dempsky2013-05-011-17/+13
* correctly open /dev/null in subprocessesEvan Martin2012-12-211-1/+1
* rename subprocess.cc to reflex its posixnessEvan Martin2012-07-271-0/+300