Module Name: src
Committed By: snj
Date: Wed Nov 12 18:55:08 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
216
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.90 -r1.1.2.91 src/doc/CHANGES-7.0
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.0
diff -u src/doc/CHANGES-7.0:1.1.2.90 src/doc/CHANGES-7.0:1.1.2.91
--- src/doc/CHANGES-7.0:1.1.2.90 Wed Nov 12 14:22:20 2014
+++ src/doc/CHANGES-7.0 Wed Nov 12 18:55:07 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.90 2014/11/12 14:22:20 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.91 2014/11/12 18:55:07 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -2369,3 +2369,20 @@ usr.bin/vmstat/vmstat.c 1.204
Print the cpu in the kernhist record.
[skrll, ticket #221]
+share/man/man9/todr.9 1.17
+sys/arch/sh3/dev/rtc.c 1.9
+sys/dev/clock_subr.c 1.17-1.22
+sys/dev/clock_subr.h 1.22
+sys/fs/msdosfs/msdosfs_conv.c 1.10
+tools/compat/compat_defs.h 1.98
+tools/compat/dev/clock_subr.h 1.1-1.2
+usr.sbin/makefs/msdos/Makefile.inc 1.6
+
+ Adapt subr_clock.c to 64 bit time_t and make its leap year
+ calculations faster for years in the distant future. Also
+ make it usable from userland (even in tools).
+
+ Make msdos and udf file system code (and corresponding makefs)
+ use subr_clock.c support functions.
+ [martin, ticket #216]
+