Age | Commit message (Expand) | Author |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-22 | Remove unused code. | Mark Kettenis |
2017-09-21 | Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC. | Patrick Wildt |
2017-09-20 | Raise match priority such that imxocotp(4) wins over syscon(4). | Mark Kettenis |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | 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-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-31 | Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files. | ians |
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-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 | Add glass console support for arm64. This uses the "stdout-path" property | Mark Kettenis |
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-21 | Pass the address of the EFI system table and the EFI memory map through | Mark Kettenis |
2017-08-18 | change email address in licenses to ians@openbsd.org | ians |
2017-08-15 | Convert to FDT-based interrupt establish API. | Patrick Wildt |
2017-08-15 | Apply KNF and fix whitespaces. | Patrick Wildt |
2017-08-15 | Apply KNF and fix whitespaces. | Patrick Wildt |
2017-08-14 | Add the amdisplay(4) and nxphdmi(4) drivers. | ians |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-07 | Add "machine exit" and "machine poweroff" commands to the arm64 and armv7 | Mark Kettenis |
2017-07-31 | Back out previous commit but handle the case where the device path consists | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-25 | Enable dwdog(4) such that Rockchip RK3288 devices can reboot. | Mark Kettenis |
2017-07-25 | Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSD | Mark Kettenis |
2017-07-25 | The Cortex-A17 TRM explicitly says that there is an intermediate table | Mark Kettenis |
2017-07-24 | Enable pcxrtc(4). | Mark Kettenis |
2017-07-24 | Port amd64's updates to the device path comparison to armv7. Fixes | Patrick Wildt |
2017-07-23 | Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found on | Mark Kettenis |
2017-07-23 | Replace CPWAIT with an isb instruction, which is the proper way to make sure | Mark Kettenis |
2017-07-18 | Add sdmmc support for the i.MX6UL variant of the i.MX6 series. This | Patrick Wildt |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-18 | Add clock support for the i.MX6UL variant of the i.MX6 series. The | Patrick Wildt |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-05 | Enable NFSCLIENT to let installation over NFS work. | Visa Hankala |
2017-07-04 | zap .o, put both .c at deraadt@'s request | Marc Espie |
2017-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-29 | 0xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32. | Theo de Raadt |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-22 | Fix the remaining ';;'s in sys/ | Tom Cosgrove |
2017-06-14 | Split early startup code out of armv7_start.S into locore0.S. Adjust | Patrick Wildt |
2017-06-13 | newbsd: target which re-links a kernel. We cannot use the bsd: target | Theo de Raadt |
2017-06-12 | Backout last change to remove esym .data patching because it breaks | Marcus Glocker |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |