Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/rump/net/lib/libnpf sys/kern/uipc_mbuf.c ...
details: https://anonhg.NetBSD.org/src/rev/8c6fc2e7edce
branches: netbsd-6
changeset: 775659:8c6fc2e7edce
user: riz <riz%NetBSD.org@localhost>
date: Sat Feb 09 04:13:28 2013 +0000
description:
sys/kern/uipc_mbuf.c 1.148
sys/net/npf/npf.h 1.25
sys/net/npf/npf_alg.c 1.6
sys/net/npf/npf_alg_icmp.c 1.14
sys/net/npf/npf_ext_log.c 1.2
sys/net/npf/npf_ext_normalise.c 1.2
sys/net/npf/npf_handler.c 1.24-1.25
sys/net/npf/npf_impl.h 1.25
sys/net/npf/npf_inet.c 1.19-1.20
sys/net/npf/npf_instr.c 1.15
sys/net/npf/npf_mbuf.c 1.9-1.10
sys/net/npf/npf_nat.c 1.18
sys/net/npf/npf_processor.c 1.13-1.14
sys/net/npf/npf_rproc.c 1.5
sys/net/npf/npf_ruleset.c 1.15-1.16
sys/net/npf/npf_sendpkt.c 1.13
sys/net/npf/npf_session.c 1.19-1.20
sys/net/npf/npf_state.c 1.13
sys/net/npf/npf_state_tcp.c 1.12
sys/rump/net/lib/libnpf/Makefile 1.3
sys/sys/mbuf.h 1.151
usr.sbin/npf/npfctl/npfctl.c 1.27
usr.sbin/npf/npftest/README 1.3
usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c 1.4
usr.sbin/npf/npftest/libnpftest/npf_nat_test.c 1.2
usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c 1.3-1.4
usr.sbin/npf/npftest/libnpftest/npf_processor_test.c 1.4
usr.sbin/npf/npftest/libnpftest/npf_rule_test.c 1.3
usr.sbin/npf/npftest/libnpftest/npf_state_test.c 1.4
NPF: rework nbuf interface, simplify ICMP ALG, handle ICMP ECHO
for traceroute. Misc. other fixes.
[rmind, ticket #777]
Update ticket #777 to fix build:
This component is not WARNS>3 clean (example: it includes socketvar.h
which does signed-unsigned comparison in an inline function). Why it
compiled at all is one of those marvels of compiler technology.
diffstat:
sys/rump/net/lib/libnpf/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r a68bd0cd8378 -r 8c6fc2e7edce sys/rump/net/lib/libnpf/Makefile
--- a/sys/rump/net/lib/libnpf/Makefile Fri Feb 08 23:05:34 2013 +0000
+++ b/sys/rump/net/lib/libnpf/Makefile Sat Feb 09 04:13:28 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2.4.3 2012/11/18 22:38:38 riz Exp $
+# $NetBSD: Makefile,v 1.2.4.4 2013/02/09 04:13:28 riz Exp $
#
# Public Domain.
#
@@ -19,8 +19,6 @@
SRCS+= component.c
-WARNS= 5
-
CPPFLAGS+= -D_NPF_TESTING
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpvfs
Home |
Main Index |
Thread Index |
Old Index