Module Name: src Committed By: snj Date: Sat Mar 3 20:51:09 UTC 2018
Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: 1512 To generate a diff of this commit: cvs rdiff -u -r1.1.2.129 -r1.1.2.130 src/doc/CHANGES-6.1.6 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.6 diff -u src/doc/CHANGES-6.1.6:1.1.2.129 src/doc/CHANGES-6.1.6:1.1.2.130 --- src/doc/CHANGES-6.1.6:1.1.2.129 Mon Feb 19 20:56:16 2018 +++ src/doc/CHANGES-6.1.6 Sat Mar 3 20:51:09 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.6,v 1.1.2.129 2018/02/19 20:56:16 snj Exp $ +# $NetBSD: CHANGES-6.1.6,v 1.1.2.130 2018/03/03 20:51:09 snj Exp $ A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6 release: @@ -15016,3 +15016,11 @@ 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] +