| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | Allow bog-standard ioctls through. There are really handled in | Mark Murray | 2001-03-25 | 1 | -1/+9 |
| * | Silence (harmless) warnings. | Mark Murray | 2001-03-24 | 1 | -0/+1 |
| * | Very large makeover of the /dev/random driver. | Mark Murray | 2001-03-10 | 7 | -458/+504 |
| * | Take down a comment that is no longer true. | Mark Murray | 2001-03-03 | 1 | -4/+0 |
| * | Provide the infrastructure for sysadmins to select the broad class | Mark Murray | 2001-02-18 | 2 | -1/+16 |
| * | Make a big improvement to entropy-harvesting speed by not having any | Mark Murray | 2001-02-11 | 2 | -66/+41 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 2 | -37/+37 |
| * | Fix typos: initalise -> initialise. | Jeroen Ruigrok van der Werven | 2001-02-08 | 1 | -5/+5 |
| * | Remove NOBLOCKRANDOM as a compile-time option. Instead, provide | Mark Murray | 2001-01-14 | 3 | -20/+58 |
| * | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 3 | -3/+3 |
| * | Major speedup to /dev/random and the kernel thread that reseeds it. | Mark Murray | 2000-12-02 | 2 | -93/+103 |
| * | Fix safety-net code. While technically a bug, I'm delighted to see | Mark Murray | 2000-11-26 | 1 | -1/+1 |
| * | D'uh. The explicit reseed was happening at the wrong security/privelige | Mark Murray | 2000-11-25 | 1 | -1/+1 |
| * | Greatly improve the boot-up unblocking time of the entropy device. | Mark Murray | 2000-11-25 | 3 | -4/+19 |
| * | More comment changing. Keep documentation in one place. | Mark Murray | 2000-11-25 | 1 | -4/+2 |
| * | Correct a comment. This represents a very minor policy change of my | Mark Murray | 2000-11-25 | 1 | -2/+0 |
| * | Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) | Mark Murray | 2000-11-25 | 4 | -37/+34 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | As the blocking model has seems to be troublesome for many, disable | Mark Murray | 2000-10-27 | 1 | -0/+5 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 2 | -2/+2 |
| * | Attempt to fix the random read blocking. The old code slept at | Peter Wemm | 2000-10-18 | 1 | -14/+13 |
| * | After some complaints about the dir names, the random device is | Mark Murray | 2000-10-14 | 5 | -61/+139 |
| * | Remove unneeded includes. | Mark Murray | 2000-09-21 | 4 | -9/+0 |
| * | Include <sys/proc.h> to silence suser() compiler warning. | Robert Watson | 2000-09-18 | 1 | -0/+1 |
| * | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | John Baldwin | 2000-09-14 | 1 | -2/+2 |
| * | The "struct proc" argument to read_random was ill-conceived, and a | Mark Murray | 2000-09-12 | 2 | -2/+2 |
| * | Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so that | John Baldwin | 2000-09-11 | 2 | -2/+2 |