Module Name: src Committed By: martin Date: Mon Feb 10 19:32:47 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #680 - #686, #688 - #692 To generate a diff of this commit: cvs rdiff -u -r1.1.2.173 -r1.1.2.174 src/doc/CHANGES-9.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.0 diff -u src/doc/CHANGES-9.0:1.1.2.173 src/doc/CHANGES-9.0:1.1.2.174 --- src/doc/CHANGES-9.0:1.1.2.173 Fri Jan 31 12:19:17 2020 +++ src/doc/CHANGES-9.0 Mon Feb 10 19:32:47 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.173 2020/01/31 12:19:17 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.174 2020/02/10 19:32:47 martin Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -8657,3 +8657,84 @@ sys/sys/param.h (edited manually) Welcome to 9.0_RC2 ! +sys/arch/arm/cortex/gicv3_its.c 1.25 + + Avoid crash if a driver tries to set affinity before a CPU is online. + [jmcneill, ticket #680] + +distrib/news68k/floppies/ramdisk/Makefile 1.38 +sys/arch/news68k/conf/INSTALL 1.66 + + Add and enable dhcpcd for news68k installation. + [tsutsui, ticket #681] + +distrib/sets/lists/comp/ad.m68k 1.63 +sys/arch/amiga/include/vmparam.h 1.48 +sys/arch/atari/include/vmparam.h 1.34 +sys/arch/cesfic/include/vmparam.h 1.19 +sys/arch/hp300/include/vmparam.h 1.41 +sys/arch/luna68k/include/vmparam.h 1.23 +sys/arch/m68k/include/Makefile 1.32 +sys/arch/m68k/include/vmparam.h 1.1 +sys/arch/mac68k/include/vmparam.h 1.46 +sys/arch/mvme68k/include/vmparam.h 1.38 +sys/arch/news68k/include/vmparam.h 1.23 +sys/arch/next68k/include/vmparam.h 1.27 +sys/arch/sun3/include/vmparam.h 1.38 +sys/arch/x68k/include/vmparam.h 1.40 + + Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for + jemalloc(3). + [tsutsui, ticket #682] + +sys/dev/usb/ehci.c 1.269 + + Do not call usb_syncmem() for zero-length packets. + [mrg, ticket #683] + +bin/sh/jobs.c 1.107 +bin/sh/main.c 1.83-1.85 + + Make sure SIGCHLD is unblocked as well as SIG_DFL. + [kre, ticket #684] + +sys/arch/i386/stand/efiboot/eficons.c 1.8 + + Fix a few bugs related to the framebuffer and the "gop" command. + [jmcneill, ticket #685] + +sys/arch/i386/stand/efiboot/efiboot.c 1.12 + + Do not clear the screen before exiting boot services as this + may cause an undesired display mode switch. + [jmcneill, ticket #686] + +lib/libnvmm/libnvmm.3 1.26 +share/man/man4/nvmm.4 1.5 +sys/dev/nvmm/x86/nvmm_x86_vmx.c 1.47 + + PR 54847: fix harmless type issue. + Reference nvmmctl(8). + [maxv, ticket #688] + +share/mk/sys.mk 1.143 + + Do not special case aarch64 and add -fomit-frame-pointer to builds. + [maya, ticket #689] + +usr.bin/mkubootimage/mkubootimage.c 1.30 + + Fix image header size calculation. + [ryo, ticket #690] + +sys/arch/arm/arm32/pmap.c 1.374-1.379,1.383,1.385-1.387 + + Fix pmap_grow() and various cleanup. + [skrll, ticket #691] + +external/bsd/libarchive/dist/libarchive/archive_write_disk_posix.c 1.5 + + When extracting symlinks atomically remove them like we do for + hard links. + [christos, ticket #692] +