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
*
libc: Use O_CLOEXEC for various internal file descriptors.
jilles
2012-09-29
1
-1
/
+1
*
Prefer sysctl to open/read/close for obtaining random data.
pjd
2012-07-04
1
-5
/
+35
*
Further reduce diffs with OpenBSD's arc4random. The main functional
das
2011-11-15
1
-33
/
+30
*
Sync the style, comments, and variable names of arc4random.c with
das
2011-11-15
1
-39
/
+33
*
Return two fixes from previous backout which does not require
ache
2008-09-09
1
-1
/
+2
*
Restored from previous backing out (because that is OpenBSD way, so
ache
2008-08-03
1
-12
/
+16
*
Per rwatson's request:
ache
2008-07-25
1
-29
/
+17
*
Fixes based on bde's feedback.
ache
2008-07-22
1
-9
/
+9
*
Change /dev/urandom to /dev/random since urandom marked as
ache
2008-07-22
1
-1
/
+1
*
In arc4random_uniform() detect simple "power of two" case and
ache
2008-07-22
1
-1
/
+5
*
Add arc4random_uniform() function (to avoid "modulo bias")
ache
2008-07-22
1
-0
/
+45
*
Increase initially dropped bytes from 512 to 768 (768 is also
ache
2008-07-22
1
-3
/
+3
*
1) Use __packed attr on rdat structure to make it exact 128 bytes.
ache
2008-07-21
1
-10
/
+17
*
1) Update copyright notice.
ache
2008-07-21
1
-43
/
+53
*
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