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
/
randomdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "sleeping without a mutex" panic.
markm
2004-04-12
1
-3
/
+6
*
Reorganise the entropy device so that high-yield entropy sources
markm
2004-04-09
1
-328
/
+78
*
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
1
-97
/
+88
*
- 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
1
-1
/
+3
*
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 M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
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
1
-2
/
+0
*
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
1
-30
/
+41
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
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
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-6
/
+8
*
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
*
Very large makeover of the /dev/random driver.
markm
2001-03-10
1
-91
/
+244
*
Provide the infrastructure for sysadmins to select the broad class
markm
2001-02-18
1
-1
/
+13
*
Remove NOBLOCKRANDOM as a compile-time option. Instead, provide
markm
2001-01-14
1
-19
/
+52
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+1
*
D'uh. The explicit reseed was happening at the wrong security/privelige
markm
2000-11-25
1
-1
/
+1
*
Greatly improve the boot-up unblocking time of the entropy device.
markm
2000-11-25
1
-1
/
+10
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
As the blocking model has seems to be troublesome for many, disable
markm
2000-10-27
1
-0
/
+5
*
Attempt to fix the random read blocking. The old code slept at
peter
2000-10-18
1
-14
/
+13
*
After some complaints about the dir names, the random device is
markm
2000-10-14
1
-9
/
+37
*
Remove unneeded includes.
markm
2000-09-21
1
-2
/
+0
*
Include <sys/proc.h> to silence suser() compiler warning.
rwatson
2000-09-18
1
-0
/
+1
*
The "struct proc" argument to read_random was ill-conceived, and a
markm
2000-09-12
1
-1
/
+1
*
Large upgrade to the entropy device; mainly inspired by feedback
markm
2000-09-10
1
-6
/
+18
*
o Fix a horrible bug where small reads (< 8 bytes) would return the
markm
2000-07-25
1
-2
/
+12
*
Add randomness write functionality. This does absolutely nothing for
markm
2000-07-17
1
-1
/
+1
*
Fix bug with a vraiable that needs to be per-process, not static;
markm
2000-07-09
1
-8
/
+12
*
Add entropy gathering code. This will work whether the module is
markm
2000-07-07
1
-31
/
+31
*
Staticize a variable.
markm
2000-06-28
1
-1
/
+1
*
I am guilty of an act of ommission. There is no longer a /dev/urandom
markm
2000-06-27
1
-1
/
+6
*
style(9) fixes from BDE.
markm
2000-06-26
1
-1
/
+1
*
Fix include for the non-module case.
markm
2000-06-25
1
-1
/
+1
*
New machine-independant /dev/random driver.
markm
2000-06-25
1
-0
/
+145