aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getentropy.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Misc compiler warning fixes in lib/libcAlan Somers2020-09-271-0/+1
* getentropy(3): Trap non-API errnos from getrandom(2) and abortConrad Meyer2018-10-201-5/+14
* In r331279 the code used ENOSYS to check the existence of getrandom(2).Xin LI2018-08-201-8/+29
* Update userland arc4random() with OpenBSD's Chacha20 based arc4random().Xin LI2018-08-191-1/+26
* Workaround ECAPMODE for kernels between revision [331280, 337999)Xin LI2018-08-181-1/+1
* getentropy(3): Fallback to kern.arandom sysctl on older kernelsConrad Meyer2018-03-211-1/+34
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+70