Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc 133[12]



details:   https://anonhg.NetBSD.org/src/rev/649dd12475d3
branches:  netbsd-6
changeset: 777040:649dd12475d3
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Mar 08 10:07:25 2016 +0000

description:
133[12]

diffstat:

 doc/CHANGES-6.2 |  22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r ef574504b606 -r 649dd12475d3 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Tue Mar 08 10:05:43 2016 +0000
+++ b/doc/CHANGES-6.2   Tue Mar 08 10:07:25 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.239 2016/03/04 19:06:32 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.240 2016/03/08 10:07:25 snj Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -12753,7 +12753,25 @@
        possibly leading to arbitrary code execution in backend.
        [bouyer, ticket #1358]
 
-external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h      (patch)
+external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h patch
+
        Auto-adjust configuration to 32bit/64bit systems.
        [christos, ticket #1371]
 
+sbin/dump/dump.8                               1.67 via patch
+sbin/dump/main.c                               1.72
+sbin/dump/rcache.c                             1.25
+
+       Default the read block size (-k default value) to kern.maxphys
+       (usually 64k these days). This gives a noticable performance
+       boost on large filesystems.
+       [bouyer, ticket #1331]
+
+sbin/dump/main.c                               1.73
+sbin/dump/tape.c                               1.54
+
+       Consistently use iswap64() and 64bit intermediate variable, as
+       well as 64bit formats for c_tapea. Fixes tape useage report
+       for large filesystems.
+       [bouyer, ticket #1332]
+



Home | Main Index | Thread Index | Old Index