Module Name:    src
Committed By:   bouyer
Date:           Mon Apr  9 12:54:34 UTC 2018

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.0

Log Message:
tickets 708, 710


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.167 -r1.1.2.168 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.167 src/doc/CHANGES-8.0:1.1.2.168
--- src/doc/CHANGES-8.0:1.1.2.167	Mon Apr  9 04:04:41 2018
+++ src/doc/CHANGES-8.0	Mon Apr  9 12:54:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.167 2018/04/09 04:04:41 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.168 2018/04/09 12:54:34 bouyer Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -10989,3 +10989,26 @@ sys/arch/amd64/amd64/trap.c			1.113
 	page - and perhaps this can be used to defeat userland ASLR.
 	[maxv, ticket #705]
 
+sys/arch/amd64/conf/ALL				1.81
+sys/conf/files					1.1194
+sys/dev/ic/ciss.c				1.38
+sys/dev/ic/cissvar.h				1.7
+sys/dev/pci/ciss_pci.c				1.14
+
+	Add a new option CISS_NO_INTERRUPT_HACK for driving ciss(4) by
+	callouts.  This is intended as workaround for certain Xen issues
+	with dom0 kernels and will likely want to have a high HZ value as
+	well for decent performance.
+	[spz, ticket #708]
+
+sbin/gpt/gpt.8					1.58
+sbin/gpt/gpt.h					1.37
+sbin/gpt/main.c					1.11
+sbin/gpt/set.c					1.14
+sbin/gpt/type.c					1.14
+sbin/gpt/unset.c				1.14
+
+	Check device parameter to avoid segfaults.
+	Augment synopsis for -l option.
+	[mlelstv, ticket #710]
+

Reply via email to