Age | Commit message (Expand) | Author |
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 |
2017-08-21 | Pass the address of the EFI system table and the EFI memory map through | Mark Kettenis |
2017-08-21 | vmm (i386): Move CPUID masks to vmmvar.h | pd |
2017-08-20 | vmd: Allow only upward migration | pd |
2017-08-20 | crank to 6.2-beta | Theo de Raadt |
2017-08-20 | vmm: don't mangle %rax on OUT instructions if vmd(8) modified the exit | Mike Larkin |
2017-08-20 | fix a mem range calculation error that made vmm reject otherwise valid | Mike Larkin |
2017-08-20 | Add Cortex-A55 and Cortex-A75 part numbers. | Jonathan Gray |
2017-08-20 | The codepatch chunks for SMEP slac & clac can placed in .rodata because | Theo de Raadt |
2017-08-19 | Equalize the use of LINKFLAGS and STRIPFLAGS with other mips64 ports. | Visa Hankala |
2017-08-19 | Use --warn-common when linking. | Visa Hankala |
2017-08-19 | Put ${LD} in double quotes in MAKE_GAP, like has been done elsewhere. | Visa Hankala |
2017-08-18 | change email address in licenses to ians@openbsd.org | ians |
2017-08-18 | We just need arc4random() for kernel stack random bias (modulo bios happens | Tom Cosgrove |
2017-08-17 | Fix typo in comments: s/return/returns/ in "a function that never return." | Tom Cosgrove |