Module Name: src
Committed By: snj
Date: Sat Mar 3 20:50:38 UTC 2018
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1512, 1513, 1515
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.325 -r1.1.2.326 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.325 src/doc/CHANGES-6.2:1.1.2.326
--- src/doc/CHANGES-6.2:1.1.2.325 Mon Feb 19 20:56:37 2018
+++ src/doc/CHANGES-6.2 Sat Mar 3 20:50:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.325 2018/02/19 20:56:37 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.326 2018/03/03 20:50:38 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -21073,3 +21073,23 @@ sys/arch/x86/x86/vm_machdep.c 1.30 via
Prevent unrestricted userland access to I/O ports in XEN.
[maxv, ticket #1517]
+sys/dev/rndpseudo.c patch
+sys/kern/subr_cprng.c patch
+sys/sys/cprng.h patch
+
+ Fix panic when waiting with kqueue/kevent for a read from
+ /dev/random.
+ [riastradh, ticket #1512]
+
+sys/arch/sparc/sparc/locore.s 1.269
+
+ Avoid an instruction requiring a higher alignment than we
+ are guaranteed. PR port-sparc/52721: ddb errors on ps command
+ [maya, ticket #1513]
+
+dist/pf/etc/pf.os 1.4-1.5
+
+ Synchronise with r1.27 from OpenBSD
+ Add DragonFly BSD fingerprints.
+ [sevan, ticket #1515]
+