aboutsummaryrefslogtreecommitdiff
path: root/misc.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-15slirp: fork_exec(): Don't close() a negative number in fork_exec()Peter Maydell1-1/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-3/+2
2016-05-16slirp: Remove obsolete backward-compatibility cruftThomas Huth1-19/+0
2016-03-23Avoid embedding struct mbuf in other structuresSamuel Thibault1-5/+0
2016-02-04slirp: Clean up includesPeter Maydell1-0/+1
2015-11-12slirp: Fix type casts and format strings in debug codev2.5.1.1v2.5.1v2.5.0-rc4v2.5.0-rc3v2.5.0-rc2v2.5.0-rc1v2.5.0-rc0v2.5.0Stefan Weil1-3/+3
2015-06-22qerror: Move #include out of qerror.hv2.4.0.1v2.4.0-rc4v2.4.0-rc3v2.4.0-rc2v2.4.0-rc1v2.4.0-rc0v2.4.0Markus Armbruster1-0/+1
2014-08-24slirp/misc: Use the GLib memory allocation APIszhanghailiang1-15/+3
2014-04-25slirp: Remove default_mon usageCole Robinson1-11/+2
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-2/+1
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-05-18remove some double-includesMichael Tokarev1-2/+0
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-1/+1
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-2/+2
2012-11-10slirp: remove unused function u_sleepBlue Swirl1-13/+0
2012-03-28slirp: use socket_set_nonblockPaolo Bonzini1-43/+1
2012-02-24slirp/misc: fix gcc __warn_memset_zero_len warningsAlon Levy1-16/+9
2012-02-08slirp: Remove unused variable and unused codeStefan Weil1-43/+26
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsv0.15.0-rc0Jan Kiszka1-0/+13
2011-07-23slirp: Put forked exec into separate process groupJan Kiszka1-1/+2
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini1-1/+4
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil1-40/+0
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster1-1/+1
2010-02-10don't dereference NULL after failed strdupJim Meyering1-1/+1
2009-12-25slirp/misc.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-7/+2
2009-12-03Don't leak file descriptorsv0.12.1v0.12.0-rc2v0.12.0-rc1v0.12.0-rc0v0.12.0Kevin Wolf1-2/+2
2009-06-29slirp: Use internal state in interfaceJan Kiszka1-2/+1
2009-06-29slirp: Factor out internal state structureJan Kiszka1-2/+3
2009-06-29slirp: Clean up timeout handling around slirp_select_fill/pollJan Kiszka1-2/+0
2009-06-29slirp: Factor out one-time initializationJan Kiszka1-16/+0
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka1-0/+4
2009-06-29slirp: Drop dead codeJan Kiszka1-519/+0
2009-06-29slirp: Add info usernet for dumping connection statesJan Kiszka1-0/+79
2009-06-29slirp: Rework internal configurationJan Kiszka1-3/+3
2009-06-13Fix mingw32 build warningsBlue Swirl1-1/+5
2009-04-05Fix some win32 compile warningsblueswir11-0/+4
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-1/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-14/+11
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-2/+2
2009-01-13Fix 64 bit issue in slirpblueswir11-28/+0
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori1-1/+1
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-12/+0
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-2/+2
2008-08-21Fix OpenBSD linker warningsblueswir11-2/+2
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog1-1/+1
2007-11-13Revert an accidental change in previous commit.balrog1-0/+2
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog1-2/+0
2007-11-11removed warningbellard1-0/+2