Module Name: src
Committed By: martin
Date: Sun Nov 8 08:40:01 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1127
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-9.2
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.2
diff -u src/doc/CHANGES-9.2:1.1.2.8 src/doc/CHANGES-9.2:1.1.2.9
--- src/doc/CHANGES-9.2:1.1.2.8 Thu Nov 5 08:11:37 2020
+++ src/doc/CHANGES-9.2 Sun Nov 8 08:40:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.8 2020/11/05 08:11:37 sborrill Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.9 2020/11/08 08:40:01 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -1058,3 +1058,8 @@ usr.sbin/sysinst/util.c 1.49-1.52
work).
[martin, ticket #1121]
+sys/compat/linux/common/linux_socket.c 1.151
+
+ Fix compat with Linux programs that use longer namelen for sockets.
+ [kamil, ticket #1127]
+