summaryrefslogtreecommitdiff
path: root/sys/dev/random
AgeCommit message (Expand)Author
2009-05-25There is rubbish hereMark Murray
2008-11-24Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.Colin Percival
2007-11-29Correct a random value disclosure in random(4).Simon L. B. Nielsen
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-05-28Don't save SYSCTL_ADD_*() results in a local variable just to throw themRobert Watson
2007-05-27Rather than repeatedly setting and discarding local variable 'o' basedRobert Watson
2007-02-27Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-07-13Now even more style(9)ish.Michael Reifenberger
2006-07-13Use the already stored VIA RNG probe informationMichael Reifenberger
2006-07-12Use the already stored VIA RNG probe informationMichael Reifenberger
2006-04-17Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin
2005-12-20Remove GIANT from device random.Paul Saab
2005-05-30malloc.h relies on param.h for a definition of MAXCPU. I guess that there isScott Long
2005-03-29Revert to the more correct array size, and correct a KASSERT toMark Murray
2005-03-18Fix off-by-one (too little!) array size problem.Poul-Henning Kamp
2005-03-11stop including rijndael-api-fst.h from rijndael.h.Hajimu UMEMOTO
2005-03-02netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch
2005-02-06Check that we have at least a 586-class CPU before calling do_cpuid().Ian Dowse
2004-12-22Check O_NONBLOCK not IO_NDELAY.Poul-Henning Kamp
2004-11-05Don't change the priority to PUSER when sleeping, just keep the currentJohn Baldwin
2004-11-03(1) Move from O(n) list copies to O(1) list concatenation, which isRobert Watson
2004-10-18Annotate that get_cyclecount() can be expensive on some platforms,Robert Watson
2004-10-12Assert that the entropy source category provided by a caller submittingRobert Watson
2004-10-09Modify entropy harvesting locking strategy:Robert Watson
2004-08-11Perform a lockless read to test whether an entropy havesting fifo isRobert Watson
2004-08-02Add module versions.Mark Murray
2004-07-18Start the entropy device insecure/unblocked. I'll be handing overMark Murray
2004-07-15Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp
2004-07-01Trim a few things from the dmesg output and stick them under bootverbose toJohn Baldwin
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-05-30Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp
2004-04-17Add a Davies-Meyer style hash to the output. This is still pureMark Murray
2004-04-17More removal of the abortive locking code; malloc buffers whenMark Murray
2004-04-16Attempts to make this device Giant-free were ill-conceived asMark Murray
2004-04-16Default to harvesting everything. This is to help give a fasterMark Murray
2004-04-12Fix "sleeping without a mutex" panic.Mark Murray
2004-04-11Fix pc98 build.Yoshihiro Takahashi
2004-04-09Reorganise the entropy device so that high-yield entropy sourcesMark Murray
2004-03-05kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-12Correct the cleanup of the alias dev_t for /dev/urandom: being anPoul-Henning Kamp
2003-11-20Fix a major faux pas of mine. I was causing 2 very bad things toMark Murray
2003-11-17Overhaul the entropy device:Mark Murray
2003-11-09- Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura
2003-11-02Make sure we get all user-written input. This simplifies theMark Murray
2003-08-24Use __FBSDID().David E. O'Brien
2003-07-02Change the sleep identifier to "-" where random normally sleeps.Poul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh