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
/
randomdev
/
yarrow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use RFHIGHPID when creating the kthread to get a more sensible pid.
jhb
2000-09-11
1
-2
/
+3
*
Large upgrade to the entropy device; mainly inspired by feedback
markm
2000-09-10
1
-161
/
+283
*
o Fix a horrible bug where small reads (< 8 bytes) would return the
markm
2000-07-25
1
-13
/
+30
*
Clean this up with some BDE-inspired fixes.
markm
2000-07-23
1
-18
/
+23
*
Add randomness write functionality. This does absolutely nothing for
markm
2000-07-17
1
-0
/
+19
*
Storing to a pointer is (effectively) atomic; no need to protect this
markm
2000-07-11
1
-2
/
+2
*
I think I need to move the newly static variables to the random_state
markm
2000-07-11
1
-6
/
+5
*
One should never allocate 4-kilobyte structs and such on the interrupt
green
2000-07-11
1
-2
/
+6
*
Provide more splsofttq() protection for the reseed task (running out of
markm
2000-07-10
1
-1
/
+14
*
Make sure that tasks (running out of taskqueue_swi at splsofttq)
markm
2000-07-09
1
-0
/
+5
*
Yarrow tweaks; separate the fast and slow reseed tasks so that they don't
markm
2000-07-09
1
-10
/
+13
*
Add entropy gathering code. This will work whether the module is
markm
2000-07-07
1
-80
/
+208
*
style(9) fixes from BDE.
markm
2000-06-26
1
-1
/
+1
*
Fix include for non-module case.
markm
2000-06-25
1
-1
/
+1
*
New machine-independant /dev/random driver.
markm
2000-06-25
1
-0
/
+213