about summary refs log tree commit diff
path: root/src/libstd/sys/unix/rand.rs
AgeCommit message (Expand)AuthorLines
2017-11-09Use getrandom syscall for all Linux and Android targets.Marco A L Barbosa-50/+5
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-215/+74
2017-10-31Fix NR_GETRANDOM for linux x32Marco A L Barbosa-1/+3
2017-09-24The Magenta kernel is now called Zircon.P.Y. Laligand-4/+4
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-2/+2
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-4/+0
2016-11-04std: Track change to cprng syscall signature (Fuchsia)Raph Levien-8/+20
2016-10-24Add support for kernel randomness for FuchsiaRaph Levien-1/+53
2016-10-08Use less `size_t` casts in libstd since it's now defined as `usize`Tobias Bucher-3/+3
2016-09-09Add s390x supportUlrich Weigand-4/+10
2016-08-21Use the kernel arc4rand for FreeBSD OsRng.Aaron Gallagher-1/+52
2016-08-21Reduce duplication in std::sys::unix::rand.Aaron Gallagher-29/+25
2016-04-20rand: add comments about getrandom() fallbackDoug Goldstein-0/+8
2016-04-19rand: don't block before random pool is initializedDoug Goldstein-1/+8
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+273