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
/
yarrow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct a random value disclosure in random(4).
simon
2007-11-29
1
-0
/
+1
*
Rather than repeatedly setting and discarding local variable 'o' based
rwatson
2007-05-27
1
-9
/
+7
*
Remove GIANT from device random.
ps
2005-12-20
1
-4
/
+4
*
stop including rijndael-api-fst.h from rijndael.h.
ume
2005-03-11
1
-1
/
+1
*
Reorganise the entropy device so that high-yield entropy sources
markm
2004-04-09
1
-25
/
+51
*
Overhaul the entropy device:
markm
2003-11-17
1
-19
/
+3
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Fix a buffer overrun in /dev/random which, due to the nature of the
markm
2002-12-12
1
-3
/
+4
*
Remove #ifdef'ed Giant mutex wrappers round debugging statements.
markm
2002-09-21
1
-8
/
+0
*
Upgrade the random device to use a "real" hash instead of building
markm
2002-07-15
1
-4
/
+3
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Massive lint-inspired cleanup.
markm
2002-03-03
1
-18
/
+18
*
Staticise the random_state array.
msmith
2002-01-10
1
-3
/
+3
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
Fix nasty corruption problem where a 64bit variable was being used
markm
2001-03-28
1
-8
/
+6
*
Very large makeover of the /dev/random driver.
markm
2001-03-10
1
-274
/
+107
*
Take down a comment that is no longer true.
markm
2001-03-03
1
-4
/
+0
*
Make a big improvement to entropy-harvesting speed by not having any
markm
2001-02-11
1
-66
/
+37
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-36
/
+36
*
Fix typos: initalise -> initialise.
asmodai
2001-02-08
1
-5
/
+5
*
Remove NOBLOCKRANDOM as a compile-time option. Instead, provide
markm
2001-01-14
1
-0
/
+5
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+1
*
Major speedup to /dev/random and the kernel thread that reseeds it.
markm
2000-12-02
1
-92
/
+102
*
Greatly improve the boot-up unblocking time of the entropy device.
markm
2000-11-25
1
-3
/
+7
*
Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)
markm
2000-11-25
1
-19
/
+21
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
After some complaints about the dir names, the random device is
markm
2000-10-14
1
-31
/
+34
*
Remove unneeded includes.
markm
2000-09-21
1
-2
/
+0
*
Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just
jhb
2000-09-14
1
-2
/
+2
*
The "struct proc" argument to read_random was ill-conceived, and a
markm
2000-09-12
1
-1
/
+1
*
Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so that
jhb
2000-09-11
1
-2
/
+0
*
- Use RFHIGHPID when creating the kthread to get a more sensible pid.
jhb
2000-09-11
1
-2
/
+3
*
Large upgrade to the entropy device; mainly inspired by feedback
markm
2000-09-10
1
-161
/
+283
*
o Fix a horrible bug where small reads (< 8 bytes) would return the
markm
2000-07-25
1
-13
/
+30
*
Clean this up with some BDE-inspired fixes.
markm
2000-07-23
1
-18
/
+23
*
Add randomness write functionality. This does absolutely nothing for
markm
2000-07-17
1
-0
/
+19
*
Storing to a pointer is (effectively) atomic; no need to protect this
markm
2000-07-11
1
-2
/
+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
1
-10
/
+13
*
Add entropy gathering code. This will work whether the module is
markm
2000-07-07
1
-80
/
+208
*
style(9) fixes from BDE.
markm
2000-06-26
1
-1
/
+1
*
Fix include for non-module case.
markm
2000-06-25
1
-1
/
+1
*
New machine-independant /dev/random driver.
markm
2000-06-25
1
-0
/
+213