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