Module Name: src
Committed By: martin
Date: Fri Jul 17 15:31:21 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #1018 amd #1019
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 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.80 src/doc/CHANGES-9.1:1.1.2.81
--- src/doc/CHANGES-9.1:1.1.2.80 Thu Jul 16 12:41:35 2020
+++ src/doc/CHANGES-9.1 Fri Jul 17 15:31:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.80 2020/07/16 12:41:35 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.81 2020/07/17 15:31:20 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -3468,3 +3468,17 @@ sys/dev/pci/piixpmreg.h 1.9-1.12
- Whitespace fix.
[msaitoh, ticket #1017]
+sys/compat/common/uipc_syscalls_40.c 1.23
+sys/compat/linux/common/linux_socket.c 1.150
+sys/compat/linux32/common/linux32_socket.c 1.31
+sys/net/if.c 1.479
+
+ ioctl(SIOCGIFCONF): do not accept negative buffer length values.
+ [msaitoh, ticket #1018]
+
+sys/dev/pci/radeonfb.c 1.107
+sys/dev/pci/radeonfbvar.h 1.21
+
+ Reduce stack usage in radeonfb_pickres() and radeonfb_set_cursor().
+ [macallan, ticket #1019]
+