freebsd-skq/bin
kevans 313939fafc dd(1): Correct padding in status=progress
Output padding is specified via outlen, which is set using the return value
of fprintf. Because it's printing that padding plus a trailing byte, it
grows by one each iteration rather than reflecting actual length.

Additionally, iec was sized improperly for scaling up similarly to si.
Fixing this revealed that the humanize_number(3) call to populate persec
was using the wrong width.

Submitted by:	Thomas Hurst <tom@hur.st>
Reviewed by:	imp
Approved by:	re (kib)
Differential Revision:	https://reviews.freebsd.org/D16960
2018-09-13 14:54:46 +00:00
..
cat
chflags
chio
chmod
cp
csh Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/. 2018-08-29 16:59:19 +00:00
date date(1): Add ISO 8601 formatting option 2018-08-04 21:54:30 +00:00
dd dd(1): Correct padding in status=progress 2018-09-13 14:54:46 +00:00
df
domainname
echo
ed
expr
freebsd-version
getfacl
hostname
kenv
kill
ln
ls ls(1): Gate the do_color_* definitions behind COLORLS 2018-08-18 21:03:19 +00:00
mkdir
mv
pax
pkill
ps
pwait
pwd
realpath
rm Fix unlink(1) for files starting with - 2018-09-12 19:41:16 +00:00
rmail
rmdir
setfacl
sh sh: Fix formal overflow in pointer arithmetic 2018-09-05 19:16:09 +00:00
sleep
stty
sync
test
tests
uuidgen
Makefile
Makefile.inc