index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
arc4random.c
Age
Commit message (
Expand
)
Author
2012-06-15
update arc4random from bug #885
Peter S. Mazinger
2012-06-15
arc4random.c: replace a comment
Peter S. Mazinger
2012-06-15
stdlib.h, arc4random.c: fix arc4random return type to u_int32_t
Peter S. Mazinger
2012-06-15
arc4random.c: use smallint for rs_initialized
Peter S. Mazinger
2012-06-15
arc4random.c: move arc4_getbyte up
Peter S. Mazinger
2011-03-09
arc4random.c, stdlib.h: get rid of hidden arc4random_stir
Peter S. Mazinger
2011-03-03
style update
Peter S. Mazinger
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2006-02-13
Don't compile arc4random if option not set
Peter S. Mazinger
2006-02-08
janlana writes in Bug 700: use standard uint* types rather than u_int
Mike Frysinger
2006-01-17
correct prototypes and 1 reloc less
Peter S. Mazinger
2006-01-14
adapt to new hidden
Peter S. Mazinger
2006-01-08
import the arc4random() function by ashes in Bug 90
Mike Frysinger