| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | Boris Popov | 2000-09-12 | 13 | -166/+201 |
| * | Back out bktr_mem_load. It is not needed because I'm use MODULE_DEPEND | Roger Hardiman | 2000-09-12 | 1 | -1/+0 |
| * | o Variety of extended attribute fixes | Robert Watson | 2000-09-12 | 1 | -26/+39 |
| * | Fix screwup in previous commit. | Bill Fumerola | 2000-09-12 | 1 | -1/+3 |
| * | Fix some printf format string warnings due to sizeof(int) != sizeof(long) on | John Baldwin | 2000-09-11 | 2 | -12/+12 |
| * | Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enable | Mike Smith | 2000-09-11 | 1 | -1/+1 |
| * | Add tx to the list of miibus using network drivers. We already build tx in | Bill Fumerola | 2000-09-11 | 2 | -0/+2 |
| * | Move tx to the list of drivers that now require miibus. | Bill Fumerola | 2000-09-11 | 2 | -2/+2 |
| * | Well, this works for me and I can now boot my PC164 again. | Matt Jacob | 2000-09-11 | 1 | -34/+41 |
| * | Add the ability to define a "shutdown" and "shutdown and poweroff" key | David Malone | 2000-09-11 | 4 | -0/+27 |
| * | Sign tx driver as using miibus code. | Semen Ustimenko | 2000-09-11 | 2 | -4/+4 |
| * | Back out previous revision now that sys/random.h is properly fixed. | John Baldwin | 2000-09-11 | 1 | -2/+0 |
| * | Forward declare 'struct proc'. | John Baldwin | 2000-09-11 | 1 | -0/+2 |
| * | Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so that | John Baldwin | 2000-09-11 | 4 | -4/+4 |
| * | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | Archie Cobbs | 2000-09-11 | 1 | -3/+2 |
| * | revent multiple make_dev() calls on the same dev_t and similar bogosities. | Poul-Henning Kamp | 2000-09-11 | 1 | -0/+16 |
| * | Prevent multiple make_dev() calls on the same dev_t and similar bogosities. | Poul-Henning Kamp | 2000-09-11 | 2 | -0/+2 |
| * | Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when we | Roger Hardiman | 2000-09-11 | 1 | -4/+5 |
| * | Add bktr_mem_loader, default to NO. | Roger Hardiman | 2000-09-11 | 1 | -0/+1 |
| * | Change to SI_ORDER_FIRST to make sure this module runs before | Roger Hardiman | 2000-09-11 | 1 | -1/+2 |
| * | Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load the | Roger Hardiman | 2000-09-11 | 2 | -1/+3 |
| * | The alpha doesn't have a eflags register, so don't refer to it here. | John Baldwin | 2000-09-11 | 2 | -4/+0 |
| * | Add #include's of sys/proc.h and sys/param.h to silence a warning. | John Baldwin | 2000-09-11 | 1 | -0/+2 |
| * | Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr. | John Baldwin | 2000-09-11 | 1 | -1/+1 |
| * | Fix a 64-bitism. Use size_t instead of int for 4th argument to copyinstr. | John Baldwin | 2000-09-11 | 1 | -1/+2 |
| * | Don't tell printf() to output a sign when printing out a value as hex. | John Baldwin | 2000-09-11 | 1 | -1/+1 |
| * | - Remove duplicate cp_time declaration. | John Baldwin | 2000-09-11 | 1 | -4/+2 |
| * | Relocate sys/systm.h #include to quiet warning. | John Baldwin | 2000-09-11 | 1 | -1/+1 |
| * | Add a nasty hack to get remote kernel gdb working from ddb. ddb would | John Baldwin | 2000-09-11 | 2 | -0/+18 |
| * | When doing statistics for statclock on other CPU's, use the other CPUs' | John Baldwin | 2000-09-11 | 7 | -21/+21 |
| * | - Use RFHIGHPID when creating the kthread to get a more sensible pid. | John Baldwin | 2000-09-11 | 2 | -4/+6 |
| * | aio processes need to have the Giant mutex before doing work. | John Baldwin | 2000-09-11 | 1 | -0/+1 |
| * | Add malloc_mtx to protect malloc and friends, so that they're thread-safe. | Jason Evans | 2000-09-11 | 1 | -1/+30 |
| * | Rename tsleep to msleep and add a mutex argument, which is | Jake Burkholder | 2000-09-11 | 3 | -5/+24 |
| * | Allow interrupt threads to run during shutdown. This should fix the | Jason Evans | 2000-09-10 | 1 | -2/+15 |
| * | Fix this so that we actually define HAVE_PNP when its available. | Doug Rabson | 2000-09-10 | 1 | -2/+2 |
| * | Update to build both bktr and bktr_mem modules | Roger Hardiman | 2000-09-10 | 3 | -26/+34 |
| * | Remove the manipulation of the Giant mutex from the interrupt entry | Doug Rabson | 2000-09-10 | 1 | -10/+0 |
| * | Use '&' instead of '%' to calculate the new value for ktr_idx. | Doug Rabson | 2000-09-10 | 1 | -2/+2 |
| * | Update to driver 2.15. | Roger Hardiman | 2000-09-10 | 7 | -26/+307 |
| * | Provide keyboard entropy harvesting for PCVT users. | Mark Murray | 2000-09-10 | 2 | -0/+5 |
| * | Harvest mouse events for the entropy device in a better place. In the | Mark Murray | 2000-09-10 | 2 | -3/+4 |
| * | The entropy driver module has changed name. | Mark Murray | 2000-09-10 | 1 | -1/+1 |
| * | Move the include of <sys/systm.h> so that KTR gets a declaration for | Doug Rabson | 2000-09-10 | 3 | -3/+3 |
| * | Large upgrade to the entropy device; mainly inspired by feedback | Mark Murray | 2000-09-10 | 16 | -359/+986 |
| * | Bump up version as a result of the recent changes to kernel path, | Daniel C. Sobral | 2000-09-10 | 1 | -0/+1 |
| * | Bump up version as a result of the recent changes to kernel path, | Daniel C. Sobral | 2000-09-10 | 1 | -0/+1 |
| * | Change NOFORTH comment character from # to \ followed by space, | Daniel C. Sobral | 2000-09-10 | 1 | -1/+1 |
| * | Fix printf warnings in CTRx calls. | Doug Rabson | 2000-09-10 | 1 | -18/+18 |
| * | Move the include of <sys/systm.h> so that KTR gets a declaration for | Doug Rabson | 2000-09-10 | 1 | -1/+1 |