summaryrefslogtreecommitdiff
path: root/slirp/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-30Declare function before use, reduces compiler warning noise.ths1-0/+2
2007-10-26 Use const and static as needed, disable unused codeblueswir11-13/+10
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-0/+11
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-30/+30
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-86/+86
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard1-4/+2
2006-04-23Fix slirp redirection on systems without a useful host IP address.pbrook1-9/+10
2004-12-12slirp fix for -smb command (Initial patch by Juergen Keil)bellard1-4/+8
2004-10-10openpty fixbellard1-4/+4
2004-09-05allow inetd like program execbellard1-2/+18
2004-07-12win32 compilebellard1-4/+4
2004-04-22initial user mode network supportbellard1-0/+925