Go to file
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
bin Extended functionality of the trap builtin, which now closely follows 2001-03-18 04:04:23 +00:00
crypto If we get a KRB5KRB_AP_ERR_BAD_INTEGRITY on a TGS req with 2001-03-12 19:25:51 +00:00
dist we are NetBSD -- we don't need stinking ncurses. 2001-03-13 16:30:39 +00:00
distrib "NOMAN= yes" -> "MKMAN= no" 2001-03-17 07:10:54 +00:00
etc Run skeyaudit (only) from /etc/daily instead of /etc/security, else there's 2001-03-15 02:23:47 +00:00
games Fix problem noted in PR 6649 (trailing whitespace on .Nm) 2001-03-07 22:30:38 +00:00
gnu fix sprious \ in mail header. 2001-03-16 11:57:53 +00:00
include fix comment. 2001-03-16 21:02:42 +00:00
lib limit the amount of memory used, not the number of arguments used. 2001-03-16 21:09:05 +00:00
libexec Use strtol() instead of atoi() for reading the number out of the 2001-03-16 21:39:08 +00:00
regress Warn about hooking up ./testfloat 2001-03-13 08:09:15 +00:00
sbin Add a chkconfig(8) utility for managing rc.conf.d settings. Written 2001-03-14 03:51:46 +00:00
share use 'elmc* at ...' instead of 'elmc0 at ...' 2001-03-17 16:34:29 +00:00
sys in trap(), when invoking the pcb_onfault mechanism, pass the return value 2001-03-18 02:53:09 +00:00
usr.bin Reverse the if and else clauses for the chardata test if there is 2001-03-17 11:43:06 +00:00
usr.sbin Add -u switch to pkg_add to do a very rudimentare form of pkg upgrading: 2001-03-18 03:20:28 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Extend note to mention named user as well 2001-03-06 19:03:31 +00:00