Module Name: src
Committed By: martin
Date: Tue Jul 7 16:37:18 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #980 - #987
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-9.1
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.1
diff -u src/doc/CHANGES-9.1:1.1.2.71 src/doc/CHANGES-9.1:1.1.2.72
--- src/doc/CHANGES-9.1:1.1.2.71 Tue Jun 30 18:49:17 2020
+++ src/doc/CHANGES-9.1 Tue Jul 7 16:37:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.71 2020/06/30 18:49:17 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.72 2020/07/07 16:37:18 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -3122,3 +3122,74 @@ usr.bin/w/w.c 1.85,1.86
Fix domain stripping in host field output.
[kim, ticket #979]
+distrib/sets/lists/man/mi 1.1668
+share/man/man4/Makefile 1.693
+share/man/man4/aq.4 1.1-1.4
+sys/arch/amd64/conf/ALL 1.135
+sys/arch/amd64/conf/GENERIC 1.553
+sys/arch/amd64/conf/XEN3_DOM0 1.170
+sys/arch/evbarm/conf/GENERIC64 1.125
+sys/arch/i386/conf/ALL 1.479
+sys/arch/i386/conf/GENERIC 1.1218
+sys/dev/pci/files.pci 1.419,1.421
+sys/dev/pci/if_aq.c 1.1-1.5,1.8-1.17
+sys/dev/pci/pcidevs 1.1408,1.1411
+sys/net/ethertypes.h 1.19
+sys/dev/pci/pcidevs.h (regen)
+sys/dev/pci/pcidevs_data.h (regen)
+
+ aq(4): add Aquantia 10G network adapter driver.
+ [jmcneill, ticket #980]
+
+usr.bin/m4/extern.h 1.20
+usr.bin/m4/m4.1 1.28-1.30
+usr.bin/m4/main.c 1.49,1.50
+usr.bin/m4/trace.c 1.9
+
+ Fix --error-output to be more like GNU m4.
+ [uwe, ticket #981]
+
+usr.bin/w/w.c 1.87
+
+ w(1): Fix host field output.
+ [kim, ticket #982]
+
+sys/dev/pci/auixp.c 1.50
+
+ auixp(4): avoid a crash.
+ [isaki, ticket #983]
+
+sys/arch/sun3/conf/DISKLESS 1.77
+sys/arch/sun3/conf/DISKLESS3X 1.61
+sys/arch/sun3/conf/GENERIC 1.182
+sys/arch/sun3/conf/GENERIC3X 1.135
+sys/arch/sun3/conf/INSTALL 1.62
+sys/arch/sun3/conf/INSTALL3X 1.61
+sys/arch/sun3/conf/RAMDISK 1.56
+sys/arch/sun3/conf/RAMDISK3X 1.44
+
+ Use "-fno-unwind-tables" to shrink binaries more.
+ [tsutsui, ticket #984]
+
+sys/netinet/tcp_input.c 1.418
+
+ - always set both ip and ip6, otherwise a kernel assertion
+ can be triggered
+ - move alignment early so that we do less work
+ [christos, ticket #985]
+
+lib/libcurses/ins_wch.c 1.15
+lib/libcurses/ins_wstr.c 1.15
+lib/libcurses/insch.c 1.26
+lib/libcurses/insstr.c 1.8
+
+ PR 55460: mvwins*(WINDOW *win, ...) functions - call wins* on win,
+ not stdscr.
+ [uwe, ticket #986]
+
+lib/libcurses/get_wch.c 1.24
+lib/libcurses/getch.c 1.75
+
+ Pads are not to be automatically refreshed on input.
+ [uwe, ticket #987]
+