aboutsummaryrefslogtreecommitdiff
path: root/mbuf.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-21slirp: fix use-after-freeMark McLoughlin1-1/+1
2009-06-29slirp: Factor out internal state structureJan Kiszka1-15/+14
2009-06-29slirp: Drop statistic codeJan Kiszka1-4/+1
2009-06-29slirp: Drop dead codeJan Kiszka1-6/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-13/+10
2008-10-01Remove unused variablesblueswir11-2/+0
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-3/+3
2007-10-26 Use const and static as needed, disable unused codeblueswir11-16/+10
2006-05-01fixed realloc logic (Ed Swierk)bellard1-3/+4
2004-04-22initial user mode network supportbellard1-0/+228