summaryrefslogtreecommitdiff
path: root/sys/dev/random/nehemiah.c
AgeCommit message (Expand)Author
2025-08-19random: Make random_source definitions constMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-25nehemiah RNG: Switch to using FPU_KERN_NOCTXJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-04-12Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin
2021-10-23nehemiah: manually assemble xstore(-rng)Konstantin Belousov
2019-08-18random(4): Reorder configuration of random source modulesConrad Meyer
2018-02-23Remove unused error return from API that cannot failConrad Meyer
2016-04-16Fix rdrand_rng.ko and padlock_rng.ko dependencies, making modulesKonstantin Belousov
2016-02-17Add missing braces.Gleb Smirnoff
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
2013-10-12Merge from project branch. Uninteresting commits are trimmed.Mark Murray
2013-10-09staticize struct random_hardware_sourceDag-Erling Smørgrav
2013-10-08Fix some just-noticed problems:Mark Murray
2013-10-06Don't use the "real" assembler mnemonics; older compilers may notMark Murray
2013-10-06SNAPSHOT.Mark Murray
2013-10-04Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray
2013-08-09* Add random_adaptors.[ch] which is basically a store of random_adaptor's.David E. O'Brien
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-21Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov
2010-06-05Use the fpu_kern_enter() interface to properly separate usermode FPUKonstantin Belousov
2009-05-25There is rubbish hereMark Murray
2005-12-20Remove GIANT from device random.Paul Saab
2005-03-02netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch
2004-04-17Add a Davies-Meyer style hash to the output. This is still pureMark Murray
2004-04-09Reorganise the entropy device so that high-yield entropy sourcesMark Murray