| .. |
|
arch
|
arch: add new utility
|
2016-07-10 00:48:10 +05:30 |
|
base64
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
basename
|
basename: too few or many args messages go to stderr
|
2016-02-15 20:44:50 -05:00 |
|
cat
|
cat: squeeze blank keeps up to one blank line
|
2016-02-16 18:52:51 -05:00 |
|
chmod
|
chmod: fix #831
|
2016-06-19 22:52:56 +08:00 |
|
chown
|
chown: follow symlinks correctly
|
2016-07-10 21:32:07 +08:00 |
|
chroot
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
cksum
|
cksum: resolve msvc unsafe issue
|
2016-05-23 22:06:37 -04:00 |
|
comm
|
comm: remove unused import
|
2016-06-15 19:42:05 +02:00 |
|
cp
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
cut
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
dircolors
|
dircolors: extract shell name from $SHELL properly
|
2016-06-17 21:54:44 +08:00 |
|
dirname
|
dirname: in impl, make behavior for '/' fs root agnostic of host platform
|
2016-02-19 20:10:41 -05:00 |
|
du
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
echo
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
env
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
expand
|
expand, unexpand: fix build on stable
|
2016-01-06 16:35:33 +01:00 |
|
expr
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
factor
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
false
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
fmt
|
fix fmt's behavior for blank prefixed lines
|
2016-06-01 18:19:53 -04:00 |
|
fold
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
groups
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
hashsum
|
hashsum: add support for SHA-3 functions
|
2016-04-16 06:17:15 -07:00 |
|
head
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
hostid
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
hostname
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
id
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
install
|
Copy rather than move files
|
2016-07-13 12:27:11 +02:00 |
|
kill
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
link
|
link: normalize file-not-found error message across platforms
|
2016-02-20 17:32:15 -05:00 |
|
ln
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
logname
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
ls
|
ls: display the correct permissions
|
2016-06-07 21:10:00 +08:00 |
|
mkdir
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
mkfifo
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
mknod
|
mknod: remove repeated macro
|
2016-06-17 13:27:19 +08:00 |
|
mktemp
|
mktemp: respect quiet option
|
2016-06-18 17:54:52 +08:00 |
|
mv
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
nice
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
nl
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
nohup
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
nproc
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
od
|
od: take more format options, respect their order.
|
2016-05-22 15:46:20 -05:00 |
|
paste
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
pathchk
|
pathchk implemented (see #841) (#860)
|
2016-05-22 15:59:57 +04:00 |
|
printenv
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
printf
|
printf: rustfmt pass
|
2016-02-15 00:48:08 -05:00 |
|
ptx
|
ptx: fix build on stable
|
2016-01-06 16:20:59 +01:00 |
|
pwd
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
readlink
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
realpath
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
relpath
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
rm
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
rmdir
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
seq
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
shred
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
shuf
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
sleep
|
Fix sleep duration calculations.
|
2016-03-22 13:00:01 -07:00 |
|
sort
|
sort: Support check
|
2016-06-14 22:21:30 +03:00 |
|
split
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
stat
|
stat: fix unstable library
|
2016-06-17 18:30:08 +08:00 |
|
stdbuf
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
sum
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
sync
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
tac
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
tail
|
add verbose flag to tail
|
2016-06-18 14:44:05 -04:00 |
|
tee
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
test
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
timeout
|
remove compiler warnings
|
2016-05-24 22:30:48 +02:00 |
|
touch
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
tr
|
tr: update vec_map to 0.6.0
|
2016-05-14 22:56:24 -04:00 |
|
true
|
Refactor and simplify build for utilities.
|
2015-12-07 21:56:45 -05:00 |
|
truncate
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
tsort
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
tty
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
uname
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
unexpand
|
expand, unexpand: fix build on stable
|
2016-01-06 16:35:33 +01:00 |
|
uniq
|
uniq: minor refactoring in skip_fields
|
2016-02-29 11:16:58 +05:30 |
|
unlink
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
uptime
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
users
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
uucore
|
uucore: add disp_err macro
|
2016-05-21 18:19:13 +08:00 |
|
uutils
|
fix two clippy warnings
|
2016-03-24 12:15:01 +01:00 |
|
wc
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |
|
whoami
|
whoami: remove unused import
|
2016-05-22 04:39:02 -04:00 |
|
yes
|
Fix clippy warnings
|
2016-01-06 09:36:20 +01:00 |