3
0
Denys Vlasenko 9ab5a8d560 dd: do not have 'ocount' variable if ibs/obs support is not enabled 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 7 жил өмнө
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 6 жил өмнө
chroot.c 5c527dc57e make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec 7 жил өмнө
cksum.c da49e7057a cksum: code shrink 6 жил өмнө
comm.c 22542eca18 getopt32: remove opt_complementary 7 жил өмнө
cp.c d01c9aa7ca cp: placate gcc8 6 жил өмнө
cut.c 22542eca18 getopt32: remove opt_complementary 7 жил өмнө
date.c 6e2beb7dfe date: maybe_set_utc only once 7 жил өмнө
dd.c 9ab5a8d560 dd: do not have 'ocount' variable if ibs/obs support is not enabled 6 жил өмнө
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 6 жил өмнө
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 349d72c19c unzip: use printable_string() for printing filenames 6 жил өмнө
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 6 жил өмнө
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 4a85d56c4c nproc: implement --all --ignore=N 6 жил өмнө
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 3db4e7f84c printf: fix printing +-prefixed numbers 6 жил өмнө
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 4c20d9f2b0 extend fractional duration support to "top -d N.N" and "timeout" 6 жил өмнө
sort.c cbe8c65e59 sort: add -V "sort version" 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 c9720a761e timeout: fix arguments to match coreutils 6 жил өмнө
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 6 жил өмнө
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 жил өмнө