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
/
lib
/
libc
/
gen
/
arc4random.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement arc4random_buf() function
ache
2008-07-21
1
-1
/
+16
*
Decrease arc4_count only when needed and with proper bytes amount.
ache
2008-07-21
1
-1
/
+2
*
1) Set stired flag after forced initialization.
ache
2008-07-21
1
-1
/
+2
*
ANSIfy function definitions, reduces diff against OpenBSD.
delphij
2007-05-25
1
-17
/
+8
*
Automatically re-stir every 400000 calls
ache
2006-10-04
1
-2
/
+4
*
Add locking so that arc4random(3) functions are all reentrant for
green
2004-03-24
1
-10
/
+54
*
Apply style(9).
green
2004-02-23
1
-2
/
+6
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
1
-2
/
+0
*
Discard the first 1024 bytes of output as suggested by
das
2004-01-20
1
-1
/
+13
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+5
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-0
/
+2
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-3
/
+3
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add arc4random() functions from OpenBSD. They are almost same as our
ache
1997-06-14
1
-0
/
+172