Module Name: src
Committed By: jdc
Date: Sun Jun 3 08:48:25 UTC 2012
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3
Log Message:
Tickets 1765 and 1766.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-5.1.3
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-5.1.3
diff -u src/doc/CHANGES-5.1.3:1.1.2.15 src/doc/CHANGES-5.1.3:1.1.2.16
--- src/doc/CHANGES-5.1.3:1.1.2.15 Tue May 22 18:54:15 2012
+++ src/doc/CHANGES-5.1.3 Sun Jun 3 08:48:25 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.3,v 1.1.2.15 2012/05/22 18:54:15 riz Exp $
+# $NetBSD: CHANGES-5.1.3,v 1.1.2.16 2012/06/03 08:48:25 jdc Exp $
A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
release:
@@ -114,3 +114,15 @@ crypto/dist/openssl/ssl/d1_enc.c patch
Address CVE-2012-2333.
[drochner, ticket #1762]
+sys/arch/x68k/x68k/clock.c 1.34
+ With the freerunnnig mode, set 0 (=256count) not 0xff (=255count)
+ in Timer-D. It fixes the clock ticked faster when timecounter uses
+ "mfp" (as default choice). It was introduced in rev 1.24 in 2006.
+ Thanks tsutsui@ for many comments.
+ [isaki, ticket #1765]
+
+sys/kern/uipc_usrreq.c 1.137
+ Stopgap fix for PR kern/46463: disallow passing of kqueue descriptors
+ via SCM_RIGHT anxiliary socket messages.
+ [martin, ticket #1766]
+