summaryrefslogtreecommitdiff
path: root/slirp/bootp.c
AgeCommit message (Expand)Author
2009-01-08Add slirp_restrict option (Gleb Natapov)aliguori
2008-10-01Make some variables staticblueswir1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-02-20Add -bootp option for slirp, by Anthony Liguori.ths
2006-04-16Set slirp client hostname.pbrook
2005-06-0564 bit fixes (initial patch by Gwenole Beauchesne)bellard
2004-10-03hack for bootp supportbellard
2004-09-30full system SPARC emulation (Blue Swirl)bellard
2004-09-30give a new address at DHCPREQUEST too (useful if the OS remembers its IP addressbellard
2004-06-04dhcp packet size fix (aka pump fix)bellard
2004-05-04fixed dhcp for windows clientbellard
2004-04-22initial user mode network supportbellard