sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/slirp
Paolo Bonzini 4d54ec7898 add a service to reap zombies, use it in SLIRP
SLIRP -smb support wants to fork a process and forget about reaping it.
To please it, add a generic service to register a process id and let
QEMU reap it.  In the future it could be enhanced to pass a status,
but this would be unused.

With this in place, the SIGCHLD signal handler would not stomp on pclose
anymore.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-03-29 08:14:11 -05:00
..
COPYRIGHT
bootp.c net: fix trace when debug is activated in slirp 2011-03-05 12:00:51 +00:00
bootp.h
cksum.c
debug.h
if.c
if.h
ip.h
ip_icmp.c
ip_icmp.h
ip_input.c Accept packets with TTL=1 2010-09-17 12:46:27 +02:00
ip_output.c
libslirp.h
main.h
mbuf.c Fix build from previous commit 2011-02-14 14:24:24 -06:00
mbuf.h
misc.c add a service to reap zombies, use it in SLIRP 2011-03-29 08:14:11 -05:00
misc.h
sbuf.c
sbuf.h
slirp.c change all rt_clock references to use millisecond resolution accessors 2011-03-21 09:23:23 +01:00
slirp.h Delete useless 'extern' qualifiers for functions 2011-01-23 16:21:20 +00:00
slirp_config.h slirp: Remove unused code for bad sprintf 2010-11-21 09:16:57 -06:00
socket.c
socket.h
tcp.h
tcp_input.c
tcp_output.c
tcp_subr.c
tcp_timer.c
tcp_timer.h
tcp_var.h
tcpip.h
tftp.c slirp: Remove some type casts caused by bad declaration of x.tp_buf 2011-02-25 15:58:59 +00:00
tftp.h slirp: Remove some type casts caused by bad declaration of x.tp_buf 2011-02-25 15:58:59 +00:00
udp.c
udp.h