busybox/coreutils
Denis Vlasenko fb79a2e2cf xioctl and friends by Tito <farmatito@tiscali.it>
function                                             old     new   delta
do_iptunnel                                          203     977    +774
process_dev                                         5328    5494    +166
ioctl_or_perror                                        -      54     +54
ioctl_or_perror_and_die                                -      51     +51
ioctl_alt_func                                         -      49     +49
bb_ioctl_or_warn                                       -      47     +47
do_add_ioctl                                         102     145     +43
bb_xioctl                                              -      39     +39
print_value_on_off                                     -      31     +31
get_lcm                                              105     123     +18
arp_main                                            2155    2167     +12
..................
zcip_main                                           1576    1566     -10
setlogcons_main                                       92      82     -10
dumpkmap_main                                        263     253     -10
do_get_ioctl                                          85      75     -10
setkeycodes_main                                     165     154     -11
write_table                                          244     232     -12
vconfig_main                                         318     306     -12
do_del_ioctl                                          93      81     -12
set_address                                           75      62     -13
maybe_set_utc                                         30      16     -14
loadfont_main                                        495     479     -16
slattach_main                                        712     695     -17
do_loadfont                                          191     174     -17
do_iplink                                           1155    1136     -19
getty_main                                          2583    2562     -21
fbset_main                                          2058    2035     -23
do_time                                              588     565     -23
xioctl                                                25       -     -25
read_rtc                                             186     160     -26
parse_conf                                          1299    1270     -29
udhcp_read_interface                                 269     239     -30
bb_ioctl                                              45       -     -45
bb_ioctl_alt                                          70       -     -70
bb_ioctl_on_off                                       78       -     -78
.rodata                                           129370  129018    -352
do_show                                              799       -    -799
------------------------------------------------------------------------------
(add/remove: 6/5 grow/shrink: 13/49 up/down: 1316/-1864)     Total: -548 bytes
   text	   data	    bss	    dec	    hex	filename
 675352	   2740	  13968	 692060	  a8f5c	busybox_old
 674804	   2740	  13968	 691512	  a8d38	busybox_unstripped
2007-07-14 22:07:14 +00:00
..
libcoreutils getopt_mk_fifo_nod: heed warning 2007-06-10 19:29:37 +00:00
basename.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
cal.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
cat.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
catv.c catv: was abusing xopen, should not die on err, but warn only. 2007-06-12 08:13:34 +00:00
chgrp.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
chmod.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
chown.c md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) 2007-07-05 00:12:55 +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 usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
Config.in move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
cp.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
cut.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
date.c xioctl and friends by Tito <farmatito@tiscali.it> 2007-07-14 22:07:14 +00:00
dd.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
df.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
dirname.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
dos2unix.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
du.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
echo.c echo: fix yet another buglet in non-fancy echo 2007-06-19 23:04:17 +00:00
env.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
expr.c expr: small code shrink 2007-07-01 18:33:35 +00:00
false.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
fold.c random shrinkage of statics, -60 bytes saved 2007-06-21 12:43:45 +00:00
head.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
hostid.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
id.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
install.c install: fix install a b /a/link/to/dir 2007-06-17 00:35:15 +00:00
Kbuild move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
length.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ln.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
logname.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ls.c introduce and use bb_basename() 2007-06-30 08:04:05 +00:00
md5_sha1_sum.c md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) 2007-07-05 00:12:55 +00:00
mkdir.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
mkfifo.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
mknod.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
mv.c use "glibc errno" trick not only for ash, but for entire busybox 2007-05-31 22:16:38 +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 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) 2007-06-25 10:55:35 +00:00
od.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
printenv.c delete tons of extra #includes 2007-05-31 22:42:12 +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 move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
realpath.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
rm.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
rmdir.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
seq.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
sleep.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
sort.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
split.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
stat.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
stty.c Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) 2007-06-25 10:55:35 +00:00
sum.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
sync.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tail.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tee.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
test.c introduce and use bb_basename() 2007-06-30 08:04:05 +00:00
touch.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tr.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
true.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tty.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
uname.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
uniq.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
usleep.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
uudecode.c uudecode: nuke duplicate base64_table[]. saves 65 bytes 2007-06-12 07:24:11 +00:00
uuencode.c uuencode: shrink 2007-06-26 15:59:37 +00:00
wc.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
who.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
whoami.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
yes.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00