Module Name:    src
Committed By:   martin
Date:           Sat May  5 19:34:43 UTC 2018

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

Log Message:
Tickets #786 - #792, #795, #796, #799, #800


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.190 -r1.1.2.191 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.190 src/doc/CHANGES-8.0:1.1.2.191
--- src/doc/CHANGES-8.0:1.1.2.190	Fri May  4 16:26:29 2018
+++ src/doc/CHANGES-8.0	Sat May  5 19:34:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.190 2018/05/04 16:26:29 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.191 2018/05/05 19:34:43 martin Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -13162,3 +13162,91 @@ sbin/gpt/map.c					1.14
 	If a new map entry doesn't fit, be more verbose about the sizes.
 	[mrg, ticket #785]
 
+sys/arch/amd64/amd64/locore.S			1.164,1.165
+
+	Do not use movq for loading arbitrary 64bit immediates.
+	[maxv, ticket #786]
+
+sys/dev/usb/xhci.c				1.88-1.90
+sys/dev/usb/xhcireg.h				1.10
+
+	Add KASSERT() that sc_child* is set to NULL after child detach.
+	Trigger the softint processing on that child bus which is not detached
+	yet.
+	Enable code to only trigger usb processing when EINT is set, to
+	avoid misinterpreting shared interrupt for another device.
+	Fix clearing of bits in the USBSTS register.
+	[jdolecek, ticket #787]
+
+sys/net/rtsock.c				1.241
+
+	Fix a deadlock (rt_free vs. route_intr on rt_so_mtx).
+	[ozaki-r, ticket #788]
+
+sys/dev/isa/wbsio.c				1.24
+
+	Use spin mutex to fix a panic.
+	[yamaguchi, ticket #789]
+
+share/man/man9/secmodel_securelevel.9		1.16
+sys/arch/x86/x86/svs.c				1.18
+sys/secmodel/securelevel/secmodel_securelevel.c	1.31
+sys/secmodel/suser/secmodel_suser.c		1.44
+sys/sys/kauth.h					1.76
+
+	Disabling SVS is denied at securelevel 1 and above.
+	[alnsn, ticket #790]
+
+etc/namedb/bind.keys				1.2
+
+	Update the keys file to the latest version.
+	[nakayama, ticket #791]
+
+sys/kern/sys_ptrace_common.c			1.38
+
+	Harden the NetBSD PT_TRACE_ME operation.
+	[kamil, ticket #792]
+
+sys/net/npf/npf_nat.c				1.42
+
+	Fix bitwise vs. logical and typo.
+	[prlw1, ticket #795]
+
+tools/Makefile.host				1.32
+tools/Makefile.inc				1.14
+tools/binstall/Makefile				1.12
+tools/binutils/Makefile				1.27
+tools/compat/Makefile				1.82
+tools/ctfconvert/Makefile			1.7
+tools/ctfmerge/Makefile				1.8
+tools/cvslatest/Makefile			1.2
+tools/dbsym/Makefile				1.13
+tools/dtc/Makefile				1.3
+tools/gcc/Makefile				1.85
+tools/gdb/Makefile				1.35
+tools/genassym/Makefile				1.7
+tools/gettext/Makefile				1.7
+tools/libctf/Makefile				1.7
+tools/libdwarf/Makefile				1.8
+tools/libelf/Makefile				1.9
+tools/libfdt/Makefile				1.3
+tools/lorder/Makefile				1.13
+tools/makekeys/Makefile				1.2
+tools/mandoc/Makefile				1.11
+tools/mdsetimage/Makefile			1.15
+
+	Disable MKREPRO in tools; the host compiler might
+	not support the necessary options.
+	[christos, ticket #796]
+
+sys/netipsec/ipsec_output.c			1.67,1.75 (patch)
+
+	compute_ipsec_pos: strengthen checks to avoid overruns,
+	allow the function to fail (and drop the misformed packet).
+	[maxv, ticket #799]
+
+crypto/external/bsd/heimdal/dist/kdc/connect.c	1.3
+
+	Avoid busy-waiting on a dead child.
+	[spz, ticket #800]
+

Reply via email to