| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 1.3: check that we have at least a 586 class CPU before probing | Ian Dowse | 2005-02-12 | 1 | -0/+3 |
| * | Merge randomdev_soft.c:1.5, 1.6, 1.7 from HEAD to RELENG_5: | Robert Watson | 2004-11-29 | 1 | -58/+52 |
| * | MFC: Don't adjust the random device kthread's priority to PUSER when | John Baldwin | 2004-11-24 | 1 | -2/+4 |
| * | Perform a lockless read to test whether an entropy havesting fifo is | Robert Watson | 2004-08-11 | 1 | -0/+4 |
| * | Add module versions. | Mark Murray | 2004-08-02 | 1 | -0/+1 |
| * | Start the entropy device insecure/unblocked. I'll be handing over | Mark Murray | 2004-07-18 | 2 | -5/+3 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+4 |
| * | Trim a few things from the dmesg output and stick them under bootverbose to | John Baldwin | 2004-07-01 | 1 | -1/+3 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -6/+6 |
| * | Add some missing <sys/module.h> includes which are masked by the | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Add a Davies-Meyer style hash to the output. This is still pure | Mark Murray | 2004-04-17 | 1 | -11/+123 |
| * | More removal of the abortive locking code; malloc buffers when | Mark Murray | 2004-04-17 | 1 | -4/+12 |
| * | Attempts to make this device Giant-free were ill-conceived as | Mark Murray | 2004-04-16 | 2 | -14/+9 |
| * | Default to harvesting everything. This is to help give a faster | Mark Murray | 2004-04-16 | 2 | -4/+4 |
| * | Fix "sleeping without a mutex" panic. | Mark Murray | 2004-04-12 | 1 | -3/+6 |
| * | Fix pc98 build. | Yoshihiro Takahashi | 2004-04-11 | 1 | -3/+3 |
| * | Reorganise the entropy device so that high-yield entropy sources | Mark Murray | 2004-04-09 | 12 | -421/+788 |
| * | kthread_exit() no longer requires Giant, so don't force callers to acquire | John Baldwin | 2004-03-05 | 1 | -1/+0 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Correct the cleanup of the alias dev_t for /dev/urandom: being an | Poul-Henning Kamp | 2004-02-12 | 1 | -3/+1 |
| * | Fix a major faux pas of mine. I was causing 2 very bad things to | Mark Murray | 2003-11-20 | 1 | -12/+56 |
| * | Overhaul the entropy device: | Mark Murray | 2003-11-17 | 5 | -123/+101 |
| * | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -1/+1 |
| * | Make sure we get all user-written input. This simplifies the | Mark Murray | 2003-11-02 | 1 | -14/+5 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -4/+12 |
| * | Change the sleep identifier to "-" where random normally sleeps. | Poul-Henning Kamp | 2003-07-02 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -14/+8 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove srandom(): | Andrey A. Chernov | 2003-02-05 | 1 | -6/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Fix a buffer overrun in /dev/random which, due to the nature of the | Mark Murray | 2002-12-12 | 1 | -3/+4 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | Remove #ifdef'ed Giant mutex wrappers round debugging statements. | Mark Murray | 2002-09-21 | 2 | -10/+0 |
| * | No functional change. Fix comments and whitespace. | Mark Murray | 2002-09-21 | 1 | -4/+3 |
| * | Upgrade the random device to use a "real" hash instead of building | Mark Murray | 2002-07-15 | 3 | -54/+11 |
| * | Fix really dumb braino of mine; cast a sizeof() to an int, which it is | Mark Murray | 2002-04-21 | 1 | -1/+1 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -2/+2 |
| * | Provide infrastructure for harvesting SWI entropy. | Mark Murray | 2002-03-03 | 1 | -0/+3 |
| * | Massive lint-inspired cleanup. | Mark Murray | 2002-03-03 | 6 | -70/+84 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -2/+2 |
| * | Staticise the random_state array. | Mike Smith | 2002-01-10 | 2 | -5/+3 |
| * | o Modify open() and close() for /dev/random to use securelevel_gt() instead | Robert Watson | 2001-09-26 | 1 | -6/+16 |
| * | Use the passed in thread to selrecord() instead of curthread. | John Baldwin | 2001-09-21 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -7/+8 |
| * | Fix a minor buglet/typo here that gcc3 complains about. | Peter Wemm | 2001-09-10 | 1 | -1/+1 |
| * | Fix type warnings. | Mark Murray | 2001-07-20 | 1 | -4/+8 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -6/+8 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 2 | -0/+2 |
| * | Fix nasty corruption problem where a 64bit variable was being used | Mark Murray | 2001-03-28 | 1 | -8/+6 |