summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/harvest.c
Commit message (Expand)AuthorAgeFilesLines
* 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