CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/06/13 02:26:10
Modified files:
sys/dev : rnd.c
sys/kern : syscalls.master
include : unistd.h
lib/libc/sys : Makefile.inc
Added files:
lib/libc/sys : getentropy.2
Log message:
Add new getentropy() system call. Code and pressure from matthew.
I accepted that he's right (again) to seperate this out from heavy
sysctl API and this will simply a variety of things. Functionname
is not used by anyone in the ports tree, so we guess we can use it.
Shocking that no application has a function called this.
ok matthew & others who pushed him to start this early on