index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
random
/
ivy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Huge cleanup of random(4) code.
markm
2015-06-30
1
-10
/
+7
*
Update comment.
kib
2014-11-11
1
-1
/
+1
*
Fix random.ko module.
kib
2014-11-07
1
-1
/
+1
*
Simplify assembler in ivy.c. Move the copying of the random bits into
kib
2014-11-07
1
-12
/
+11
*
This is the much-discussed major upgrade to the random(4) device, known to yo...
markm
2014-10-30
1
-22
/
+21
*
Make sure correct object code is generated at -O0.
np
2014-10-13
1
-1
/
+1
*
Use Intel's official name (Secure Key) per IntelĀ® Digital Random Number
delphij
2014-06-27
1
-1
/
+1
*
Utilize the stronger guarantees on the call arguments from the
kib
2013-10-17
1
-32
/
+25
*
staticize struct random_hardware_source
des
2013-10-09
1
-1
/
+1
*
Fix some just-noticed problems:
markm
2013-10-08
1
-15
/
+0
*
MFC - tracking commit.
markm
2013-10-08
1
-2
/
+2
*
Snapshot.
markm
2013-10-06
1
-0
/
+15
*
Don't use the "real" assembler mnemonics; older compilers may not
markm
2013-10-06
1
-2
/
+2
*
SNAPSHOT.
markm
2013-10-06
1
-1
/
+4
*
Snapshot. This passes the build test, but has not yet been finished or debugged.
markm
2013-10-04
1
-45
/
+41
*
* Add random_adaptors.[ch] which is basically a store of random_adaptor's.
obrien
2013-08-09
1
-5
/
+33
*
Back out r253779 & r253786.
obrien
2013-07-31
1
-36
/
+5
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
1
-5
/
+36
*
Rename the IVY_RNG option to RDRAND_RNG.
kib
2012-09-13
1
-1
/
+1
*
Add support for new Intel on-CPU Bull Mountain random number
kib
2012-09-05
1
-0
/
+117