Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1f6a48b2 | 2022-08-03 02:03:05 | Sync arc4random(3) implementation from OpenBSD Closes: #12 | ||
| ef5faeb5 | 2018-05-20 19:20:33 | Update few RCS keyword contents to match BSD originals This will slightly reduce the delta, and makes it easier to compare the sources. | ||
| 07c76b66 | 2017-06-05 06:17:27 | Do not use legacy BSD u_* types Some systems do not have these types available, and they are simply convenience aliases. Instead use the expanded versions which are more portable. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=101192 | ||
| 874a0e51 | 2015-09-23 19:39:47 | Update arc4random module from OpenBSD and LibreSSL Rework arc4random_stir() and arc4random_addrandom() code over the new internal API, and documentation in the man page. Adapt the code to the local build system. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=85827 |