busybox/networking
Paul Fox ef81ce620c fix from David Daney, on busybox mailing list:
> The problem is that if the zcip protocol times out at about the same 
 > time another ARP packet is being received, the newly calculated timeout 
 > may be set to wait forever.  This prevents the protocol from progressing 
 > through its various states.
 > 
 > The Fix is to set the timeout to zero if it used to be a positive 
 > number, but it has already expired.  This causes the next protocol state 
 > to be entered immediately instead of never.
 > 
 > If OK please commit.
 > 
 > Also note that if you may have to apply the patch on this page:
 > 
 > http://www.science.uva.nl/research/air/wiki/LinkLocalARPMeasurements
 > 
 > To the linux kernel to get proper zcip behavior.
 >
2006-03-29 23:01:33 +00:00
..
libiproute - revert back to r14406 2006-03-13 19:04:00 +00:00
arping.c 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. 2006-03-22 00:25:07 +00:00
Config.in add feature: support for running scripts through an interpreter. Thanks Florian Schirmer <jolt@tuxbox.org> 2006-01-31 13:53:30 +00:00
dnsd.c Patch from Denis Vlasenko turning static const int (which gets emitted into 2006-03-10 19:22:06 +00:00
ether-wake.c just whitespace 2006-01-25 00:08:53 +00:00
fakeidentd.c Patch from Denis Vlasenko turning static const int (which gets emitted into 2006-03-10 19:22:06 +00:00
ftpgetput.c The brain-dead FTP servers on Solaris don't support the size command. 2006-01-10 06:36:00 +00:00
hostname.c just whitespace 2006-01-25 00:08:53 +00:00
httpd.c Rename UNUSE() to SKIP(). 2006-02-20 23:05:06 +00:00
ifconfig.c Can't store a pointer in an int on 64 bit platforms. 2005-11-22 17:09:14 +00:00
ifupdown.c Fix from Glenn McGrath. 2006-03-22 16:59:12 +00:00
inetd.c Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) 2006-03-01 16:39:45 +00:00
interface.c - Rich Felker writes: fix invalid printf format strings 2006-03-29 22:34:47 +00:00
ip.c
ipaddr.c
ipcalc.c
iplink.c
iproute.c
iptunnel.c
Makefile - use absolute path for top_builddir and top_srcdir. 2006-03-02 17:33:25 +00:00
Makefile.in - revert back to r14406 2006-03-13 19:04:00 +00:00
nameif.c - add platform.h. 2006-01-22 22:55:11 +00:00
nc.c just whitespace 2006-01-25 00:08:53 +00:00
netstat.c just whitespace 2006-01-25 00:08:53 +00:00
nslookup.c
ping6.c 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. 2006-03-22 00:25:07 +00:00
ping.c 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. 2006-03-22 00:25:07 +00:00
route.c fix up annoying signed/unsigned and mixed type errors 2006-01-30 22:30:41 +00:00
telnet.c Patch from Denis Vlasenko turning static const int (which gets emitted into 2006-03-10 19:22:06 +00:00
telnetd.c fix up annoying signed/unsigned and mixed type errors 2006-01-30 22:30:41 +00:00
tftp.c just whitespace 2006-01-25 00:08:53 +00:00
traceroute.c Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) 2006-03-01 16:39:45 +00:00
vconfig.c just whitespace 2006-01-25 00:08:53 +00:00
wget.c Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. 2006-02-21 18:34:54 +00:00
zcip.c fix from David Daney, on busybox mailing list: 2006-03-29 23:01:33 +00:00