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