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