busybox/util-linux
John Beppu c1dc5d9473 reduced .bss size by dynmaically allocating a certain large
array instead of letting it be static.

objdump -t busybox	    \
| grep .bss		    \
| sed 's/^.*\.bss	//' \
| grep -v ABS		    \
#| perl -e 'while(<>) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i<@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] && $i > 2) { print "> $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";'
2000-02-11 12:43:20 +00:00
..
dmesg.c Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
fbset.c Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
fdflush.c Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
fsck_minix.c reduced .bss size by dynmaically allocating a certain large 2000-02-11 12:43:20 +00:00
mkfs_minix.c Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
mkswap.c Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
more.c Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
mount.c Fixed the init problem where it wouldn't unmount filesystems 2000-02-09 04:16:43 +00:00
nfsmount.c Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
nfsmount.h Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
swaponoff.c Fixed the init problem where it wouldn't unmount filesystems 2000-02-09 04:16:43 +00:00
umount.c Fixed the init problem where it wouldn't unmount filesystems 2000-02-09 04:16:43 +00:00