Module Name: src Committed By: snj Date: Wed Mar 25 16:44:34 UTC 2015
Modified Files: src/doc [netbsd-7]: CHANGES Log Message: Apply patch (requested by ast in ticket #128): Mention primes(6) change. To generate a diff of this commit: cvs rdiff -u -r1.1967.2.10 -r1.1967.2.11 src/doc/CHANGES 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 diff -u src/doc/CHANGES:1.1967.2.10 src/doc/CHANGES:1.1967.2.11 --- src/doc/CHANGES:1.1967.2.10 Fri Jan 16 14:06:14 2015 +++ src/doc/CHANGES Wed Mar 25 16:44:34 2015 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1967.2.10 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1967.2.11 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -21,7 +21,7 @@ # # See htutils/changes/changes2html script for more details. # -LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.1967.2.10 $> +LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.1967.2.11 $> Changes from NetBSD 6.0 to NetBSD 7.0: @@ -513,6 +513,8 @@ Changes from NetBSD 6.0 to NetBSD 7.0: kernel: Add MODULAR infrastructure for Xen kernels. [jnemeth 20140810] hp300: Add arcofi(4) audio driver for the HP "Audio1" device found on HP9000/425e. Ported from OpenBSD. [tsutsui 20140824] + primes(6): Do not flag false positives for some integers >2^16. + From FreeBSD. [ast 20141002] rnd(9): Add explicit enable/disable hooks for callout-driven sources (be more power friendly). [tls 20141026] rnd(9): Make "skew" source polled so it runs only when there