Thu Dec 5 17:00:36 2019 UTC ()
tickets 1462-1468


(bouyer)
diff -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-8.2

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

--- src/doc/Attic/CHANGES-8.2 2019/11/26 09:00:55 1.1.2.74
+++ src/doc/Attic/CHANGES-8.2 2019/12/05 17:00:36 1.1.2.75
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.2,v 1.1.2.74 2019/11/26 09:00:55 martin Exp $ 1# $NetBSD: CHANGES-8.2,v 1.1.2.75 2019/12/05 17:00:36 bouyer 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.
@@ -1713,13 +1713,65 @@ sys/kern/subr_cprng.c 1.33 @@ -1713,13 +1713,65 @@ sys/kern/subr_cprng.c 1.33
1713 [riastradh, ticket #1459] 1713 [riastradh, ticket #1459]
1714 1714
1715sys/dev/hyperv/if_hvn.c 1.11 1715sys/dev/hyperv/if_hvn.c 1.11
1716 1716
1717 hvn(4): Fix incorrect ident when waiting for NVS command response. 1717 hvn(4): Fix incorrect ident when waiting for NVS command response.
1718 [nonaka, ticket #1460] 1718 [nonaka, ticket #1460]
1719 1719
1720share/tmac/doc2html 1.68 1720share/tmac/doc2html 1.68
1721 1721
1722 PR toolchain/54715: Remove duplicate (incorrect) version of 1722 PR toolchain/54715: Remove duplicate (incorrect) version of
1723 the .Lk macro. 1723 the .Lk macro.
1724 [kre, ticket #1461] 1724 [kre, ticket #1461]
1725 1725
 1726sys/dev/pci/if_bge.c 1.336, 1.340, 1.341
 1727
 1728 - Avoid undefined behavior in bge_setmulti().
 1729 - Avoid undefined behavior when setting the MAC address in
 1730 bge_init().
 1731 - Fix a bug that SK-9D41 can't detect fiber media.
 1732 - Use *_FLUSH() more. The main purpose is to wait following
 1733 delay() correctly.
 1734 - Add missing DELAY(80) after writing BGE_MI_MODE register.
 1735 [msaitoh, ticket #1462]
 1736
 1737sys/dev/pci/if_age.c 1.61, 1.63-1.64
 1738 - Fix direction of the loop in age_get_macaddr().
 1739 - Fix multicast handling. All Atheros controllers use big-endian form
 1740 when computing multicast hash.
 1741 - Fix a bug that IFF_ALLMULTI is almost always set.
 1742 [msaitoh, ticket #1463]
 1743
 1744sys/dev/pci/if_alc.c 1.44 via patch
 1745sys/dev/pci/if_ale.c 1.35-1.36 via patch
 1746sys/dev/pci/if_cas.c 1.36 via patch
 1747 - Fix a bug that IFF_ALLMULTI is almost always set.
 1748 - Whitespace fixes.
 1749 [msaitoh, ticket #1464]
 1750
 1751sys/arch/powerpc/oea/ofw_autoconf.c 1.24
 1752
 1753 Add a hack for qemu/macppc. OF_finddevice calls will crash depending on
 1754 the boot loader and kernel being used. This patch allows using
 1755 -prom-env qemu_boot_hack=y to disable the lookup.
 1756 [joerg, ticket #1465]
 1757
 1758sys/arch/x86/include/genfb_machdep.h 1.4
 1759sys/arch/x86/x86/genfb_machdep.c 1.15
 1760sys/arch/x86/x86/hyperv.c 1.5
 1761
 1762 Prevent panic when attaching genfb if using a serial console
 1763 with Hyper-V Gen.2.
 1764 [nonaka, ticket #1466]
 1765
 1766share/man/man4/rnd.4 1.25 - 1.28
 1767
 1768 Update man page to reflect switch from CTR_DRBG to Hash_DRBG.
 1769 Update NIST SP800-90A reference.
 1770 [riastradh, ticket #1467]
 1771
 1772sys/external/bsd/dwc2/dwc2.c 1.60 - 1.66
 1773 Make dwc2debug sysctl'able
 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+
 1776 [skrll, ticket #1468]
 1777