Module Name: src
Committed By: snj
Date: Mon Jan 1 19:11:07 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
465, 477
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-8.0
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.0
diff -u src/doc/CHANGES-8.0:1.1.2.96 src/doc/CHANGES-8.0:1.1.2.97
--- src/doc/CHANGES-8.0:1.1.2.96 Sat Dec 23 19:56:01 2017
+++ src/doc/CHANGES-8.0 Mon Jan 1 19:11:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.96 2017/12/23 19:56:01 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.97 2018/01/01 19:11:07 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -8671,3 +8671,17 @@ sys/dev/pad/pad.c 1.44
module is built-in to the kernel.
[pgoyette, ticket #450]
+sys/kern/kern_proc.c 1.209
+
+ Fix an easily triggerable kmem_alloc(0).
+ [maxv, ticket #465]
+
+sys/arch/amd64/amd64/machdep.c 1.280
+sys/arch/amd64/include/segments.h 1.34
+sys/arch/i386/i386/machdep.c 1.800
+sys/arch/i386/include/segments.h 1.64 via patch
+sys/arch/x86/x86/vm_machdep.c 1.30
+
+ Xen: Prevent userland from having access to the CPU ports.
+ [maxv, ticket #477]
+