freebsd-dev/bin
Kyle Evans ac5d5b054f 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 stddef.h is not used by cat.c, remove the include. 2018-01-07 07:08:59 +00:00
chflags Add an example to the chflags(1) man page. 2018-06-12 16:44:13 +00:00
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 Add a deprecation warning when using the feature which mounts devices 2018-02-10 00:22:25 +00:00
domainname
echo Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
ed
expr expr(1): Fix overflow detection when operand is INTMAX_MIN 2018-04-14 04:35:10 +00:00
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 pax(1): Honour the restrict in sigaction(). 2018-01-27 18:24:13 +00:00
pkill
ps ps(1): fix some nits 2018-06-13 00:45:35 +00:00
pwait
pwd pwd: mark usage as dead 2018-06-17 05:14:50 +00:00
realpath
rm Fix unlink(1) for files starting with - 2018-09-12 19:41:16 +00:00
rmail
rmdir
setfacl setfacl: style and break main() into manageable pieces 2018-04-27 15:25:24 +00:00
sh sh: Fix formal overflow in pointer arithmetic 2018-09-05 19:16:09 +00:00
sleep Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
stty .Xr pstat(8), so that people have a chance to learn how to get a list 2018-03-02 14:16:19 +00:00
sync
test
tests
uuidgen Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
Makefile
Makefile.inc