Sun Dec 8 10:26:08 2019 UTC ()
Ticket #1717


(martin)
diff -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-7.3

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

--- src/doc/Attic/CHANGES-7.3 2019/12/05 16:30:45 1.1.2.71
+++ src/doc/Attic/CHANGES-7.3 2019/12/08 10:26:08 1.1.2.72
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.71 2019/12/05 16:30:45 bouyer Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.72 2019/12/08 10:26:08 martin 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
@@ -734,13 +734,18 @@ sys/kern/subr_cprng.c 1.33 @@ -734,13 +734,18 @@ sys/kern/subr_cprng.c 1.33
734share/man/man4/rnd.4 1.25 - 1.28 734share/man/man4/rnd.4 1.25 - 1.28
735 735
736 Update man page to reflect switch from CTR_DRBG to Hash_DRBG. 736 Update man page to reflect switch from CTR_DRBG to Hash_DRBG.
737 Update NIST SP800-90A reference. 737 Update NIST SP800-90A reference.
738 [riastradh, ticket #1715] 738 [riastradh, ticket #1715]
739 739
740sys/external/bsd/dwc2/dwc2.c 1.60 - 1.66 740sys/external/bsd/dwc2/dwc2.c 1.60 - 1.66
741 741
742 Make dwc2debug sysctl'able 742 Make dwc2debug sysctl'able
743 Calulate the right lenght for isoc transfer and the usb_syncmem 743 Calulate the right lenght for isoc transfer and the usb_syncmem
744 PR/54696: Kernel panic in bus_dma.c on Raspberry Pi 3B/3B+ 744 PR/54696: Kernel panic in bus_dma.c on Raspberry Pi 3B/3B+
745 [skrll, ticket #1716] 745 [skrll, ticket #1716]
746 746
 747sys/dev/cons.c 1.76,1.77
 748
 749 Fix reference count leak in cons(4).
 750 [riastradh, ticket #1717]
 751