busybox/networking
Rob Landley ef8f423e90 Erik pointed out that in the last try at the #ifdef cleanup
infrastructure, the compiler isn't smart enough to replace const static 
int with the constant, and allocates space for each set of them, 
bloating the executable something fierce.  Oops.

So now, we #define ENABLE_XXX to 0 or 1 for each CONFIG_XXX (which
is still there so the 1000+ #ifdef/#ifndef tests don't have to be
replaced wholesale).  Changed the test instance in networking/ifconfig.c 
to use this.
2005-07-28 19:36:33 +00:00
..
libiproute use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
udhcp use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
arping.c
Config.in
ether-wake.c
fakeidentd.c
ftpgetput.c applying fix from: 2005-07-19 21:26:57 +00:00
hostname.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
httpd.c applying fix for: 2005-07-20 18:42:52 +00:00
ifconfig.c Erik pointed out that in the last try at the #ifdef cleanup 2005-07-28 19:36:33 +00:00
ifupdown.c
inetd.c
ip.c Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled 2004-04-12 02:35:44 +00:00
ipaddr.c
ipcalc.c
iplink.c
iproute.c
iptunnel.c
Makefile
Makefile.in use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
nameif.c
nc.c applying fix for: 2005-07-20 19:40:30 +00:00
netstat.c
nslookup.c
ping.c 2005-03-19 Shaun Jackman <sjackman@gmail.com> 2005-07-26 23:00:59 +00:00
ping6.c
route.c Patch from Bernhard Fischer to make a bunch of symbols static 2005-04-16 19:39:00 +00:00
telnet.c applying fix for: 2005-07-20 19:55:19 +00:00
telnetd.c
tftp.c applying fix for: 2005-07-20 19:49:15 +00:00
traceroute.c much more concise fix for bug #45. just align the packet... 2005-07-20 11:55:08 +00:00
vconfig.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
wget.c
zcip.c Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed 2005-05-03 03:28:55 +00:00