summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/harvest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-7/+5
* Snapshot of current work;markm2013-08-261-3/+3
* Generate a warning if the kernel's arc4random() is seeded with bogus entropy.das2012-01-161-0/+8
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Annotate that get_cyclecount() can be expensive on some platforms,rwatson2004-10-181-0/+4
* Default to harvesting everything. This is to help give a fastermarkm2004-04-161-1/+1
* Reorganise the entropy device so that high-yield entropy sourcesmarkm2004-04-091-14/+12
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* Overhaul the entropy device:markm2003-11-171-5/+5
* Use __FBSDID().obrien2003-08-241-1/+3
* Remove srandom():ache2003-02-051-6/+1
* Fix really dumb braino of mine; cast a sizeof() to an int, which it ismarkm2002-04-211-1/+1
* Massive lint-inspired cleanup.markm2002-03-031-10/+12
* Fix type warnings.markm2001-07-201-4/+8
* Catch up to header include changes:jhb2001-03-281-0/+1
* Silence (harmless) warnings.markm2001-03-241-0/+1
* Very large makeover of the /dev/random driver.markm2001-03-101-4/+1
* Provide the infrastructure for sysadmins to select the broad classmarkm2001-02-181-0/+3
* Change and clean the mutex lock interface.bmilekic2001-02-091-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)markm2000-11-251-16/+11
* Catch up to moving headers:jhb2000-10-201-1/+1
* After some complaints about the dir names, the random device ismarkm2000-10-141-17/+60
* Remove unneeded includes.markm2000-09-211-3/+0
* Large upgrade to the entropy device; mainly inspired by feedbackmarkm2000-09-101-0/+19
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-251-4/+4
* Clean this up with some BDE-inspired fixes.markm2000-07-231-10/+12
* Storing to a pointer is (effectively) atomic; no need to protect thismarkm2000-07-111-8/+0
* Add entropy gathering code. This will work whether the module ismarkm2000-07-071-0/+81
OpenPOWER on IntegriCloud