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