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
*
Correct a random value disclosure in random(4).
simon
2007-11-29
1
-0
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
2
-3
/
+3
*
Don't save SYSCTL_ADD_*() results in a local variable just to throw them
rwatson
2007-05-28
1
-15
/
+9
*
Rather than repeatedly setting and discarding local variable 'o' based
rwatson
2007-05-27
1
-9
/
+7
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
Now even more style(9)ish.
mr
2006-07-13
1
-1
/
+1
*
Use the already stored VIA RNG probe information
mr
2006-07-13
1
-1
/
+1
*
Use the already stored VIA RNG probe information
mr
2006-07-12
1
-13
/
+4
*
Change msleep() and tsleep() to not alter the calling thread's priority
jhb
2006-04-17
1
-4
/
+2
*
Remove GIANT from device random.
ps
2005-12-20
6
-16
/
+69
*
malloc.h relies on param.h for a definition of MAXCPU. I guess that there is
scottl
2005-05-30
1
-0
/
+1
*
Revert to the more correct array size, and correct a KASSERT to
markm
2005-03-29
1
-2
/
+2
*
Fix off-by-one (too little!) array size problem.
phk
2005-03-18
1
-1
/
+1
*
stop including rijndael-api-fst.h from rijndael.h.
ume
2005-03-11
2
-2
/
+2
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
1
-2
/
+2
*
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
[next]