Age | Commit message (Expand) | Author |
2024-08-02 | getentropy(2) is in POSIX-2024, so adjust the #include visibility, | Philip Guenther |
2024-06-14 | Make arc4random() depend on less subsystems by decoupling extract_entropy() | Claudio Jeker |
2024-06-04 | In dequeue_randomness() use an atomic instruction to increase the | Claudio Jeker |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-11-03 | Style: always use *retval and never retval[0] in syscalls, | Philip Guenther |
2022-10-13 | Make comment match the code. | Theo Buehler |
2022-02-06 | s/poll/pool | Rob Pierce |
2021-03-06 | ansi | Jonathan Gray |
2020-06-15 | slight copyright update regarding recent work | Theo de Raadt |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-29 | 3 includes not needed | Theo de Raadt |
2020-05-27 | Update comment block at the top to describe (a) the ring damage logic, | Theo de Raadt |
2020-05-26 | Rewrite the entropy enqueue ring to collect damage asyncronously, and adapt the | Theo de Raadt |
2020-05-25 | For large reads from /dev/random, use the arc4random_ctx_*() functions | Christian Weisgerber |
2020-05-25 | Pass bootblock indicator RB_GOODRANDOM to random_start(). Future work | Theo de Raadt |
2020-05-18 | During the rekey operation, we feedback 1 word to the lowest level. | Theo de Raadt |
2020-05-16 | entropy_add_ptr and entropy_input_rotate are only used inside | Theo de Raadt |
2020-05-16 | be more consistant about with using sizeof(object) rather than the constant | Theo de Raadt |
2020-05-15 | Describe the purpose of add_entropy_words() in simpler terms. | Theo de Raadt |
2020-05-15 | The description of the enqueue_randomness() input parameter was crazy untrue. | Theo de Raadt |
2020-05-15 | Explain enqueue_randomness() better. It is the supply-entropy function, | Theo de Raadt |
2020-05-15 | The long explanation for CRC stirring isn't helping. If anything | Theo de Raadt |
2020-05-15 | The main comment block from 1996 has become highly inaccurate and | Theo de Raadt |
2020-05-15 | remove unneccessary include files | Theo de Raadt |
2020-03-06 | Make sure 'ts' is initialized. | tobhe |
2020-03-02 | previous commit accidentally aliased two unique timeouts | Theo de Raadt |
2020-03-01 | rename functions and types unrelated to the higher-level arc4 API | Theo de Raadt |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-02-09 | Situation occur where bootloader cannot supply kernel with early | Theo de Raadt |
2018-02-08 | Do not hardcode key length. Pointed out by jsing@ | mortimer |
2018-02-08 | Use a temporary chacha instance to fill large randomdata sections. Avoids | mortimer |
2017-11-26 | Don't mention XOR as a mix-in function since addition is done since 1.180 | Mike Belopuhov |
2017-11-19 | Remove interlocks between producers and consumers of randomness data | Mike Belopuhov |
2017-07-30 | clang (and newer gcc at high -O) are unaware that objects placed in strange | Theo de Raadt |
2017-03-15 | spelling and whitespace | Theo de Raadt |
2016-12-08 | fix spelling errors and typos, from Michael W. Bombardieri | Theo de Raadt |
2016-10-18 | when openbsd.randomdata was made readonly, the proto seed copy got done | Theo de Raadt |
2016-10-07 | another unused variable bites the dust. spotted by deraadt | Ted Unangst |
2016-10-07 | the old time delta code is no longer used. nothing reads these values. | Ted Unangst |
2016-09-23 | kern.arandom no longer exists | Theo de Raadt |
2016-09-22 | Stop pushing version & cfdata into as entropy, since the contents are | Theo de Raadt |
2016-09-04 | Rototil the _rs_clearseed() function once more such that we don't map pages | Mark Kettenis |
2016-09-03 | Since the initial entropy pool is 8192 bytes, we need three pages to create | Mark Kettenis |
2016-09-01 | openbsd.randomdata became RO in userland due to the RELRO work. We should | Theo de Raadt |
2016-07-15 | Remove unused re_nbits from dev/rnd.c | Tom Cosgrove |
2016-05-23 | remove the sysctl kern.random counters, since none of the remaining | Theo de Raadt |
2016-05-17 | Change the random event buffer from a queue to an endless ring. This way | Ted Unangst |