Age | Commit message (Expand) | Author |
2009-09-03 | - fix two more format strings wrt daddr64_t values | Jasper Lievisse Adriaanse |
2009-09-03 | crypto hardware (eg, hifn) establishes its interrupt handler at | David Gwynne |
2009-09-02 | Attach devices to mainbus(4) based on information from the flattened device | Mark Kettenis |
2009-09-02 | Add a minimal set of OpenFirmware compatibility interfaces. | Mark Kettenis |
2009-09-02 | check if we have access to the vnode before checking if we can write to | Federico G. Schwindt |
2009-09-02 | Backout the asyncio/aiod change, as it causes buf's to get hung. | Thordur I. Bjornsson |
2009-09-02 | Remove some out-of-date comments that are no longer present in the NetBSD | Mark Kettenis |
2009-09-02 | Bring over some more glue from isp_pci.c; makes ISP2200 SBus FC cards actually | Mark Kettenis |
2009-09-02 | take advantage of workq_queue_task. | David Gwynne |
2009-09-02 | when you add a task to a workq, it allocates memory to handle the | David Gwynne |
2009-09-02 | Invoke malloc() with the correct sizeof value in acpipwrres_foundcons(). | Miod Vallat |
2009-09-02 | pxa2x0_mmc.c: optimize the speed of the interrupt handler | Marek Vasut |
2009-09-01 | Fix: alpha DEBUG kernel failed to compile | Ariane van der Steldt |
2009-09-01 | Add initial support for ISP2200 SBus FC cards. Doesn't quite work yet, | Mark Kettenis |
2009-09-01 | Enable SBus ti(4) here as well. | Mark Kettenis |
2009-09-01 | Enable SBus ti(4) here as well. | Mark Kettenis |
2009-09-01 | Clear the IP_DF bit if no-df is enabled, not if it is not enabled. | Joel Sing |
2009-09-01 | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | Mark Kettenis |
2009-09-01 | the diff theo calls me insanae for: | Henning Brauer |
2009-09-01 | Make rtinit() cope when there is a more specific route available then | Claudio Jeker |
2009-08-30 | Add support for ISP2200 SBus FC cards. | Mark Kettenis |
2009-08-30 | When the `machine' commands part of the hppa bootloader were written, we | Miod Vallat |
2009-08-30 | Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(), | Miod Vallat |
2009-08-30 | lock the vnode before calling VOP_CLOSE() in msdofs_unmount(). | Thordur I. Bjornsson |
2009-08-30 | if nfs_namei() fails, there's no ni_startdir and the pathname buffer has | Thordur I. Bjornsson |
2009-08-30 | Link in the flattened device tree for the Thecus N1200 and register it with | Mark Kettenis |
2009-08-30 | Flattened device tree blob for the Thecus N1200. The source from which the | Mark Kettenis |
2009-08-30 | Use UVM_FLAG_FIXED for fixed allocations make with uvm_map() during early | Miod Vallat |
2009-08-30 | Add some new devices. -moj | Mats O Jansson |
2009-08-30 | Sync. -moj | Mats O Jansson |
2009-08-30 | Change name on udl device since it matches more models. -moj | Mats O Jansson |
2009-08-29 | Add forward declaration for struct to_softc such that the firmware builder | Mark Kettenis |
2009-08-29 | Unbreak the tree. | Mark Kettenis |
2009-08-29 | Build Tigon firmware on sparc as well. | Mark Kettenis |
2009-08-29 | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | Mark Kettenis |
2009-08-29 | Split the ti(4) driver into mostly bus-agnostic code and PCI-specific | Mark Kettenis |
2009-08-29 | The intention is to map the dvma map at a fixed address, so specify | Mark Kettenis |
2009-08-29 | remove more unneeded Debugger() calls from dev/ | Jasper Lievisse Adriaanse |
2009-08-29 | sync. -moj | Mats O Jansson |
2009-08-29 | Remove unused getdevunit(), only sparc and sparc64 have a need for it. | Miod Vallat |
2009-08-29 | Some more udl devices. -moj | Mats O Jansson |
2009-08-29 | submatch functions used with config_found_sm() are required to invoke the | Miod Vallat |
2009-08-29 | incorrect array bounds check in I2OVERBOSE error reporting. | Miod Vallat |
2009-08-29 | typos in comments | Miod Vallat |
2009-08-29 | Ooops, revert the last bcopy()-elimination commit. I forgot that bcopy() | Marcus Glocker |
2009-08-28 | Writing 0 to the PCI_LEGACY register *is* the proper way to disable the | Mark Kettenis |
2009-08-28 | OpenBSD/sparc64 can now be compiled without -traditional-cpp. | Joel Sing |
2009-08-28 | ofwboot can be compiled without -traditional-cpp. | Joel Sing |
2009-08-28 | Use fixed labels rather than generating them using defines. This allows | Joel Sing |
2009-08-28 | remove a bunch of unused Debugger()s. | Jasper Lievisse Adriaanse |