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
/
harvest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Very large makeover of the /dev/random driver.
markm
2001-03-10
1
-4
/
+1
*
Provide the infrastructure for sysadmins to select the broad class
markm
2001-02-18
1
-0
/
+3
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-1
/
+1
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+1
*
Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)
markm
2000-11-25
1
-16
/
+11
*
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
-17
/
+60
*
Remove unneeded includes.
markm
2000-09-21
1
-3
/
+0
*
Large upgrade to the entropy device; mainly inspired by feedback
markm
2000-09-10
1
-0
/
+19
*
o Fix a horrible bug where small reads (< 8 bytes) would return the
markm
2000-07-25
1
-4
/
+4
*
Clean this up with some BDE-inspired fixes.
markm
2000-07-23
1
-10
/
+12
*
Storing to a pointer is (effectively) atomic; no need to protect this
markm
2000-07-11
1
-8
/
+0
*
Add entropy gathering code. This will work whether the module is
markm
2000-07-07
1
-0
/
+81