Denys Vlasenko 384cd2e436 sleep: fix error exit when called as "sh" builtin пре 1 година
..
libcoreutils a02a4e9830 whitespace and comment format fixes, no code changes пре 7 година
Config.src 94c78aa0b9 config system: move some options closer to relevalnt tool subdirectories пре 3 година
Kbuild.src 265062d59d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo пре 7 година
basename.c 0599e0f87b basename: implement -a and -s SUFFIX пре 3 година
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() пре 3 година
chown.c e2b9215868 *: --help tweaks пре 3 година
chroot.c 5c527dc57e make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec пре 7 година
cksum.c 91b9549a8c crc32: code shrink for !CKSUM config пре 3 година
comm.c b097a84d62 config: update size information пре 6 година
cp.c 98cb561b5f cp: fix build failure with long options disabled пре 3 година
cut.c fe73c8d557 *: style fix пре 2 година
date.c 9fe1548bbf date,touch: allow timezone offsets in dates пре 3 година
dd.c 77216c368f Fix non-Linux builds пре 2 година
df.c 94c78aa0b9 config system: move some options closer to relevalnt tool subdirectories пре 3 година
dirname.c b097a84d62 config: update size information пре 6 година
dos2unix.c b097a84d62 config: update size information пре 6 година
du.c e7a8e8e30c du: support -b "apparent size" пре 3 година
echo.c 0e2cb6d1e2 echo: add FIXME comment пре 2 година
env.c 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) пре 2 година
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 1e825acf8d libbb: shrink lineedit_read_key() пре 2 година
hostid.c b097a84d62 config: update size information пре 6 година
id.c e2b9215868 *: --help tweaks пре 3 година
id_test.sh 34e68c8b42 id: coreutils compat by Tito + test script пре 16 година
install.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls пре 5 година
link.c b097a84d62 config: update size information пре 6 година
ln.c 84d5eddb25 help text: replace [OPTIONS] with actual options (if not too long) пре 4 година
logname.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls пре 5 година
ls.c ff8fda8482 ls: implement ls -sh (human-readable allocated blocks) пре 2 година
md5_sha1_sum.c 3ad3aa6441 shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866 пре 2 година
mkdir.c 11f1a2553e help text tweaks пре 4 година
mkfifo.c b097a84d62 config: update size information пре 6 година
mknod.c 28759d0e95 Fix mknod compilation on the FreeBSD пре 3 година
mktemp.c ecac9853f2 mktemp: add --tmpdir option пре 3 година
mv.c cadf57b3af mv: fix error in !VERBOSE configs пре 1 година
nice.c 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) пре 2 година
nl.c c849e72c0b nl: ensure '-b n' option displays file content пре 3 година
nohup.c a02a4e9830 whitespace and comment format fixes, no code changes пре 7 година
nproc.c 6481070eb9 nproc: code shrink пре 3 година
od.c ca466f385a *: slap on a few ALIGN* where appropriate пре 2 година
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 пре 6 година
printf.c 515adcc9f3 hush: printf builtin with no arguments should not exit пре 1 година
pwd.c b097a84d62 config: update size information пре 6 година
readlink.c 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) пре 2 година
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 пре 4 година
seq.c b097a84d62 config: update size information пре 6 година
shred.c d71c7892ac shred: with -u, unlink file even if it is zero length пре 3 година
shuf.c 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) пре 2 година
sleep.c 384cd2e436 sleep: fix error exit when called as "sh" builtin пре 1 година
sort.c 5479c435fd sort: fix sort -s -u, closes 14871 пре 2 година
split.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly пре 4 година
stat.c 59ac467dc6 libbb: eliminate a static data array in bb_mode_string() пре 3 година
stty.c cad3fc743a libbb: introduce and use fputs_stdout пре 3 година
sum.c b097a84d62 config: update size information пре 6 година
sync.c 2f28b2bdbb fsync,sync: merge into one source module пре 5 година
tac.c b097a84d62 config: update size information пре 6 година
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 пре 5 година
test.c fe73c8d557 *: style fix пре 2 година
test_ptr_hack.c 0ef64bdb40 *: make GNU licensing statement forms more regular пре 14 година
timeout.c 7d49fedc86 timeout: add support for "timeout -k KILL_SECS" пре 2 година
touch.c 9fe1548bbf date,touch: allow timezone offsets in dates пре 3 година
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 година
tsort.c 4642cf5b38 tsort: new applet пре 2 година
tty.c 1849285a20 *: more --help tweaks, mostly expanding ts --help пре 3 година
uname.c 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) пре 2 година
uniq.c 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) пре 2 година
unlink.c b097a84d62 config: update size information пре 6 година
usleep.c b097a84d62 config: update size information пре 6 година
uudecode.c 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) пре 2 година
uuencode.c 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) пре 2 година
wc.c ba9f9c2d2c *: --help text tweaks пре 3 година
who.c 1f60d88cf6 *: more --help tweaks пре 3 година
whoami.c b097a84d62 config: update size information пре 6 година
yes.c 1849285a20 *: more --help tweaks, mostly expanding ts --help пре 3 година