freebsd_amp_hwpstate/sbin
Ian Dowse afe1ef249f Fix some bugs and general brain damage in mounttab:
- Declare mtabhead as an extern in mounttab.h and define it only in
  mounttab.c.
- Remove shared global `verbose' and instead pass it as a parameter.
- Remove the `mtabp' argument to read_mtab(). It served no purpose
  whatsoever, although read_mtab() did use it as a temporary local
  variable.
- Don't check for impossible conditions when parsing mounttab, and
  do detect zero-length fields.
- Correctly test for strtoul() failures - just testing ERANGE is wrong.
- Include a field name in syslog errors, and avoid passing NULL to
  a syslog %s field.
- Don't test if arrays are NULL.
- If there are duplicates when writing out mounttab, keep the last
  entry instead of the first, as it will have a later timestamp.
- Fix a few formatting issues.

Update rpc.umntall and umount to match the mounttab interface changes.
2001-07-22 12:17:51 +00:00
..
adjkerntz
atacontrol
atm Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
badsect Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
bsdlabel Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
camcontrol Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
ccdconfig Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
clri Set WARNS=2 on programs which compile cleanly. 2001-07-15 10:30:46 +00:00
comcontrol
cxconfig Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
dhclient
disklabel Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
dmesg
dump Sort options in DESCRIPTION. 2001-07-15 14:00:19 +00:00
dumpfs
dumpon Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
fdisk fdisk(8): document the default for -b, add xref to boot0cfg(8). 2001-07-18 07:12:46 +00:00
fdisk_pc98 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
ffsinfo Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
fsck Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
fsck_ffs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
fsck_ifs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
fsck_msdosfs Document "-F". 2001-07-19 17:06:19 +00:00
fsdb Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
fsirand
growfs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
i386 fdisk(8): document the default for -b, add xref to boot0cfg(8). 2001-07-18 07:12:46 +00:00
ifconfig Dike out the IPX bits if RELEASE_CRUNCH is defined. 2001-07-21 00:35:11 +00:00
init Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
ip6fw
ipf
ipfstat
ipfw Error messaging in ipfw(8) was out of hand, almost 50 lines of usage 2001-07-22 06:40:11 +00:00
ipmon
ipnat
kget Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
kldconfig
kldload Set WARNS=2 on programs which compile cleanly. 2001-07-15 10:30:46 +00:00
kldstat
kldunload
ldconfig
md5 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
mdconfig Use MD_NAME and MDCTL_NAME constants where appropriate. 2001-07-18 13:32:38 +00:00
mdmfs
mknod Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
mount
mount_cd9660
mount_ext2fs
mount_hpfs
mount_ifs
mount_msdosfs
mount_nfs Change the foreground mount behaviour so that we keep retrying 2001-07-21 15:38:37 +00:00
mount_ntfs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
mount_nullfs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
mount_nwfs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
mount_portalfs
mount_std Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
mount_umapfs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
mount_unionfs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
mountd Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
natd
newfs Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
newfs_msdos
nextboot Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
nfsd Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
nfsiod
nologin Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
nos-tun Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
pc98 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
ping Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
ping6
quotacheck Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
rcorder
reboot Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
restore Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
route Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
routed
rtsol
savecore
setkey Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
shutdown
slattach Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
spppcontrol Set WARNS=2 on programs which compile cleanly. 2001-07-15 10:30:46 +00:00
startslip
swapon Set WARNS=2 on programs which compile cleanly. 2001-07-15 10:30:46 +00:00
sysctl
tunefs
umount Fix some bugs and general brain damage in mounttab: 2001-07-22 12:17:51 +00:00
vinum
Makefile
Makefile.inc