| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to define a "shutdown" and "shutdown and poweroff" key | dwmalone | 2000-09-11 | 7 | -0/+47 |
* | Sign tx driver as using miibus code. | semenu | 2000-09-11 | 2 | -4/+4 |
* | Back out previous revision now that sys/random.h is properly fixed. | jhb | 2000-09-11 | 1 | -2/+0 |
* | Forward declare 'struct proc'. | jhb | 2000-09-11 | 1 | -0/+2 |
* | Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so that | jhb | 2000-09-11 | 4 | -4/+4 |
* | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | archie | 2000-09-11 | 1 | -3/+2 |
* | Arrgh. Back out a change used during debugging and fix a typo. | bmah | 2000-09-11 | 1 | -2/+2 |
* | New release notes: OpenSSH->2.2.0, binutils->2.10.0, libreadline->4.1, | bmah | 2000-09-11 | 2 | -0/+36 |
* | revent multiple make_dev() calls on the same dev_t and similar bogosities. | phk | 2000-09-11 | 1 | -0/+16 |
* | Prevent multiple make_dev() calls on the same dev_t and similar bogosities. | phk | 2000-09-11 | 2 | -0/+2 |
* | Note MFC: killall(1) as a C program, boot98cfg(8) for i386. | bmah | 2000-09-11 | 2 | -7/+11 |
* | Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when we | roger | 2000-09-11 | 1 | -4/+5 |
* | Add bktr_mem_loader, default to NO. | roger | 2000-09-11 | 1 | -0/+1 |
* | Change to SI_ORDER_FIRST to make sure this module runs before | roger | 2000-09-11 | 1 | -1/+2 |
* | Mark a path up with Pa. | sheldonh | 2000-09-11 | 1 | -1/+2 |
* | Whitespace-only change: apply normal line breaking style. | sheldonh | 2000-09-11 | 1 | -15/+21 |
* | Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load the | roger | 2000-09-11 | 2 | -1/+3 |
* | The alpha doesn't have a eflags register, so don't refer to it here. | jhb | 2000-09-11 | 2 | -4/+0 |
* | Add warning from Sheldon and others about stale modules | imp | 2000-09-11 | 1 | -0/+20 |
* | Add #include's of sys/proc.h and sys/param.h to silence a warning. | jhb | 2000-09-11 | 1 | -0/+2 |
* | Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr. | jhb | 2000-09-11 | 1 | -1/+1 |
* | Fix a 64-bitism. Use size_t instead of int for 4th argument to copyinstr. | jhb | 2000-09-11 | 1 | -1/+2 |
* | Don't tell printf() to output a sign when printing out a value as hex. | jhb | 2000-09-11 | 1 | -1/+1 |
* | - Remove duplicate cp_time declaration. | jhb | 2000-09-11 | 1 | -4/+2 |
* | Relocate sys/systm.h #include to quiet warning. | jhb | 2000-09-11 | 1 | -1/+1 |
* | Forced commit to note that the previous commit only applied to the alpha | jhb | 2000-09-11 | 0 | -0/+0 |
* | Add a nasty hack to get remote kernel gdb working from ddb. ddb would | jhb | 2000-09-11 | 2 | -0/+18 |
* | When doing statistics for statclock on other CPU's, use the other CPUs' | jhb | 2000-09-11 | 7 | -21/+21 |
* | - Use RFHIGHPID when creating the kthread to get a more sensible pid. | jhb | 2000-09-11 | 2 | -4/+6 |
* | aio processes need to have the Giant mutex before doing work. | jhb | 2000-09-11 | 1 | -0/+1 |
* | Add malloc_mtx to protect malloc and friends, so that they're thread-safe. | jasone | 2000-09-11 | 1 | -1/+30 |
* | Add scant documentation for msleep. | jake | 2000-09-11 | 2 | -1/+20 |
* | Rename tsleep to msleep and add a mutex argument, which is | jake | 2000-09-11 | 3 | -5/+24 |
* | Allow interrupt threads to run during shutdown. This should fix the | jasone | 2000-09-10 | 1 | -2/+15 |
* | Set h_errno when an error is encountered. | nectar | 2000-09-10 | 1 | -2/+9 |
* | Make default interface work. | ume | 2000-09-10 | 2 | -10/+8 |
* | Fix a few style oddities. | green | 2000-09-10 | 1 | -6/+6 |
* | Fix a goof in timevaldiff. | green | 2000-09-10 | 1 | -1/+1 |
* | Fix this so that we actually define HAVE_PNP when its available. | dfr | 2000-09-10 | 1 | -2/+2 |
* | Update to build both bktr and bktr_mem modules | roger | 2000-09-10 | 3 | -26/+34 |
* | Remove the manipulation of the Giant mutex from the interrupt entry | dfr | 2000-09-10 | 1 | -10/+0 |
* | Moved boot0cfg into IBM-PC only section (MACHINE=="i386"). | kato | 2000-09-10 | 1 | -1/+5 |
* | Use '&' instead of '%' to calculate the new value for ktr_idx. | dfr | 2000-09-10 | 1 | -2/+2 |
* | pmcd_value is actually a quad_t. | dwmalone | 2000-09-10 | 1 | -1/+1 |
* | Update to driver 2.15. | roger | 2000-09-10 | 7 | -26/+307 |
* | Provide keyboard entropy harvesting for PCVT users. | markm | 2000-09-10 | 2 | -0/+5 |
* | Harvest mouse events for the entropy device in a better place. In the | markm | 2000-09-10 | 2 | -3/+4 |
* | The entropy driver module has changed name. | markm | 2000-09-10 | 1 | -1/+1 |
* | Forced commit. | markm | 2000-09-10 | 0 | -0/+0 |
* | Move the include of <sys/systm.h> so that KTR gets a declaration for | dfr | 2000-09-10 | 3 | -3/+3 |