Age | Commit message (Collapse) | Author | Files | Lines |
|
Add test for both this and 33345+33346
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Close applicable file descriptors when waiting for a job.
|
|
|
|
copied it to new memory.
|
|
|
|
|
|
|
|
in TIMEFMT interpretation
|
|
Document.
|
|
|
|
|
|
as by job number; temporary (?) workaround for pipelines getting lost if
TSTP is delivered when a shell builtin is the tail of the pipe.
|
|
to prefer running jobs
|
|
|
|
|
|
|
|
findproc() should not return processes not marked as SP_RUNNING
|
|
various job and process control fixes
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
foreground jobs that handle or ignore interrupts are not orphaned.
|
|
27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save
parent job table.
|
|
|
|
27122: add POSIX_JOBS option
|
|
no automated jobs notifications
|
|
|
|
and if available use setproctitle() for "jobs -Z".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|