summaryrefslogtreecommitdiff
path: root/libc/stdlib/arc4random.c
AgeCommit message (Expand)Author
2017-03-17Discard 3072 bytes instead of 256 bytesLoganaden Velvindron
2012-06-15update arc4random from bug #885Peter S. Mazinger
2012-06-15arc4random.c: replace a commentPeter S. Mazinger
2012-06-15stdlib.h, arc4random.c: fix arc4random return type to u_int32_tPeter S. Mazinger
2012-06-15arc4random.c: use smallint for rs_initializedPeter S. Mazinger
2012-06-15arc4random.c: move arc4_getbyte upPeter S. Mazinger
2011-03-09arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger
2011-03-03style updatePeter S. Mazinger
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2006-02-13Don't compile arc4random if option not setPeter S. Mazinger
2006-02-08janlana writes in Bug 700: use standard uint* types rather than u_intMike Frysinger
2006-01-17correct prototypes and 1 reloc lessPeter S. Mazinger
2006-01-14adapt to new hiddenPeter S. Mazinger
2006-01-08import the arc4random() function by ashes in Bug 90Mike Frysinger