summaryrefslogtreecommitdiffstats
path: root/sys/sys/random.h
Commit message (Expand)AuthorAgeFilesLines
* MFC 260847,264055,264867:jhb2014-07-211-0/+1
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-3/+11
* Snapshot; Do some running repairs on entropy harvesting. More needs to follow.markm2013-08-261-2/+6
* Add a note ahea of the esource enum that if new entropy sourcerwatson2004-10-121-0/+4
* add RANDOM_PURE for use by crypto drivers that harvest data from h/w RNG'ssam2002-10-041-0/+1
* Provide infrastructure for harvesting SWI entropy.markm2002-03-031-1/+2
* Massive lint-inspired cleanup.markm2002-03-031-4/+11
* Provide the infrastructure for sysadmins to select the broad classmarkm2001-02-181-0/+11
* Add a constant for the (to be committed at a later time) irq-entropymarkm2000-11-251-2/+2
* The "struct proc" argument to read_random was ill-conceived, and amarkm2000-09-121-3/+1
* Forward declare 'struct proc'.jhb2000-09-111-0/+2
* Large upgrade to the entropy device; mainly inspired by feedbackmarkm2000-09-101-1/+1
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-251-4/+5
* Clean this up with some BDE-inspired fixes.markm2000-07-231-3/+2
* Add randomness write functionality. This does absolutely nothing formarkm2000-07-171-1/+1
* Yarrow tweaks; separate the fast and slow reseed tasks so that they don'tmarkm2000-07-091-0/+1
* Darn; didn't commit this with the rest of the entropy gathering code.markm2000-07-071-0/+6
* Forgot this earlier; delete the old /dev/random driver, bring in themarkm2000-06-251-76/+20
* Updated the name of the idempotency macro to match the move of this file.bde2000-04-301-3/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-211-5/+8
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-2/+2
* Make read_random() take a (void *) argument instead of (char *)phk1998-04-061-3/+3
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in abde1997-06-071-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Drat, missed this prototype for random_select().peter1996-09-271-1/+2
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-2/+2
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-5/+1
* Reduced nesting of #includes in random.h and adjusted isa/random_machdep.cbde1996-06-171-17/+15
* The Great PC98 Merge.asami1996-06-141-1/+6
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* 1) ifdef out some unused functions (for now)markm1995-12-291-0/+7
* Clean up and make more universal. Next version of random device.markm1995-12-271-5/+16
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-281-0/+72
OpenPOWER on IntegriCloud