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
*
Finish r210923, 210926. Mark some devices as eternal.
kib
2011-01-04
1
-2
/
+2
*
Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.
cperciva
2008-11-24
1
-0
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
Remove GIANT from device random.
ps
2005-12-20
1
-11
/
+3
*
Check O_NONBLOCK not IO_NDELAY.
phk
2004-12-22
1
-2
/
+1
*
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
1
-3
/
+1
*
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
*
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
1
-13
/
+9
*
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
[next]