summaryrefslogtreecommitdiff
path: root/Src/jobs.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-0433354: when backgrounding a pipeline, close all pipe descriptors in the parentBarton E. Schaefer1-1/+3
2014-08-2233042: $? and $pipestatus report 128+signal number for stopped jobsBarton E. Schaefer1-5/+10
2014-05-2932624: use correct scaling factor (clock ticks) for timesPeter Stephenson1-15/+17
2013-12-2532178: fix another acquire_pgrp() infinite loopBarton E. Schaefer1-0/+4
2013-12-2132176: plug additional deadlock-inducing pipe descriptor leaksPeter Stephenson1-13/+25
2013-10-2931929: Src/jobs.c: fix DPUTS3() test condition from 31906.Barton E. Schaefer1-1/+1
2013-10-2631906: fix race-condition interaction of $pipestatus with job controlBarton E. Schaefer1-3/+10
2013-10-2431885: fix PIPEFAIL when the last command executes in the current shellBarton E. Schaefer1-18/+24
2013-10-2331879 plus misc.: improve $pipestatus handling and add a test for itBarton E. Schaefer1-17/+35
2013-10-06users:18023: Add PIPEFAIL optionPeter Stephenson1-3/+10
2013-07-1931536 with additions: Fix hang in previous process substitution fix.Peter Stephenson1-0/+25
2013-07-1731528: use job table to record file descriptors associated with process substPeter Stephenson1-5/+37
2012-11-18users/17042: don't stomp the environment in "jobs -Z" unless we've firstBart Schaefer1-0/+2
2012-10-1130724: shell code optimisd to use execsimple() doesn't have a valid thisjobPeter Stephenson1-1/+7
2012-09-2130687 with typo corrected: don't REPORTTIME if zleactivePeter Stephenson1-0/+2
2012-05-22Danek: 30485: trailing garbage after signal number not recognised in killPeter Stephenson1-3/+8
2012-04-1530410 plus one other case: avoid divide-by-zero errorsPeter Stephenson1-3/+10
2011-08-28users/16289: don't delete temporary files on disown.Peter Stephenson1-13/+18
2011-08-1629650: Don't lose time info after a suspend+restore.Wayne Davison1-0/+2
2011-08-14unposted: fix capitalized word in the middle of a sentenceMikael Magnusson1-1/+1
2011-08-1029654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer1-6/+13
2011-06-1529481: always return a matching job in findproc() but scan the whole listBart Schaefer1-4/+6
2011-06-1229472: findproc() needs at least to also return stopped jobs.Bart Schaefer1-1/+2
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-1/+1
2011-04-01Stef van Vlierberghe: 28965 (as posted in 28967):Peter Stephenson1-1/+18
2010-08-2228179, users/15314, users/15310, users/15200:Peter Stephenson1-2/+57
2010-08-1828172: mark processes as not stopped if sent SIGCONTPeter Stephenson1-4/+14
2010-07-31users/15219: PRINTEXITVALUE if terminated by signalPeter Stephenson1-0/+4
2010-07-31always print job status if non-zero status and PRINTEXITSVALUEPeter Stephenson1-12/+18
2009-12-16Check the return value of all pipe(), read(), and write() calls.Wayne Davison1-1/+1
2009-12-0227442 plus tweak: wait returns status for $! even if exitedPeter Stephenson1-0/+20
2009-09-30Apple opensource patches suggested by Jun T. in 27300Peter Stephenson1-1/+1
2009-07-2027159: restore pre-23067 behavior of SIGINT outside a "wait", so thatBart Schaefer1-2/+2
2009-07-1227134: Close SHTTY on exec.Peter Stephenson1-1/+3
2009-07-1127131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson1-1/+2
2009-07-1027106: reset status on command that expands to emptyPeter Stephenson1-45/+58
2009-07-1027119: job output to stdout if non-interactivePeter Stephenson1-6/+5
2009-07-0927112: allow jobbing output if not interactivePeter Stephenson1-8/+10
2009-03-16users/13937, users/13939: configure.ac, Src/jobs.c: check forBart Schaefer1-0/+8
2009-03-14users/13910: spawnjob() should output to ttyPeter Stephenson1-4/+4
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-2/+2
2008-05-02users/12812: fix hang with confusion over process numbersPeter Stephenson1-0/+9
2008-03-2522281: wait shouldn't return immediately on signal unless trappedPeter Stephenson1-2/+4
2007-12-1824279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson1-1/+1
2007-09-05users/11818: allow non-numeric keys for job status parametersPeter Stephenson1-7/+11
2007-09-04users/11807: fix some job display bugsPeter Stephenson1-16/+37
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-2/+2
2007-05-2323460: fix problem with ( stuff ) >multio1 >multio2Peter Stephenson1-0/+9
2007-03-27unposted: uninitialized variable in 23238Peter Stephenson1-8/+8