aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_getrandom.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in r356667 commentConrad Meyer2020-01-121-1/+1
* getrandom(2): Add Linux GRND_INSECURE API flagConrad Meyer2020-01-121-1/+35
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Add missed sys/limits.h includeConrad Meyer2018-03-211-0/+1
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+97