Age | Commit message (Collapse) | Author | Files | Lines |
|
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".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
users/10928: send all "jobs" output to stdout
|
|
|
|
|
|
|
|
but HAVE_WAIT3. See the sourceforge bug report:
https://sourceforge.net/tracker/?func=detail&atid=104068&aid=1262954&group_id=4068
|
|
22277, 22281, tweaks: standardize behaviour of wait builtin
with trapped signals
|
|
|
|
|
|
|
|
|
|
"trap" reports alias names.
|
|
|
|
unposted: update version to 4.2.3-dev-1
|
|
|
|
|
|
trivial optimisation in jobs.c (unposted)
|
|
|
|
Time processes from before rather than after fork.
|
|
|
|
|
|
|
|
|
|
|
|
|