NetBSD-Bugs archive

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

PR/51135 CVS commit: src/sys/rump/dev/lib/librnd



The following reply was made to PR kern/51135; it has been noted by GNATS.

From: "Antti Kantee" <pooka%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51135 CVS commit: src/sys/rump/dev/lib/librnd
Date: Mon, 16 May 2016 16:31:07 +0000

 Module Name:	src
 Committed By:	pooka
 Date:		Mon May 16 16:31:07 UTC 2016
 
 Modified Files:
 	src/sys/rump/dev/lib/librnd: rnd_component.c
 
 Log Message:
 Add workaround for PR kern/51135
 
 If the rnd component is present, load extra initial entropy to avoid
 /dev/random not being able to request it on demand.  The extra initial
 entropy will allow a few instances of /dev/random, but will eventually
 go into the failure mode described in the PR.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/librnd/rnd_component.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index