Module Name: src
Committed By: riz
Date: Fri Feb 8 20:31:51 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 787-791.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.78 -r1.1.2.79 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.78 src/doc/CHANGES-6.1:1.1.2.79
--- src/doc/CHANGES-6.1:1.1.2.78 Fri Feb 8 19:47:41 2013
+++ src/doc/CHANGES-6.1 Fri Feb 8 20:31:51 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.78 2013/02/08 19:47:41 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.79 2013/02/08 20:31:51 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8124,3 +8124,31 @@ usr.sbin/makemandb/makemandb.c 1.16
Don't coredump upon error parsing .SH.
[christos, ticket #786]
+sys/dist/ipf/netinet/ip_fil_netbsd.c 1.4 via patch
+
+ Fix off-by-one read error.
+ [msaitoh, ticket #787]
+
+sys/arch/arm/arm32/cpu.c 1.89
+
+ Print CPU model string correctly.
+ [msaitoh, ticket #788]
+
+sys/kern/subr_vmem.c 1.77 via patch,1.81
+
+ Fix a lock order reversal, and a lock release.
+ [para, ticket #789]
+
+sys/kern/kern_rndq.c 1.7
+
+ Set resource limits to prevent potential consumption of all
+ kernel memory.
+ [msaitoh, ticket #790]
+
+lib/libutil/parsedate.y 1.13
+
+ Fix a bug in parsedate(3) where it would treat all input
+ as if it were in the local time zone, even if the input should have
+ been treated as a time in UTC or some other time zone.
+ [apb, ticket #791]
+