Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Tickets 475, 485.
details: https://anonhg.NetBSD.org/src/rev/1eef3d764007
branches: netbsd-6
changeset: 774429:1eef3d764007
user: riz <riz%NetBSD.org@localhost>
date: Mon Aug 13 17:50:43 2012 +0000
description:
Tickets 475, 485.
diffstat:
doc/CHANGES-6.0 | 40 +++++++++++++++++++++++++++++++++++++++-
1 files changed, 39 insertions(+), 1 deletions(-)
diffs (51 lines):
diff -r 4532ce988fb5 -r 1eef3d764007 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0 Mon Aug 13 17:49:51 2012 +0000
+++ b/doc/CHANGES-6.0 Mon Aug 13 17:50:43 2012 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index