Module Name: src
Committed By: riz
Date: Fri Nov 23 16:17:47 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 695, 696
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 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.37 src/doc/CHANGES-6.1:1.1.2.38
--- src/doc/CHANGES-6.1:1.1.2.37 Thu Nov 22 20:26:06 2012
+++ src/doc/CHANGES-6.1 Fri Nov 23 16:17:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.37 2012/11/22 20:26:06 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.38 2012/11/23 16:17:46 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -876,3 +876,19 @@ sys/uvm/uvm_object.h 1.33
Improve UVM aobj locking, and fix a bug.
[rmind, ticket #694]
+sys/arch/sparc64/include/cpu.h 1.99
+sys/arch/sparc64/include/ctlreg.h 1.57
+sys/arch/sparc64/include/psl.h 1.50
+sys/arch/sparc64/sparc64/clock.c 1.107
+sys/arch/sparc64/sparc64/cpu.c 1.103
+sys/arch/sparc64/sparc64/locore.s 1.342
+
+ Improve time keeping on some UltraSPARC-IIIish systems.
+ [macallan, ticket #695]
+
+sys/kern/kern_rndq.c 1.6
+
+ Fix hardware RNGs -- accept their entropy estimates *rather than* using
+ timestamps to estimate the entropy of their input.
+ [msaitoh, ticket #696]
+