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