NetBSD/sbin
lukem 9af1692ef1 * improve parsing of file-systems-to-dump when a path is given:
- if it's a path to an unmounted file-system listed in /etc/fstab, use
	that instead of assuming the user wanted a subtree dump of the parent
	directory. this restores the behaviour of dump before the subtree
	dumping code went in.
      - if it's a path to a mounted file-system which is not in /etc/fstab,
	use the info from getmntinfo(3). previously, dump would choke.
* implement error checked malloc(), calloc(), strdup(), and use
  appropriately (some of the calloc()s weren't being checked)
* use 'file-system' instead of 'filesystem' in the man page
2001-05-28 01:09:54 +00:00
..
atactl convert to use getprogname() 2001-02-19 22:48:57 +00:00
badsect Improve wording of a sentence. misc/10893 by Jim Bernard, part 2. 2001-05-06 12:30:05 +00:00
bim Add arch to Dt, and lots of whitespace fixes. 2001-04-21 14:44:13 +00:00
ccdconfig convert to use getprogname() 2001-02-19 22:48:57 +00:00
chkconfig Add section to .Xr. 2001-04-03 11:19:54 +00:00
clri
disklabel - KNF printlabel.c 2001-05-26 19:48:32 +00:00
dmesg
dump * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
dump_lfs
edlabel
fastboot
fdisk add fix by Minoura Makoto to correctly support recursive extended partitions. 2001-04-16 10:47:15 +00:00
fsck Xref exit 3, not 2. Whitespace fixes while I'm here. 2001-04-03 11:06:20 +00:00
fsck_ext2fs convert to use getprogname() 2001-02-19 22:48:57 +00:00
fsck_ffs fix compile errors. 2001-02-23 07:51:41 +00:00
fsck_lfs Xref newfs_lfs instead of newlfs; whitespace fixes while I'm here. 2001-04-03 11:07:50 +00:00
fsck_msdos Make WARNS=2 safe, and set WARNS to 2. 2001-04-06 16:52:41 +00:00
fsdb convert to use getprogname() 2001-02-19 22:48:57 +00:00
fsirand convert to use getprogname() 2001-02-19 22:48:57 +00:00
ifconfig make -A a default. present MAC adderss on all ifconfig operations. 2001-04-28 04:11:10 +00:00
init
ldconfig Make and install ldconfig on ELF m68k ports. 2001-03-21 14:54:39 +00:00
lmcctl sync with if_lmcioctl.h change. 2001-04-12 23:52:22 +00:00
mbrlabel clarify that -w updates the in-core label if changed, and if -r is 2001-05-01 11:51:21 +00:00
mknod convert to use getprogname() 2001-02-19 22:48:57 +00:00
modload Do the last fix correctly: round the beginning of the .data segment, 2001-03-26 15:50:20 +00:00
modunload
mount use getprogname() 2001-02-20 23:22:49 +00:00
mount_ados error code formatting 2001-02-25 20:41:43 +00:00
mount_cd9660
mount_ext2fs
mount_fdesc
mount_ffs Move reference to article on soft-updates from tunefs.8 to mount_ffs.8 2001-03-05 23:18:09 +00:00
mount_filecore
mount_kernfs
mount_lfs
mount_msdos
mount_nfs Remove BUGS section, which only referred to performance tuning. 2001-05-02 12:18:45 +00:00
mount_ntfs
mount_null "It's" is short for "it is". The possessive pronoun is "its". 2001-04-11 15:17:51 +00:00
mount_overlay
mount_portal
mount_procfs
mount_umap Make this manual page a lot more helpful. 2001-03-06 20:12:33 +00:00
mount_union
newbtconf Xref rc.conf 5, not 8. Whitespace fixes while I'm here. 2001-04-03 11:09:01 +00:00
newfs Don't xref format(8) -- the man pages we have for it (hp300/vax) don't 2001-04-03 11:21:57 +00:00
newfs_lfs
newfs_msdos convert to use getprogname() 2001-02-19 22:48:57 +00:00
nologin
ping Xr icmp(4), inet(4), ip(4) 2001-04-03 14:00:09 +00:00
ping6 correct -n handling. 2001-05-09 11:22:22 +00:00
raidctl convert to use getprogname() 2001-02-19 22:48:57 +00:00
rcorder
reboot convert to use getprogname() 2001-02-19 22:48:57 +00:00
restore convert to use getprogname() 2001-02-19 22:48:57 +00:00
rndctl
route Added a few examples and a reference to sysctl to enable IP forwarding 2001-04-27 19:33:06 +00:00
routed Improve usage of `comprise' according to Webster and misc/10893 2001-05-06 12:29:18 +00:00
rtsol
savecore If the position of the formatted panic string can be found in the 2001-05-06 13:36:51 +00:00
scsictl Adapt for MODE SENSE/SELECT changes in kernel. 2001-05-15 15:11:02 +00:00
setkey getopt(3): EOF -> -1. 2001-05-07 14:51:46 +00:00
shutdown
slattach convert to use getprogname() 2001-02-19 22:48:57 +00:00
swapctl add a section on swap priorities. document the round robin scheme. 2001-04-11 14:10:17 +00:00
sysctl net.inet.ip.maxfragpackets defines the maximum size of ip reass queue 2001-03-27 02:24:38 +00:00
ttyflags
tunefs Move reference to article on soft-updates from tunefs.8 to mount_ffs.8 2001-03-05 23:18:09 +00:00
umount
wdogctl use getprogname() 2001-02-20 23:22:49 +00:00
wsconsctl convert to use getprogname() 2001-02-19 22:48:57 +00:00
Makefile Descend to mount_* subdirs when cleandir, in addition to clean and distclean. 2001-02-14 14:21:08 +00:00
Makefile.inc