Thu Dec 5 16:25:17 2019 UTC ()
ticket 1715


(bouyer)
diff -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-7.3

cvs diff -r1.1.2.69 -r1.1.2.70 src/doc/Attic/CHANGES-7.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.3 2019/11/25 15:47:16 1.1.2.69
+++ src/doc/Attic/CHANGES-7.3 2019/12/05 16:25:17 1.1.2.70
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.69 2019/11/25 15:47:16 martin Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.70 2019/12/05 16:25:17 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.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.2_STABLE. 10 Welcome to 7.2_STABLE.
11 [snj] 11 [snj]
12 12
13sys/arch/x86/include/cacheinfo.h 1.23-1.26 13sys/arch/x86/include/cacheinfo.h 1.23-1.26
14sys/arch/x86/include/cpu.h 1.70 14sys/arch/x86/include/cpu.h 1.70
@@ -721,13 +721,19 @@ sys/dev/pci/pucdata.c 1.105 @@ -721,13 +721,19 @@ sys/dev/pci/pucdata.c 1.105
721 721
722sys/dev/usb/usb_subr.c 1.239 (patch) 722sys/dev/usb/usb_subr.c 1.239 (patch)
723sys/dev/usb/usbdi.c 1.186 (patch) 723sys/dev/usb/usbdi.c 1.186 (patch)
724sys/dev/usb/usbdi.h 1.97 (patch) 724sys/dev/usb/usbdi.h 1.97 (patch)
725 725
726 Work around memory corruption problem triggered by axe(4). 726 Work around memory corruption problem triggered by axe(4).
727 [mrg, ticket #1713] 727 [mrg, ticket #1713]
728 728
729sys/kern/subr_cprng.c 1.33 729sys/kern/subr_cprng.c 1.33
730 730
731 Use cprng_strong, not cprng_fast, for sysctl kern.arnd. 731 Use cprng_strong, not cprng_fast, for sysctl kern.arnd.
732 [riastradh, ticket #1714] 732 [riastradh, ticket #1714]
733 733
 734share/man/man4/rnd.4 1.25 - 1.28
 735
 736 Update man page to reflect switch from CTR_DRBG to Hash_DRBG.
 737 Update NIST SP800-90A reference.
 738 [riastradh, ticket #1715]
 739