| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
2) say that the data comes from the random(4) subsystem, so that curious
people can go read up on how this works
|
| |
|
| |
|
|
|
|
|
| |
that a certain kind of people don't go bonkers over "what is entropy".
it is what it is, input to PRNG's.
|
|
|
|
| |
this lurking in a tree
|
| |
|
|
|
|
|
|
|
|
| |
buffersize is enforced strictly, this supplies sufficient entropy
payload to act as seed material. Discourage general use of this
API, but lock down this function name as the go-to for userland
PRNG seeding. Improve documentation.
ok miod 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
|