Module Name: src Committed By: martin Date: Wed May 1 09:13:31 UTC 2019
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #1251 - #1253 To generate a diff of this commit: cvs rdiff -u -r1.1.2.137 -r1.1.2.138 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.137 src/doc/CHANGES-8.1:1.1.2.138 --- src/doc/CHANGES-8.1:1.1.2.137 Sun Apr 28 08:46:17 2019 +++ src/doc/CHANGES-8.1 Wed May 1 09:13:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.137 2019/04/28 08:46:17 martin Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.138 2019/05/01 09:13:31 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -3046,3 +3046,21 @@ external/bsd/dhcpcd/sbin/dhcpcd/Makefile Import dhcpcd-7.2.1. [roy, ticket #1250] +sys/dev/veriexec.config 1.1 (patch) + + Add a configuration file for enabling Veriexec in kernel config(5) + files. + [sevan, ticket #1251] + +distrib/amd64/ramdisks/ramdisk-cgdroot/list 1.2 +distrib/i386/ramdisks/ramdisk-cgdroot/list 1.2 + + Add a symlink to /altroot/stand to help the kernel find modules. + [alnsn, ticket #1252] + +sys/kern/sys_pipe.c 1.147,1.148 + + Clean up pipe structure before recycling it. + Handle half-closed pipes in FIONWRITE and FIONSPACE. + [mlelstv, ticket #1253] +