freebsd-skq/sbin
Maxim Konovalov 3111be41c2 Quote from a Problem Report:
The output format specifier for the round-trip time in ping6 should be
changed to %.3f instead of %g since %g doesn't accurately represent the
precision of the number being output. In particular, %g truncates trailing
zeroes. 0.01 ms does not mean the same thing as 0.010 ms. Although they
are numerically identical, they do not have the same precision.

PR:		bin/52324, bin/52750
Submitted by:	dg
MFC after:	1 week
2003-07-21 11:06:47 +00:00
..
adjkerntz
atacontrol
atm Don't call print_pdu() when we are not debugging. This would result 2003-07-18 11:17:04 +00:00
badsect
bsdlabel
camcontrol
ccdconfig
clri
comcontrol
conscontrol
cxconfig
devd Drop the pid file after we call the final daemon call. w/o -n would 2003-07-05 00:43:50 +00:00
devfs
dhclient Tweak a couple of utilities so they compile cleanly for /rescue. Mostly 2003-06-29 18:46:18 +00:00
disklabel
dmesg Replace the code for reading and writing the kernel message buffer 2003-06-22 02:18:31 +00:00
dump Remove reference to max block size. dump no longer limits the block size. 2003-07-14 02:22:55 +00:00
dumpfs
dumpon
fdisk
fdisk_pc98
ffsinfo
fsck Convert fsck and mount to using execvP to find fsck_foo and mount_foo. 2003-06-29 17:53:48 +00:00
fsck_ffs
fsck_msdosfs
fsdb
fsirand
gbde
gpt
growfs Remove references to ffsinfo(8) for now. It was disconnected from 2003-06-17 19:21:43 +00:00
ifconfig o update for new 802.11 support 2003-06-28 06:23:40 +00:00
init
ip6fw
ipf
ipfs
ipfstat
ipfw o Initialize do_pipe before command parsing. 2003-07-21 09:56:05 +00:00
ipmon
ipnat
kldconfig
kldload
kldstat
kldunload
ldconfig
mca
md5
mdconfig Do not compare unsigned int values with ULONG_MAX. The comparison is 2003-07-11 05:47:05 +00:00
mdmfs Do not compare unsigned int values with ULONG_MAX. The comparison is 2003-07-11 05:47:05 +00:00
mknod
mksnap_ffs
mount When mount(8) is invoked with the `-v' flag, display the filesystem 2003-07-18 17:43:13 +00:00
mount_cd9660
mount_ext2fs
mount_hpfs
mount_msdosfs
mount_nfs
mount_ntfs
mount_nullfs
mount_std
mount_udf
mount_umapfs
mount_unionfs
natd
newfs
newfs_msdos
nfsiod
nologin
nos-tun
ping o Rename local variables, do not shadow global declarations. 2003-07-14 12:43:48 +00:00
ping6 Quote from a Problem Report: 2003-07-21 11:06:47 +00:00
quotacheck
raidctl
rcorder
reboot
restore
route
routed
rtsol
savecore
setkey
shutdown
slattach
spppcontrol
startslip
sunlabel
swapon
sysctl
tunefs Remove another reference to ffsinfo.8 2003-06-17 22:47:11 +00:00
umount Take advantage of the use of file system IDs to simplify umount(8) 2003-07-20 00:11:27 +00:00
vinum
Makefile Move mount_portalfs, mount_smbfs, and mount_nwfs from sbin to usr.sbin. 2003-07-02 16:16:49 +00:00
Makefile.inc