Denys Vlasenko 34254f9dde install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106 vor 6 Jahren
..
libcoreutils a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
Config.src 43b17b1cd0 restore documentation on the build config language vor 6 Jahren
Kbuild.src 265062d59d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo vor 8 Jahren
basename.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
cat.c d80eecb868 cat: fix cat -e and cat -v erroneously numbering 1st line vor 6 Jahren
chgrp.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
chmod.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
chown.c b013bec31b chown: fix a mistake in opt_complementary change vor 7 Jahren
chroot.c 5c527dc57e make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec vor 7 Jahren
cksum.c da49e7057a cksum: code shrink vor 7 Jahren
comm.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
cp.c 7f441403cb cp: fix option handling in non-longopt config vor 6 Jahren
cut.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
date.c 6e2beb7dfe date: maybe_set_utc only once vor 7 Jahren
dd.c 77a6678c42 dd: add 'fullblock' iflag vor 7 Jahren
df.c e20a703fd3 df: do "rootfs" check sooner vor 6 Jahren
dirname.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
dos2unix.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
du.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
echo.c 95f7953f2c do not use `a' quoting style in comments vor 7 Jahren
env.c 8d8ee910f0 env: -u option fails due to typo vor 7 Jahren
expand.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
expr.c af5d008669 expr: make it NOEXEC vor 7 Jahren
factor.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
false.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
fold.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
fsync.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
head.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
hostid.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
id.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
id_test.sh 34e68c8b42 id: coreutils compat by Tito + test script vor 16 Jahren
install.c 34254f9dde install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106 vor 6 Jahren
link.c bc9bbeb2b8 libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 vor 7 Jahren
ln.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
logname.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
ls.c 82d1c1f84a randomconfig fixes vor 7 Jahren
md5_sha1_sum.c 694bc06345 md5sum: use config help text similar to other "sum" tools vor 6 Jahren
mkdir.c 036585a911 getopt32: remove applet_long_options vor 7 Jahren
mkfifo.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
mknod.c 2f55404bbc mknod: better --help, much clearer code vor 7 Jahren
mktemp.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
mv.c 77cb6b99a4 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation vor 6 Jahren
nice.c 7bcde5f00d libbb.h: always include sys/resource.h vor 6 Jahren
nl.c 036585a911 getopt32: remove applet_long_options vor 7 Jahren
nohup.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
nproc.c 036585a911 getopt32: remove applet_long_options vor 7 Jahren
od.c 95f7953f2c do not use `a' quoting style in comments vor 7 Jahren
od_bloaty.c 3177626033 od: move address_fmt[] from data to globals. 8 less bytes in data section vor 6 Jahren
paste.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
printenv.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
printf.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
pwd.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
readlink.c 747162109f realpath,readlink -f: coreutils compat, closes 11021 vor 6 Jahren
realpath.c 747162109f realpath,readlink -f: coreutils compat, closes 11021 vor 6 Jahren
rm.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
rmdir.c 036585a911 getopt32: remove applet_long_options vor 7 Jahren
seq.c 7c40ddd950 NOFORK fixes vor 7 Jahren
shred.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
shuf.c 0c4dbd481a regularize format of source file headers, no code changes vor 7 Jahren
sleep.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
sort.c d1d6d9c5d8 sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY vor 6 Jahren
split.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
stat.c 7bf304f371 stat: fix a typo: s/romfs/ramfs/, closes 10876 vor 6 Jahren
stty.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
sum.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
sync.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
tac.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
tail.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
tee.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
test.c 3632cb15f1 shell: add comments about [[, no code changes vor 6 Jahren
test_ptr_hack.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
timeout.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
touch.c 036585a911 getopt32: remove applet_long_options vor 7 Jahren
tr.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
true.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
truncate.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
tty.c 819b47aa35 new NOFORKs: clear, nproc, tty, uname, arch, unlink, which vor 7 Jahren
uname.c 82d1c1f84a randomconfig fixes vor 7 Jahren
uniq.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
unlink.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
usleep.c 7c40ddd950 NOFORK fixes vor 7 Jahren
uudecode.c 22542eca18 getopt32: remove opt_complementary vor 7 Jahren
uuencode.c ebe6d9d875 whitespace and comment format fixes, no code changes vor 7 Jahren
wc.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
who.c a02a4e9830 whitespace and comment format fixes, no code changes vor 7 Jahren
whoami.c 72089cf6b4 config: deindent all help texts vor 7 Jahren
yes.c 7c40ddd950 NOFORK fixes vor 7 Jahren