Module Name: src Committed By: martin Date: Mon Dec 10 17:17:08 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1133 To generate a diff of this commit: cvs rdiff -u -r1.1.2.73 -r1.1.2.74 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.73 src/doc/CHANGES-8.1:1.1.2.74 --- src/doc/CHANGES-8.1:1.1.2.73 Mon Dec 10 08:52:20 2018 +++ src/doc/CHANGES-8.1 Mon Dec 10 17:17:08 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.73 2018/12/10 08:52:20 bouyer Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.74 2018/12/10 17:17:08 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -2036,3 +2036,9 @@ sys/compat/linux/common/linux_socket.c Fix linux emulation of sendto(2). [tsutsui, ticket #1132] +sys/dev/vnd.c 1.270 + + Operation handle_with_strategy() also needs the + fstrans_start_lazy() / fstrans_done() bracket. + [hannken, ticket #1133] +