Age | Commit message (Expand) | Author |
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 |
2004-07-20 | Allow a kernel to specify wd* as root or swap device; | Miod Vallat |
2004-07-20 | Move tag word to the right location in `struct envxmm'. | Mark Kettenis |
2004-07-19 | Recognize the daughter board type, if any - but it is not supported yet. | Miod Vallat |
2004-07-19 | After a work queue has been aborted and the abort has been acknowledged, | Miod Vallat |
2004-07-19 | When we want to thaw all work queues we care about, do it correctly. | Miod Vallat |
2004-07-19 | Direct REQUEST_SENSE commands to the correct target, instead of always | Miod Vallat |
2004-07-19 | Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this moment | Artur Grabowski |
2004-07-18 | Typos | Miod Vallat |
2004-07-18 | minor space savings | Theo de Raadt |
2004-07-18 | shrink | Theo de Raadt |
2004-07-17 | Wait for output to be drained when sabtty is the console output port; | Miod Vallat |
2004-07-16 | dothan est support, from some netbsd guy, tedu ok | Theo de Raadt |
2004-07-16 | merge old_identifycpu with identifycpu and remove old_identifycpu | David Krause |
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove |
2004-07-15 | put int into a type | Theo de Raadt |
2004-07-15 | spaces | Theo de Raadt |