Fri Jul 17 15:31:21 2020 UTC ()
Tickets #1018 amd #1019


(martin)
diff -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-9.1

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

--- src/doc/Attic/CHANGES-9.1 2020/07/16 12:41:35 1.1.2.80
+++ src/doc/Attic/CHANGES-9.1 2020/07/17 15:31:20 1.1.2.81
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.80 2020/07/16 12:41:35 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.81 2020/07/17 15:31:20 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.
@@ -3458,13 +3458,27 @@ sys/dev/pci/piixpmreg.h 1.9-1.12 @@ -3458,13 +3458,27 @@ sys/dev/pci/piixpmreg.h 1.9-1.12
3458 - Read SB800_SMB_HOSTC correctly. This register is not in the PCI 3458 - Read SB800_SMB_HOSTC correctly. This register is not in the PCI
3459 config space but in the I/O space. 3459 config space but in the I/O space.
3460 - The bit 0 of SB800_SMB_HOSTC is 0 on SMI or 1 on IRQ, so invert the 3460 - The bit 0 of SB800_SMB_HOSTC is 0 on SMI or 1 on IRQ, so invert the
3461 check. 3461 check.
3462 - Don't force using SMBUS0SEL register. 3462 - Don't force using SMBUS0SEL register.
3463 - Acquire/release host semaphore to share SMBus between the host and 3463 - Acquire/release host semaphore to share SMBus between the host and
3464 the embedded controller (IMC). Without this change, "shutdown -r" 3464 the embedded controller (IMC). Without this change, "shutdown -r"
3465 does power off and not boot on some machines. 3465 does power off and not boot on some machines.
3466 - Save/restore port number before selecting port. 3466 - Save/restore port number before selecting port.
3467 - Modify comment. 3467 - Modify comment.
3468 - Whitespace fix. 3468 - Whitespace fix.
3469 [msaitoh, ticket #1017] 3469 [msaitoh, ticket #1017]
3470 3470
 3471sys/compat/common/uipc_syscalls_40.c 1.23
 3472sys/compat/linux/common/linux_socket.c 1.150
 3473sys/compat/linux32/common/linux32_socket.c 1.31
 3474sys/net/if.c 1.479
 3475
 3476 ioctl(SIOCGIFCONF): do not accept negative buffer length values.
 3477 [msaitoh, ticket #1018]
 3478
 3479sys/dev/pci/radeonfb.c 1.107
 3480sys/dev/pci/radeonfbvar.h 1.21
 3481
 3482 Reduce stack usage in radeonfb_pickres() and radeonfb_set_cursor().
 3483 [macallan, ticket #1019]
 3484