Module Name: src
Committed By: martin
Date: Sun Oct 5 10:22:50 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #128
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 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.44 src/doc/CHANGES-7.0:1.1.2.45
--- src/doc/CHANGES-7.0:1.1.2.44 Sat Oct 4 08:21:23 2014
+++ src/doc/CHANGES-7.0 Sun Oct 5 10:22:50 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.44 2014/10/04 08:21:23 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.45 2014/10/05 10:22:50 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1041,3 +1041,16 @@ sys/dev/sdmmc/sdhc.c 1.50
Fix divisor calculation for SDHC 3.0.
[skrll, ticket #127]
+games/factor/factor.6 1.13
+games/factor/factor.c 1.27
+games/primes/Makefile 1.8
+games/primes/pattern.c 1.7
+games/primes/pr_tbl.c 1.8
+games/primes/primes.6 1.4-1.5
+games/primes/primes.c 1.20-1.21
+games/primes/primes.h 1.6
+games/primes/spsp.c 1.1
+
+ Fix primes(6) and factor(6) for 64bit numbers upto
+ 3825123056546413050 (from FreeBSD).
+ [ast, ticket #128]