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
*
Don't start the random harvester process until timers are working.
jhb
2016-03-28
1
-1
/
+2
*
Add missing braces.
glebius
2016-02-17
1
-1
/
+2
*
Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c
allanjude
2015-12-27
7
-10
/
+8
*
Fix printf-like formats for KASSERT.
markm
2015-10-05
1
-1
/
+1
*
It appears that under some circumstances, like virtualisiation, the
markm
2015-10-05
1
-1
/
+10
*
Make the UMA harvesting go away completely if not wanted. Default to "not wan...
markm
2015-08-22
5
-29
/
+19
*
Add DEV_RANDOM pseudo-option and use it to "include out" random(4)
markm
2015-08-17
11
-331
/
+574
*
Fix some untidy logic. I committed the wrong local fix; please pass the point...
markm
2015-07-19
1
-1
/
+1
*
Remove out-of-date comments.
markm
2015-07-19
2
-2
/
+0
*
Fix the read blocking so that it is interruptable and slow down the rate of c...
markm
2015-07-19
1
-4
/
+10
*
Optimise the buffer-size calculation. It was possible to get one block too many.
markm
2015-07-19
1
-19
/
+16
*
Fix the build after breaking it in r285549.
ed
2015-07-14
1
-1
/
+1
*
Implement the CloudABI random_get() system call.
ed
2015-07-14
1
-0
/
+7
*
Rework the read routines to keep the PRNG sources happy. These work
markm
2015-07-13
1
-7
/
+24
*
* Address review (and add a bit myself).
markm
2015-07-12
9
-196
/
+147
*
Huge cleanup of random(4) code.
markm
2015-06-30
23
-2159
/
+1435
*
- fortuna.c: catch up with r278927 and fix a buffer overflow by using the
delphij
2015-02-18
2
-1
/
+7
*
Fix a bug where this function overflowed it's buffer... This was
jmg
2015-02-17
1
-2
/
+10
*
When the new random adaptor code was brought it in r273872, a call to
jmg
2015-02-17
4
-15
/
+16
*
Update comment.
kib
2014-11-11
1
-1
/
+1
*
Constify the AES code and propagate to consumers. This allows us to
des
2014-11-10
3
-18
/
+13
*
Fix random.ko module.
kib
2014-11-07
4
-23
/
+7
*
Simplify assembler in ivy.c. Move the copying of the random bits into
kib
2014-11-07
1
-12
/
+11
*
When reseeding the DPRNG, we're supposed to hash the current key and
des
2014-11-04
1
-10
/
+20
*
Don't assert random_adaptors_lock in random_adaptor_read_rate().
delphij
2014-11-03
1
-4
/
+0
*
- Make sure random_adaptor accesses happen only when
delphij
2014-11-02
1
-22
/
+39
*
Restore the auto-reseed logic, but move it to a much later point,
des
2014-11-02
2
-26
/
+5
*
This is the much-discussed major upgrade to the random(4) device, known to yo...
markm
2014-10-30
25
-1381
/
+2308
*
Make sure correct object code is generated at -O0.
np
2014-10-13
1
-1
/
+1
*
Use Intel's official name (Secure Key) per IntelĀ® Digital Random Number
delphij
2014-06-27
1
-1
/
+1
*
Correctly set the sysctl format to Alphanumeric, rather than letting it default.
markm
2014-04-26
1
-2
/
+2
*
Convert the random entropy harvesting code to use a const void * pointer
adrian
2013-11-01
1
-1
/
+1
*
Utilize the stronger guarantees on the call arguments from the
kib
2013-10-17
1
-32
/
+25
*
There is an issue (not seen in our testing) where "yarrow" and
markm
2013-10-13
4
-7
/
+19
*
Merge from project branch. Uninteresting commits are trimmed.
markm
2013-10-12
19
-501
/
+866
|
\
|
*
Add a RANDOM_RWFILE option and hide the entropy cache code behind it.
des
2013-10-09
4
-19
/
+36
|
*
Sigh. I can't even get a single #ifdef right. Who's got the hat?
markm
2013-10-09
1
-1
/
+1
|
*
staticize struct random_hardware_source
des
2013-10-09
2
-2
/
+2
|
*
Wrap some policy-rich code in 'if NOTYET' until we can thresh out what it rea...
markm
2013-10-09
1
-0
/
+2
|
*
Re-add /dev/urandom for compatibility purposes.
des
2013-10-09
1
-0
/
+1
|
*
comment nit
des
2013-10-09
1
-1
/
+1
|
*
Add missing include guards and move the existing ones out of the
des
2013-10-09
8
-9
/
+34
|
*
Fix some just-noticed problems:
markm
2013-10-08
7
-24
/
+11
|
*
MFC - tracking commit.
markm
2013-10-08
1
-2
/
+2
|
*
Time to eat crow for me.
markm
2013-10-08
1
-13
/
+12
|
*
Add YARROW_RNG and FORTUNA_RNG to sys/conf/options.
des
2013-10-08
3
-0
/
+33
|
*
Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHAND...
markm
2013-10-08
3
-21
/
+30
|
*
Snapshot.
markm
2013-10-06
7
-13
/
+221
|
*
Debug run. This now works, except that the "live" sources haven't
markm
2013-10-06
4
-17
/
+14
|
*
Don't use the "real" assembler mnemonics; older compilers may not
markm
2013-10-06
2
-3
/
+3
[next]