Tue Jul 7 16:37:18 2020 UTC ()
Tickets #980 - #987


(martin)
diff -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-9.1

cvs diff -r1.1.2.71 -r1.1.2.72 src/doc/Attic/CHANGES-9.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.1 2020/06/30 18:49:17 1.1.2.71
+++ src/doc/Attic/CHANGES-9.1 2020/07/07 16:37:18 1.1.2.72
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.71 2020/06/30 18:49:17 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.72 2020/07/07 16:37:18 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
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 9.0_STABLE. 9 Welcome to 9.0_STABLE.
10 [martin] 10 [martin]
11 11
12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57 12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57
13 13
14 zfs_netbsd_setattr: ignore size changes on device nodes. 14 zfs_netbsd_setattr: ignore size changes on device nodes.
@@ -3112,13 +3112,84 @@ usr.bin/cal/cal.c 1.30 @@ -3112,13 +3112,84 @@ usr.bin/cal/cal.c 1.30
3112 [kim, ticket #977] 3112 [kim, ticket #977]
3113 3113
3114sys/dev/acpi/acpi_display.c 1.18 3114sys/dev/acpi/acpi_display.c 1.18
3115 3115
3116 If possible leave brightness as set by firmware to avoid 3116 If possible leave brightness as set by firmware to avoid
3117 a black screen at boot time. 3117 a black screen at boot time.
3118 [sborrill, ticket #978] 3118 [sborrill, ticket #978]
3119 3119
3120usr.bin/w/w.c 1.85,1.86 3120usr.bin/w/w.c 1.85,1.86
3121 3121
3122 Fix domain stripping in host field output. 3122 Fix domain stripping in host field output.
3123 [kim, ticket #979] 3123 [kim, ticket #979]
3124 3124
 3125distrib/sets/lists/man/mi 1.1668
 3126share/man/man4/Makefile 1.693
 3127share/man/man4/aq.4 1.1-1.4
 3128sys/arch/amd64/conf/ALL 1.135
 3129sys/arch/amd64/conf/GENERIC 1.553
 3130sys/arch/amd64/conf/XEN3_DOM0 1.170
 3131sys/arch/evbarm/conf/GENERIC64 1.125
 3132sys/arch/i386/conf/ALL 1.479
 3133sys/arch/i386/conf/GENERIC 1.1218
 3134sys/dev/pci/files.pci 1.419,1.421
 3135sys/dev/pci/if_aq.c 1.1-1.5,1.8-1.17
 3136sys/dev/pci/pcidevs 1.1408,1.1411
 3137sys/net/ethertypes.h 1.19
 3138sys/dev/pci/pcidevs.h (regen)
 3139sys/dev/pci/pcidevs_data.h (regen)
 3140
 3141 aq(4): add Aquantia 10G network adapter driver.
 3142 [jmcneill, ticket #980]
 3143
 3144usr.bin/m4/extern.h 1.20
 3145usr.bin/m4/m4.1 1.28-1.30
 3146usr.bin/m4/main.c 1.49,1.50
 3147usr.bin/m4/trace.c 1.9
 3148
 3149 Fix --error-output to be more like GNU m4.
 3150 [uwe, ticket #981]
 3151
 3152usr.bin/w/w.c 1.87
 3153
 3154 w(1): Fix host field output.
 3155 [kim, ticket #982]
 3156
 3157sys/dev/pci/auixp.c 1.50
 3158
 3159 auixp(4): avoid a crash.
 3160 [isaki, ticket #983]
 3161
 3162sys/arch/sun3/conf/DISKLESS 1.77
 3163sys/arch/sun3/conf/DISKLESS3X 1.61
 3164sys/arch/sun3/conf/GENERIC 1.182
 3165sys/arch/sun3/conf/GENERIC3X 1.135
 3166sys/arch/sun3/conf/INSTALL 1.62
 3167sys/arch/sun3/conf/INSTALL3X 1.61
 3168sys/arch/sun3/conf/RAMDISK 1.56
 3169sys/arch/sun3/conf/RAMDISK3X 1.44
 3170
 3171 Use "-fno-unwind-tables" to shrink binaries more.
 3172 [tsutsui, ticket #984]
 3173
 3174sys/netinet/tcp_input.c 1.418
 3175
 3176 - always set both ip and ip6, otherwise a kernel assertion
 3177 can be triggered
 3178 - move alignment early so that we do less work
 3179 [christos, ticket #985]
 3180
 3181lib/libcurses/ins_wch.c 1.15
 3182lib/libcurses/ins_wstr.c 1.15
 3183lib/libcurses/insch.c 1.26
 3184lib/libcurses/insstr.c 1.8
 3185
 3186 PR 55460: mvwins*(WINDOW *win, ...) functions - call wins* on win,
 3187 not stdscr.
 3188 [uwe, ticket #986]
 3189
 3190lib/libcurses/get_wch.c 1.24
 3191lib/libcurses/getch.c 1.75
 3192
 3193 Pads are not to be automatically refreshed on input.
 3194 [uwe, ticket #987]
 3195