Fri Aug 7 04:13:55 2015 UTC ()
922


(snj)
diff -r1.1.2.356 -r1.1.2.357 src/doc/CHANGES-7.0

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

--- src/doc/Attic/CHANGES-7.0 2015/08/06 22:03:14 1.1.2.356
+++ src/doc/Attic/CHANGES-7.0 2015/08/07 04:13:55 1.1.2.357
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0,v 1.1.2.356 2015/08/06 22:03:14 snj Exp $ 1# $NetBSD: CHANGES-7.0,v 1.1.2.357 2015/08/07 04:13:55 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
@@ -33823,13 +33823,29 @@ lib/libperfuse/perfuse.c 1.37 @@ -33823,13 +33823,29 @@ lib/libperfuse/perfuse.c 1.37
33823 [christos, ticket #923] 33823 [christos, ticket #923]
33824 33824
33825sys/ufs/lfs/lfs_vnops.c patch 33825sys/ufs/lfs/lfs_vnops.c patch
33826 33826
33827 Comment out some KASSERTs. 33827 Comment out some KASSERTs.
33828 [dholland, ticket #935] 33828 [dholland, ticket #935]
33829 33829
33830usr.sbin/mountd/mountd.c 1.127 33830usr.sbin/mountd/mountd.c 1.127
33831 33831
33832 Move call to pidfile() after daemon() so that correct 33832 Move call to pidfile() after daemon() so that correct
33833 (child) pid is written to pidfile. PR bin/50125. 33833 (child) pid is written to pidfile. PR bin/50125.
33834 [jnemeth, ticket #936] 33834 [jnemeth, ticket #936]
33835 33835
 33836external/bsd/blacklist/bin/blacklistctl.c 1.18
 33837external/bsd/blacklist/bin/blacklistd.c 1.33
 33838external/bsd/blacklist/bin/conf.c 1.21-1.23
 33839external/bsd/blacklist/bin/run.c 1.13
 33840external/bsd/blacklist/bin/state.c 1.16, 1.17
 33841external/bsd/blacklist/bin/support.c 1.7
 33842external/bsd/blacklist/bin/support.h 1.6
 33843external/bsd/blacklist/etc/blacklistd.conf 1.5, 1.6
 33844external/bsd/blacklist/libexec/blacklistd-helper 1.5
 33845
 33846 blacklistd(8):
 33847 - make proto and port optional
 33848 - various cleanup
 33849 - minor bugfixes
 33850 [christos, ticket #922]
 33851