Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32178: fix another acquire_pgrp() infinite loop | Barton E. Schaefer | 2013-12-25 | 1 | -0/+4 |
| | |||||
* | 32176: plug additional deadlock-inducing pipe descriptor leaks | Peter Stephenson | 2013-12-21 | 1 | -13/+25 |
| | |||||
* | 31929: Src/jobs.c: fix DPUTS3() test condition from 31906. | Barton E. Schaefer | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | 31906: fix race-condition interaction of $pipestatus with job control | Barton E. Schaefer | 2013-10-26 | 1 | -3/+10 |
| | | | | printjob() should not reference oldjobtab for job numbers unless it is being called from bin_fg(). printjob() also must not attempt to update pipestats when called from bin_fg(). acquire_pgrp() should not loop infintely if the shell is not interactive. Update the $pipestatus stress test so that it also exercises the oldjobtab repair. | ||||
* | 31885: fix PIPEFAIL when the last command executes in the current shell | Barton E. Schaefer | 2013-10-24 | 1 | -18/+24 |
| | |||||
* | 31879 plus misc.: improve $pipestatus handling and add a test for it | Barton E. Schaefer | 2013-10-23 | 1 | -17/+35 |
| | |||||
* | users:18023: Add PIPEFAIL option | Peter Stephenson | 2013-10-06 | 1 | -3/+10 |
| | |||||
* | 31536 with additions: Fix hang in previous process substitution fix. | Peter Stephenson | 2013-07-19 | 1 | -0/+25 |
| | | | | Close applicable file descriptors when waiting for a job. | ||||
* | 31528: use job table to record file descriptors associated with process subst | Peter Stephenson | 2013-07-17 | 1 | -5/+37 |
| | |||||
* | users/17042: don't stomp the environment in "jobs -Z" unless we've first | Bart Schaefer | 2012-11-18 | 1 | -0/+2 |
| | | | | copied it to new memory. | ||||
* | 30724: shell code optimisd to use execsimple() doesn't have a valid thisjob | Peter Stephenson | 2012-10-11 | 1 | -1/+7 |
| | |||||
* | 30687 with typo corrected: don't REPORTTIME if zleactive | Peter Stephenson | 2012-09-21 | 1 | -0/+2 |
| | |||||
* | Danek: 30485: trailing garbage after signal number not recognised in kill | Peter Stephenson | 2012-05-22 | 1 | -3/+8 |
| | |||||
* | 30410 plus one other case: avoid divide-by-zero errors | Peter Stephenson | 2012-04-15 | 1 | -3/+10 |
| | | | | in TIMEFMT interpretation | ||||
* | users/16289: don't delete temporary files on disown. | Peter Stephenson | 2011-08-28 | 1 | -13/+18 |
| | | | | Document. | ||||
* | 29650: Don't lose time info after a suspend+restore. | Wayne Davison | 2011-08-16 | 1 | -0/+2 |
| | |||||
* | unposted: fix capitalized word in the middle of a sentence | Mikael Magnusson | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | 29654: "wait" should resume stopped jobs identified by process ID as well | Bart Schaefer | 2011-08-10 | 1 | -6/+13 |
| | | | | | as by job number; temporary (?) workaround for pipelines getting lost if TSTP is delivered when a shell builtin is the tail of the pipe. | ||||
* | 29481: always return a matching job in findproc() but scan the whole list | Bart Schaefer | 2011-06-15 | 1 | -4/+6 |
| | | | | to prefer running jobs | ||||
* | 29472: findproc() needs at least to also return stopped jobs. | Bart Schaefer | 2011-06-12 | 1 | -1/+2 |
| | |||||
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | 29165: use term.h globally if needed at all. | Peter Stephenson | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Stef van Vlierberghe: 28965 (as posted in 28967): | Peter Stephenson | 2011-04-01 | 1 | -1/+18 |
| | | | | findproc() should not return processes not marked as SP_RUNNING | ||||
* | 28179, users/15314, users/15310, users/15200: | Peter Stephenson | 2010-08-22 | 1 | -2/+57 |
| | | | | various job and process control fixes | ||||
* | 28172: mark processes as not stopped if sent SIGCONT | Peter Stephenson | 2010-08-18 | 1 | -4/+14 |
| | |||||
* | users/15219: PRINTEXITVALUE if terminated by signal | Peter Stephenson | 2010-07-31 | 1 | -0/+4 |
| | |||||
* | always print job status if non-zero status and PRINTEXITSVALUE | Peter Stephenson | 2010-07-31 | 1 | -12/+18 |
| | |||||
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 1 | -1/+1 |
| | | | | | | Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled. | ||||
* | 27442 plus tweak: wait returns status for $! even if exited | Peter Stephenson | 2009-12-02 | 1 | -0/+20 |
| | |||||
* | Apple opensource patches suggested by Jun T. in 27300 | Peter Stephenson | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | 27159: restore pre-23067 behavior of SIGINT outside a "wait", so that | Bart Schaefer | 2009-07-20 | 1 | -2/+2 |
| | | | | foreground jobs that handle or ignore interrupts are not orphaned. | ||||
* | 27134: Close SHTTY on exec. | Peter Stephenson | 2009-07-12 | 1 | -1/+3 |
| | | | | | 27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save parent job table. | ||||
* | 27131: allow MONITOR in subshell by not closing SHTTY | Peter Stephenson | 2009-07-11 | 1 | -1/+2 |
| | |||||
* | 27106: reset status on command that expands to empty | Peter Stephenson | 2009-07-10 | 1 | -45/+58 |
| | | | | 27122: add POSIX_JOBS option | ||||
* | 27119: job output to stdout if non-interactive | Peter Stephenson | 2009-07-10 | 1 | -6/+5 |
| | | | | no automated jobs notifications | ||||
* | 27112: allow jobbing output if not interactive | Peter Stephenson | 2009-07-09 | 1 | -8/+10 |
| | |||||
* | users/13937, users/13939: configure.ac, Src/jobs.c: check for | Bart Schaefer | 2009-03-16 | 1 | -0/+8 |
| | | | | and if available use setproctitle() for "jobs -Z". | ||||
* | users/13910: spawnjob() should output to tty | Peter Stephenson | 2009-03-14 | 1 | -4/+4 |
| | |||||
* | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 2008-07-31 | 1 | -2/+2 |
| | |||||
* | users/12812: fix hang with confusion over process numbers | Peter Stephenson | 2008-05-02 | 1 | -0/+9 |
| | |||||
* | 22281: wait shouldn't return immediately on signal unless trapped | Peter Stephenson | 2008-03-25 | 1 | -2/+4 |
| | |||||
* | 24279: allow terminal changes after zle -I to be acquired by main shell | Peter Stephenson | 2007-12-18 | 1 | -1/+1 |
| | |||||
* | users/11818: allow non-numeric keys for job status parameters | Peter Stephenson | 2007-09-05 | 1 | -7/+11 |
| | |||||
* | users/11807: fix some job display bugs | Peter Stephenson | 2007-09-04 | 1 | -16/+37 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -2/+2 |
| | |||||
* | 23460: fix problem with ( stuff ) >multio1 >multio2 | Peter Stephenson | 2007-05-23 | 1 | -0/+9 |
| | |||||
* | unposted: uninitialized variable in 23238 | Peter Stephenson | 2007-03-27 | 1 | -8/+8 |
| | |||||
* | 23238: jobs didn't get deleted if they weren't printed | Peter Stephenson | 2007-03-27 | 1 | -2/+15 |
| | |||||
* | 23141: don't zrfresh() after printjob() that didn't print | Peter Stephenson | 2007-01-30 | 1 | -5/+15 |
| | |||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -2/+2 |
| |