Alistair Francis d3539be8f2 Remove stime() function calls il y a 4 ans
..
libcoreutils a02a4e9830 whitespace and comment format fixes, no code changes il y a 6 ans
Config.src 43b17b1cd0 restore documentation on the build config language il y a 6 ans
Kbuild.src 265062d59d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo il y a 7 ans
basename.c b097a84d62 config: update size information il y a 5 ans
cat.c c100535571 cat,nl: fix handling of open errors il y a 5 ans
chgrp.c af6bc54fde chgrp: correct the usage for non-desktop chgrp calls il y a 4 ans
chmod.c b097a84d62 config: update size information il y a 5 ans
chown.c b097a84d62 config: update size information il y a 5 ans
chroot.c 5c527dc57e make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec il y a 6 ans
cksum.c b097a84d62 config: update size information il y a 5 ans
comm.c b097a84d62 config: update size information il y a 5 ans
cp.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
cut.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
date.c d3539be8f2 Remove stime() function calls il y a 4 ans
dd.c 875ce094cf dd: fix handling of short result of full_write(), closes 11711 il y a 5 ans
df.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
dirname.c b097a84d62 config: update size information il y a 5 ans
dos2unix.c b097a84d62 config: update size information il y a 5 ans
du.c e563f9e851 du: don't count duplicate arguments. Closes 5288 il y a 5 ans
echo.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
env.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
expand.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
expr.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
factor.c b097a84d62 config: update size information il y a 5 ans
false.c 72089cf6b4 config: deindent all help texts il y a 7 ans
fold.c a02a4e9830 whitespace and comment format fixes, no code changes il y a 6 ans
head.c b097a84d62 config: update size information il y a 5 ans
hostid.c b097a84d62 config: update size information il y a 5 ans
id.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
id_test.sh 34e68c8b42 id: coreutils compat by Tito + test script il y a 15 ans
install.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
link.c b097a84d62 config: update size information il y a 5 ans
ln.c 71b268c7d9 ln: --no-target-directory implies --no-dereference il y a 4 ans
logname.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
ls.c 9501bc7da5 ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n il y a 5 ans
md5_sha1_sum.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
mkdir.c b097a84d62 config: update size information il y a 5 ans
mkfifo.c b097a84d62 config: update size information il y a 5 ans
mknod.c b097a84d62 config: update size information il y a 5 ans
mktemp.c b097a84d62 config: update size information il y a 5 ans
mv.c b097a84d62 config: update size information il y a 5 ans
nice.c b097a84d62 config: update size information il y a 5 ans
nl.c b097a84d62 config: update size information il y a 5 ans
nohup.c a02a4e9830 whitespace and comment format fixes, no code changes il y a 6 ans
nproc.c b097a84d62 config: update size information il y a 5 ans
od.c 95f7953f2c do not use `a' quoting style in comments il y a 6 ans
od_bloaty.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
paste.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
printenv.c b097a84d62 config: update size information il y a 5 ans
printf.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
pwd.c b097a84d62 config: update size information il y a 5 ans
readlink.c b097a84d62 config: update size information il y a 5 ans
realpath.c b097a84d62 config: update size information il y a 5 ans
rm.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
rmdir.c b097a84d62 config: update size information il y a 5 ans
seq.c b097a84d62 config: update size information il y a 5 ans
shred.c b097a84d62 config: update size information il y a 5 ans
shuf.c 0c4dbd481a regularize format of source file headers, no code changes il y a 6 ans
sleep.c edca770d11 sleep: support "inf" il y a 5 ans
sort.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
split.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
stat.c b81f805658 stat: print nanosecond times, fix printing of empty lines il y a 4 ans
stty.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
sum.c b097a84d62 config: update size information il y a 5 ans
sync.c 2f28b2bdbb fsync,sync: merge into one source module il y a 5 ans
tac.c b097a84d62 config: update size information il y a 5 ans
tail.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
tee.c 427c12cc51 tee: do not intercept SIGPIPE il y a 4 ans
test.c af7169b4a7 clang/llvm 9 fix - do not eliminate a store to a fake "const" il y a 4 ans
test_ptr_hack.c 0ef64bdb40 *: make GNU licensing statement forms more regular il y a 14 ans
timeout.c b097a84d62 config: update size information il y a 5 ans
touch.c b097a84d62 config: update size information il y a 5 ans
tr.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
true.c 72089cf6b4 config: deindent all help texts il y a 7 ans
truncate.c b097a84d62 config: update size information il y a 5 ans
tty.c b097a84d62 config: update size information il y a 5 ans
uname.c b097a84d62 config: update size information il y a 5 ans
uniq.c b097a84d62 config: update size information il y a 5 ans
unlink.c b097a84d62 config: update size information il y a 5 ans
usleep.c b097a84d62 config: update size information il y a 5 ans
uudecode.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
uuencode.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
wc.c b097a84d62 config: update size information il y a 5 ans
who.c b097a84d62 config: update size information il y a 5 ans
whoami.c b097a84d62 config: update size information il y a 5 ans
yes.c b097a84d62 config: update size information il y a 5 ans