Module Name:    src
Committed By:   martin
Date:           Fri Jul 17 15:29:13 UTC 2020

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Ticket #1576


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-8.3

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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.21 src/doc/CHANGES-8.3:1.1.2.22
--- src/doc/CHANGES-8.3:1.1.2.21	Wed Jul 15 15:55:49 2020
+++ src/doc/CHANGES-8.3	Fri Jul 17 15:29:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.21 2020/07/15 15:55:49 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.22 2020/07/17 15:29:12 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -291,3 +291,11 @@ sys/arch/i386/stand/boot/boot2.c		1.74
 	PR 55490: let the consdev command also set speed.
 	[kim, ticket #1575]
 
+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 #1576]
+

Reply via email to