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
/
randomdev_soft.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust initialization of random(9) so it is usable earlier.
jhb
2016-02-10
1
-6
/
+0
*
MFC:
markm
2013-10-13
1
-0
/
+2
*
Merge from project branch via main. Uninteresting commits are trimmed.
markm
2013-10-12
1
-49
/
+39
*
Fix the build; Certain linkable symbols need to always be present.
markm
2013-09-07
1
-2
/
+2
*
Separate out the Software RNG entropy harvesting queue and thread into its ow...
markm
2013-08-30
1
-197
/
+4
*
Remove the short-lived namei experiment.
markm
2013-08-26
1
-5
/
+0
*
Snapshot of current work;
markm
2013-08-26
1
-49
/
+107
*
* Add random_adaptors.[ch] which is basically a store of random_adaptor's.
obrien
2013-08-09
1
-19
/
+44
*
Back out r253779 & r253786.
obrien
2013-07-31
1
-43
/
+19
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
1
-19
/
+43
*
Refactor random_systat to be a *random_systat. This avoids unnecessary
obrien
2013-07-09
1
-9
/
+9
*
Attempt to mitigate poor initialization of arc4 by one-shot
ache
2013-04-19
1
-0
/
+2
*
MFcalloutng (r236314 by mav):
davide
2013-03-04
1
-3
/
+4
*
Correct a typo introduced in r153575, which gives inverted logic when
delphij
2013-02-26
1
-1
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
There is rubbish here
markm
2009-05-25
1
-10
/
+7
*
Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.
cperciva
2008-11-24
1
-3
/
+23
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
Don't save SYSCTL_ADD_*() results in a local variable just to throw them
rwatson
2007-05-28
1
-15
/
+9
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-1
/
+1
*
Change msleep() and tsleep() to not alter the calling thread's priority
jhb
2006-04-17
1
-4
/
+2
*
Remove GIANT from device random.
ps
2005-12-20
1
-0
/
+42
*
Revert to the more correct array size, and correct a KASSERT to
markm
2005-03-29
1
-2
/
+2
*
Fix off-by-one (too little!) array size problem.
phk
2005-03-18
1
-1
/
+1
*
Check O_NONBLOCK not IO_NDELAY.
phk
2004-12-22
1
-1
/
+0
*
Don't change the priority to PUSER when sleeping, just keep the current
jhb
2004-11-05
1
-2
/
+4
*
(1) Move from O(n) list copies to O(1) list concatenation, which is
rwatson
2004-11-03
1
-14
/
+11
*
Assert that the entropy source category provided by a caller submitting
rwatson
2004-10-12
1
-0
/
+6
*
Modify entropy harvesting locking strategy:
rwatson
2004-10-09
1
-50
/
+41
*
Perform a lockless read to test whether an entropy havesting fifo is
rwatson
2004-08-11
1
-0
/
+4
*
Start the entropy device insecure/unblocked. I'll be handing over
markm
2004-07-18
1
-2
/
+2
*
Default to harvesting everything. This is to help give a faster
markm
2004-04-16
1
-3
/
+3
*
Reorganise the entropy device so that high-yield entropy sources
markm
2004-04-09
1
-0
/
+369