Module Name: src Committed By: kre Date: Wed Oct 9 13:43:33 UTC 2024
Modified Files: src/bin/sh: builtins.def jobs.c sh.1 shell.h trap.c trap.h Log Message: PR bin/58687 -- implement suspend as a builtin in sh Requested by uwe@ in PR bin/58687 without objections from anyone except me, here is an implementation of a suspend builtin command for /bin/sh The sh.1 man page is updated, naturally, to describe it. This new builtin does not exist in SMALL shells -- as used on (some) boot media, etc. If this turns out not to be useful, it can easily be removed. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/sh/builtins.def cvs rdiff -u -r1.122 -r1.123 src/bin/sh/jobs.c cvs rdiff -u -r1.264 -r1.265 src/bin/sh/sh.1 cvs rdiff -u -r1.32 -r1.33 src/bin/sh/shell.h cvs rdiff -u -r1.57 -r1.58 src/bin/sh/trap.c cvs rdiff -u -r1.25 -r1.26 src/bin/sh/trap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.