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