fix OneNAND erase/write
[qemu] / slirp / bootp.c
2009-05-22 Jan Kiszkaslirp: Reassign same address to same DHCP client
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-21 aliguorislirp: Handle DHCP requests for specific IP (Jan Kiszka)
2009-01-24 aurel32Use broadcast address for slirp dhcp replies
2009-01-08 aliguoriAdd slirp_restrict option (Gleb Natapov)
2008-10-01 blueswir1Make some variables static
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-02-20 thsAdd -bootp option for slirp, by Anthony Liguori.
2006-04-16 pbrookSet slirp client hostname.
2005-06-05 bellard64 bit fixes (initial patch by Gwenole Beauchesne)
2004-10-03 bellardhack for bootp support
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-09-30 bellardgive a new address at DHCPREQUEST too (useful if the...
2004-06-04 bellarddhcp packet size fix (aka pump fix)
2004-05-04 bellardfixed dhcp for windows client
2004-04-22 bellardinitial user mode network support