CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/01 19:53:21
Modified files:
include : unistd.h
sys/sys : syslimits.h
lib/libc/sys : getentropy.2
sys/dev : rnd.c
Log message:
getentropy(2) is in POSIX-2024, so adjust the #include visibility,
change the "too much" error to EINVAL, add GETENTROPY_MAX to
<limits.h> (via sys/syslimits.h), and update the manpage.
ok deraadt@
