about summary refs log tree commit diff
path: root/library/std/src/sys/unix/rand.rs
AgeCommit message (Expand)AuthorLines
2022-10-06Revert "Use getentropy when possible on all Apple platforms"BlackHoleFox-56/+38
2022-08-25Use getentropy when possible on all Apple platformsBlackHoleFox-38/+56
2022-08-08Replace pointer casting in hashmap_random_keys with safe codeBlackHoleFox-9/+9
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-1/+2
2022-06-13Horizon OS STD supportMeziu-3/+13
2022-05-21Use GRND_INSECURE instead of /dev/urandom when possibleJason A. Donenfeld-0/+15
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2021-08-10STD support for the ESP-IDF frameworkivmarkov-2/+7
2021-07-10Change `weak!` and `linkat!` to macros 2.0Aris Merchant-0/+4
2021-04-19Move `sys::vxworks` code to `sys::unix`Christiaan Dirkx-1/+28
2020-11-16Try weak symbols for all linux syscall! wrappersJosh Stone-1/+1
2020-11-16linux: try to use libc getrandom to allow interpositionJosh Stone-3/+12
2020-07-27mv std libs to library/mark-0/+230