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
*
Add DEV_RANDOM pseudo-option and use it to "include out" random(4)
markm
2015-08-17
1
-115
/
+66
*
Fix some untidy logic. I committed the wrong local fix; please pass the point...
markm
2015-07-19
1
-1
/
+1
*
Fix the read blocking so that it is interruptable and slow down the rate of c...
markm
2015-07-19
1
-4
/
+10
*
Optimise the buffer-size calculation. It was possible to get one block too many.
markm
2015-07-19
1
-19
/
+16
*
Fix the build after breaking it in r285549.
ed
2015-07-14
1
-1
/
+1
*
Implement the CloudABI random_get() system call.
ed
2015-07-14
1
-0
/
+7
*
Rework the read routines to keep the PRNG sources happy. These work
markm
2015-07-13
1
-7
/
+24
*
* Address review (and add a bit myself).
markm
2015-07-12
1
-10
/
+27
*
Huge cleanup of random(4) code.
markm
2015-06-30
1
-131
/
+289
*
When the new random adaptor code was brought it in r273872, a call to
jmg
2015-02-17
1
-3
/
+8
*
Fix random.ko module.
kib
2014-11-07
1
-9
/
+1
*
This is the much-discussed major upgrade to the random(4) device, known to yo...
markm
2014-10-30
1
-126
/
+145
*
Re-add /dev/urandom for compatibility purposes.
des
2013-10-09
1
-0
/
+1
*
Fix some just-noticed problems:
markm
2013-10-08
1
-2
/
+0
*
SNAPSHOT.
markm
2013-10-06
1
-7
/
+7
*
Snapshot. This passes the build test, but has not yet been finished or debugged.
markm
2013-10-04
1
-50
/
+28
*
MFC - tracking update.
markm
2013-10-02
1
-8
/
+0
|
\
|
*
Fix the build; Certain linkable symbols need to always be present.
markm
2013-09-07
1
-15
/
+0
|
/
*
1) example (partially humorous random_adaptor, that I call "EXAMPLE")
markm
2013-08-24
1
-1
/
+9
*
* Add random_adaptors.[ch] which is basically a store of random_adaptor's.
obrien
2013-08-09
1
-23
/
+56
*
Back out r253779 & r253786.
obrien
2013-07-31
1
-55
/
+23
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
1
-23
/
+55
*
Refactor random_systat to be a *random_systat. This avoids unnecessary
obrien
2013-07-09
1
-12
/
+12
*
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
[next]