about summary refs log tree commit diff
path: root/Src/jobs.c
Commit message (Expand)AuthorAgeFilesLines
* 52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthe...Oliver Kiddle2024-02-281-6/+9
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-281-16/+97
* 52365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer2023-12-091-0/+19
* 52326, 52372: add -q option to kill for sigqueueOliver Kiddle2023-12-051-2/+34
* 51977: PIPEFAIL interaction with ERREXIT / ERRRETURNPeter Stephenson2023-07-201-5/+11
* 51769: fix compilation when HAVE_GETRUSAGE is not definedOliver Kiddle2023-05-211-1/+1
* 51604: %M in TIMEFMT should report in kilobytesJun-ichi Takimoto2023-03-301-7/+7
* 51602: Handle SIGIOT as an alias to SIGABRT if they are the same signal numberMikael Magnusson2023-03-281-0/+5
* 51404: Nullify filelist after deleting (fix segfault)Bart Schaefer2023-02-121-2/+6
* 50922: fix additional cases of signals for current shell jobs on the right of...Bart Schaefer2022-11-091-6/+0
* 50874: fix handling of tty signals for jobs in the current shell when waiting...Bart Schaefer2022-11-061-11/+13
* 50379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l)Bart Schaefer2022-06-211-1/+1
* 50342: fix test added by 50306Jun-ichi Takimoto2022-06-091-0/+2
* 50306: fix wait for child that was stopped/continuedJun-ichi Takimoto2022-06-031-2/+18
* 50149: Remove all remaining =(...) files at shell exitBart Schaefer2022-04-301-0/+12
* 50134: Tweak process group handling to prevent unkillable pipelinesBart Schaefer2022-04-291-1/+4
* 49906 (Bart), 49911: Fixes to querying jobs in subshell.Peter Stephenson2022-03-301-0/+20
* 49783: Consistently use old job table in parameter modulePeter Stephenson2022-03-011-9/+25
* 33465: use prctl() for "jobs -Z" where availableHan Pingtian2021-05-151-0/+7
* 46060: Fix spurious actions on exit status 130 or 131.Peter Stephenson2020-06-181-4/+7
* users/24710: Fix job control problem with sudo.Peter Stephenson2020-02-271-4/+10
* 45453: builtins: kill: Do not signal current process group when pid is emptyChris Down2020-02-181-2/+3
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
* 44864: Avoid inifinite loop in tty init.Peter Stephenson2019-10-281-2/+16
* 44290: job number exceeding int range and wrapping to a negative number crash...Oliver Kiddle2019-05-141-1/+1
* 43945 (tweaked to remove test failure, noted in test):Martijn Dekker2018-12-301-10/+13
* 43589: Further improved subjob reporting.Peter Stephenson2018-10-031-9/+5
* 43570: Start documenting jobs.c, in particular superjobs.Daniel Shahaf2018-09-281-3/+24
* 43564: improve job control report about stopped subjobPeter Stephenson2018-09-261-5/+37
* 43543: Further improvements to fg/bg of superjob/subjob.Peter Stephenson2018-09-251-22/+25
* 43535: Fixes for bg / fg handling of superjobs.Peter Stephenson2018-09-241-16/+27
* 43464: Another attachtty() fix.Peter Stephenson2018-09-161-0/+10
* 43446: More entersubsh() / addproc() wiring.Peter Stephenson2018-09-121-4/+10
* 43409: Fix process group setting in main shell.Peter Stephenson2018-09-071-4/+9
* 42793: Always define FDT_PROC_SUBST even if not needed.Peter Stephenson2018-05-171-5/+1
* 42453: Fix race in look up of status for wait.Peter Stephenson2018-03-121-2/+5
* 42362: protect REPORTTIME logic from bad statusPeter Stephenson2018-02-171-0/+3
* add millisecond and microsecond options to TIMEFMT variabledana2017-12-141-0/+34
* 41688: builtin wait for all jobs should ignore STAT_NOPRINTPeter Stephenson2017-09-131-1/+2
* Delay processing "disown" for superjob.Peter Stephenson2017-07-041-0/+8
* 41386: when backgrounding a STAT_CURSH job, remove the flag.Peter Stephenson2017-07-021-1/+3
* 39359: Fix remaining race with orphaned subjob.Peter Stephenson2016-09-161-1/+2
* 39331: Reparent subjob on fork with exited superjob.Peter Stephenson2016-09-161-2/+9
* 38923: zwaitjob() continues waiting for children that may have ignored the in...Barton E. Schaefer2016-07-231-1/+8
* users/21632: Use of REPORTMEMORY variablePeter Stephenson2016-06-131-14/+39
* 38622: consistent handling of "--" in "kill" builtinBarton E. Schaefer2016-06-051-0/+4
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-031-3/+3
* 36180: avoid infinite job stop/continue loop on "wait PID" for a background jobBarton E. Schaefer2015-08-151-1/+8
* 36104: change order of child_block() and dont_queue_signals() to resolve yet ...Barton E. Schaefer2015-08-111-2/+2
* 35929: protect FDT_PROC_SUBST by #ifdefJun-ichi Takimoto2015-08-091-2/+5