Module Name: src
Committed By: riz
Date: Sun Mar 31 17:47:11 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 851, 852
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-6.1
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.1
diff -u src/doc/CHANGES-6.1:1.1.2.115 src/doc/CHANGES-6.1:1.1.2.116
--- src/doc/CHANGES-6.1:1.1.2.115 Sat Mar 30 23:12:24 2013
+++ src/doc/CHANGES-6.1 Sun Mar 31 17:47:10 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.115 2013/03/30 23:12:24 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.116 2013/03/31 17:47:10 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8760,3 +8760,15 @@ xsrc/external/mit/xf86-input-keyboard/di
Correct some issues with wsmux hotplugging.
[jmcneill, ticket #848]
+sys/sys/ptree.h 1.5
+
+ Cast constants to appropriate types to fix crashes in ptree(9).
+ [rmind, ticket #851]
+
+usr.sbin/npf/npfctl/npf.conf.5 1.28
+usr.sbin/npf/npfctl/npf_parse.y 1.19-1.20
+usr.sbin/npf/npfctl/npfctl.c 1.32
+
+ Minor npfctl(5) fixes in parsing and error handling.
+ [rmind, ticket #852]
+