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
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
Add a Davies-Meyer style hash to the output. This is still pure
markm
2004-04-17
1
-12
/
+124
*
More removal of the abortive locking code; malloc buffers when
markm
2004-04-17
1
-4
/
+12
*
Attempts to make this device Giant-free were ill-conceived as
markm
2004-04-16
2
-14
/
+9
*
Default to harvesting everything. This is to help give a faster
markm
2004-04-16
2
-4
/
+4
*
Fix "sleeping without a mutex" panic.
markm
2004-04-12
1
-3
/
+6
*
Fix pc98 build.
nyan
2004-04-11
1
-3
/
+3
*
Reorganise the entropy device so that high-yield entropy sources
markm
2004-04-09
12
-422
/
+789
*
kthread_exit() no longer requires Giant, so don't force callers to acquire
jhb
2004-03-05
1
-1
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Correct the cleanup of the alias dev_t for /dev/urandom: being an
phk
2004-02-12
1
-3
/
+1
*
Fix a major faux pas of mine. I was causing 2 very bad things to
markm
2003-11-20
1
-12
/
+56
*
Overhaul the entropy device:
markm
2003-11-17
5
-123
/
+101
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Make sure we get all user-written input. This simplifies the
markm
2003-11-02
1
-14
/
+5
*
Use __FBSDID().
obrien
2003-08-24
4
-4
/
+12
*
Change the sleep identifier to "-" where random normally sleeps.
phk
2003-07-02
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+8
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove srandom():
ache
2003-02-05
1
-6
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Fix a buffer overrun in /dev/random which, due to the nature of the
markm
2002-12-12
1
-3
/
+4
*
Some kernel threads try to do significant work, and the default KSTACK_PAGES
scottl
2002-10-02
1
-1
/
+1
*
Remove #ifdef'ed Giant mutex wrappers round debugging statements.
markm
2002-09-21
2
-10
/
+0
*
No functional change. Fix comments and whitespace.
markm
2002-09-21
1
-4
/
+3
*
Upgrade the random device to use a "real" hash instead of building
markm
2002-07-15
3
-54
/
+11
*
Fix really dumb braino of mine; cast a sizeof() to an int, which it is
markm
2002-04-21
1
-1
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-2
/
+2
*
Provide infrastructure for harvesting SWI entropy.
markm
2002-03-03
1
-0
/
+3
*
Massive lint-inspired cleanup.
markm
2002-03-03
6
-70
/
+84
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
Staticise the random_state array.
msmith
2002-01-10
2
-5
/
+3
*
o Modify open() and close() for /dev/random to use securelevel_gt() instead
rwatson
2001-09-26
1
-6
/
+16
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-7
/
+8
*
Fix a minor buglet/typo here that gcc3 complains about.
peter
2001-09-10
1
-1
/
+1
*
Fix type warnings.
markm
2001-07-20
1
-4
/
+8
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-6
/
+8
*
Catch up to header include changes:
jhb
2001-03-28
2
-0
/
+2
*
Fix nasty corruption problem where a 64bit variable was being used
markm
2001-03-28
1
-8
/
+6
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Allow bog-standard ioctls through. There are really handled in
markm
2001-03-25
1
-1
/
+9
*
Silence (harmless) warnings.
markm
2001-03-24
1
-0
/
+1
*
Very large makeover of the /dev/random driver.
markm
2001-03-10
7
-459
/
+505
*
Take down a comment that is no longer true.
markm
2001-03-03
1
-4
/
+0
*
Provide the infrastructure for sysadmins to select the broad class
markm
2001-02-18
2
-1
/
+16
*
Make a big improvement to entropy-harvesting speed by not having any
markm
2001-02-11
2
-66
/
+41
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
2
-37
/
+37
*
Fix typos: initalise -> initialise.
asmodai
2001-02-08
1
-5
/
+5
[next]