index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
jobs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-11
36104: change order of child_block() and dont_queue_signals() to resolve yet ...
Barton E. Schaefer
1
-2
/
+2
2015-08-09
35929: protect FDT_PROC_SUBST by #ifdef
Jun-ichi Takimoto
1
-2
/
+5
2015-07-23
35849: close fd's from process substitution after fork
Peter Stephenson
1
-4
/
+6
2015-05-05
35032: Handle SIGCONT for process better.
Peter Stephenson
1
-1
/
+3
2015-01-06
34120: compctl, jobs: Check contents instead of array
Mikael Magnusson
1
-1
/
+1
2014-12-18
33992: do not attempt attachtty() for process group zero (which is possible i...
Barton E. Schaefer
1
-2
/
+5
2014-12-16
33982: minimal support for pid namespaces by recognizing that GETPGRP() may r...
Chirantan Ekbote
1
-1
/
+1
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-8
/
+15
2014-10-31
unposted: quash compiler warning
Oliver Kiddle
1
-0
/
+2
2014-10-27
33562: Fix thinko in previous commit
Mikael Magnusson
1
-1
/
+3
2014-10-27
33561: The time builtin forgot to unmetafy TIMEFMT
Mikael Magnusson
1
-1
/
+1
2014-10-26
33531 with additions: retain status of exited background jobs.
Peter Stephenson
1
-21
/
+117
2014-10-04
33354: when backgrounding a pipeline, close all pipe descriptors in the parent
Barton E. Schaefer
1
-1
/
+3
2014-08-22
33042: $? and $pipestatus report 128+signal number for stopped jobs
Barton E. Schaefer
1
-5
/
+10
2014-05-29
32624: use correct scaling factor (clock ticks) for times
Peter Stephenson
1
-15
/
+17
2013-12-25
32178: fix another acquire_pgrp() infinite loop
Barton E. Schaefer
1
-0
/
+4
2013-12-21
32176: plug additional deadlock-inducing pipe descriptor leaks
Peter Stephenson
1
-13
/
+25
2013-10-29
31929: Src/jobs.c: fix DPUTS3() test condition from 31906.
Barton E. Schaefer
1
-1
/
+1
2013-10-26
31906: fix race-condition interaction of $pipestatus with job control
Barton E. Schaefer
1
-3
/
+10
2013-10-24
31885: fix PIPEFAIL when the last command executes in the current shell
Barton E. Schaefer
1
-18
/
+24
2013-10-23
31879 plus misc.: improve $pipestatus handling and add a test for it
Barton E. Schaefer
1
-17
/
+35
2013-10-06
users:18023: Add PIPEFAIL option
Peter Stephenson
1
-3
/
+10
2013-07-19
31536 with additions: Fix hang in previous process substitution fix.
Peter Stephenson
1
-0
/
+25
2013-07-17
31528: use job table to record file descriptors associated with process subst
Peter Stephenson
1
-5
/
+37
2012-11-18
users/17042: don't stomp the environment in "jobs -Z" unless we've first
Bart Schaefer
1
-0
/
+2
2012-10-11
30724: shell code optimisd to use execsimple() doesn't have a valid thisjob
Peter Stephenson
1
-1
/
+7
2012-09-21
30687 with typo corrected: don't REPORTTIME if zleactive
Peter Stephenson
1
-0
/
+2
2012-05-22
Danek: 30485: trailing garbage after signal number not recognised in kill
Peter Stephenson
1
-3
/
+8
2012-04-15
30410 plus one other case: avoid divide-by-zero errors
Peter Stephenson
1
-3
/
+10
2011-08-28
users/16289: don't delete temporary files on disown.
Peter Stephenson
1
-13
/
+18
2011-08-16
29650: Don't lose time info after a suspend+restore.
Wayne Davison
1
-0
/
+2
2011-08-14
unposted: fix capitalized word in the middle of a sentence
Mikael Magnusson
1
-1
/
+1
2011-08-10
29654: "wait" should resume stopped jobs identified by process ID as well
Bart Schaefer
1
-6
/
+13
2011-06-15
29481: always return a matching job in findproc() but scan the whole list
Bart Schaefer
1
-4
/
+6
2011-06-12
29472: findproc() needs at least to also return stopped jobs.
Bart Schaefer
1
-1
/
+2
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-1
/
+1
2011-04-01
Stef van Vlierberghe: 28965 (as posted in 28967):
Peter Stephenson
1
-1
/
+18
2010-08-22
28179, users/15314, users/15310, users/15200:
Peter Stephenson
1
-2
/
+57
2010-08-18
28172: mark processes as not stopped if sent SIGCONT
Peter Stephenson
1
-4
/
+14
2010-07-31
users/15219: PRINTEXITVALUE if terminated by signal
Peter Stephenson
1
-0
/
+4
2010-07-31
always print job status if non-zero status and PRINTEXITSVALUE
Peter Stephenson
1
-12
/
+18
2009-12-16
Check the return value of all pipe(), read(), and write() calls.
Wayne Davison
1
-1
/
+1
2009-12-02
27442 plus tweak: wait returns status for $! even if exited
Peter Stephenson
1
-0
/
+20
2009-09-30
Apple opensource patches suggested by Jun T. in 27300
Peter Stephenson
1
-1
/
+1
2009-07-20
27159: restore pre-23067 behavior of SIGINT outside a "wait", so that
Bart Schaefer
1
-2
/
+2
2009-07-12
27134: Close SHTTY on exec.
Peter Stephenson
1
-1
/
+3
2009-07-11
27131: allow MONITOR in subshell by not closing SHTTY
Peter Stephenson
1
-1
/
+2
2009-07-10
27106: reset status on command that expands to empty
Peter Stephenson
1
-45
/
+58
2009-07-10
27119: job output to stdout if non-interactive
Peter Stephenson
1
-6
/
+5
[prev]
[next]