NetBSD/usr.sbin
thorpej 9fec93804a Changes to config(8) to support dump configuration in the wake of the
new swap system.  The dump specification syntax is now more flexible,
and supports constructs like the following:

config netbsd root on ? type ? dumps on ?
	- wildcarded root, fstype, and dump device

config netbsd root on ? type ffs dumps on sd0b
	- wildcarded root, ffs root fs, always dump on sd0b

config netbsd root on de0 type nfs dumps on wd0b
	- mount an nfs root using de0, and write kernel crash dumps
	  to wd0b

Also, garbage-collect some now unused code, now that swap configuration
is no longer handled by config(8).
1997-06-14 04:25:55 +00:00
..
ac RCSid police, and eliminate obsolescent comment. 1997-03-06 05:23:00 +00:00
accton RCSid police 1997-03-06 05:41:37 +00:00
amd Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: 1997-05-29 01:48:05 +00:00
apm Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
apmd Makefile cleanups 1997-03-24 22:02:40 +00:00
arp Print Ethernet and FDDI addresses in the same format as ether_ntoa(). 1997-03-26 01:49:44 +00:00
bad144 merge lite-2 changes (just SCCS IDs). 1997-03-06 06:12:18 +00:00
bootp separate option argument from description; from Enami Tsugutomo in PR 3637. 1997-05-20 04:53:12 +00:00
bootpd separate option argument from description; from Enami Tsugutomo in PR 3637. 1997-05-20 04:53:12 +00:00
bootpef Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
bootpgw Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
bootptest Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
catman specify man pages the new way. 1994-12-22 11:32:57 +00:00
chown A user name can be invalid, but not illegal 1997-05-02 01:36:18 +00:00
chroot merge lite-2 changes. 1997-03-06 07:00:50 +00:00
chrtbl Fix a reverse test botch, causing the exit code to be contaminated on success. 1997-06-06 06:55:07 +00:00
config Changes to config(8) to support dump configuration in the wake of the 1997-06-14 04:25:55 +00:00
cron eliminate scanf. 1997-04-14 08:18:36 +00:00
dbsym specify man pages the new way. 1994-12-22 11:32:57 +00:00
dev_mkdb RCSid police 1997-03-08 06:48:00 +00:00
dhcp 970607 snapshot 1997-06-08 04:53:30 +00:00
diskpart alternate -> alternative, per PR 2643 1997-03-08 14:24:19 +00:00
dumpfs fix typo. from msaitoh@spa.is.uec.ac.jp, [misc/3584] 1997-05-07 23:19:03 +00:00
dumplfs fix typos noted by Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>. 1997-05-13 04:15:06 +00:00
edquota Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: 1997-05-29 01:48:05 +00:00
eeprom be safe with buffers. 1997-04-13 13:36:46 +00:00
gettable header, for protos 1994-12-23 16:46:17 +00:00
grfconfig print also the wrong mode number 1996-05-19 09:02:44 +00:00
grfinfo Display names for more frame buffer types 1997-02-01 13:04:36 +00:00
gspa Use DPSRCS. 1997-05-09 13:56:04 +00:00
hilinfo
htable header, for protos 1994-12-23 16:46:17 +00:00
inetd Don't do libwrap checking for UDP services; they must do it internally on 1997-04-20 22:04:59 +00:00
iostat Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
ipf Avoid type-size problems converting a pointer (in kernel memory) to 1997-05-28 03:08:40 +00:00
iteconfig Sync "iteconfig -h" output with reality and man page. 1996-06-04 16:27:56 +00:00
kgmon be safe with types 1994-12-23 16:45:33 +00:00
kvm_mkdb make testdb() fail if database version string has length zero. 1997-01-11 06:18:11 +00:00
lastlogin Don't keep trying getpwuid(0) when ll_time == 0! This brings down the 1997-03-27 17:25:49 +00:00
lpr Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
map-mbone Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
mdconfig Device rename: `rd' => `md' 1997-01-02 00:22:43 +00:00
mdsetimage Re-fix the PR 3209. The right thing to do is cast to (long long) and 1997-02-11 22:40:25 +00:00
mopd - Move common definitions to Makefile.inc 1997-04-17 21:08:57 +00:00
mountd Split handling reserved port handling for NFS rpcs and mount rpcs up; 1997-03-30 20:53:31 +00:00
mrinfo Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
mrouted Mention correct PID file location. 1997-03-25 16:06:55 +00:00
mtrace Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
mtree Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
named for some reason, the last 3K of this was missing. update from a copy 1997-06-08 05:44:15 +00:00
netgroup_mkdb convert to public stringlist implementation (I forgot about this) 1997-01-19 03:30:14 +00:00
nfsd Clear the sin_zero fields explicitly. 1996-09-16 17:22:04 +00:00
nfsiod Sync with Lite2. 1996-02-20 16:06:55 +00:00
pkg_install Fix for misuse of NULL definition, from Arne Juul 1997-06-13 16:10:15 +00:00
portmap second argument to xdr_long must be a "long *", which means that the 1996-05-01 18:10:26 +00:00
pppd Resolve conflicts 1997-05-17 22:14:13 +00:00
pstat bring mrg-vm-swap2 onto mainilne. 1997-06-12 15:03:43 +00:00
pwd_mkdb Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
quot Format police. 1996-12-12 00:43:28 +00:00
quotacheck Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
quotaon Misc cleanups. 1996-09-28 19:06:07 +00:00
rarpd fix some u_long vs. u_int32_t bogons in uses of nameserver lookup results. 1997-03-23 00:48:15 +00:00
rbootd Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: 1997-05-29 01:48:05 +00:00
rdate log date changes to wtmp, in the same way that 'date' does. 1997-03-26 21:12:58 +00:00
repquota Use an integer instead of a char to store the getopt() return value in 1996-03-30 23:49:48 +00:00
rmt Add missing #include. 1995-04-13 02:07:23 +00:00
rpc.bootparamd Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
rpc.lockd Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
rpc.pcnfsd free returned value from yp_match() if an error occurs 1997-05-21 07:20:13 +00:00
rpc.statd Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
rpc.yppasswdd Makefile cleanups 1997-03-24 22:02:40 +00:00
rwhod doesn't need libkvm any more 1997-03-08 22:21:55 +00:00
sa Use an integer instead of a char to store the getopt() return value in 1996-03-30 23:51:42 +00:00
screenblank Fix sighandler signature. 1997-05-17 15:48:50 +00:00
sendmail Use afterinstall, not proginstall, to run post-installation crap. 1997-05-07 16:03:15 +00:00
sliplogin be safe with buffers. 1997-04-13 13:36:46 +00:00
slstats Fix typo. 1996-12-08 13:54:42 +00:00
spray RCS id police. 1996-08-30 20:03:54 +00:00
sup/source compare only the prefix "nfs", not the whole word, so we match "nfs3" too. 1997-02-26 15:06:46 +00:00
sysctl Update the manpage for hw.machine_arch. 1997-06-06 23:23:14 +00:00
syslogd NULL => 0 (Arne Juul; PR#3629) 1997-05-17 20:31:15 +00:00
tcpdchk Makefile cleanups 1997-03-24 22:02:40 +00:00
tcpdmatch Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
tcpdump Makefile cleanups 1997-03-24 22:02:40 +00:00
timed Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
traceroute be safe with buffers. 1997-04-13 13:45:02 +00:00
trpt rather amusing typo. Perhaps this was a tunafish? 1997-01-19 10:52:10 +00:00
trsp Xr Trpt -> Nm Trsp; pull in other bug fixes from trpt(8). 1997-02-07 06:53:17 +00:00
update Correctly prototype the signal handler. 1997-04-16 17:45:05 +00:00
videomode update copyright 1995-10-09 13:52:49 +00:00
vipw Updated to use new password file functions in libutil. 1996-05-15 23:19:09 +00:00
vnconfig Add RCS ids. 1995-12-30 18:14:01 +00:00
xntp fix typos; from Paul Goyette in PR bin/3676 1997-05-29 07:47:05 +00:00
ypbind Change name of ypservers file to /var/yp/binding/domain.ypservers. 1996-10-02 05:55:05 +00:00
yppoll RCS id police. 1996-05-13 02:43:35 +00:00
ypserv Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
ypset General cleanup 1996-06-18 20:32:25 +00:00
zdump Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
zic backout previous 1997-05-06 22:38:46 +00:00
Makefile Add pkg_install. 1997-06-09 16:45:01 +00:00
Makefile.inc