Tue Aug 4 21:33:07 2015 UTC ()
91[348]


(snj)
diff -r1.1.2.354 -r1.1.2.355 src/doc/CHANGES-7.0

cvs diff -r1.1.2.354 -r1.1.2.355 src/doc/Attic/CHANGES-7.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.0 2015/08/04 18:16:00 1.1.2.354
+++ src/doc/Attic/CHANGES-7.0 2015/08/04 21:33:07 1.1.2.355
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0,v 1.1.2.354 2015/08/04 18:16:00 snj Exp $ 1# $NetBSD: CHANGES-7.0,v 1.1.2.355 2015/08/04 21:33:07 snj Exp $
2 2
3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
4until the 7.0 release: 4until the 7.0 release:
5 5
6doc/CHANGES-7.0 patched by hand 6doc/CHANGES-7.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9gnu/usr.bin/groff/tmac/mdoc.local patched by hand 9gnu/usr.bin/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 7.0_BETA! 12 Welcome to 7.0_BETA!
13 13
14sys/dev/usb/xhci.c 1.24 14sys/dev/usb/xhci.c 1.24
@@ -33724,13 +33724,33 @@ sys/kern/kern_descrip.c 1.229 @@ -33724,13 +33724,33 @@ sys/kern/kern_descrip.c 1.229
33724 33724
33725 - mask fflags so we don't tack on whateve oflags were passed 33725 - mask fflags so we don't tack on whateve oflags were passed
33726 from userland 33726 from userland
33727 - honor O_CLOEXEC, so the children of daemons that use cloning 33727 - honor O_CLOEXEC, so the children of daemons that use cloning
33728 devices don't end up with the parents descriptors 33728 devices don't end up with the parents descriptors
33729 [christos, ticket #933] 33729 [christos, ticket #933]
33730 33730
33731sys/arch/xen/x86/cpu.c 1.100 33731sys/arch/xen/x86/cpu.c 1.100
33732 33732
33733 Fix an uninitalized lock panic when trying to start a Xen 33733 Fix an uninitalized lock panic when trying to start a Xen
33734 kernel with LOCKDEBUG and more than one vcpu. 33734 kernel with LOCKDEBUG and more than one vcpu.
33735 [prlw1, ticket #934] 33735 [prlw1, ticket #934]
33736 33736
 33737usr.bin/patch/common.h 1.21
 33738usr.bin/patch/inp.c 1.24
 33739usr.bin/patch/patch.1 1.18, 1.19
 33740
 33741 Use execve(2) instead of system to apply patches that require
 33742 rcs command execution instead system(3) to avoid malicious
 33743 filenames in patches causing bad things to happen. In the
 33744 process, lose SCCS support.
 33745 [christos, ticket #918]
 33746
 33747sys/dev/pci/if_ti.c 1.94, 1.95
 33748
 33749 Fix mbuf leaks in error branches.
 33750 [maxv, ticket #913]
 33751
 33752sys/dev/pci/if_et.c 1.9
 33753
 33754 Fix mbuf use-after-free.
 33755 [maxv, ticket #914]
 33756