Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport getentropy changes from deraadt@ on MAIN | bcook | 2018-12-15 | 1 | -28/+5 |
| | | | | | | | | | Saw a mention somewhere a while back that the gotdata() function in here could creates non-uniformity since very short fetches of 0 would be excluded. blocks of 0 are just as random as any other data, including blocks of 4 4 4.. This is a misguided attempt to identify errors from the entropy churn/gather code doesn't make sense, errors don't happen. ok bcook | ||||
* | Update the link for the getentropy(2) manual to man.openbsd.org/ | tb | 2016-08-07 | 1 | -2/+2 |
| | | | | ok deraadt@ | ||||
* | unify files further | deraadt | 2015-09-11 | 1 | -8/+8 |
| | |||||
* | unify versions, so they are easier to diff. | deraadt | 2015-08-25 | 1 | -2/+2 |
| | |||||
* | mix in more virtual memory and process information | bcook | 2015-01-07 | 1 | -2/+4 |
| | |||||
* | add initial HP-UX getentropy/arc4random support. | bcook | 2015-01-06 | 1 | -0/+417 |
patch from Kinichiro Inoguchi, tested on HP-UX 11.31 ok deraadt@ |