Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Note Ticket #35
details: https://anonhg.NetBSD.org/src/rev/281221a55883
branches: netbsd-7
changeset: 798269:281221a55883
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 20 13:46:17 2014 +0000
description:
Note Ticket #35
diffstat:
doc/CHANGES-7.0 | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r c44f22954e1e -r 281221a55883 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Mon Aug 18 13:26:54 2014 +0000
+++ b/doc/CHANGES-7.0 Wed Aug 20 13:46:17 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.14 2014/08/18 12:42:27 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.15 2014/08/20 13:46:17 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -274,3 +274,19 @@
Don't print ccd_size with %zu; it no longer has type size_t.
Instead, cast to uintmax_t and print with %ju.
[sborrill, ticket #38]
+
+sys/rump/librump/rumpkern/hyperentropy.c 1.4
+sys/rump/librump/rumpkern/hyperentropy.c 1.5
+sys/rump/librump/rumpkern/hyperentropy.c 1.6
+sys/rump/librump/rumpkern/hyperentropy.c 1.7
+
+ Call rnd_add_data asynchronously for the rump hyperentropy callback.
+
+ Avoids recursion rnd_getmore -> rnd_add_data -> rnd_getmore, which is
+ silly but I don't have time to fix it properly right now.
+
+ add sys/atomic.h and order headers correctly
+ Fix header ordering
+ <sys/param.h> comes first, per /usr/share/misc/style.
+ [riastradh, ticket #35]
+
Home |
Main Index |
Thread Index |
Old Index