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