aboutsummaryrefslogtreecommitdiffstats
path: root/slirp
AgeCommit message (Expand)AuthorFilesLines
2011-07-27slirp: Fix unusual "comments" in unused codeStefan Weil1-2/+2
2011-07-25Wrap recv to avoid warningsBlue Swirl3-4/+4
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka7-1/+147
2011-07-23slirp: Put forked exec into separate process groupJan Kiszka1-1/+2
2011-07-23slirp: Replace m_freem with m_freeJan Kiszka7-19/+16
2011-07-23slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka1-5/+8
2011-07-23slirp: Fix restricted modeJan Kiszka3-25/+6
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini1-1/+4
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-1/+1
2011-03-05net: fix trace when debug is activated in slirpVincent Palatin1-1/+1
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil2-8/+8
2011-02-14Fix build from previous commitAnthony Liguori1-1/+1
2011-02-14PATCH] slirp: fix buffer overrunBruce Rogers1-2/+2
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-1/+1
2011-01-13slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov1-2/+2
2011-01-10slirp: fix unaligned access in bootp codeAurelien Jarno1-15/+17
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil3-62/+0
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-10-03slirp: Silence warning on HaikuAndreas Färber1-1/+3
2010-09-17Make ARP replies at least 64 bytes longHervé Poussineau1-1/+2
2010-09-17Accept packets with TTL=1Hervé Poussineau1-1/+1
2010-09-04Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen1-1/+1
2010-07-25slirp: Remove declarations which are no longer neededStefan Weil1-33/+0
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil20-116/+110
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+3
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-1/+0
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki1-0/+1
2010-04-18slirp: fix unused return value, spotted by clangBlue Swirl1-1/+2
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster1-1/+1
2010-03-07slirp: remove dead nested assignment, spotted by clangBlue Swirl1-2/+1
2010-03-07slirp: remove dead initialization, spotted by clangBlue Swirl1-4/+0
2010-03-07slirp: remove dead increments, spotted by clangBlue Swirl3-2/+4
2010-03-07slirp: remove dead assignments, spotted by clangBlue Swirl2-15/+7
2010-02-10don't dereference NULL after failed strdupJim Meyering1-1/+1
2010-02-07Do not use dprintfmalc1-9/+9
2010-01-13Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik1-0/+1
2010-01-11Handle TFTP ERROR from clientThomas Horsten1-0/+23
2009-12-25slirp/misc.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-8/+2
2009-12-18fix networking on win32 hostJuha Riihimäki1-7/+7
2009-12-03Don't leak file descriptorsKevin Wolf5-6/+10
2009-11-21slirp: fix use-after-freeMark McLoughlin1-1/+1
2009-09-30slirp: fix unmatched bracket in if 0Michael S. Tsirkin1-2/+0
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl2-10/+10
2009-09-05Fix Sparse warnings: add "static"Blue Swirl1-1/+1
2009-08-31Fix compiler warningsStefan Weil1-2/+2
2009-08-27slirp: Read host DNS config on demandEd Swierk6-14/+44
2009-08-27slirp: Remove our_addr codeEd Swierk2-18/+0
2009-08-01Add missing "static"Blue Swirl1-1/+1
2009-08-01More NULL pointer fixesBlue Swirl1-4/+6
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela3-5/+5