Age | Commit message (Expand) | Author |
2020-03-22 | Make efi_device_path_depth() return the full device path depth if we don't | Mark Kettenis |
2020-03-20 | Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 Power | Patrick Wildt |
2020-03-19 | Remove an unnecessary type cast. | Visa Hankala |
2020-03-17 | Mark a few functions as .globl such that they show up with their name | Mark Kettenis |
2020-03-13 | improve comment about the speculation barrier | Theo de Raadt |
2020-03-13 | Add speciulation barrier after the last remaining naked ERET instruction. | Mark Kettenis |
2020-03-11 | In the sigtramp the fallback SYS_exit always works, there is no reason | Theo de Raadt |
2020-03-04 | Enable all the Rockchip video drivers! | Patrick Wildt |
2020-03-03 | Add support for the BUS_DMA_NOCACHE flag to bus_dmamem_mmap(9). | Mark Kettenis |
2020-03-03 | Fix bogus bus_dmamem_mmap(9) implementation. | Mark Kettenis |
2020-03-02 | Add commented out entry fro rkdwhdmi(4). | Mark Kettenis |
2020-02-29 | Allow arm64 efiboot(8) to read from an ffs2 filesystem. ok kettenis@ | Otto Moerbeek |
2020-02-28 | sync | Theo de Raadt |
2020-02-21 | Add rkanxdp(4), rkdrm(4) and rkvop(4) to GENERIC, but keep them | Patrick Wildt |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-02-20 | controler -> controller | Jonathan Gray |
2020-02-16 | Change arm64 system call ABI to skip two instructions. This allows us to | Mark Kettenis |
2020-02-04 | Enable rge(4). | Kevin Lo |
2020-02-02 | Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-related | Theo de Raadt |
2020-02-02 | Back out previous "insert two nop instructions after svc instructions | Christian Weisgerber |
2020-02-01 | Also insert two nop instructions after svc instructions for SYS_exit | Theo de Raadt |
2020-01-26 | Add simplepanel(4), a driver for simple display panels. This one | Patrick Wildt |
2020-01-26 | Fix comment. | Mark Kettenis |
2020-01-26 | Fix spacing issue. | Mark Kettenis |
2020-01-25 | Enable umt(4) | Patrick Wildt |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-20 | Separate the stack trace saving interface from ddb. The saving does not | Visa Hankala |
2020-01-14 | Add amlsm(4), a driver for the "secure monitor" firmware interface. | Mark Kettenis |
2020-01-14 | Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs. | Mark Kettenis |
2020-01-11 | fix dup #include | Theo de Raadt |
2020-01-06 | Print a few more registers when we hit a uvm_fault in the kernel. | Mark Kettenis |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-26 | In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled. | Mark Kettenis |
2019-12-22 | Wire up ipmi(4). | Mark Kettenis |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
2019-12-17 | arm64 cpus speculatively execute instructions after ERET, and on some | Theo de Raadt |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-12-13 | noone has gpr(4) devices. | Theo de Raadt |
2019-12-03 | Add pwmfan(4), a driver for PWM-regulated fans. | Patrick Wildt |
2019-12-03 | Add rkpwm(4), a driver for the RK3399's PWM controller. | Patrick Wildt |
2019-11-29 | Add rkemmcphy(4), a driver for the RK3399's eMMC PHY. | Patrick Wildt |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. | Martin Pieuchot |
2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-23 | Enable sxisid(4). | Mark Kettenis |
2019-10-23 | store specific strings for smbios baseboard vendor, product and serial | Jonathan Gray |