Age | Commit message (Expand) | Author |
2006-05-07 | Add bio framework (not functional yet). | Marco Peereboom |
2006-05-07 | add a name to rwlock so that we can tell where procs are getting stuck | Ted Unangst |
2006-05-07 | remove drain hooks from pool. | Ted Unangst |
2006-05-07 | Oops, correct import this time. | Miod Vallat |
2006-05-07 | fix pmap debug code and only compile it when PMAPDEBUG is defined. | Robert Nagy |
2006-05-07 | Add abstraction for resistor factor; makes it easier to compare them to | Mark Kettenis |
2006-05-07 | No need to mask misaligned address exceptions for global flush or invalidate | Miod Vallat |
2006-05-07 | Oops, correct import this time. | Miod Vallat |
2006-05-07 | Move the userland stack at the top of the userland address space. | Miod Vallat |
2006-05-07 | Nuke TRACE_DEBUG code. Half of it was useless, and the other half was either | Miod Vallat |
2006-05-07 | Do not panic on MVME188 if the abort switch is pressed while we are at ipl 7 | Miod Vallat |
2006-05-07 | Long due update from a.out to ELF (slightly different) relocation defines, | Miod Vallat |
2006-05-07 | Missing license block; from art@ | Miod Vallat |
2006-05-07 | forgot to remove this sentence from the comment | Nikolay Sturm |
2006-05-07 | .globl PTDsize; mickey obviously doesn't test before he commits | Mark Kettenis |
2006-05-07 | fix a typo and some KNF. | Brad Smith |
2006-05-07 | - Remove unreachable bus_dmamap_unload() in em_dma_malloc(). | Brad Smith |
2006-05-07 | - Return if there is nothing to do in the interrupt handler. | Brad Smith |
2006-05-07 | Default to Ultra DMA Mode 6 not 5 when we know we have a native | Jonathan Gray |
2006-05-07 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
2006-05-06 | initialize the propolice cookie more carefully so -fstack-protector-all | Theo de Raadt |
2006-05-06 | Sync VM games on startup with earlier pmap_table[] cleanups. | Miod Vallat |
2006-05-06 | Decide whether we are running on 88100 or 88110 upon the processor | Miod Vallat |
2006-05-06 | The SPI in a TDB is actually stored in network order. Make sa synchronisation | Ryan Thomas McBride |
2006-05-06 | Fix bracketing messed up in KNF commit 1.86, allows sasyncd to reliably | Ryan Thomas McBride |
2006-05-06 | On 88100-based systems, take the two hardwired BATC into account in | Miod Vallat |
2006-05-06 | remove a block of duplicated defines, ok marco | Peter Stromberg |
2006-05-06 | if the fan data rate is per second convert it to per minute, ok marco | Peter Stromberg |
2006-05-06 | somehow PTDsize got lost from the pae diff; found by kettenis@ | Michael Shalayeff |
2006-05-06 | fix the untested comment. | Brad Smith |
2006-05-06 | - Add vge(4), lge(4), hme(4), mtd(4), luphy(4) and ciphy(4) | Brad Smith |
2006-05-06 | restore ALTQ support which was lost with rev 1.87 | Brad Smith |
2006-05-06 | add ciss(4) to the untested section, 530[24]'s exist with Alpha specific | Brad Smith |
2006-05-05 | Oops, correct import this time. | Miod Vallat |
2006-05-04 | scaled version of ld.d and st.d is obviously not a 64 bit transaction, | Miod Vallat |
2006-05-04 | Even better control register name display logic. | Miod Vallat |
2006-05-04 | Document the 88110 extended (80-bit) floating point format. | Miod Vallat |
2006-05-04 | eneble -> enable | Miod Vallat |
2006-05-04 | Now that .S files have proper dependencies, do not hardcode dependencies | Miod Vallat |
2006-05-04 | free resources on close; found by Alexandre Ratchov <alex@caoua.org> | Michael Shalayeff |
2006-05-04 | fix interrupt out transfers | Jolan Luff |
2006-05-03 | Overhaul of the disassembler code, with random fixes, better conditionnal | Miod Vallat |
2006-05-03 | Fix a (documented) logic botch in inst_load(). | Miod Vallat |
2006-05-03 | Provide a function pointer that allows for the wdc reset | Jonathan Gray |
2006-05-03 | regen | Brad Smith |
2006-05-03 | add the Neterion Xframe-II 10GbE product id. | Brad Smith |
2006-05-02 | Replace db_{disable,enable}_interrupts with expanded version of themselves, | Miod Vallat |
2006-05-02 | Wave goodbye to bugtty on mvme88k as well. | Miod Vallat |
2006-05-02 | The r128 driver also need the 0xb0000-0xc0000 address range. found by Jolan@. | Matthieu Herrb |
2006-05-02 | * Plug memory leak if init fails; ok gwk@ | Patrick Latifi |