Sat Dec 7 08:47:39 2019 UTC ()
Amend ticket 1465


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

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

--- src/doc/Attic/CHANGES-8.2 2019/12/05 17:00:36 1.1.2.75
+++ src/doc/Attic/CHANGES-8.2 2019/12/07 08:47:39 1.1.2.76
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.2,v 1.1.2.75 2019/12/05 17:00:36 bouyer Exp $ 1# $NetBSD: CHANGES-8.2,v 1.1.2.76 2019/12/07 08:47:39 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.
@@ -1738,27 +1738,27 @@ sys/dev/pci/if_age.c  @@ -1738,27 +1738,27 @@ sys/dev/pci/if_age.c
1738 - Fix direction of the loop in age_get_macaddr(). 1738 - Fix direction of the loop in age_get_macaddr().
1739 - Fix multicast handling. All Atheros controllers use big-endian form 1739 - Fix multicast handling. All Atheros controllers use big-endian form
1740 when computing multicast hash. 1740 when computing multicast hash.
1741 - Fix a bug that IFF_ALLMULTI is almost always set. 1741 - Fix a bug that IFF_ALLMULTI is almost always set.
1742 [msaitoh, ticket #1463] 1742 [msaitoh, ticket #1463]
1743 1743
1744sys/dev/pci/if_alc.c 1.44 via patch 1744sys/dev/pci/if_alc.c 1.44 via patch
1745sys/dev/pci/if_ale.c 1.35-1.36 via patch 1745sys/dev/pci/if_ale.c 1.35-1.36 via patch
1746sys/dev/pci/if_cas.c 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. 1747 - Fix a bug that IFF_ALLMULTI is almost always set.
1748 - Whitespace fixes. 1748 - Whitespace fixes.
1749 [msaitoh, ticket #1464] 1749 [msaitoh, ticket #1464]
1750 1750
1751sys/arch/powerpc/oea/ofw_autoconf.c 1.24 1751sys/arch/powerpc/oea/ofw_autoconf.c 1.24 (adapted)
1752 1752
1753 Add a hack for qemu/macppc. OF_finddevice calls will crash depending on 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 1754 the boot loader and kernel being used. This patch allows using
1755 -prom-env qemu_boot_hack=y to disable the lookup. 1755 -prom-env qemu_boot_hack=y to disable the lookup.
1756 [joerg, ticket #1465] 1756 [joerg, ticket #1465]
1757 1757
1758sys/arch/x86/include/genfb_machdep.h 1.4 1758sys/arch/x86/include/genfb_machdep.h 1.4
1759sys/arch/x86/x86/genfb_machdep.c 1.15 1759sys/arch/x86/x86/genfb_machdep.c 1.15
1760sys/arch/x86/x86/hyperv.c 1.5 1760sys/arch/x86/x86/hyperv.c 1.5
1761 1761
1762 Prevent panic when attaching genfb if using a serial console 1762 Prevent panic when attaching genfb if using a serial console
1763 with Hyper-V Gen.2. 1763 with Hyper-V Gen.2.
1764 [nonaka, ticket #1466] 1764 [nonaka, ticket #1466]