Denys Vlasenko 7c813fbabf echo: fix !ENABLE_FEATURE_FANCY_ECHO build 3 年之前
..
libcoreutils a02a4e9830 whitespace and comment format fixes, no code changes 7 年之前
Config.src 43b17b1cd0 restore documentation on the build config language 6 年之前
Kbuild.src 265062d59d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo 7 年之前
basename.c b097a84d62 config: update size information 5 年之前
cat.c cad3fc743a libbb: introduce and use fputs_stdout 3 年之前
chgrp.c ba9f9c2d2c *: --help text tweaks 3 年之前
chmod.c 689d0650ab libbb: shrink recursive_action() by reducing memory pressure 4 年之前
chown.c ba9f9c2d2c *: --help text tweaks 3 年之前
chroot.c 5c527dc57e make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec 7 年之前
cksum.c b097a84d62 config: update size information 5 年之前
comm.c b097a84d62 config: update size information 5 年之前
cp.c ba9f9c2d2c *: --help text tweaks 3 年之前
cut.c ba9f9c2d2c *: --help text tweaks 3 年之前
date.c 32a8f70ac1 libbb: in @SECONDS date format, use 64-bit time if libc allows 4 年之前
dd.c 4eb46e1be6 dd: support iflag=count_bytes 3 年之前
df.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 年之前
dirname.c b097a84d62 config: update size information 5 年之前
dos2unix.c b097a84d62 config: update size information 5 年之前
du.c ba9f9c2d2c *: --help text tweaks 3 年之前
echo.c 7c813fbabf echo: fix !ENABLE_FEATURE_FANCY_ECHO build 3 年之前
env.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 年之前
expand.c cad3fc743a libbb: introduce and use fputs_stdout 3 年之前
expr.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 年之前
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 ba9f9c2d2c *: --help text tweaks 3 年之前
hostid.c b097a84d62 config: update size information 5 年之前
id.c cad3fc743a libbb: introduce and use fputs_stdout 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) 3 年之前
logname.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 年之前
ls.c cad3fc743a libbb: introduce and use fputs_stdout 3 年之前
md5_sha1_sum.c dc68a5ddac sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECK 4 年之前
mkdir.c 11f1a2553e help text tweaks 3 年之前
mkfifo.c b097a84d62 config: update size information 5 年之前
mknod.c 28759d0e95 Fix mknod compilation on the FreeBSD 3 年之前
mktemp.c b097a84d62 config: update size information 5 年之前
mv.c ba9f9c2d2c *: --help text tweaks 3 年之前
nice.c b097a84d62 config: update size information 5 年之前
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 b097a84d62 config: update size information 5 年之前
od.c 95f7953f2c do not use `a' quoting style in comments 7 年之前
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 c2bd0b6806 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 3 年之前
pwd.c b097a84d62 config: update size information 5 年之前
readlink.c b097a84d62 config: update size information 5 年之前
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 3 年之前
seq.c b097a84d62 config: update size information 5 年之前
shred.c b097a84d62 config: update size information 5 年之前
shuf.c 0c4dbd481a regularize format of source file headers, no code changes 7 年之前
sleep.c c2bd0b6806 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 3 年之前
sort.c c2bd0b6806 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 3 年之前
split.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 4 年之前
stat.c cad3fc743a libbb: introduce and use fputs_stdout 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 ba9f9c2d2c *: --help text tweaks 3 年之前
tee.c 427c12cc51 tee: do not intercept SIGPIPE 5 年之前
test.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 4 年之前
test_ptr_hack.c 0ef64bdb40 *: make GNU licensing statement forms more regular 14 年之前
timeout.c a2f18d950a help text tweaks 3 年之前
touch.c ba9f9c2d2c *: --help text tweaks 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 年之前
tty.c b097a84d62 config: update size information 5 年之前
uname.c b097a84d62 config: update size information 5 年之前
uniq.c a2f18d950a help text tweaks 3 年之前
unlink.c b097a84d62 config: update size information 5 年之前
usleep.c b097a84d62 config: update size information 5 年之前
uudecode.c cad3fc743a libbb: introduce and use fputs_stdout 3 年之前
uuencode.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 年之前
wc.c ba9f9c2d2c *: --help text tweaks 3 年之前
who.c b097a84d62 config: update size information 5 年之前
whoami.c b097a84d62 config: update size information 5 年之前
yes.c cad3fc743a libbb: introduce and use fputs_stdout 3 年之前