]> git.proxmox.com Git - qemu.git/history - slirp/bootp.c
ide/core: Remove explicit setting of BM_STATUS_INT
[qemu.git] / slirp / bootp.c
2011-03-05 Vincent Palatinnet: fix trace when debug is activated in slirp
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-10 Aurelien Jarnoslirp: fix unaligned access in bootp code
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-04 Jes SorensenChange DPRINTF() to do{}while(0) to avoid compiler...
2010-03-07 Blue Swirlslirp: remove dead increments, spotted by clang
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 malcDo not use dprintf
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: Cleanup and basic reanimation of debug code
2009-06-29 Jan Kiszkaslirp: Rework internal configuration
2009-06-29 Jan Kiszkaslirp: Move smb, redir, tftp and bootp parameters and...
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