NetBSD/bin
wulf 8d23cb0373 Extended functionality of the trap builtin, which now closely follows
POSIX recommendations.

	- trap now accepts signal names and signal numbers
	  e.g. INT, SIGINT, 2
	- added option -l that outputs a list of valid signals
	- added signal EXIT to list of valid signals
	- a `-' in the action part will reset specified signal to their
	  default behaviour
	- changed standard output format to make it suitable as an input
	  to another shell that achieves the same trapping results
2001-03-18 04:04:23 +00:00
..
cat Un-__P and ANSIfy 2001-01-03 14:32:40 +00:00
chio convert to use getprogname() 2001-02-19 22:39:39 +00:00
chmod
cp
csh Add references to getrlimit(2) and setrlimit(2) under the csh built-in 2001-03-16 08:45:33 +00:00
date xref settimeofday(2) 2001-03-09 15:16:49 +00:00
dd avoid C sequence point issues warned about by development version of gcc. 2001-01-16 02:41:17 +00:00
df use getprogname() 2001-02-20 23:02:07 +00:00
domainname Update to reflect reality - s,/etc/netstart,/etc/rc.d/network, 2001-02-27 17:47:22 +00:00
echo
ed remove redundant declaration of errmsg 2001-01-07 05:41:20 +00:00
expr remove redundant declaration of yyparse 2001-02-04 19:51:14 +00:00
hostname Update to reflect reality - s,/etc/netstart,/etc/rc.d/network, 2001-02-27 17:47:22 +00:00
kill
ksh remove duplicate declarations, and fix nested externs. 2001-02-04 19:26:04 +00:00
ln convert to use getprogname() 2001-02-19 22:39:39 +00:00
ls fix nested extern. 2001-02-04 19:32:26 +00:00
mkdir
mt Equally trivial formatting tweak. Leaving the thing alone after this. :) 2001-02-13 19:39:34 +00:00
mv
pax use more standard %ll_ in favour of %q_ 2001-01-04 15:39:50 +00:00
ps clarify things a bit more (from hubertf) 2001-01-15 21:02:58 +00:00
pwd
rcmd
rcp use more standard %ll_ in favour of %q_ 2001-01-04 15:39:50 +00:00
rm
rmdir
sh Extended functionality of the trap builtin, which now closely follows 2001-03-18 04:04:23 +00:00
sleep
stty
sync
test
Makefile
Makefile.inc