aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_getrandom.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys_getrandom: fix a function reference in a commentMitchell Horne2023-07-241-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* 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