Age | Commit message (Expand) | Author |
2011-01-01 | Do not fold the MD5 in half. This might have made sense to someone when | Theo de Raadt |
2011-01-01 | comment cleanup | Theo de Raadt |
2010-12-31 | make randomattach do the parts of it's job in the right order, then move | Theo de Raadt |
2010-12-31 | cleanup the ioctl function | Theo de Raadt |
2010-12-31 | delete includes we do not need | Theo de Raadt |
2010-12-31 | further improvements describing what we are doing | Theo de Raadt |
2010-12-31 | all random nodes have been arc4-based for a while, so none of them ever | Theo de Raadt |
2010-12-30 | be more cynical about boot-time entropy, and fold time and entropy data in. | Theo de Raadt |
2010-12-29 | knf | Theo de Raadt |
2010-12-29 | Since there is only one random_state, we can access it directly without | Theo de Raadt |
2010-12-29 | arc4random_count is not used; other things inside rndstats do the accounting | Theo de Raadt |
2010-12-29 | the rnd_debug stuff was not useful | Theo de Raadt |
2010-12-29 | kill RND_ARND_OLD, and decrease RND_NODEV to account for it; ok djm | Theo de Raadt |
2010-12-29 | Remove the get_random_bytes() API. | Theo de Raadt |
2010-12-29 | the random ioctl stuff is not very useful. I want to see all the | Theo de Raadt |
2010-12-24 | try to update the monster comment at the top of this file to explain | Theo de Raadt |
2010-12-22 | rewrite randomwrite() for clarity after discussion with mikeb | Theo de Raadt |
2010-11-21 | adding timer randomness in ioctl doesn't really help and looks suspicious. | Ted Unangst |
2010-10-02 | remove support for srandom and urandom. direct everyone to arandom instead. | Ted Unangst |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-06-05 | Sanity check: we overrun the rnd_ed[] array if nbits is 32, but that | Philip Guenthe |
2008-12-15 | remove i386-only inline assembler roll() function; gcc optimises the | Damien Miller |
2008-11-24 | extra decl not needed; spotted by djm | Theo de Raadt |
2008-11-24 | allow entropy to be queued before randomattach() is called | Theo de Raadt |
2008-11-24 | Seed the random pool with the dmesg buffer at randomattach(). | Marco Pfatschbacher |
2008-10-15 | kernel/5592: yield() between copying out large chunks of random data to | Damien Miller |
2008-10-10 | minor 3 was /dev/prandom, which used random(). make that use the | Theo de Raadt |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-11 | correct long since bitrotted comments | Damien Miller |
2008-06-10 | reorder functions and variables in rnd.c so they are more logically | Damien Miller |
2008-06-09 | simplify math for arc4random_uniform() suggested by | Damien Miller |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller |
2008-03-02 | Add a arc4random_uniform() that returns a uniformly distributed number | Damien Miller |
2007-12-29 | switch from spls to mutexes for protecting the random state. | David Gwynne |
2007-10-15 | zero the right object, not some hunk of stack; ok henric@ | Damien Miller |
2007-10-15 | Switch arc4random to using routines from crypto/arc4.[ch], and rework | Damien Miller |
2007-10-09 | MALLOC -> malloc | Gilles Chehade |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2006-04-11 | make this use nanotime, not microtime; ok mickey@ | Damien Miller |
2005-07-31 | use monotonic time for repeat event detections; feedback and ok deraadt@ | Damien Miller |
2005-07-07 | fix accounting bug on extraction - we were incorrectly subtracting many times | Damien Miller |
2005-05-27 | De-inline a couple of long functions, which also makes them debugger-visible.... | Hakan Olsson |
2005-03-04 | Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@ | Robert Nagy |
2005-01-27 | poll can ever deny reads for srandom only; millert@ ok | Michael Shalayeff |
2005-01-27 | In randompoll() the write check was overriding the results of the read check. | Todd C. Miller |
2004-07-21 | remove a few inlines from funcs that are used more than once and make code bi... | Michael Shalayeff |
2004-07-06 | use MALLOC/FREE for fixed size buffer allocations | Michael Shalayeff |