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
2024-12-26
53257: use monotonic clock where appropriate
dana
1
-24
/
+54
2024-09-14
53088: enable `time' on builtins, assignments, and current-shell actions
Bart Schaefer
1
-4
/
+37
2024-02-28
52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthe...
Oliver Kiddle
1
-6
/
+9
2024-02-28
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
1
-16
/
+97
2023-12-09
52365: record state of exited background jobs so as to be visible in TRAPCHLD
Bart Schaefer
1
-0
/
+19
2023-12-05
52326, 52372: add -q option to kill for sigqueue
Oliver Kiddle
1
-2
/
+34
2023-07-20
51977: PIPEFAIL interaction with ERREXIT / ERRRETURN
Peter Stephenson
1
-5
/
+11
2023-05-21
51769: fix compilation when HAVE_GETRUSAGE is not defined
Oliver Kiddle
1
-1
/
+1
2023-03-30
51604: %M in TIMEFMT should report in kilobytes
Jun-ichi Takimoto
1
-7
/
+7
2023-03-28
51602: Handle SIGIOT as an alias to SIGABRT if they are the same signal number
Mikael Magnusson
1
-0
/
+5
2023-02-12
51404: Nullify filelist after deleting (fix segfault)
Bart Schaefer
1
-2
/
+6
2022-11-09
50922: fix additional cases of signals for current shell jobs on the right of...
Bart Schaefer
1
-6
/
+0
2022-11-06
50874: fix handling of tty signals for jobs in the current shell when waiting...
Bart Schaefer
1
-11
/
+13
2022-06-21
50379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l)
Bart Schaefer
1
-1
/
+1
2022-06-09
50342: fix test added by 50306
Jun-ichi Takimoto
1
-0
/
+2
2022-06-03
50306: fix wait for child that was stopped/continued
Jun-ichi Takimoto
1
-2
/
+18
2022-04-30
50149: Remove all remaining =(...) files at shell exit
Bart Schaefer
1
-0
/
+12
2022-04-29
50134: Tweak process group handling to prevent unkillable pipelines
Bart Schaefer
1
-1
/
+4
2022-03-30
49906 (Bart), 49911: Fixes to querying jobs in subshell.
Peter Stephenson
1
-0
/
+20
2022-03-01
49783: Consistently use old job table in parameter module
Peter Stephenson
1
-9
/
+25
2021-05-15
33465: use prctl() for "jobs -Z" where available
Han Pingtian
1
-0
/
+7
2020-06-18
46060: Fix spurious actions on exit status 130 or 131.
Peter Stephenson
1
-4
/
+7
2020-02-27
users/24710: Fix job control problem with sudo.
Peter Stephenson
1
-4
/
+10
2020-02-18
45453: builtins: kill: Do not signal current process group when pid is empty
Chris Down
1
-2
/
+3
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-1
/
+1
2019-10-28
44864: Avoid inifinite loop in tty init.
Peter Stephenson
1
-2
/
+16
2019-05-14
44290: job number exceeding int range and wrapping to a negative number crash...
Oliver Kiddle
1
-1
/
+1
2018-12-30
43945 (tweaked to remove test failure, noted in test):
Martijn Dekker
1
-10
/
+13
2018-10-03
43589: Further improved subjob reporting.
Peter Stephenson
1
-9
/
+5
2018-09-28
43570: Start documenting jobs.c, in particular superjobs.
Daniel Shahaf
1
-3
/
+24
2018-09-26
43564: improve job control report about stopped subjob
Peter Stephenson
1
-5
/
+37
2018-09-25
43543: Further improvements to fg/bg of superjob/subjob.
Peter Stephenson
1
-22
/
+25
2018-09-24
43535: Fixes for bg / fg handling of superjobs.
Peter Stephenson
1
-16
/
+27
2018-09-16
43464: Another attachtty() fix.
Peter Stephenson
1
-0
/
+10
2018-09-12
43446: More entersubsh() / addproc() wiring.
Peter Stephenson
1
-4
/
+10
2018-09-07
43409: Fix process group setting in main shell.
Peter Stephenson
1
-4
/
+9
2018-05-17
42793: Always define FDT_PROC_SUBST even if not needed.
Peter Stephenson
1
-5
/
+1
2018-03-12
42453: Fix race in look up of status for wait.
Peter Stephenson
1
-2
/
+5
2018-02-17
42362: protect REPORTTIME logic from bad status
Peter Stephenson
1
-0
/
+3
2017-12-14
add millisecond and microsecond options to TIMEFMT variable
dana
1
-0
/
+34
2017-09-13
41688: builtin wait for all jobs should ignore STAT_NOPRINT
Peter Stephenson
1
-1
/
+2
2017-07-04
Delay processing "disown" for superjob.
Peter Stephenson
1
-0
/
+8
2017-07-02
41386: when backgrounding a STAT_CURSH job, remove the flag.
Peter Stephenson
1
-1
/
+3
2016-09-16
39359: Fix remaining race with orphaned subjob.
Peter Stephenson
1
-1
/
+2
2016-09-16
39331: Reparent subjob on fork with exited superjob.
Peter Stephenson
1
-2
/
+9
2016-07-23
38923: zwaitjob() continues waiting for children that may have ignored the in...
Barton E. Schaefer
1
-1
/
+8
2016-06-13
users/21632: Use of REPORTMEMORY variable
Peter Stephenson
1
-14
/
+39
2016-06-05
38622: consistent handling of "--" in "kill" builtin
Barton E. Schaefer
1
-0
/
+4
2016-02-03
37868: add 'static' to file local variables
Jun-ichi Takimoto
1
-3
/
+3
2015-08-15
36180: avoid infinite job stop/continue loop on "wait PID" for a background job
Barton E. Schaefer
1
-1
/
+8
[next]