hush/coreutils
Denis Vlasenko dc757aa16c introduce and use bb_basename()
function                                             old     new   delta
bb_basename                                            -      26     +26
sv_main                                             1226    1225      -1
passwd_main                                         1985    1983      -2
showdirs                                             482     478      -4
sendCgi                                             1811    1807      -4
make_device                                         1354    1350      -4
handleIncoming                                      2443    2439      -4
func_name                                             82      78      -4
service_name                                        2292    2285      -7
main                                                 909     901      -8
cmp_main                                             555     547      -8
test_main                                            434     422     -12
act                                                  228     216     -12
find_pair                                            180     164     -16
rmmod_main                                           298     280     -18
find_pid_by_name                                     156     134     -22
modprobe_main                                       1606    1576     -30
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/16 up/down: 26/-156)         Total: -130 bytes
   text    data     bss     dec     hex filename
 734933    3028   14400  752361   b7ae9 busybox_old
 734801    3028   14400  752229   b7a65 busybox_unstripped
2007-06-30 08:04:05 +00:00
..
libcoreutils getopt_mk_fifo_nod: heed warning 2007-06-10 19:29:37 +00:00
basename.c
cal.c
cat.c
catv.c catv: was abusing xopen, should not die on err, but warn only. 2007-06-12 08:13:34 +00:00
chgrp.c
chmod.c
chown.c
chroot.c
cksum.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
comm.c
Config.in move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
cp.c
cut.c
date.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
dd.c
df.c
dirname.c
dos2unix.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
du.c
echo.c echo: fix yet another buglet in non-fancy echo 2007-06-19 23:04:17 +00:00
env.c
expr.c
false.c
fold.c random shrinkage of statics, -60 bytes saved 2007-06-21 12:43:45 +00:00
head.c
hostid.c
id.c
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
ln.c
logname.c
ls.c introduce and use bb_basename() 2007-06-30 08:04:05 +00:00
md5_sha1_sum.c
mkdir.c
mkfifo.c
mknod.c
mv.c
nice.c
nohup.c
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
printenv.c
printf.c
pwd.c
readlink.c move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
realpath.c
rm.c
rmdir.c
seq.c
sleep.c
sort.c
split.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
stat.c
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
sync.c
tail.c
tee.c
test.c introduce and use bb_basename() 2007-06-30 08:04:05 +00:00
touch.c
tr.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
true.c
tty.c
uname.c
uniq.c
usleep.c
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
who.c
whoami.c
yes.c