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
*
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