| Age | Commit message (Expand) | Author |
| 2009-11-01 | rnd_sample_allocate_isr: pass correct flag to pool_get(). | rmind |
| 2009-09-14 | Be more naughty and don't even include <machine/cpu_counter.h> for | pooka |
| 2009-09-13 | Wipe out the last vestiges of POOL_INIT with one swift stroke. In | pooka |
| 2009-09-08 | rnd_wakeup_readers() uses rndpool_mtx for its own consistency | pooka |
| 2009-09-08 | Be naughty and avoid #ifdef __HAVE_CPU_COUNTER in rump -- it's a | pooka |
| 2009-05-05 | Add device scope actions for rnd(4) and use them. | elad |
| 2008-08-16 | mark callout mpsafe, next comes moving some of the (silly) estimator | dan |
| 2008-08-16 | g/c unused #define | dan |
| 2008-08-16 | replace splsoftclock protection of the rndpool and related state with | dan |
| 2008-08-16 | replace splvm() protection of sample queue and device state with a mutex | dan |
| 2008-08-16 | remove unnecessary splvm() calls around simple pool_get/put, obsoleted | dan |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-05 | No need to break after return. | elad |
| 2007-01-05 | Use a single kauth(9) call. | elad |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-23 | Adjust comment for rnd_add_uint32() to reflect changes in rev 1.50. Fixes | jmcneill |
| 2006-09-20 | Constification. | cube |
| 2006-09-03 | add missing initializer | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-02-17 | In rnd_add_uint32(), there's no need to check for rs == NULL since | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - add const | christos |
| 2005-04-15 | Don't ENXIO on open("/dev/random") if there is not enough | drochner |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-11-29 | splvm should be enough to protect rnd sample queue and rnd_mempool | yamt |
| 2004-04-25 | Initialise (most) pools from a link set instead of explicit calls | simonb |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-16 | use strlcpy | itojun |
| 2003-02-05 | Replace machine/rnd.h with more appropriate name to share it | nakayama |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-11-10 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-09 | Account for 1 bit of entropy for each timestamp added during | dan |
| 2002-10-08 | Comment initialisation conditions for rnd better, and don't uselessly | dan |
| 2002-10-08 | mix in another counter when the psuedo-device attachment is called, | dan |
| 2002-10-07 | mix in another counter when called if not yet satisfied | dan |
| 2002-10-07 | Add counter info at source attach time too, since there might be some | dan |
| 2002-10-07 | cleaner and safer version of the previous, for arch's that may define | dan |
| 2002-10-07 | stir in something at initialisation | dan |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |