Module Name: src Committed By: martin Date: Tue Dec 25 11:26:48 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #1142, #1143 and #1145 To generate a diff of this commit: cvs rdiff -u -r1.1.2.79 -r1.1.2.80 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.79 src/doc/CHANGES-8.1:1.1.2.80 --- src/doc/CHANGES-8.1:1.1.2.79 Thu Dec 20 11:35:32 2018 +++ src/doc/CHANGES-8.1 Tue Dec 25 11:26:48 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.79 2018/12/20 11:35:32 martin Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.80 2018/12/25 11:26:48 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -2087,3 +2087,20 @@ sys/dev/pci/ixgbe/ix_txrx.c 1.51 Fix TX queue assignment in some cases. [knakahara, ticket #1141] +sys/uvm/uvm_swap.c 1.178 (patch, adapted) +sys/compat/netbsd32/netbsd32_netbsd.c (patch) + + Fix kernel info leak in swapctl(2). + [maxv, ticket #1142] + +sys/arch/mips/mips/fp.S 1.49 + + Fix fpu register saves in kernel emulated instructions. + [sevan, ticket #1143] + + +sys/external/bsd/drm2/nouveau/nouveau_pci.c 1.23 + + Do not attach too new "turing" based nouveau cards. + [maya, ticket #1145] +