Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #582 and #583



details:   https://anonhg.NetBSD.org/src/rev/efe88fe1fb78
branches:  netbsd-9
changeset: 843716:efe88fe1fb78
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Dec 26 20:20:27 2019 +0000

description:
Tickets #582 and #583

diffstat:

 doc/CHANGES-9.0 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 8c7ed977bc06 -r efe88fe1fb78 doc/CHANGES-9.0
--- a/doc/CHANGES-9.0   Thu Dec 26 20:19:37 2019 +0000
+++ b/doc/CHANGES-9.0   Thu Dec 26 20:20:27 2019 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index