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
/
libkern
/
arc4random.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lock down arc4random so it can be safely called w/o Giant.
silby
2003-08-15
1
-17
/
+26
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Slight overhaul of arc4random() and friends.
phk
2002-10-11
1
-22
/
+27
*
Fixed some typos, verboseness and misformatting in comments.
bde
2001-08-30
1
-10
/
+8
*
Minor improvements to arc4random():
silby
2001-08-30
1
-4
/
+29
*
Recouple arc4random(9) to the entropy device. This works whether the
markm
2000-12-02
1
-2
/
+4
*
Back out previous revision now that sys/random.h is properly fixed.
jhb
2000-09-11
1
-2
/
+0
*
Add #include's of sys/proc.h and sys/param.h to silence a warning.
jhb
2000-09-11
1
-0
/
+2
*
Comment out unavailable call. This needs to be revisited when the entropy
markm
2000-06-25
1
-3
/
+4
*
In the extremely miniscule chance that read_random returns <= 0, don't try
dan
1999-11-29
1
-2
/
+6
*
Address the concerns of the ``randomness'' of the initial PRNG. Now, we
dan
1999-11-28
1
-14
/
+32
*
Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knob
dan
1999-11-28
1
-0
/
+89