Age | Commit message (Expand) | Author |
2017-09-20 | Raise match priority such that imxocotp(4) wins over syscon(4). | Mark Kettenis |
2017-09-19 | Enable syscon(4). | Patrick Wildt |
2017-09-17 | Do not print "cpuX launched" any longer. This reduces dmesg spam | Visa Hankala |
2017-09-16 | Make sure that `fsr' is always initialized. Non-DEBUG kernels | Visa Hankala |
2017-09-16 | The copyin(9) family of functions should return EFAULT for all memory | Philip Guenther |
2017-09-15 | wrap a long line | Mike Larkin |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-12 | rename setredzone to setguardpage. | David Gwynne |
2017-09-12 | add a guard page on the end of each threads kernel stack. | David Gwynne |
2017-09-11 | Sync alpha/mips64/powerpc mutex implementations. | Martin Pieuchot |
2017-09-11 | Avoid using an uninitialised variable. Found by the clang static analyser. | Jonathan Gray |
2017-09-11 | Don't test if an array is NULL. Fixes the build with clang which raised | Jonathan Gray |
2017-09-11 | Remove whitespace in inline assembly output constraint strings. While | Jonathan Gray |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-06 | Allow two GMX instances on CN70xx/CN71xx to enable all ports | Visa Hankala |
2017-09-06 | bump UPAGES to 6. | David Gwynne |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-09-04 | Let octmmc(4) attach on revision 7890 controller. | Visa Hankala |
2017-09-03 | fix boot on older 486DX CPUs that lack CPUID. | Mike Larkin |
2017-09-02 | Let the kernel utilize the FPU if one is available, even when the | Visa Hankala |
2017-09-01 | Ansify function definitions. | Visa Hankala |
2017-09-01 | Zap stray prototype. | Visa Hankala |
2017-08-31 | Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files. | ians |
2017-08-30 | adjust ACPI resume-time saved stack location to account for a different | Mike Larkin |
2017-08-30 | Prefer copyin32() to copyin() when fetching instructions | Visa Hankala |
2017-08-29 | In previous change, misconfigured APICs were not being repaired. | Theo de Raadt |
2017-08-29 | remove uneeded includes after recent fdt header changes | Jonathan Gray |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-28 | Add rkpmic(4), a driver for the RK808 Power Management IC. For now, this | Mark Kettenis |
2017-08-27 | Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399. | Mark Kettenis |
2017-08-27 | Add mvpxa(4), a driver for the SDHC compliant controller on | Patrick Wildt |
2017-08-27 | Enable generic sdhc(4) on FDT attachment driver. | Patrick Wildt |
2017-08-27 | arm64 performance: use cache zeroing function in pmap_zero_page() | Dale Rahn |
2017-08-27 | Add glass console support for arm64. This uses the "stdout-path" property | Mark Kettenis |
2017-08-27 | Clear second return register on exec. | Mark Kettenis |
2017-08-27 | Rely on the hardware to clear hazards on octeon. | Visa Hankala |
2017-08-26 | Use copyin32() instead of a direct memory load when fetching a branch | Visa Hankala |
2017-08-26 | Use macros for Config1 bits. | Visa Hankala |
2017-08-25 | Add missing OpenBSD CVS tag | Patrick Wildt |
2017-08-25 | Add mvneta(4), a driver for the Ethernet controller on the Armada | Patrick Wildt |
2017-08-25 | Add mvmpic(4), a driver for the interrupt controller that sits between | Patrick Wildt |
2017-08-25 | Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now, | Patrick Wildt |
2017-08-25 | If SMAP is present, clear PSL_AC on kernel entry and interrupt so that | Philip Guenther |
2017-08-25 | Fix pmap_extract() to return false when there is a page table page | Visa Hankala |
2017-08-25 | Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399 | Mark Kettenis |
2017-08-25 | vmm: fix some wrong debug printf format specifiers | Mike Larkin |
2017-08-23 | If the firmware provides a framebuffer through the Graphics Output Protocol, | Mark Kettenis |
2017-08-23 | Add code to attach framebuffers found under /chosen. Taken from armv7. | Mark Kettenis |
2017-08-22 | Some small cleanups to reduce the diffs to the armv7 efiboot. | Mark Kettenis |