summaryrefslogtreecommitdiffstats
path: root/slirp/if.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Use internal state in interfaceJan Kiszka2009-06-291-1/+1
* slirp: Factor out internal state structureJan Kiszka2009-06-291-27/+23Star
* slirp: Drop link_up checks from if_output and slirp_socket_can_recvJan Kiszka2009-06-291-4/+1Star
* slirp: Drop dead codeJan Kiszka2009-06-291-80/+0Star
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-4/+2Star
* Add some missing static qualifiersblueswir12008-09-301-2/+2
* Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir12008-08-171-4/+2Star
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-101-1/+1
* Add const etc. to places forgotten from the previous commitblueswir12007-10-261-2/+0Star
* Use const and static as needed, disable unused codeblueswir12007-10-261-20/+0Star
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-30/+30
* suppressed unaligned accessesbellard2006-05-101-2/+2
* windows fixes (Gregory Alexander)bellard2004-10-081-3/+3
* memory leak fix (Juergen Keil)bellard2004-09-131-0/+2
* initial user mode network supportbellard2004-04-221-0/+320