coreutils/src/uu
Daniel Hofstetter e152ebaead df: fix calculation of Use% column
Change formula from: "Used/Size * 100" to "Used/(Used + Avail) * 100".
This formula also works if "Used" and "Avail" do not add up to "Size",
which is the case if there are reserved disk blocks.
2022-03-28 18:57:12 +02:00
..
arch fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
base32 fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
base64 Update of the cargo.lock url to point to the right branch 2022-03-06 22:13:17 +01:00
basename fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
basenc fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
cat Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
chcon clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
chgrp all utils: remove short help flag if another -h flag is present 2022-03-20 11:16:20 +01:00
chmod build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
chown all utils: remove short help flag if another -h flag is present 2022-03-20 11:16:20 +01:00
chroot clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
cksum Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
comm Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
cp clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
csplit fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
cut fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
date fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
dd dd: move ConversionMode parsing to parseargs mod. 2022-03-25 20:56:38 +01:00
df df: fix calculation of Use% column 2022-03-28 18:57:12 +02:00
dircolors fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
dirname Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
du all utils: remove short help flag if another -h flag is present 2022-03-20 11:16:20 +01:00
echo fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
env Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
expand fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
expr clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
factor Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-19 09:26:05 +01:00
false fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
fmt Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
fold fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
groups clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
hashsum clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
head fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
hostid build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
hostname Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
id fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
install Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
join fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
kill build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
link Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
ln Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
logname build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
ls ls: add support for --quoting-style=shell-escape b --color=auto 2022-03-27 10:50:00 +02:00
mkdir mkdir: gnu compat: add support of mkdir -p foo/. 2022-03-25 21:35:27 +01:00
mkfifo build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
mknod build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
mktemp fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
more Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
mv fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
nice build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
nl all utils: remove short help flag if another -h flag is present 2022-03-20 11:16:20 +01:00
nohup clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
nproc nproc: make tests/misc/nproc-override.sh pass by implementing OMP_NUM_THREADS=X,Y,Z (#3296) 2022-03-23 12:12:54 +01:00
numfmt clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
od all utils: remove short help flag if another -h flag is present 2022-03-20 11:16:20 +01:00
paste fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
pathchk build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
pinky pinky: don't include short flag in help 2022-03-19 23:07:04 +01:00
pr fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
printenv fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
printf Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
ptx clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
pwd fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
readlink Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
realpath fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
relpath fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
rm fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
rmdir build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
runcon Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
seq clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
shred Merge branch 'main' into dependabot/cargo/clap-3.1.6 2022-03-18 09:54:04 +01:00
shuf fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
sleep sleep: give usage error on invalid time interval 2022-03-20 15:21:50 -04:00
sort clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
split clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
stat fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
stdbuf fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
sum fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
sync build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
tac fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
tail build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
tee build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
test build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
timeout timeout: return 125 on invalid time interval args 2022-03-27 11:45:51 +02:00
touch all utils: remove short help flag if another -h flag is present 2022-03-20 11:16:20 +01:00
tr clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
true fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
truncate fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
tsort fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
tty build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
uname fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
unexpand fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
uniq fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
unlink fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
uptime fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
users fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
wc fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
who fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
whoami build(deps): bump libc from 0.2.113 to 0.2.121 2022-03-20 18:14:52 +00:00
yes fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00