Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys/random.h: add GRND_INSECURE from linux v5.6 | Szabolcs Nagy | 2020-09-09 | 1 | -0/+1 |
| | | | | | | | added in linux commit 75551dbf112c992bc6c99a972990b3f272247e23 random: add GRND_INSECURE to return best-effort non-cryptographic bytes | ||||
* | add getrandom syscall wrapper | Hauke Mehrtens | 2018-02-22 | 1 | -0/+19 |
This syscall is available since Linux 3.17 and was also implemented in glibc in version 2.25 using the same interfaces. |