Sun Dec 8 10:31:02 2019 UTC ()
Ticket #1469


(martin)
diff -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-8.2

cvs diff -r1.1.2.76 -r1.1.2.77 src/doc/Attic/CHANGES-8.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.2 2019/12/07 08:47:39 1.1.2.76
+++ src/doc/Attic/CHANGES-8.2 2019/12/08 10:31:02 1.1.2.77
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.2,v 1.1.2.76 2019/12/07 08:47:39 martin Exp $ 1# $NetBSD: CHANGES-8.2,v 1.1.2.77 2019/12/08 10:31:02 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 3A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.1_STABLE. 9 Welcome to 8.1_STABLE.
10 [snj] 10 [snj]
11 11
12sys/arch/x86/x86/spectre.c 1.29 12sys/arch/x86/x86/spectre.c 1.29
13 13
14 Fix boot on old CPUs. 14 Fix boot on old CPUs.
@@ -1765,13 +1765,18 @@ sys/arch/x86/x86/hyperv.c 1.5 @@ -1765,13 +1765,18 @@ sys/arch/x86/x86/hyperv.c 1.5
1765 1765
1766share/man/man4/rnd.4 1.25 - 1.28 1766share/man/man4/rnd.4 1.25 - 1.28
1767 1767
1768 Update man page to reflect switch from CTR_DRBG to Hash_DRBG. 1768 Update man page to reflect switch from CTR_DRBG to Hash_DRBG.
1769 Update NIST SP800-90A reference. 1769 Update NIST SP800-90A reference.
1770 [riastradh, ticket #1467] 1770 [riastradh, ticket #1467]
1771 1771
1772sys/external/bsd/dwc2/dwc2.c 1.60 - 1.66 1772sys/external/bsd/dwc2/dwc2.c 1.60 - 1.66
1773 Make dwc2debug sysctl'able 1773 Make dwc2debug sysctl'able
1774 Calulate the right lenght for isoc transfer and the usb_syncmem 1774 Calulate the right lenght for isoc transfer and the usb_syncmem
1775 PR/54696: Kernel panic in bus_dma.c on Raspberry Pi 3B/3B+ 1775 PR/54696: Kernel panic in bus_dma.c on Raspberry Pi 3B/3B+
1776 [skrll, ticket #1468] 1776 [skrll, ticket #1468]
1777 1777
 1778sys/dev/cons.c 1.76,1.77
 1779
 1780 Fix reference count leak in cons(4).
 1781 [riastradh, ticket #1469]
 1782