summaryrefslogtreecommitdiffstats
path: root/slirp/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 64 bit issue in slirpblueswir12009-01-131-33/+0
* Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori2009-01-081-1/+1
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-14/+0
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-2/+2
* Fix OpenBSD linker warningsblueswir12008-08-211-2/+3
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-101-1/+1
* Revert an accidental change in previous commit.balrog2007-11-131-0/+2
* Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog2007-11-131-2/+0
* removed warningbellard2007-11-111-0/+2
* Declare function before use, reduces compiler warning noise.ths2007-10-301-0/+2
* Use const and static as needed, disable unused codeblueswir12007-10-261-13/+10
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-0/+11
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-30/+30
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-86/+86
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-4/+2
* Fix slirp redirection on systems without a useful host IP address.pbrook2006-04-231-9/+10
* slirp fix for -smb command (Initial patch by Juergen Keil)bellard2004-12-121-4/+8
* openpty fixbellard2004-10-101-4/+4
* allow inetd like program execbellard2004-09-051-2/+18
* win32 compilebellard2004-07-121-4/+4
* initial user mode network supportbellard2004-04-221-0/+925
OpenPOWER on IntegriCloud