hush/networking
Glenn L McGrath 3f79300e37 Patch by Andrew Victor,
In arpping.h, fix structure alignment of "struct arpMsg".
GCC can insert padding in the structure which causes udhcpd to send an
invalid ARP packet on the network.  It will then not receive a valid
reply, which can cause it to assign an IP address that's already in use
on the network.
(With kernels before 2.4.20, the "struct ethhdr" in linux/if_ether.h
wasn't marked as packed.  This is also an issue if your toolchain was
built with a pre-2.4.20 kernel).
2004-03-05 14:25:49 +00:00
..
libiproute Use proper C99 types 2004-01-30 22:59:50 +00:00
udhcp Patch by Andrew Victor, 2004-03-05 14:25:49 +00:00
arping.c Patch by Fillod Stephane, declare variables as static to not clobber 2003-09-26 00:33:18 +00:00
Config.in Fernando Silveira writes: 2004-02-22 12:25:47 +00:00
ftpgetput.c Modify bb_lookup_port to allow the protocol to be specified, allowing 2004-01-17 05:03:31 +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 Patch from Steven Scholz to fix compiler warnings 2004-03-05 09:38:16 +00:00
ifconfig.c Michael Smith writes: 2003-11-14 03:04:08 +00:00
ifupdown.c Manousaridis Angelos writes: 2003-12-19 10:46:00 +00:00
inetd.c Patch from Vodz, cleanup memory usage, send strdup error messages to 2004-02-22 11:25:13 +00:00
ip.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ipaddr.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
ipcalc.c Busybox CVS version ipcalc have problems: 2003-09-12 00:44:50 +00:00
iplink.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iproute.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iptunnel.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in last_patch95 from vodz: 2003-07-28 07:40:39 +00:00
nameif.c Patch from Lars Kellogg-Stedman: 2003-07-05 08:00:17 +00:00
nc.c Modify bb_lookup_port to allow the protocol to be specified, allowing 2004-01-17 05:03:31 +00:00
netstat.c Major coreutils update. 2003-03-19 09:13:01 +00:00
nslookup.c Use proper C99 types 2004-01-30 22:40:05 +00:00
ping6.c Patch from Russell Coker: 2003-05-22 07:10:22 +00:00
ping.c Remove remaining libc5 support code 2003-07-22 08:56:55 +00:00
route.c Major coreutils update. 2003-03-19 09:13:01 +00:00
telnet.c Fernando Silveira writes: 2004-02-22 12:25:47 +00:00
telnetd.c Patch from James Zhu, telnetd window resizing support. 2004-02-22 09:45:57 +00:00
tftp.c Fix debugging output, patch by Hideki IWAMOTO 2004-03-05 13:04:39 +00:00
traceroute.c Remove remaining libc5 support code 2003-07-22 08:56:55 +00:00
vconfig.c don't use kernel headers 2003-12-19 10:40:56 +00:00
wget.c No need to check proxy env variable twice, ignore proxy env variable if 2004-02-22 00:27:34 +00:00