| Age | Commit message (Expand) | Author |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-04-21 | Mark some variables __read_mostly. | riastradh |
| 2015-04-21 | Sort includes. | riastradh |
| 2015-04-21 | Xor, not ior, to combine bits of binuptime for rnd_counter. | riastradh |
| 2015-04-14 | Move substantive part of rnd_ioctl to kern_rndq.c. | riastradh |
| 2015-04-14 | Eliminate last two cases of u_int*_t in rndpseudo.c. | riastradh |
| 2015-04-14 | Use binuptime, not microtime/nanotime as substitute cycle counter. | riastradh |
| 2015-04-14 | Include rndpool.h, rndsource.h here because we use them. | riastradh |
| 2015-04-14 | Use rnd_add_data, not rndpool_mtx and rndpool_add_data. | riastradh |
| 2015-04-13 | Gather rnd-private declarations into <dev/rnd_private.h>. | riastradh |
| 2015-04-13 | If we're going to use the queue macros, use them as intended. | riastradh |
| 2014-11-09 | add a couple of event counters. | christos |
| 2014-10-26 | Fixes and enhancements for polled entropy sources: | tls |
| 2014-09-05 | Try not to use f_data, use f_rndctx to get a correctly typed pointer. | matt |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-03-11 | kill _RUMPKERNEL ifdef | pooka |
| 2013-09-25 | Fix spurious kassert on interrupted blocking read from /dev/random. | riastradh |
| 2013-07-21 | When reading from /dev/random, block at most once in cprng_strong. | riastradh |
| 2013-07-02 | Initialize some variables to make the vax build happy. | pgoyette |
| 2013-07-01 | Fix races in /dev/u?random initialization and accounting. | riastradh |
| 2013-06-23 | Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9). | riastradh |
| 2013-06-13 | Convert the entropy pool framework from pseudo-callout-driven to | tls |
| 2012-11-25 | move context struct to a header for the benefit of fstat. | christos |
| 2012-05-19 | Fix two problems that could cause /dev/random to not wake up readers when ent... | tls |
| 2012-04-20 | Fix a bug and a compilation problem. Bug: spin mutexes don't have owners, | tls |
| 2012-04-17 | Address multiple problems with rnd(4)/cprng(9): | tls |
| 2012-03-30 | reorder initialization to improve error handling in case the system | drochner |
| 2011-12-20 | Revert previous; the #include was already present, and I got confused | apb |
| 2011-12-20 | #include "opt_compat_netbsd.h" | apb |
| 2011-12-19 | Add COMPAT_50 and COMPAT_NETBSD32 compatibility code for rnd(4) | apb |
| 2011-12-19 | Return ENOTTY, not EINVAL, when the ioctl command is unrecognised. | apb |
| 2011-12-19 | make this build with RND_DEBUG | drochner |
| 2011-12-17 | Separate /dev/random pseudodevice implemenation from kernel entropy pool | tls |