Denys Vlasenko 94c78aa0b9 config system: move some options closer to relevalnt tool subdirectories 2 лет назад
..
libcoreutils a02a4e9830 whitespace and comment format fixes, no code changes 6 лет назад
Config.src 94c78aa0b9 config system: move some options closer to relevalnt tool subdirectories 2 лет назад
Kbuild.src 265062d59d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo 7 лет назад
basename.c 0599e0f87b basename: implement -a and -s SUFFIX 2 лет назад
cat.c cad3fc743a libbb: introduce and use fputs_stdout 3 лет назад
chgrp.c e2b9215868 *: --help tweaks 3 лет назад
chmod.c 59ac467dc6 libbb: eliminate a static data array in bb_mode_string() 2 лет назад
chown.c e2b9215868 *: --help tweaks 3 лет назад
chroot.c 5c527dc57e make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec 6 лет назад
cksum.c 91b9549a8c crc32: code shrink for !CKSUM config 3 лет назад
comm.c b097a84d62 config: update size information 5 лет назад
cp.c 98cb561b5f cp: fix build failure with long options disabled 2 лет назад
cut.c 0068ce2fa0 cut: add toybox-compatible options -O OUTSEP, -D, -F LIST 2 лет назад
date.c 9fe1548bbf date,touch: allow timezone offsets in dates 2 лет назад
dd.c 1ce60699c1 dd: tweak --help 2 лет назад
df.c 94c78aa0b9 config system: move some options closer to relevalnt tool subdirectories 2 лет назад
dirname.c b097a84d62 config: update size information 5 лет назад
dos2unix.c b097a84d62 config: update size information 5 лет назад
du.c e7a8e8e30c du: support -b "apparent size" 3 лет назад
echo.c e2b9215868 *: --help tweaks 3 лет назад
env.c c113796884 env: implement -0 3 лет назад
expand.c cad3fc743a libbb: introduce and use fputs_stdout 3 лет назад
expr.c 6b6826f0b8 *: --help tweaks 3 лет назад
factor.c 6297d66eda factor: fix comment 3 лет назад
false.c 72089cf6b4 config: deindent all help texts 7 лет назад
fold.c ba9f9c2d2c *: --help text tweaks 3 лет назад
head.c b9258b86a7 head,tail: trim --help text 3 лет назад
hostid.c b097a84d62 config: update size information 5 лет назад
id.c e2b9215868 *: --help tweaks 3 лет назад
id_test.sh 34e68c8b42 id: coreutils compat by Tito + test script 15 лет назад
install.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 лет назад
link.c b097a84d62 config: update size information 5 лет назад
ln.c 84d5eddb25 help text: replace [OPTIONS] with actual options (if not too long) 3 лет назад
logname.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 лет назад
ls.c 6279aec03d libbb: clarify what bb_mode_string() generates 2 лет назад
md5_sha1_sum.c dc68a5ddac sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECK 3 лет назад
mkdir.c 11f1a2553e help text tweaks 3 лет назад
mkfifo.c b097a84d62 config: update size information 5 лет назад
mknod.c 28759d0e95 Fix mknod compilation on the FreeBSD 3 лет назад
mktemp.c ecac9853f2 mktemp: add --tmpdir option 2 лет назад
mv.c a84bbc5425 cp,mv: fix -t DIR option 3 лет назад
nice.c b097a84d62 config: update size information 5 лет назад
nl.c c849e72c0b nl: ensure '-b n' option displays file content 3 лет назад
nohup.c a02a4e9830 whitespace and comment format fixes, no code changes 6 лет назад
nproc.c 6481070eb9 nproc: code shrink 3 лет назад
od.c 95f7953f2c do not use `a' quoting style in comments 6 лет назад
od_bloaty.c cad3fc743a libbb: introduce and use fputs_stdout 3 лет назад
paste.c cad3fc743a libbb: introduce and use fputs_stdout 3 лет назад
printenv.c b097a84d62 config: update size information 5 лет назад
printf.c c2bd0b6806 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 3 лет назад
pwd.c b097a84d62 config: update size information 5 лет назад
readlink.c b097a84d62 config: update size information 5 лет назад
realpath.c ba9f9c2d2c *: --help text tweaks 3 лет назад
rm.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 лет назад
rmdir.c 11f1a2553e help text tweaks 3 лет назад
seq.c b097a84d62 config: update size information 5 лет назад
shred.c d71c7892ac shred: with -u, unlink file even if it is zero length 3 лет назад
shuf.c 6a9b3f7acf shuf: add a TODO, code shrink 2 лет назад
sleep.c c2bd0b6806 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 3 лет назад
sort.c 894466cc51 uniq: support -z 3 лет назад
split.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 лет назад
stat.c 59ac467dc6 libbb: eliminate a static data array in bb_mode_string() 2 лет назад
stty.c cad3fc743a libbb: introduce and use fputs_stdout 3 лет назад
sum.c b097a84d62 config: update size information 5 лет назад
sync.c 2f28b2bdbb fsync,sync: merge into one source module 5 лет назад
tac.c b097a84d62 config: update size information 5 лет назад
tail.c f193aeac1f tail: do not lose the tail of old file if new file (-F) is detected 3 лет назад
tee.c 427c12cc51 tee: do not intercept SIGPIPE 4 лет назад
test.c 5156b24553 Make const ptr assign as function call in clang 2 лет назад
test_ptr_hack.c 0ef64bdb40 *: make GNU licensing statement forms more regular 14 лет назад
timeout.c a2f18d950a help text tweaks 3 лет назад
touch.c 9fe1548bbf date,touch: allow timezone offsets in dates 2 лет назад
tr.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 лет назад
true.c 72089cf6b4 config: deindent all help texts 7 лет назад
truncate.c ba9f9c2d2c *: --help text tweaks 3 лет назад
tty.c 1849285a20 *: more --help tweaks, mostly expanding ts --help 3 лет назад
uname.c 1849285a20 *: more --help tweaks, mostly expanding ts --help 3 лет назад
uniq.c 2dade4f18a uniq: really support -z 3 лет назад
unlink.c b097a84d62 config: update size information 5 лет назад
usleep.c b097a84d62 config: update size information 5 лет назад
uudecode.c 643b308029 base32/64: accept -i "skip bad chars" option (currently in effect unconditionally) 3 лет назад
uuencode.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 лет назад
wc.c ba9f9c2d2c *: --help text tweaks 3 лет назад
who.c 1f60d88cf6 *: more --help tweaks 3 лет назад
whoami.c b097a84d62 config: update size information 5 лет назад
yes.c 1849285a20 *: more --help tweaks, mostly expanding ts --help 3 лет назад