| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | - Use RFHIGHPID when creating the kthread to get a more sensible pid. | John Baldwin | 2000-09-11 | 1 | -2/+3 |
| * | Large upgrade to the entropy device; mainly inspired by feedback | Mark Murray | 2000-09-10 | 6 | -177/+490 |
| * | o Fix a horrible bug where small reads (< 8 bytes) would return the | Mark Murray | 2000-07-25 | 4 | -21/+48 |
| * | Clean this up with some BDE-inspired fixes. | Mark Murray | 2000-07-23 | 3 | -35/+45 |
| * | Add randomness write functionality. This does absolutely nothing for | Mark Murray | 2000-07-17 | 2 | -1/+20 |
| * | Storing to a pointer is (effectively) atomic; no need to protect this | Mark Murray | 2000-07-11 | 2 | -10/+2 |
| * | I think I need to move the newly static variables to the random_state | Mark Murray | 2000-07-11 | 1 | -6/+5 |
| * | One should never allocate 4-kilobyte structs and such on the interrupt | Brian Feldman | 2000-07-11 | 1 | -2/+6 |
| * | Provide more splsofttq() protection for the reseed task (running out of | Mark Murray | 2000-07-10 | 1 | -1/+14 |
| * | Make sure that tasks (running out of taskqueue_swi at splsofttq) | Mark Murray | 2000-07-09 | 1 | -0/+5 |
| * | Yarrow tweaks; separate the fast and slow reseed tasks so that they don't | Mark Murray | 2000-07-09 | 2 | -11/+14 |
| * | Fix bug with a vraiable that needs to be per-process, not static; | Mark Murray | 2000-07-09 | 1 | -8/+12 |
| * | Add entropy gathering code. This will work whether the module is | Mark Murray | 2000-07-07 | 4 | -121/+365 |
| * | Staticize a variable. | Mark Murray | 2000-06-28 | 1 | -1/+1 |
| * | I am guilty of an act of ommission. There is no longer a /dev/urandom | Mark Murray | 2000-06-27 | 1 | -1/+6 |
| * | style(9) fixes from BDE. | Mark Murray | 2000-06-26 | 2 | -2/+2 |
| * | Fix include for non-module case. | Mark Murray | 2000-06-25 | 1 | -1/+1 |
| * | Fix include for the non-module case. | Mark Murray | 2000-06-25 | 1 | -1/+1 |
| * | New machine-independant /dev/random driver. | Mark Murray | 2000-06-25 | 3 | -0/+400 |