Module Name: src
Committed By: jdc
Date: Sun Jun 3 08:48:22 UTC 2012
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Tickets 1765 and 1766.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-5.0.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.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.74 src/doc/CHANGES-5.0.3:1.1.2.75
--- src/doc/CHANGES-5.0.3:1.1.2.74 Tue May 22 18:53:10 2012
+++ src/doc/CHANGES-5.0.3 Sun Jun 3 08:48:22 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.74 2012/05/22 18:53:10 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.75 2012/06/03 08:48:22 jdc Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -3028,3 +3028,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]
+