Age | Commit message (Expand) | Author |
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 |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-08 | Remove esym (.data) patching. Thanks to Mark we stopped requiring this | Patrick Wildt |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-05-21 | Add clocks for SD/MCC controller on Exynos 5420/5800. | Mark Kettenis |
2017-05-21 | Remove exesdhc(4). This driver was never finished and has been replaced | Mark Kettenis |
2017-05-21 | Add support for the SD/MMC controller found on Samsuung Exynos5. | Mark Kettenis |
2017-05-07 | Sync FDT code with arm64. | Mark Kettenis |
2017-05-05 | Move dwge(4) glue into dev/fdt. | Mark Kettenis |
2017-05-02 | Zap silly diagnostic reboot message. | Mark Kettenis |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-11 | Recognize break conditions and enter ddb if ddb.console is set. | Mark Kettenis |
2017-03-24 | Implement a driver for Marvell's AHCI controller. This is in essence | Patrick Wildt |
2017-03-24 | Implement a driver for Marvell's XHCI controller. This is in essence | Patrick Wildt |
2017-03-24 | Bump resolution of frequencies from kHz to Hz, since that is what the | Patrick Wildt |
2017-03-24 | Mainline u-boot on the ClearFog seems to insert an empty memory region | Patrick Wildt |
2017-03-15 | Fix building profiling kernels by passing the -p flag to config(8) | Theo Buehler |
2017-03-12 | Hook exclock(4) up to the clock framework using a dummy implementation that | Mark Kettenis |
2017-03-12 | Enable exdwusb(4) and xhci(4). | Mark Kettenis |
2017-03-11 | Hook up exgpio(4) to the gpio framework. | Mark Kettenis |
2017-03-11 | Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent(). | Jonathan Gray |
2017-03-11 | Enable exrtc(4). | Mark Kettenis |
2017-03-10 | Use regmap interface to power up the PHY block. | Mark Kettenis |
2017-03-10 | Missed this file in the deplatformization commit. | Mark Kettenis |