Sun Dec 8 15:05:44 2019 UTC ()
Tickets #494, #495, #497 - #518


(martin)
diff -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-9.0

cvs diff -r1.1.2.130 -r1.1.2.131 src/doc/Attic/CHANGES-9.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.0 2019/12/05 10:29:13 1.1.2.130
+++ src/doc/Attic/CHANGES-9.0 2019/12/08 15:05:44 1.1.2.131
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.0,v 1.1.2.130 2019/12/05 10:29:13 martin Exp $ 1# $NetBSD: CHANGES-9.0,v 1.1.2.131 2019/12/08 15:05:44 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
4until the 9.0 release: 4until the 9.0 release:
5 5
6doc/CHANGES-9.0 patched by hand 6doc/CHANGES-9.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 9.0_BETA! 12 Welcome to 9.0_BETA!
13 13
14distrib/utils/libhack/multibyte.c 1.9 14distrib/utils/libhack/multibyte.c 1.9
@@ -6630,13 +6630,180 @@ distrib/notes/common/Makefile.inc 1.47 @@ -6630,13 +6630,180 @@ distrib/notes/common/Makefile.inc 1.47
6630 (9.0_RC1 tag moved) 6630 (9.0_RC1 tag moved)
6631 6631
6632distrib/notes/common/main (edited manually) 6632distrib/notes/common/main (edited manually)
6633 6633
6634 Add dedication to Matthias Drochner and Eric Schnoebelen. 6634 Add dedication to Matthias Drochner and Eric Schnoebelen.
6635 6635
6636doc/CHANGES (edited manually) 6636doc/CHANGES (edited manually)
6637 6637
6638 Add macppc powerpc 601 changes. 6638 Add macppc powerpc 601 changes.
6639 6639
6640distrib/cdrom/NetBSD-9.0.mk 1.1 6640distrib/cdrom/NetBSD-9.0.mk 1.1
6641 6641
6642 Add config cloned from -current (for macppc ppc 601 support) 6642 Add config cloned from -current (for macppc ppc 601 support)
 6643
 6644sys/arch/powerpc/oea/ofw_autoconf.c 1.24
 6645
 6646 Add a hack for qemu/macppc. OF_finddevice calls will crash
 6647 depending on the boot loader and kernel being used.
 6648 This patch allows using -prom-env qemu_boot_hack=y to disable
 6649 the lookup.
 6650 [joerg, ticket #494]
 6651
 6652distrib/notes/sparc/contents 1.26
 6653
 6654 Fix KRUPS kernel name.
 6655 [uwe, ticket #495]
 6656
 6657sys/arch/arm/ti/am3_prcm.c 1.11
 6658sys/arch/arm/ti/ti_sdhc.c 1.4,1.5
 6659
 6660 Fix mmc and timer indexes.
 6661 Fix inverted ti,needs-special-hs-handling property logic and
 6662 enable EDMA support.
 6663 Support 1-bit mode and force all xfers to bounce
 6664 to workaround a transfer error issue for now.
 6665 [jmcneill, ticket #497]
 6666
 6667sys/arch/arm/rockchip/rk3399_pcie.c 1.7
 6668
 6669 Do not crash if the optional vpcie3v3-supply property is missing
 6670 or the regulator can not be found.
 6671 [jmcneill, ticket #498]
 6672
 6673sys/arch/arm/ti/am3_prcm.c 1.12
 6674sys/arch/arm/ti/files.ti 1.21
 6675sys/arch/arm/ti/ti_wdt.c 1.1
 6676sys/arch/evbarm/conf/GENERIC 1.68
 6677
 6678 Add TI OMAP watchdog timer driver.
 6679 [jmcneill, ticket #499]
 6680
 6681usr.bin/calendar/calendars/calendar.birthday 1.30-1.35
 6682usr.bin/calendar/calendars/calendar.computer 1.8,1.9
 6683usr.bin/calendar/calendars/calendar.music 1.20
 6684usr.bin/calendar/calendars/calendar.netbsd 1.41-1.43
 6685usr.bin/calendar/calendars/calendar.usholiday 1.9
 6686
 6687 Various calendar updates.
 6688 [sevan, ticket #500]
 6689
 6690games/fortune/datfiles/fortunes 1.83-1.86
 6691games/fortune/datfiles/netbsd 1.29
 6692
 6693 Various additions.
 6694 [sevan, ticket #501]
 6695
 6696sys/arch/x86/include/genfb_machdep.h 1.4
 6697sys/arch/x86/x86/genfb_machdep.c 1.15
 6698sys/arch/x86/x86/hyperv.c 1.5
 6699
 6700 Prevent panic when attaching genfb if using a serial console
 6701 with Hyper-V Gen.2.
 6702 [nonaka, ticket #502]
 6703
 6704sys/stand/efiboot/Makefile.efiboot 1.9
 6705sys/stand/efiboot/efiacpi.c 1.5
 6706sys/stand/efiboot/smbios.c 1.1
 6707sys/stand/efiboot/smbios.h 1.1
 6708sys/stand/efiboot/version 1.13
 6709
 6710 Use SMBIOS system vendor and product strings to create a "model"
 6711 string for the root node in the fabricated ACPI device tree.
 6712 [jmcneill, ticket #503]
 6713
 6714share/man/man4/rnd.4 1.25-1.28
 6715
 6716 Update man page to reflect switch from CTR_DRBG to Hash_DRBG.
 6717 Update NIST SP800-90A reference. Various small fixes.
 6718 [riastradh, ticket #504]
 6719
 6720common/lib/libc/hash/murmurhash/murmurhash.c 1.7
 6721common/lib/libc/hash/murmurhash/murmurhash.c 1.8
 6722sys/arch/amd64/include/param.h 1.31
 6723sys/arch/i386/include/param.h 1.85
 6724sys/sys/param.h 1.610
 6725
 6726 New macro ALIGNED_POINTER_LOAD.
 6727 Fix byte order bug in murmurhash and pacify sanitizers.
 6728 [riastradh, ticket #505]
 6729
 6730lib/libc/gdtoa/Makefile.inc 1.11
 6731lib/libc/gdtoa/gdtoa_fltrnds.h 1.2
 6732lib/libc/gdtoa/gdtoaimp.h 1.15,1.17
 6733
 6734 Honour the floating-point rounding mode in floating-point formatting.
 6735 [riastradh, ticket #506]
 6736
 6737lib/libm/arch/aarch64/fenv.c 1.5,1.6
 6738
 6739 Fix fesetenv, feupdateenv, and feraiseexcept.
 6740 [riastradh, ticket #507]
 6741
 6742distrib/sets/lists/comp/mi 1.2294
 6743share/man/man9/Makefile 1.443
 6744share/man/man9/atomic_loadstore.9 1.1,1.2
 6745sys/sys/atomic.h 1.18
 6746
 6747 New atomic load/store operations for the kernel, intended
 6748 to match C11 semantics.
 6749 [riastradh, ticket #508]
 6750
 6751sys/arch/arm/imx/if_enet.c 1.29
 6752
 6753 Set the multicast filter properly.
 6754 [ryo, ticket #509]
 6755
 6756sys/arch/arm/arm32/fault.c 1.109
 6757
 6758 PR/54720: if a Thumb-32 bit instruction is located on a page boundariy,
 6759 also need to consider the pc + 2 address.
 6760 [ryo, ticket #510]
 6761
 6762distrib/utils/embedded/conf/evbarm.conf 1.34
 6763
 6764 Remove the pretty much useless 128MB swap partition from the arm
 6765 images.
 6766 [jmcneill, ticket #511]
 6767
 6768share/mk/bsd.kmodule.mk 1.63
 6769
 6770 Build aarch64 modules without fp or simd instructions.
 6771 [jmcneill, ticket #512]
 6772
 6773sys/arch/aarch64/aarch64/kobj_machdep.c 1.3
 6774
 6775 Flush insn / data caches after loading modules.
 6776 [jmcneill, ticket #513]
 6777
 6778external/cddl/osnet/dist/uts/common/fs/zfs/vdev_disk.c 1.13
 6779
 6780 zfs: avoid crash when creating a zpool on ld(4).
 6781 [jmcneill, ticket #514]
 6782
 6783external/cddl/osnet/dist/uts/common/fs/zfs/arc.c 1.15
 6784external/cddl/osnet/dist/uts/common/os/fm.c 1.2
 6785share/mk/bsd.own.mk 1.1167
 6786
 6787 Provide a default ptob() implementation.
 6788 Enable ZFS support on aarch64.
 6789 [jmcneill, ticket #515]
 6790
 6791etc/rc.d/zfs 1.2,1.3
 6792
 6793 Attempt to load the zfs module even if /etc/zfs/zpool.cache is absent.
 6794 Add missing rcvar=$name
 6795 [jmcneill, ticket #516]
 6796
 6797sys/arch/emips/ebus/ace_ebus.c 1.21
 6798sys/arch/emips/ebus/flash_ebus.c 1.21
 6799
 6800 Drop advertisement clause from my licenses.
 6801 [bouyer, ticket #517]
 6802
 6803xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri/dri_sw_winsys.c 1.2
 6804xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c 1.2
 6805xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/xm_buffer.c 1.2
 6806
 6807 CVE-2019-5068: use permission 0600 for shmget(2).
 6808 [maya, ticket #518]
 6809