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
*
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
*
Start the entropy device insecure/unblocked. I'll be handing over
markm
2004-07-18
2
-5
/
+3
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+4
*
Trim a few things from the dmesg output and stick them under bootverbose to
jhb
2004-07-01
1
-1
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
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
[next]