Re: svn commit: r301713 - head/sys/dev/random

2016-06-09 Thread Glen Barber
On Thu, Jun 09, 2016 at 06:25:34AM -0700, Simon J. Gerraty wrote: > Glen Barber wrote: > > > > > > -void read_rate_increment(u_int); > > > +void random_harvest_queue(const void *, u_int, u_int, > > > + enum random_entropy_source); > > > +void

Re: svn commit: r301713 - head/sys/dev/random

2016-06-09 Thread Simon J. Gerraty
Glen Barber wrote: > > > > -void read_rate_increment(u_int); > > +void random_harvest_queue(const void *, u_int, u_int, > > + enum random_entropy_source); > > +void read_rate_increment(u_int); > > > > #defineRANDOM_HARVESTQ_BOOT_ENTROPY_FILE

Re: svn commit: r301713 - head/sys/dev/random

2016-06-09 Thread Simon J. Gerraty
Glen Barber wrote: > This breaks sparc64. Ouch. I only tested on x86 before commit. I can back it out, while we work out what's up. > > cc1: warnings being treated as errors > In file included from > /usr/src/sys/modules/random_other/../../dev/random/other_algorithm.c:62: >

Re: svn commit: r301713 - head/sys/dev/random

2016-06-09 Thread Glen Barber
On Thu, Jun 09, 2016 at 01:50:43AM +, Simon J. Gerraty wrote: > Author: sjg > Date: Thu Jun 9 01:50:43 2016 > New Revision: 301713 > URL: https://svnweb.freebsd.org/changeset/base/301713 > > Log: > Add a prototype for random_harvest_queue to dev/random/random_harvestq.h > This fixes a

svn commit: r301713 - head/sys/dev/random

2016-06-08 Thread Simon J. Gerraty
Author: sjg Date: Thu Jun 9 01:50:43 2016 New Revision: 301713 URL: https://svnweb.freebsd.org/changeset/base/301713 Log: Add a prototype for random_harvest_queue to dev/random/random_harvestq.h This fixes a warning that occurs in a number of files that use the random_harvest_queue