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
blueswir1 1d6198c3b0 Remove unnecessary trailing newlines
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162
2008-12-13 09:32:43 +00:00
..
COPYRIGHT find -type f | xargs sed -i 's/[\t ]$//g' # on most files 2007-09-16 21:08:06 +00:00
bootp.c Make some variables static 2008-10-01 19:06:48 +00:00
bootp.h
cksum.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
ctl.h
debug.c Fix some warnings that would be generated by gcc -Wredundant-decls 2008-08-30 09:51:20 +00:00
debug.h Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
icmp_var.h Make Slirp statistics gathering and output conditional to LOG_ENABLED 2007-10-26 18:42:59 +00:00
if.c Add some missing static qualifiers 2008-09-30 18:18:27 +00:00
if.h Add const etc. to places forgotten from the previous commit 2007-10-26 19:34:46 +00:00
ip.h Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
ip_icmp.c Make some variables static 2008-10-01 19:06:48 +00:00
ip_icmp.h Fix warnings that would be caused by gcc flag -Wwrite-strings 2008-09-14 06:45:34 +00:00
ip_input.c Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
ip_output.c Add const etc. to places forgotten from the previous commit 2007-10-26 19:34:46 +00:00
libslirp.h Make Slirp statistics gathering and output conditional to LOG_ENABLED 2007-10-26 18:42:59 +00:00
main.h Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
mbuf.c Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
mbuf.h Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
misc.c Use common objects for qemu-img and qemu-nbd 2008-09-15 15:51:35 +00:00
misc.h Fix inline use warnings from sparse 2008-10-26 15:26:09 +00:00
sbuf.c Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
sbuf.h Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
slirp.c slirp: fix CVE 2007-5729 2008-12-07 18:15:23 +00:00
slirp.h Fix inline use warnings from sparse 2008-10-26 15:26:09 +00:00
slirp_config.h Fix some warnings that would be generated by gcc -Wredundant-decls 2008-08-30 09:51:20 +00:00
socket.c Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
socket.h Make struct iovec universally available 2008-12-05 20:05:26 +00:00
tcp.h Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
tcp_input.c Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
tcp_output.c Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
tcp_subr.c Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 2008-09-20 08:07:15 +00:00
tcp_timer.c Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
tcp_timer.h Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00
tcp_var.h Make Slirp statistics gathering and output conditional to LOG_ENABLED 2007-10-26 18:42:59 +00:00
tcpip.h
tftp.c Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 2008-09-20 08:07:15 +00:00
tftp.h find -type f | xargs sed -i 's/[\t ]$//g' # on most files 2007-09-16 21:08:06 +00:00
udp.c Replace uses of strncpy (a GNU extension) with Qemu pstrcpy 2008-10-25 11:21:28 +00:00
udp.h Use const and static as needed, disable unused code 2007-10-26 19:01:16 +00:00