about summary refs log tree commit diff
path: root/Src/jobs.c
Commit message (Expand)AuthorAgeFilesLines
* 35032: Handle SIGCONT for process better.Peter Stephenson2015-05-051-1/+3
* 34120: compctl, jobs: Check contents instead of arrayMikael Magnusson2015-01-061-1/+1
* 33992: do not attempt attachtty() for process group zero (which is possible i...Barton E. Schaefer2014-12-181-2/+5
* 33982: minimal support for pid namespaces by recognizing that GETPGRP() may r...Chirantan Ekbote2014-12-161-1/+1
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-8/+15
* unposted: quash compiler warningOliver Kiddle2014-10-311-0/+2
* 33562: Fix thinko in previous commitMikael Magnusson2014-10-271-1/+3
* 33561: The time builtin forgot to unmetafy TIMEFMTMikael Magnusson2014-10-271-1/+1
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-261-21/+117
* 33354: when backgrounding a pipeline, close all pipe descriptors in the parentBarton E. Schaefer2014-10-041-1/+3
* 33042: $? and $pipestatus report 128+signal number for stopped jobsBarton E. Schaefer2014-08-221-5/+10
* 32624: use correct scaling factor (clock ticks) for timesPeter Stephenson2014-05-291-15/+17
* 32178: fix another acquire_pgrp() infinite loopBarton E. Schaefer2013-12-251-0/+4
* 32176: plug additional deadlock-inducing pipe descriptor leaksPeter Stephenson2013-12-211-13/+25
* 31929: Src/jobs.c: fix DPUTS3() test condition from 31906.Barton E. Schaefer2013-10-291-1/+1
* 31906: fix race-condition interaction of $pipestatus with job controlBarton E. Schaefer2013-10-261-3/+10
* 31885: fix PIPEFAIL when the last command executes in the current shellBarton E. Schaefer2013-10-241-18/+24
* 31879 plus misc.: improve $pipestatus handling and add a test for itBarton E. Schaefer2013-10-231-17/+35
* users:18023: Add PIPEFAIL optionPeter Stephenson2013-10-061-3/+10
* 31536 with additions: Fix hang in previous process substitution fix.Peter Stephenson2013-07-191-0/+25
* 31528: use job table to record file descriptors associated with process substPeter Stephenson2013-07-171-5/+37
* users/17042: don't stomp the environment in "jobs -Z" unless we've firstBart Schaefer2012-11-181-0/+2
* 30724: shell code optimisd to use execsimple() doesn't have a valid thisjobPeter Stephenson2012-10-111-1/+7
* 30687 with typo corrected: don't REPORTTIME if zleactivePeter Stephenson2012-09-211-0/+2
* Danek: 30485: trailing garbage after signal number not recognised in killPeter Stephenson2012-05-221-3/+8
* 30410 plus one other case: avoid divide-by-zero errorsPeter Stephenson2012-04-151-3/+10
* users/16289: don't delete temporary files on disown.Peter Stephenson2011-08-281-13/+18
* 29650: Don't lose time info after a suspend+restore.Wayne Davison2011-08-161-0/+2
* unposted: fix capitalized word in the middle of a sentenceMikael Magnusson2011-08-141-1/+1
* 29654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer2011-08-101-6/+13
* 29481: always return a matching job in findproc() but scan the whole listBart Schaefer2011-06-151-4/+6
* 29472: findproc() needs at least to also return stopped jobs.Bart Schaefer2011-06-121-1/+2
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-1/+1
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-1/+1
* Stef van Vlierberghe: 28965 (as posted in 28967):Peter Stephenson2011-04-011-1/+18
* 28179, users/15314, users/15310, users/15200:Peter Stephenson2010-08-221-2/+57
* 28172: mark processes as not stopped if sent SIGCONTPeter Stephenson2010-08-181-4/+14
* users/15219: PRINTEXITVALUE if terminated by signalPeter Stephenson2010-07-311-0/+4
* always print job status if non-zero status and PRINTEXITSVALUEPeter Stephenson2010-07-311-12/+18
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-1/+1
* 27442 plus tweak: wait returns status for $! even if exitedPeter Stephenson2009-12-021-0/+20
* Apple opensource patches suggested by Jun T. in 27300Peter Stephenson2009-09-301-1/+1
* 27159: restore pre-23067 behavior of SIGINT outside a "wait", so thatBart Schaefer2009-07-201-2/+2
* 27134: Close SHTTY on exec.Peter Stephenson2009-07-121-1/+3
* 27131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson2009-07-111-1/+2
* 27106: reset status on command that expands to emptyPeter Stephenson2009-07-101-45/+58
* 27119: job output to stdout if non-interactivePeter Stephenson2009-07-101-6/+5
* 27112: allow jobbing output if not interactivePeter Stephenson2009-07-091-8/+10
* users/13937, users/13939: configure.ac, Src/jobs.c: check forBart Schaefer2009-03-161-0/+8
* users/13910: spawnjob() should output to ttyPeter Stephenson2009-03-141-4/+4