Module Name: src Committed By: riz Date: Sun Nov 18 21:48:56 UTC 2012
Modified Files: src/sys/net/npf [netbsd-6]: npf_alg_icmp.c npf_session.c src/usr.sbin/npf/npftest [netbsd-6]: npfstream.c npftest.c src/usr.sbin/npf/npftest/libnpftest [netbsd-6]: npf_nbuf_test.c npf_processor_test.c npf_rule_test.c npf_state_test.c npf_table_test.c Log Message: Pull up following revision(s) (requested by rmind in ticket #679): sys/net/npf/npf_session.c: revision 1.18 usr.sbin/npf/npftest/npftest.c: revision 1.6 usr.sbin/npf/npftest/npftest.c: revision 1.7 usr.sbin/npf/npftest/npftest.c: revision 1.8 usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c: revision 1.2 usr.sbin/npf/npftest/libnpftest/npf_state_test.c: revision 1.3 usr.sbin/npf/npftest/libnpftest/npf_table_test.c: revision 1.5 sys/net/npf/npf_alg_icmp.c: revision 1.13 usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.2 usr.sbin/npf/npftest/npfstream.c: revision 1.4 usr.sbin/npf/npftest/libnpftest/npf_processor_test.c: revision 1.3 npftest: - Do not stop running other tests, if some tests fail. - Fix some endianness bugs in the test cases. Tested on sparc64 by martin@, all tests pass. Add two new command line options to help integration into ATF: -L lists the available test cases, -T executes a single named test. Fix printf format Mark npf_session_worker as __dead. More __dead npf_icmp_uniqid: split into npf_icmp_uniqid4() and npf_icmp_uniqid6() parts. To generate a diff of this commit: cvs rdiff -u -r1.8.4.4 -r1.8.4.5 src/sys/net/npf/npf_alg_icmp.c cvs rdiff -u -r1.10.4.6 -r1.10.4.7 src/sys/net/npf/npf_session.c cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/usr.sbin/npf/npftest/npfstream.c cvs rdiff -u -r1.3.2.4 -r1.3.2.5 src/usr.sbin/npf/npftest/npftest.c cvs rdiff -u -r1.1.4.2 -r1.1.4.3 \ src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c cvs rdiff -u -r1.1.4.3 -r1.1.4.4 \ src/usr.sbin/npf/npftest/libnpftest/npf_processor_test.c cvs rdiff -u -r1.1.2.2 -r1.1.2.3 \ src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c cvs rdiff -u -r1.1.2.3 -r1.1.2.4 \ src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c cvs rdiff -u -r1.2.2.5 -r1.2.2.6 \ src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.