coreutils/src/uu
Michael Debertol b4efd5a749 timeout: disable pre-existing SIGCHLD handlers
Needed to make a GNU test pass
2021-06-10 21:24:43 +02:00
..
arch use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
base32 Remove trivially unnessessary unwrap() from base32/64 2021-06-10 13:11:36 +09:00
base64 Remove trivially unnessessary unwrap() from base32/64 2021-06-10 13:11:36 +09:00
basename refactor/basename ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
cat cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
chgrp change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
chmod move cmode rather than mut 2021-06-10 13:11:36 +09:00
chown refactor/chown ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
chroot refactor/chroot ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
cksum use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
comm use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
cp fix/cp ~ correct cargo clippy complaint exception (*allow* clippy::unnecessary_wraps) 2021-06-06 19:28:25 -05:00
csplit refactor/csplit ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
cut cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
date use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
df use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
dircolors dircolors: Address code review comments 2021-06-03 20:49:25 -05:00
dirname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
du Remove trivially unnessessary unwrap() from du 2021-06-10 13:11:36 +09:00
echo refactor/echo ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
env refactor/env ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
expand refactor/expand ~ fix cargo clippy complaint (clippy::manual_str_repeat) 2021-06-06 19:28:23 -05:00
expr Remove trivially unnessessary unwrap() from expr 2021-06-10 13:11:36 +09:00
factor use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
false change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
fmt use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
fold clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
groups Add "process" dependency to groups/Cargo.toml 2021-06-10 01:07:01 +09:00
hashsum clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
head use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
hostid change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
hostname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
id uucore: fix order of group IDs returned from entries::get_groups() 2021-06-08 18:39:05 +02:00
install refactor/install ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
join refactor/join ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
kill clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
link use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
ln refactor/ln ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
logname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
ls refactor/ls ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mkdir refactor/mkdir ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mkfifo refactor/mkfifo ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mknod use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
mktemp refactor/mktemp ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
more use the same spec for atty everywhere 2021-06-09 17:15:42 +02:00
mv refactor/mv ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
nice use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
nl use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
nohup use the same spec for atty everywhere 2021-06-09 17:15:42 +02:00
nproc use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
numfmt refactor/numfmt ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
od Remove trivially unnessessary unwrap() from od 2021-06-10 13:11:36 +09:00
paste use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
pathchk refactor/pathchk ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pinky refactor/pinky ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pr refactor/pr ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
printenv use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
printf refactor/printf ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
ptx refactor/ptx ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pwd use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
readlink use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
realpath use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
relpath use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
rm refactor ~ polish spelling + add spelling exceptions 2021-06-06 19:28:22 -05:00
rmdir refactor/rmdir ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
seq use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
shred refactor/shred ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
shuf use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sleep use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sort refactor/sort ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
split refactor/split ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
stat refactor/stat ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
stdbuf refactor/stdbuf ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
sum use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sync use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tac use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tail docs/tail ~ fix markdownlint complaints 2021-05-31 08:23:58 -05:00
tee use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
test refactor/test ~ polish spelling (comments, names, and exceptions) 2021-05-31 08:23:57 -05:00
timeout timeout: disable pre-existing SIGCHLD handlers 2021-06-10 21:24:43 +02:00
touch Merge pull request #2334 from sylvestre/crate_version 2021-06-03 10:56:57 +02:00
tr use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
true change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
truncate use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tsort use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tty cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
uname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
unexpand use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uniq use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
unlink use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uptime use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
users use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
wc refactor/wc ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
who use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
whoami refactor/whoami ~ polish spelling (comments, names, and exceptions) 2021-05-31 08:23:57 -05:00
yes change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00