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