jilles ae2aabc349 sh: Add kill builtin.
This allows specifying a %job (which is equivalent to the corresponding
process group).

Additionally, it improves reliability of kill from sh in high-load
situations and ensures "kill" finds the correct utility regardless of PATH,
as required by POSIX (unless the undocumented %builtin mechanism is used).

Side effect: fatal errors (any error other than kill(2) failure) now return
exit status 2 instead of 1. (This is consistent with other sh builtins, but
not in NetBSD.)

Code size increases about 1K on i386.

Obtained from:	NetBSD
2010-12-21 22:47:34 +00:00
..
2010-12-21 22:47:34 +00:00
2010-12-13 08:56:30 +00:00
2010-11-16 22:23:20 +00:00
2009-09-04 06:19:37 +00:00
2009-09-03 17:37:23 +00:00
2008-10-08 13:20:02 +00:00