summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/arc4random.c
Commit message (Expand)AuthorAgeFilesLines
* stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston2018-09-061-1/+1
* Only define static locks in multithreaded modeThomas Preud'homme2017-02-131-0/+8
* Move arc4random Cygwin only code to CygwinSebastian Huber2016-03-211-15/+0
* Only export arc4random_stir and arc4random_addrandom on CygwinCorinna Vinschen2016-03-181-8/+5
* Add arc4random_stir and arc4random_addrandom for OpenBSD compatibilityCorinna Vinschen2016-03-181-0/+18
* Add arc4random() etc. from OpenBSD 5.8Sebastian Huber2016-03-181-0/+195