Module Name: src Committed By: riz Date: Mon Aug 13 17:50:44 UTC 2012
Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 475, 485. To generate a diff of this commit: cvs rdiff -u -r1.1.2.180 -r1.1.2.181 src/doc/CHANGES-6.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-6.0 diff -u src/doc/CHANGES-6.0:1.1.2.180 src/doc/CHANGES-6.0:1.1.2.181 --- src/doc/CHANGES-6.0:1.1.2.180 Sun Aug 12 19:27:59 2012 +++ src/doc/CHANGES-6.0 Mon Aug 13 17:50:43 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0,v 1.1.2.180 2012/08/12 19:27:59 martin Exp $ +# $NetBSD: CHANGES-6.0,v 1.1.2.181 2012/08/13 17:50:43 riz Exp $ A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 until the 6.0 release: @@ -7242,3 +7242,41 @@ external/ibm-public/postfix/dist/src/uti descriptors. This bug was introduced with Postfix 2.8. [tron, ticket #481] +external/gpl3/gcc/dist/gcc/config/netbsd-elf.h 1.4 +lib/csu/sparc64/Makefile 1.9 +lib/csu/sparc64/crt0.c 1.27 +lib/csu/sparc_elf/Makefile 1.7 +lib/csu/sparc_elf/crt0.c 1.15 + + Fix cc -fpie on sparc and sparc64. PR#46724. + [martin, ticket #475] + +lib/libnpf/npf.c 1.11 +lib/libnpf/npf.h 1.10 +sys/modules/npf/Makefile 1.10 +sys/net/npf/npf_handler.c 1.21 +sys/net/npf/npf_impl.h 1.21 +sys/net/npf/npf_nat.c 1.16 +sys/net/npf/npf_ruleset.c 1.14 +sys/net/npf/npf_session.c 1.17 +sys/net/npf/npf_state.c 1.11 +sys/net/npf/npf_tableset.c 1.14 +usr.sbin/npf/npfctl/npf_build.c 1.13 +usr.sbin/npf/npfctl/npf_data.c 1.18 +usr.sbin/npf/npfctl/npf_parse.y 1.12 +usr.sbin/npf/npfctl/npfctl.c 1.18 +usr.sbin/npf/npfctl/npfctl.h 1.19 +usr.sbin/npf/npftest/README 1.1 +usr.sbin/npf/npftest/libnpftest/Makefile 1.4 +usr.sbin/npf/npftest/libnpftest/npf_nat_test.c 1.1 +usr.sbin/npf/npftest/libnpftest/npf_rule_test.c 1.1 +usr.sbin/npf/npftest/libnpftest/npf_test.h 1.5 +usr.sbin/npf/npftest/libnpftest/npf_test_subr.c 1.3 +usr.sbin/npf/npftest/npfstream.c 1.3 +usr.sbin/npf/npftest/npftest.c 1.4 +usr.sbin/npf/npftest/npftest.conf 1.1 +usr.sbin/npf/npftest/npftest.h 1.4 + + Various NPF fixes: npftest, sessions, and fix bi-NAT regression. + [rmind, ticket #485] +