Module Name: src Committed By: martin Date: Mon Nov 12 09:44:17 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1089 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-8.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-8.1 diff -u src/doc/CHANGES-8.1:1.1.2.52 src/doc/CHANGES-8.1:1.1.2.53 --- src/doc/CHANGES-8.1:1.1.2.52 Mon Nov 12 08:57:23 2018 +++ src/doc/CHANGES-8.1 Mon Nov 12 09:44:17 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.52 2018/11/12 08:57:23 martin Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.53 2018/11/12 09:44:17 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -1661,3 +1661,10 @@ sys/kern/kern_proc.c 1.219 (patch) Fix buffer overflow, which can lead to severe information leak. [maxv, ticket #1088] +external/bsd/nsd/include/config.h 1.5 +sys/kern/uipc_socket.c 1.267 +sys/kern/uipc_syscalls.c 1.198,1.199 + + Fix sendmmsg() and recvmmsg() and re-enable them for NSD. + [hannken, ticket #1089] +