Age | Commit message (Expand) | Author |
2017-08-11 | Add glue for the USB3 controller on the rk3399-firefly. | Mark Kettenis |
2017-07-29 | Add a bcmaux(4) driver that handles clocks and interrupts for the | Mark Kettenis |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
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-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-29 | TEMPORARILY disable gap compilation, until lld is fixed/updated to | 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-13 | newbsd: target which re-links a kernel. We cannot use the bsd: target | Theo de Raadt |
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-06 | correct the depend list of a target introduced in rev 1.9 | Jonathan Gray |
2017-06-05 | track permissions of original file | Theo de Raadt |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-04 | Create gap.* with umask 007 instead of 077 to make kernel builds after | Theo Buehler |
2017-06-04 | Split early startup code out of locore.S into locore0.S. Adjust link | Patrick Wildt |
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 dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as found | Mark Kettenis |
2017-05-09 | Enable dwge(4). If the network hardware is initialized by U-Boot, the | Mark Kettenis |
2017-05-06 | Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs. | Mark Kettenis |
2017-05-05 | Add rkpinctrl(4), a driver to configure pins on Rockchip SoCs. For now, | Mark Kettenis |
2017-05-05 | Add glue to attach SDHC compliant controllers using the FDT. This makes | Mark Kettenis |
2017-04-30 | Add rkclock(4), a driver for the Rockchip RK3399 clocks. | Mark Kettenis |
2017-04-30 | Add xhci@fdt, and move ehci(4) from the sunxi block to the generic block. | Mark Kettenis |
2017-04-30 | Add rkgrf(4), a driver that makes the "generic register file" of the Rockchip | Mark Kettenis |
2017-04-29 | Add agintc(4), a driver for interrupt controllers conforming to ARM's | Mark Kettenis |
2017-04-27 | Add code to identify the CPUs on arm64 systems. The primary CPU is attached | Mark Kettenis |
2017-03-22 | Implement kernel W^X for arm64. For this purpose align the different segments | Mark Kettenis |
2017-03-10 | enable amphy(4) for udav(4) and urlphy(4) for url(4) | Jonathan Gray |
2017-03-08 | Enable msk(4). | Patrick Wildt |
2017-03-08 | Enable eephy(4). | Patrick Wildt |
2017-03-08 | Enable re(4). | Patrick Wildt |
2017-03-08 | Enable ix(4). Requested by deraadt@ | Jonathan Gray |
2017-03-08 | Enable em(4), ahci(4), nvme(4) and USB controllers attached to pci(4). | Patrick Wildt |
2017-03-07 | enable vioscsi(4) | Jonathan Gray |
2017-03-03 | enable FFS2 on armv7 and arm64 ramdisks | Jonathan Gray |
2017-03-01 | Remove SYSCALL_DEBUG arm64 has been multiuser for a while now. | Jonathan Gray |
2017-02-28 | build with USER_PCICONF to enable /dev/pci* | Jonathan Gray |
2017-02-25 | Enable ampintcmsi(4), pciecam(4), ppb(4) and virtio(4). | Patrick Wildt |
2017-02-25 | Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an | Patrick Wildt |
2017-02-24 | Hook up pciecam(4), but don't compile it yet. | Patrick Wildt |
2017-02-22 | Enable ahci(4). | Patrick Wildt |
2017-02-06 | Move cache and tlb flush functions, which were mostly inline assembly, | Patrick Wildt |
2017-02-05 | Ask for a generic armv8-a encoding rather than one based on and tuned | Jonathan Gray |
2017-02-05 | Add option PCIVERBOSE. | Patrick Wildt |
2017-01-26 | The only difference between armv7 and arm64 fdt virtio attachments is an | Jonathan Gray |
2017-01-25 | Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7 | Mark Kettenis |
2017-01-25 | enable plrtc(4) and psci(4) | Jonathan Gray |
2017-01-25 | Silence warnings caused by LLVM upgrade. | Patrick Wildt |