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 преди 5 години
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 преди 5 години
dos2unix.c b097a84d62 config: update size information преди 5 години
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 преди 5 години
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 преди 5 години
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 преди 5 години
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 преди 5 години
printf.c 515adcc9f3 hush: printf builtin with no arguments should not exit преди 1 година
pwd.c b097a84d62 config: update size information преди 5 години
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 преди 5 години
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 преди 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 преди 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 преди 5 години
usleep.c b097a84d62 config: update size information преди 5 години
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 преди 5 години
yes.c 1849285a20 *: more --help tweaks, mostly expanding ts --help преди 3 години