busybox/coreutils
Denis Vlasenko 21b83cfb27 du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)
$ ./.cmk bloatcheck
function                                             old     new   delta
du_main                                              340     348      +8
print                                                 39      40      +1
status                                               129     125      -4
slink_depth                                            4       -      -4
print_files                                            4       -      -4
one_file_system                                        4       -      -4
max_print_depth                                        4       -      -4
du_depth                                               4       -      -4
disp_hr                                                4       -      -4
count_hardlinks                                        4       -      -4
du                                                   407     401      -6
dir_dev                                                8       -      -8
------------------------------------------------------------------------------
(add/remove: 0/8 grow/shrink: 2/2 up/down: 9/-46)             Total: -37 bytes
   text    data     bss     dec     hex filename
    864      12      28     904     388 busybox.t3/coreutils/du.o
    867       0       0     867     363 busybox.t4/coreutils/du.o
 770647    1063   10788  782498   bf0a2 busybox.t3/busybox_unstripped
 770651    1051   10764  782466   bf082 busybox.t4/busybox_unstripped
2007-09-03 20:05:58 +00:00
..
libcoreutils make copy_file() a bit easier to understand, and smaller 2007-08-25 21:14:55 +00:00
basename.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
cal.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
cat.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
catv.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
chgrp.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
chmod.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
chown.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
chroot.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
cksum.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
comm.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
Config.in expand, unexpand: new applets from Tito <farmatito@tiscali.it> 2007-08-13 14:10:24 +00:00
cp.c make copy_file() a bit easier to understand, and smaller 2007-08-25 21:14:55 +00:00
cut.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
date.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
dd.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
df.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
dirname.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
dos2unix.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
du.c du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) 2007-09-03 20:05:58 +00:00
echo.c echo: fix yet another buglet in non-fancy echo 2007-06-19 23:04:17 +00:00
env.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
expand.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
expr.c expand, unexpand: new applets from Tito <farmatito@tiscali.it> 2007-08-13 14:10:24 +00:00
false.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
fold.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
head.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
hostid.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
id.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
install.c install: shrink a bit, fix two buglets 2007-08-26 14:21:55 +00:00
Kbuild expand, unexpand: new applets from Tito <farmatito@tiscali.it> 2007-08-13 14:10:24 +00:00
length.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ln.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
logname.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ls.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
md5_sha1_sum.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
mkdir.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
mkfifo.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
mknod.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
mv.c cp,mv: simpler arg[cv] handling -> smallish code savings 2007-08-24 21:46:24 +00:00
nice.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
nohup.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
od_bloaty.c runit/*: get rid of tai[a] time abstraction, it's too bloaty. 2007-08-20 17:27:40 +00:00
od.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
printenv.c env: micro-optimization 2007-08-06 02:55:41 +00:00
printf.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
pwd.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
readlink.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
realpath.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
rm.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
rmdir.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
seq.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
sleep.c multiplier suffixes are short, store them directly in struct suffix_mult 2007-07-27 15:06:25 +00:00
sort.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
split.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
stat.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
stty.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
sum.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
sync.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tail.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
tee.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
test.c introduce and use bb_basename() 2007-06-30 08:04:05 +00:00
touch.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
tr.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
true.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tty.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
uname.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
uniq.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
usleep.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
uudecode.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
uuencode.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
wc.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
who.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
whoami.c bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; 2007-07-27 11:20:10 +00:00
yes.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00