]> git.proxmox.com Git - qemu.git/history - slirp/misc.c
vhost build fix for i386
[qemu.git] / slirp / misc.c
2011-07-23 Jan Kiszkaslirp: Forward ICMP echo requests via unprivileged...
2011-07-23 Jan Kiszkaslirp: Put forked exec into separate process group
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-03-29 Paolo Bonziniadd a service to reap zombies, use it in SLIRP
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-11-21 Stefan Weilslirp: Remove unused code for bad sprintf
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustermonitor: Separate "default monitor" and "current monito...
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Jim Meyeringdon't dereference NULL after failed strdup
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-25 Kirill A. Shutemovslirp/misc.c: fix warning with _FORTIFY_SOURCE
2009-12-03 Kevin WolfDon't leak file descriptors
2009-06-29 Jan Kiszkaslirp: Use internal state in interface
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: Clean up timeout handling around slirp_select_fi...
2009-06-29 Jan Kiszkaslirp: Factor out one-time initialization
2009-06-29 Jan Kiszkaslirp: Cleanup and basic reanimation of debug code
2009-06-29 Jan Kiszkaslirp: Drop dead code
2009-06-29 Jan Kiszkaslirp: Add info usernet for dumping connection states
2009-06-29 Jan Kiszkaslirp: Rework internal configuration
2009-06-13 Blue SwirlFix mingw32 build warnings
2009-04-05 blueswir1Fix some win32 compile warnings
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-01-13 blueswir1Fix 64 bit issue in slirp
2009-01-08 aliguoriRedirect slirp traffic to/from qemu character device...
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-05-10 balrogSpecial-case CTL_ALIAS instead of CTL_DNS in udp loopba...
2007-11-13 balrogRevert an accidental change in previous commit.
2007-11-13 balrogPrevent cpsr_write/_read be put out of line in op.o...
2007-11-11 bellardremoved warning
2007-10-30 thsDeclare function before use, reduces compiler warning...
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-10-26 blueswir1Make Slirp statistics gathering and output conditional...
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...
2006-05-03 bellardseparate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
2006-04-23 pbrookFix slirp redirection on systems without a useful host...
2004-12-12 bellardslirp fix for -smb command (Initial patch by Juergen...
2004-10-10 bellardopenpty fix
2004-09-05 bellardallow inetd like program exec
2004-07-12 bellardwin32 compile
2004-04-22 bellardinitial user mode network support