Module Name:    src
Committed By:   martin
Date:           Thu Dec 26 20:20:27 UTC 2019

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.0

Log Message:
Tickets #582 and #583


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.146 -r1.1.2.147 src/doc/CHANGES-9.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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.146 src/doc/CHANGES-9.0:1.1.2.147
--- src/doc/CHANGES-9.0:1.1.2.146	Tue Dec 24 17:47:14 2019
+++ src/doc/CHANGES-9.0	Thu Dec 26 20:20:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.146 2019/12/24 17:47:14 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.147 2019/12/26 20:20:27 martin Exp $
 
 A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
 until the 9.0 release:
@@ -7310,3 +7310,14 @@ sys/miscfs/nullfs/null_vfsops.c			1.96
 	Fix MPSAFE flag for the root vnode.
 	[hannken, ticket #581]
 
+bin/sh/eval.c					1.177
+
+	Use fork() rather than vfork() when forking to run a background
+	process with redirects.
+	[kre, ticket #582]
+
+sys/arch/x86/pci/if_vmx.c			1.53
+
+	Add missing splnet() for ether_ioctl().
+	[knakahara, ticket #583]
+

Reply via email to