Thu Jan 29 15:15:40 2015 UTC ()
Ticket #470


(martin)
diff -r1.1.2.187 -r1.1.2.188 src/doc/CHANGES-7.0

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

--- src/doc/Attic/CHANGES-7.0 2015/01/28 19:53:10 1.1.2.187
+++ src/doc/Attic/CHANGES-7.0 2015/01/29 15:15:40 1.1.2.188
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0,v 1.1.2.187 2015/01/28 19:53:10 snj Exp $ 1# $NetBSD: CHANGES-7.0,v 1.1.2.188 2015/01/29 15:15:40 martin 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
@@ -15234,13 +15234,23 @@ sys/dev/pci/pcidevs_data.h regen @@ -15234,13 +15234,23 @@ sys/dev/pci/pcidevs_data.h regen
15234 15234
15235 Add support for Intel Centrino Wireless-N 100/105/130/135/2200/2230. 15235 Add support for Intel Centrino Wireless-N 100/105/130/135/2200/2230.
15236 [nonaka, ticket #467] 15236 [nonaka, ticket #467]
15237 15237
15238sys/dev/vnd.c 1.240-1.241 15238sys/dev/vnd.c 1.240-1.241
15239 15239
15240 Don't bump v_numoutput if we need to vn_lock() the vnode before 15240 Don't bump v_numoutput if we need to vn_lock() the vnode before
15241 queuing the corresponding I/O, because this may deadlock with 15241 queuing the corresponding I/O, because this may deadlock with
15242 genfs_do_putpages() when called with the vnode locked. 15242 genfs_do_putpages() when called with the vnode locked.
15243 Instead bump is just before the last VOP_STRATEGY(), or before calling 15243 Instead bump is just before the last VOP_STRATEGY(), or before calling
15244 nestiobuf_done(). 15244 nestiobuf_done().
15245 [bouyer, ticket #468] 15245 [bouyer, ticket #468]
15246 15246
 15247distrib/utils/embedded/conf/evbarm.conf 1.20
 15248distrib/utils/embedded/conf/x86.conf 1.7
 15249distrib/utils/embedded/mkimage 1.52
 15250
 15251 Fix previous so that the new generated rc.conf is picked up and that
 15252 any new new mount points (e.g. /proc and /kern) are generated.
 15253 While here increate the fs size so that postfix can actually build
 15254 /etc/mail/aliases.db
 15255 [skrll, ticket #470]
 15256