Sun Dec 8 10:27:05 2019 UTC ()
Ticket #1717


(martin)
diff -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-7.1.3

cvs diff -r1.1.2.63 -r1.1.2.64 src/doc/Attic/CHANGES-7.1.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.1.3 2019/12/05 16:24:46 1.1.2.63
+++ src/doc/Attic/CHANGES-7.1.3 2019/12/08 10:27:05 1.1.2.64
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1.3,v 1.1.2.63 2019/12/05 16:24:46 bouyer Exp $ 1# $NetBSD: CHANGES-7.1.3,v 1.1.2.64 2019/12/08 10:27:05 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3 3A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.1.2_PATCH. 10 Welcome to 7.1.2_PATCH.
11 [snj] 11 [snj]
12 12
13sys/dev/ppbus/if_plip.c 1.28 13sys/dev/ppbus/if_plip.c 1.28
14 14
@@ -608,13 +608,18 @@ sys/modules/filemon/Makefile 1.4 (manu @@ -608,13 +608,18 @@ sys/modules/filemon/Makefile 1.4 (manu
608 [maya, ticket #1710] 608 [maya, ticket #1710]
609 609
610sys/kern/subr_cprng.c 1.33 610sys/kern/subr_cprng.c 1.33
611 611
612 Use cprng_strong, not cprng_fast, for sysctl kern.arnd. 612 Use cprng_strong, not cprng_fast, for sysctl kern.arnd.
613 [riastradh, ticket #1714] 613 [riastradh, ticket #1714]
614 614
615share/man/man4/rnd.4 1.25 - 1.28 615share/man/man4/rnd.4 1.25 - 1.28
616 616
617 Update man page to reflect switch from CTR_DRBG to Hash_DRBG. 617 Update man page to reflect switch from CTR_DRBG to Hash_DRBG.
618 Update NIST SP800-90A reference. 618 Update NIST SP800-90A reference.
619 [riastradh, ticket #1715] 619 [riastradh, ticket #1715]
620 620
 621sys/dev/cons.c 1.76,1.77
 622
 623 Fix reference count leak in cons(4).
 624 [riastradh, ticket #1717]
 625