Age | Commit message (Expand) | Author |
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat |
2004-07-30 | Might count timer interrupts as well (oops). | Miod Vallat |
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat |
2004-07-29 | Better diagnostic message on MVME188 interrupt handler, when we are unable to | Miod Vallat |
2004-07-28 | Nuke option JEFF_DEBUG for good. | Miod Vallat |
2004-07-28 | Remove EH_DEBUG code. | Miod Vallat |
2004-07-28 | Keep exception specific defines in the exception handling code, instead of | Miod Vallat |
2004-07-28 | In the never-ending saga of getting gcc to work reliably on m88k, today's | Miod Vallat |
2004-07-27 | Add per-device evcount interrupt counters; also use LIST_xxx macros in isr.c | Miod Vallat |
2004-07-27 | Factorize exception handling code. The only different part between luna88k | Miod Vallat |
2004-07-26 | Typos in comments. | Miod Vallat |
2004-07-26 | Regen | Miod Vallat |
2004-07-26 | Remove orphaned prototypes. | Miod Vallat |
2004-07-26 | Provide a real pmap_proc_iflush() routine. | Miod Vallat |
2004-07-26 | Shrink more code if option PTRACE is not set; also use ss_put_value() | Miod Vallat |
2004-07-25 | Merge luna88k and mvme88k pmap. The pmap will now assume that the memory | Miod Vallat |
2004-07-24 | New, working, profiling code for m88k. | Miod Vallat |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller |
2004-07-24 | intr_establish() and related defines are mvme88k-only, so move them back from | Miod Vallat |
2004-07-24 | better operated entities and quantities in raw functions | Michael Shalayeff |
2004-07-23 | Better fix for the ttymodem issue. | Miod Vallat |
2004-07-23 | Eventually get the MVME188 reset sequence to work, and allow it to return | Miod Vallat |
2004-07-23 | Be more careful when handling interrupts - especially the first one after | Miod Vallat |
2004-07-23 | Better delay code for MVME188. Should make console and network much more | Miod Vallat |
2004-07-23 | Move luna88k and mvme88k vm_machdep to m88k-agnostic code area. | Miod Vallat |
2004-07-23 | Nuke getdevunit(). | Miod Vallat |
2004-07-22 | Make the inline bzero() of the U area much more readable. | Miod Vallat |
2004-07-22 | Grammar. | Miod Vallat |
2004-07-22 | Reset pcb_onfault to NULL before invoking uvm_fault(). | Miod Vallat |
2004-07-22 | Remove redundant or useless section modifiers. | Miod Vallat |
2004-07-22 | Do not use db_printf() to trace data access exceptions. | Miod Vallat |
2004-07-22 | Change a printf+Debugger pair into a panic. | Artur Grabowski |
2004-07-22 | Use mutex instead of SIMPLELOCK for locking the tlb shootdown queues | Artur Grabowski |
2004-07-22 | mutex instead of SIMPLELOCK for mp ddb. | Artur Grabowski |
2004-07-22 | Fix access to direct mapped memory through /dev/kmem. | Artur Grabowski |
2004-07-21 | swapped byte swapping in raw vs non-raw funcs and missed swapping in rw8; fro... | Michael Shalayeff |
2004-07-21 | Fix conversion of interrupt frame to trap frame. | Mark Kettenis |
2004-07-21 | regen | Michael Shalayeff |
2004-07-20 | Forgot to put this chunk in. | Miod Vallat |
2004-07-20 | Properly initialize FPU state if it hasn't been used yet. | Mark Kettenis |
2004-07-20 | add cdce | Daniel Hartmeier |
2004-07-20 | Let the boot device detection code handle secondary SCSI buses. | Miod Vallat |
2004-07-20 | Work in progress to support daughterboards. The driver now will attach a | Miod Vallat |
2004-07-20 | Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing as | Daniel Hartmeier |
2004-07-20 | Use sc_print_addr for error messages. | Miod Vallat |
2004-07-20 | Use mutex instead of SIMPLELOCK for protecting ddb on mp systems. | Artur Grabowski |
2004-07-20 | Use mutex where we used to protect pmap internals with SIMPLELOCK. | Artur Grabowski |
2004-07-20 | MD mutex implementation on amd64. | Artur Grabowski |
2004-07-20 | MD mutex implementation for i386. | Artur Grabowski |
2004-07-20 | #include "npx.h" | Mark Kettenis |