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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix verbose output line; needs <NL>
markm
2013-09-08
1
-1
/
+1
*
Fix the build; Certain linkable symbols need to always be present.
markm
2013-09-07
6
-19
/
+13
*
Remove short-lived idea; thread to harvest (eg) RDRAND enropy into the usual ...
markm
2013-08-30
2
-73
/
+0
*
Separate out the Software RNG entropy harvesting queue and thread into its ow...
markm
2013-08-30
3
-197
/
+296
*
Remove the short-lived namei experiment.
markm
2013-08-26
1
-5
/
+0
*
Snapshot of current work;
markm
2013-08-26
7
-193
/
+253
*
1) example (partially humorous random_adaptor, that I call "EXAMPLE")
markm
2013-08-24
6
-72
/
+351
*
* Add random_adaptors.[ch] which is basically a store of random_adaptor's.
obrien
2013-08-09
10
-107
/
+392
*
Back out r253779 & r253786.
obrien
2013-07-31
10
-399
/
+107
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
2
-0
/
+207
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
8
-107
/
+192
*
Refactor random_systat to be a *random_systat. This avoids unnecessary
obrien
2013-07-09
4
-27
/
+27
*
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
*
Rename the IVY_RNG option to RDRAND_RNG.
kib
2012-09-13
2
-3
/
+3
*
Add support for new Intel on-CPU Bull Mountain random number
kib
2012-09-05
4
-32
/
+156
*
Add support for the extended FPU states on amd64, both for native
kib
2012-01-21
1
-3
/
+6
*
Generate a warning if the kernel's arc4random() is seeded with bogus entropy.
das
2012-01-16
1
-0
/
+8
*
Enable hardware RNG for VIA Nano processors.
jkim
2012-01-09
1
-2
/
+2
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Finish r210923, 210926. Mark some devices as eternal.
kib
2011-01-04
1
-2
/
+2
*
Use the fpu_kern_enter() interface to properly separate usermode FPU
kib
2010-06-05
1
-1
/
+11
*
There is rubbish here
markm
2009-05-25
2
-11
/
+8
*
Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.
cperciva
2008-11-24
2
-3
/
+24
*
Correct a random value disclosure in random(4).
simon
2007-11-29
1
-0
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
2
-3
/
+3
*
Don't save SYSCTL_ADD_*() results in a local variable just to throw them
rwatson
2007-05-28
1
-15
/
+9
*
Rather than repeatedly setting and discarding local variable 'o' based
rwatson
2007-05-27
1
-9
/
+7
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
Now even more style(9)ish.
mr
2006-07-13
1
-1
/
+1
*
Use the already stored VIA RNG probe information
mr
2006-07-13
1
-1
/
+1
*
Use the already stored VIA RNG probe information
mr
2006-07-12
1
-13
/
+4
*
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
6
-16
/
+69
*
malloc.h relies on param.h for a definition of MAXCPU. I guess that there is
scottl
2005-05-30
1
-0
/
+1
*
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
*
stop including rijndael-api-fst.h from rijndael.h.
ume
2005-03-11
2
-2
/
+2
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
1
-2
/
+2
*
Check that we have at least a 586-class CPU before calling do_cpuid().
iedowse
2005-02-06
1
-0
/
+3
*
Check O_NONBLOCK not IO_NDELAY.
phk
2004-12-22
2
-3
/
+1
*
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
*
Annotate that get_cyclecount() can be expensive on some platforms,
rwatson
2004-10-18
1
-0
/
+4
*
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
*
Add module versions.
markm
2004-08-02
1
-0
/
+1
[next]