Sun Nov 8 01:27:24 2015 UTC ()
Ticket 1023


(riz)
diff -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-7.0.1

cvs diff -r1.1.2.9 -r1.1.2.10 src/doc/Attic/CHANGES-7.0.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.0.1 2015/11/08 00:38:34 1.1.2.9
+++ src/doc/Attic/CHANGES-7.0.1 2015/11/08 01:27:24 1.1.2.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0.1,v 1.1.2.9 2015/11/08 00:38:34 riz Exp $ 1# $NetBSD: CHANGES-7.0.1,v 1.1.2.10 2015/11/08 01:27:24 riz Exp $
2 2
3A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1 3A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 7.0.0_PATCH. 9 Welcome to 7.0.0_PATCH.
10 [snj] 10 [snj]
11 11
12distrib/amd64/ramdisks/common/Makefile.ramdisk 1.11 12distrib/amd64/ramdisks/common/Makefile.ramdisk 1.11
13distrib/amd64/ramdisks/common/list.ramdisk 1.20 13distrib/amd64/ramdisks/common/list.ramdisk 1.20
14distrib/i386/ramdisks/common/Makefile.ramdisk 1.12 14distrib/i386/ramdisks/common/Makefile.ramdisk 1.12
@@ -117,13 +117,19 @@ sys/arch/x86/x86/bus_dma.c 1.72-1.74 @@ -117,13 +117,19 @@ sys/arch/x86/x86/bus_dma.c 1.72-1.74
117 117
118external/gpl3/binutils/dist/binutils/arsup.c 1.2 118external/gpl3/binutils/dist/binutils/arsup.c 1.2
119lib/libc/net/getnetnamadr.c 1.43-1.44 119lib/libc/net/getnetnamadr.c 1.43-1.44
120 120
121 Resolve hostnames with "_". PR#50367. 121 Resolve hostnames with "_". PR#50367.
122 [christos, ticket #1012] 122 [christos, ticket #1012]
123 123
124sys/arch/x86/x86/sys_machdep.c 1.29 124sys/arch/x86/x86/sys_machdep.c 1.29
125 125
126 Fix broken error handling leading to random crashes in  126 Fix broken error handling leading to random crashes in
127 threaded programs. 127 threaded programs.
128 [christos, ticket #1013] 128 [christos, ticket #1013]
129 129
 130sys/fs/tmpfs/tmpfs_subr.c 1.101
 131
 132 Fix crash when tmpfs fills up. PR#50381.
 133 Fixes PR kern/50381.
 134 [leot, ticket #1023]
 135