Module Name: src
Committed By: riz
Date: Fri Nov 6 20:29:04 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Tickets 989-991.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-7.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.18 src/doc/CHANGES-7.1:1.1.2.19
--- src/doc/CHANGES-7.1:1.1.2.18 Fri Nov 6 09:23:48 2015
+++ src/doc/CHANGES-7.1 Fri Nov 6 20:29:03 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.18 2015/11/06 09:23:48 martin Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.19 2015/11/06 20:29:03 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -711,3 +711,22 @@ usr.bin/calendar/calendars/calendar.usho
Add some dates to various calendars.
[jnemeth, ticket #988]
+sys/arch/amiga/include/vmparam.h 1.46
+
+ Reduce amiga MAXDSIZ from 416MB back to 224MB, to fix ticket #986.
+ [phx, ticket #989]
+
+sbin/dump/dump.8 1.67
+sbin/dump/main.c 1.72
+sbin/dump/rcache.c 1.25
+
+ Default the read block size for dump to kern.maxphys. This
+ gives a noticable performance boost on large filesystems.
+ [bouyer, ticket #990]
+
+sbin/dump/main.c 1.73
+sbin/dump/tape.c 1.54
+
+ Fix tape usage report for large filesystems.
+ [bouyer, ticket #991]
+