freebsd-dev/sbin
Andrey V. Elsukov 109f7a27c4 lseek() allows an offset to be set beyond the end of file. Using
it to check that partition has enough space to write bootcode doesn't
work. Use the known size of provider instead.

PR:		201504
MFC after:	1 week
2015-07-21 06:18:42 +00:00
..
adjkerntz Add META_MODE support. 2015-06-13 19:20:56 +00:00
atm new depends 2015-06-16 23:37:19 +00:00
badsect Add META_MODE support. 2015-06-13 19:20:56 +00:00
bsdlabel Add META_MODE support. 2015-06-13 19:20:56 +00:00
camcontrol Add -b to the devlist usage info, forgotten in r260059. 2015-07-02 13:57:26 +00:00
casperd Remove unused variable flags reported by clang. The function zygote_clone() 2015-07-04 17:38:56 +00:00
ccdconfig Add META_MODE support. 2015-06-13 19:20:56 +00:00
clri Add META_MODE support. 2015-06-13 19:20:56 +00:00
comcontrol Add META_MODE support. 2015-06-13 19:20:56 +00:00
conscontrol Add META_MODE support. 2015-06-13 19:20:56 +00:00
ddb Add META_MODE support. 2015-06-13 19:20:56 +00:00
devd Document suspend/resume notification in devd.conf(5). 2015-07-18 12:24:54 +00:00
devfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
dhclient Add META_MODE support. 2015-06-13 19:20:56 +00:00
dmesg Add META_MODE support. 2015-06-13 19:20:56 +00:00
dump Add META_MODE support. 2015-06-13 19:20:56 +00:00
dumpfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
dumpon Add META_MODE support. 2015-06-13 19:20:56 +00:00
etherswitchcfg Add META_MODE support. 2015-06-13 19:20:56 +00:00
fdisk Add META_MODE support. 2015-06-13 19:20:56 +00:00
fdisk_pc98 Add META_MODE support. 2015-06-13 19:20:56 +00:00
ffsinfo Add META_MODE support. 2015-06-13 19:20:56 +00:00
fsck Add META_MODE support. 2015-06-13 19:20:56 +00:00
fsck_ffs Add META_MODE support. 2015-06-13 19:20:56 +00:00
fsck_msdosfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
fsdb Add META_MODE support. 2015-06-13 19:20:56 +00:00
fsirand Add META_MODE support. 2015-06-13 19:20:56 +00:00
gbde Add META_MODE support. 2015-06-13 19:20:56 +00:00
geom lseek() allows an offset to be set beyond the end of file. Using 2015-07-21 06:18:42 +00:00
ggate Cleanup; mostly language with a little bit of mdoc style. 2015-07-14 14:01:33 +00:00
growfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
gvinum Add META_MODE support. 2015-06-13 19:20:56 +00:00
hastctl Add META_MODE support. 2015-06-13 19:20:56 +00:00
hastd Add META_MODE support. 2015-06-13 19:20:56 +00:00
ifconfig Add META_MODE support. 2015-06-13 19:20:56 +00:00
init new depends 2015-06-16 23:37:19 +00:00
ipf Add META_MODE support. 2015-06-13 19:20:56 +00:00
ipfw Add META_MODE support. 2015-06-13 19:20:56 +00:00
iscontrol Add META_MODE support. 2015-06-13 19:20:56 +00:00
kldconfig Add META_MODE support. 2015-06-13 19:20:56 +00:00
kldload Add META_MODE support. 2015-06-13 19:20:56 +00:00
kldstat Add META_MODE support. 2015-06-13 19:20:56 +00:00
kldunload Add META_MODE support. 2015-06-13 19:20:56 +00:00
ldconfig Add META_MODE support. 2015-06-13 19:20:56 +00:00
md5 Add META_MODE support. 2015-06-13 19:20:56 +00:00
mdconfig Add META_MODE support. 2015-06-13 19:20:56 +00:00
mdmfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
mknod Add META_MODE support. 2015-06-13 19:20:56 +00:00
mksnap_ffs Add META_MODE support. 2015-06-13 19:20:56 +00:00
mount Add META_MODE support. 2015-06-13 19:20:56 +00:00
mount_cd9660 Add META_MODE support. 2015-06-13 19:20:56 +00:00
mount_fusefs Add META_MODE support. 2015-06-13 19:20:56 +00:00
mount_msdosfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
mount_nfs Since the case where secflavor < 0 indicates the security flavor is 2015-07-07 23:41:25 +00:00
mount_nullfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
mount_udf Add META_MODE support. 2015-06-13 19:20:56 +00:00
mount_unionfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
nandfs Convert sbin/ to LIBADD 2014-11-25 11:23:12 +00:00
natd Add META_MODE support. 2015-06-13 19:20:56 +00:00
newfs fix the docs, the number of frags per inode (NFPI) changed in r228794 2015-07-15 21:35:09 +00:00
newfs_msdos Add META_MODE support. 2015-06-13 19:20:56 +00:00
newfs_nandfs Fix an obviously wrong boolean operator. 2015-07-02 12:14:48 +00:00
nfsiod Add META_MODE support. 2015-06-13 19:20:56 +00:00
nos-tun Add META_MODE support. 2015-06-13 19:20:56 +00:00
nvmecontrol Add META_MODE support. 2015-06-13 19:20:56 +00:00
pfctl Only report the lack of ALTQ support if pfctl is using verbose (-v) mode. 2015-07-20 23:24:25 +00:00
pflogd Add META_MODE support. 2015-06-13 19:20:56 +00:00
ping Add META_MODE support. 2015-06-13 19:20:56 +00:00
ping6 Add META_MODE support. 2015-06-13 19:20:56 +00:00
quotacheck Add META_MODE support. 2015-06-13 19:20:56 +00:00
rcorder Add META_MODE support. 2015-06-13 19:20:56 +00:00
reboot Add META_MODE support. 2015-06-13 19:20:56 +00:00
recoverdisk Add META_MODE support. 2015-06-13 19:20:56 +00:00
resolvconf Add META_MODE support. 2015-06-13 19:20:56 +00:00
restore Add META_MODE support. 2015-06-13 19:20:56 +00:00
route Add META_MODE support. 2015-06-13 19:20:56 +00:00
routed Add META_MODE support. 2015-06-13 19:20:56 +00:00
rtsol Add META_MODE support. 2015-06-13 19:20:56 +00:00
savecore Add META_MODE support. 2015-06-13 19:20:56 +00:00
sconfig Add META_MODE support. 2015-06-13 19:20:56 +00:00
setkey Update the date on the manual page. 2015-07-03 20:42:31 +00:00
shutdown Add META_MODE support. 2015-06-13 19:20:56 +00:00
spppcontrol Add META_MODE support. 2015-06-13 19:20:56 +00:00
sunlabel Add META_MODE support. 2015-06-13 19:20:56 +00:00
swapon Add META_MODE support. 2015-06-13 19:20:56 +00:00
sysctl Add META_MODE support. 2015-06-13 19:20:56 +00:00
tests Migrate tools/regression/sbin/ to the new tests layout. 2014-03-16 02:07:08 +00:00
tunefs Add META_MODE support. 2015-06-13 19:20:56 +00:00
umount Document that a forced dismount of an NFSv3 mount when the 2015-06-17 23:24:46 +00:00
Makefile Remove duplicate MK_ISCSI block and sort the conditional blocks so this error 2015-02-02 10:31:35 +00:00
Makefile.amd64 Integrate nvmecontrol(8) into the amd64 and i386 builds. 2012-09-17 21:41:38 +00:00
Makefile.arm MF tbemd: Move to using Makefile.arch to select what to build. 2010-09-13 02:25:21 +00:00
Makefile.i386 Integrate nvmecontrol(8) into the amd64 and i386 builds. 2012-09-17 21:41:38 +00:00
Makefile.inc Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
Makefile.mips MF tbemd: Move to using Makefile.arch to select what to build. 2010-09-13 02:25:21 +00:00
Makefile.pc98 MF tbemd: Move to using Makefile.arch to select what to build. 2010-09-13 02:25:21 +00:00
Makefile.sparc64 MF tbemd: Move to using Makefile.arch to select what to build. 2010-09-13 02:25:21 +00:00