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
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Fix a horrible bug where small reads (< 8 bytes) would return the
markm
2000-07-25
4
-21
/
+48
*
Clean this up with some BDE-inspired fixes.
markm
2000-07-23
3
-35
/
+45
*
Add randomness write functionality. This does absolutely nothing for
markm
2000-07-17
2
-1
/
+20
*
Storing to a pointer is (effectively) atomic; no need to protect this
markm
2000-07-11
2
-10
/
+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
2
-11
/
+14
*
Fix bug with a vraiable that needs to be per-process, not static;
markm
2000-07-09
1
-8
/
+12
*
Add entropy gathering code. This will work whether the module is
markm
2000-07-07
4
-121
/
+365
*
Staticize a variable.
markm
2000-06-28
1
-1
/
+1
*
I am guilty of an act of ommission. There is no longer a /dev/urandom
markm
2000-06-27
1
-1
/
+6
*
style(9) fixes from BDE.
markm
2000-06-26
2
-2
/
+2
*
Fix include for non-module case.
markm
2000-06-25
1
-1
/
+1
*
Fix include for the non-module case.
markm
2000-06-25
1
-1
/
+1
*
New machine-independant /dev/random driver.
markm
2000-06-25
3
-0
/
+400