summaryrefslogtreecommitdiff
path: root/sys/modules/random
AgeCommit message (Expand)Author
2015-06-30Huge cleanup of random(4) code.Mark Murray
2014-11-07Fix random.ko module.Konstantin Belousov
2014-10-30This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray
2014-03-16I clearly didn't test the modules... add sha256c.c to the variousJohn-Mark Gurney
2013-10-14Add needed files to the KLD random.ko.Mark Murray
2013-10-08Add YARROW_RNG and FORTUNA_RNG to sys/conf/options.Dag-Erling Smørgrav
2013-08-241) example (partially humorous random_adaptor, that I call "EXAMPLE")Mark Murray
2013-08-10The random_adapters.c is standard in the conf/files. Revert wrongKonstantin Belousov
2013-08-10Restore the ability to kldload random.ko, by linking in the newlyKonstantin Belousov
2013-07-31Back out r253779 & r253786.David E. O'Brien
2013-07-29Decouple yarrow from random(4) device.David E. O'Brien
2012-09-05Add support for new Intel on-CPU Bull Mountain random numberKonstantin Belousov
2012-01-09Enable hardware RNG for VIA Nano processors.Jung-uk Kim
2004-04-11Include nehemiah.c only on i386, as is done for the non-modulesMarcel Moolenaar
2004-04-09Reorganise the entropy device so that high-yield entropy sourcesMark Murray
2002-07-15Upgrade the random device to use a "real" hash instead of buildingMark Murray
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
2001-03-10The /dev/random driver used Rijndael, not Blowfish, now.Mark Murray
2001-01-15Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.Mark Murray
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-12-02Default the /dev/random loadable module to blocking-on-bootup,Mark Murray
2000-10-27As the blocking model has seems to be troublesome for many, disableMark Murray
2000-10-14After some complaints about the dir names, the random device isMark Murray
2000-09-10Large upgrade to the entropy device; mainly inspired by feedbackMark Murray
2000-07-07Add entropy gathering code. This will work whether the module isMark Murray
2000-06-26Better style(9) for the module build.Mark Murray
2000-06-25Build the entropy device (/dev/random) as a module. This may notMark Murray