summaryrefslogtreecommitdiff
path: root/slirp/misc.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-12slirp: clean up guestfwd command executionslirp-fixesPeter Wu1-2/+2
2018-05-12slirp: fix memleak of guestfwd commandPeter Wu1-0/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2016-03-23Avoid embedding struct mbuf in other structuresSamuel Thibault1-0/+5
2014-08-24slirp/misc: Use the GLib memory allocation APIszhanghailiang1-4/+0
2013-06-01slirp: cleanup leftovers from misc.hMichael Tokarev1-14/+0
2012-11-10slirp: remove unused function u_sleepBlue Swirl1-1/+0
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-10/+10
2009-07-27slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk1-5/+0
2009-07-01Fix breakage by obsolete _P() for goodBlue Swirl1-16/+16
2009-06-29slirp: Factor out internal state structureJan Kiszka1-2/+0
2009-06-29slirp: Clean up timeout handling around slirp_select_fill/pollJan Kiszka1-1/+0
2009-06-29slirp: Factor out one-time initializationJan Kiszka1-1/+0
2009-06-29slirp: Drop dead codeJan Kiszka1-8/+0
2009-06-29slirp: Rework internal configurationJan Kiszka1-2/+2
2008-10-26Fix inline use warnings from sparseblueswir11-2/+2
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-1/+1
2007-11-01 Fix slirp compilation failure when using a newer gccblueswir11-0/+2
2007-10-26 Use const and static as needed, disable unused codeblueswir11-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2004-10-10openpty fixbellard1-1/+1
2004-04-22initial user mode network supportbellard1-0/+87