hush/archival
Bernhard Reutner-Fischer 5d725462d4 - strip 399424 off the bss by making decompress_uncompress buffers config buffers.
Compile tested (too lazy to look for a small .Z on the net).
$ size busybox.old busybox
   text    data     bss     dec     hex filename
 859555   10232  645732 1515519  171fff busybox.old
 859683   10232  246308 1116223  11083f busybox
$ make bloatcheck
function                                             old     new   delta
uncompress                                          1036    1160    +124
inbuf                                               2116       4   -2112
outbuf                                              4100       4   -4096
htab                                              131072       - -131072
codetab                                           262144       - -262144
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 1/2 up/down: 124/-399424)   Total: -399300 bytes
2006-09-06 15:28:32 +00:00
..
libunarchive - strip 399424 off the bss by making decompress_uncompress buffers config buffers. 2006-09-06 15:28:32 +00:00
ar.c Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 2006-08-03 15:41:12 +00:00
bunzip2.c archival: added O_TRUNC so that when we overwrite files on unpack, 2006-09-03 14:23:29 +00:00
Config.in - spelling 2006-06-07 20:30:01 +00:00
cpio.c These should have been part of 15767 too. 2006-08-03 17:58:17 +00:00
dpkg_deb.c Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 2006-08-03 15:41:12 +00:00
dpkg.c The bb_ prefixes were removed from xasprintf() and xopen() a month ago (in 2006-09-05 13:48:21 +00:00
gunzip.c archival: added O_TRUNC so that when we overwrite files on unpack, 2006-09-03 14:23:29 +00:00
gzip.c - merge -r15463:15564 from busybox_scratch branch through these changesets: 2006-08-20 17:35:13 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in We haven't got a CONFIG_APT_GET. 2006-08-04 21:12:14 +00:00
rpm2cpio.c Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 2006-08-03 15:41:12 +00:00
rpm.c - merge -r15463:15564 from busybox_scratch branch through these changesets: 2006-08-20 17:35:13 +00:00
tar.c tar: revert older fix (non-portable), added new one. 2006-09-03 14:04:33 +00:00
uncompress.c archival: added O_TRUNC so that when we overwrite files on unpack, 2006-09-03 14:23:29 +00:00
unlzma.c archival: added O_TRUNC so that when we overwrite files on unpack, 2006-09-03 14:23:29 +00:00
unzip.c archival: added O_TRUNC so that when we overwrite files on unpack, 2006-09-03 14:23:29 +00:00