Age | Commit message (Expand) | Author |
2016-03-30 | Better support for alphas without all IEEE-mode instructions | Andrew Fresh |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-30 | some oce(4) work, it appears | Theo de Raadt |
2016-03-29 | Some sparc64 pci frame buffers incorrectly have the `depth' property | Mark Kettenis |
2016-03-29 | make the ie(4)s bpf_mtap_ether outgoing packets like all the other drivers | David Gwynne |
2016-03-29 | Enable bytgpio(4) here as well. | Jonathan Gray |
2016-03-28 | Enable bytgpio(4). | Mark Kettenis |
2016-03-24 | Kill commented out & unused CI_CURPRIORITY. | Martin Pieuchot |
2016-03-24 | Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits. | Philip Guenther |
2016-03-23 | Cleanup SCTLR mask to only include bits that are actually defined on | Patrick Wildt |
2016-03-22 | Remove support for ARM11. This was the last unused and unmaintained | Patrick Wildt |
2016-03-22 | Remove support for ARM10. | Patrick Wildt |
2016-03-22 | Remove support for ARM9E. This is another step in the plan to remove | Patrick Wildt |
2016-03-22 | Remove defines for unsupported chips, add V5TEJ and remove incorrect | Jonathan Gray |
2016-03-21 | On Octeon systems, U-Boot provides a list of usable memory regions. Use | Visa Hankala |
2016-03-21 | Plug a memory leak in vnet(4) ioctl code path. | Stefan Sperling |
2016-03-19 | Attach dwctwo(4) only on Octeon models that have a DWC2 controller. | Visa Hankala |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-03-19 | Remove support for the XScale 80200. We don't use it, it didn't compile | Patrick Wildt |
2016-03-19 | Remove support for IXP425. This is another architecture that is not | Patrick Wildt |
2016-03-19 | Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and | Patrick Wildt |
2016-03-18 | IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16. | Jonathan Gray |
2016-03-18 | Remove support for ARM9T (armv4t). Not used by any of the arm platforms. | Jonathan Gray |
2016-03-18 | Remove support for ARM8, an old armv4 processor without thumb that was | Jonathan Gray |
2016-03-18 | add octuctl, a driver for the Octeon II usb controller interface, and | Jonathan Matthew |
2016-03-17 | Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling | Martin Pieuchot |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-03-15 | not compiled before commit | Theo de Raadt |
2016-03-15 | Burn more LDT deadwood: stop allocating one for each idle thread, | Philip Guenther |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-14 | Convert sparc drivers bpp and magma to uiomove | Stefan Kempf |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-03-10 | Remove the explicit map invalidation, free() is going to overwrite | Tobias Ulmer |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-09 | Unmask interrupts unconditionnally before calling the generic trap handler. | Martin Pieuchot |
2016-03-09 | Convert DDB_REGS -> &ddb_regs, inputs and ok naddy@ | Martin Pieuchot |
2016-03-09 | Add a comment to the vcpu state enum to remind people there is a matching | Mike Larkin |
2016-03-09 | Induce an exit in a running vcpu if an interrupt is asserted (pending). | Mike Larkin |
2016-03-08 | Change where we note the 'last' pcpu we ran on. This is needed for upcoming | Mike Larkin |
2016-03-08 | Remove an outdated comment and fix some error case printfs that were | Mike Larkin |
2016-03-08 | additional debug printfs | Mike Larkin |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-07 | remove needless malloc cast | mmcc |
2016-03-06 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-06 | Rename mips64's trap_frame into trapframe. | Martin Pieuchot |
2016-03-06 | DDB_REGS -> ddb_regs | Martin Pieuchot |