index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slirp
/
misc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-15
slirp: fork_exec(): Don't close() a negative number in fork_exec()
Peter Maydell
1
-1
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-3
/
+2
2016-05-16
slirp: Remove obsolete backward-compatibility cruft
Thomas Huth
1
-21
/
+0
2016-03-23
Avoid embedding struct mbuf in other structures
Samuel Thibault
1
-5
/
+0
2016-02-04
slirp: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-12
slirp: Fix type casts and format strings in debug code
Stefan Weil
1
-3
/
+3
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2014-08-24
slirp/misc: Use the GLib memory allocation APIs
zhanghailiang
1
-17
/
+3
2014-04-25
slirp: Remove default_mon usage
Cole Robinson
1
-11
/
+2
2013-10-02
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-2
/
+1
2013-08-22
aio / timers: Untangle include files
Alex Bligh
1
-0
/
+1
2013-05-18
remove some double-includes
Michael Tokarev
1
-2
/
+0
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-1
/
+1
2013-03-22
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
1
-2
/
+2
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-2
/
+2
2012-11-10
slirp: remove unused function u_sleep
Blue Swirl
1
-14
/
+0
2012-03-28
slirp: use socket_set_nonblock
Paolo Bonzini
1
-45
/
+1
2012-02-24
slirp/misc: fix gcc __warn_memset_zero_len warnings
Alon Levy
1
-14
/
+7
2012-02-08
slirp: Remove unused variable and unused code
Stefan Weil
1
-41
/
+26
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-1
/
+1
2011-07-23
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
1
-0
/
+13
2011-07-23
slirp: Put forked exec into separate process group
Jan Kiszka
1
-1
/
+2
2011-03-29
add a service to reap zombies, use it in SLIRP
Paolo Bonzini
1
-1
/
+4
2010-11-21
slirp: Remove unused code for bad sprintf
Stefan Weil
1
-42
/
+0
2010-03-16
monitor: Separate "default monitor" and "current monitor" cleanly
Markus Armbruster
1
-1
/
+1
2010-02-10
don't dereference NULL after failed strdup
Jim Meyering
1
-1
/
+1
2009-12-25
slirp/misc.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-8
/
+2
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-2
/
+2
2009-06-29
slirp: Use internal state in interface
Jan Kiszka
1
-2
/
+1
2009-06-29
slirp: Factor out internal state structure
Jan Kiszka
1
-2
/
+3
2009-06-29
slirp: Clean up timeout handling around slirp_select_fill/poll
Jan Kiszka
1
-2
/
+0
2009-06-29
slirp: Factor out one-time initialization
Jan Kiszka
1
-17
/
+0
2009-06-29
slirp: Cleanup and basic reanimation of debug code
Jan Kiszka
1
-0
/
+4
2009-06-29
slirp: Drop dead code
Jan Kiszka
1
-525
/
+0
2009-06-29
slirp: Add info usernet for dumping connection states
Jan Kiszka
1
-0
/
+86
2009-06-29
slirp: Rework internal configuration
Jan Kiszka
1
-4
/
+5
2009-06-13
Fix mingw32 build warnings
Blue Swirl
1
-1
/
+5
2009-04-05
Fix some win32 compile warnings
blueswir1
1
-1
/
+5
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
1
-1
/
+0
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
1
-20
/
+10
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-2
/
+2
2009-01-13
Fix 64 bit issue in slirp
blueswir1
1
-33
/
+0
2009-01-08
Redirect slirp traffic to/from qemu character device (Gleb Natapov)
aliguori
1
-1
/
+1
2008-09-15
Use common objects for qemu-img and qemu-nbd
aliguori
1
-14
/
+0
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
1
-2
/
+2
2008-08-21
Fix OpenBSD linker warnings
blueswir1
1
-2
/
+3
2008-05-10
Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.
balrog
1
-1
/
+1
2007-11-13
Revert an accidental change in previous commit.
balrog
1
-0
/
+2
2007-11-13
Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...
balrog
1
-2
/
+0
2007-11-11
removed warning
bellard
1
-0
/
+2
[next]