Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #680 - #686, #688 - #692



details:   https://anonhg.NetBSD.org/src/rev/deec85e7502e
branches:  netbsd-9
changeset: 744698:deec85e7502e
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 10 19:32:47 2020 +0000

description:
Tickets #680 - #686, #688 - #692

diffstat:

 doc/CHANGES-9.0 |  83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 82 insertions(+), 1 deletions(-)

diffs (94 lines):

diff -r c0e0dc578a1c -r deec85e7502e doc/CHANGES-9.0
--- a/doc/CHANGES-9.0   Mon Feb 10 19:30:00 2020 +0000
+++ b/doc/CHANGES-9.0   Mon Feb 10 19:32:47 2020 +0000
@@ -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 @@
 
        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]
+



Home | Main Index | Thread Index | Old Index