Age | Commit message (Expand) | Author |
2020-04-06 | Update my email address. | Paul Irofti |
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 |
2019-12-20 | Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code. | Visa Hankala |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-12-01 | this hexdump tie-in is incorrect, disable for now | Theo de Raadt |
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-04 | Add ogx(4), a driver for the OCTEON III network processor. | Visa Hankala |
2019-11-01 | Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having | Theo de Raadt |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-07 | octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@ | cheloha |
2019-09-29 | Configure USB port power control if the power GPIO is defined in fdt. | Visa Hankala |
2019-09-29 | Add option to configure GPIO output select. | Visa Hankala |
2019-09-28 | rename the 'cn30xx' drivers to just 'oct', because digits inside devices | Theo de Raadt |
2019-09-24 | Enable eephy(4) on octeon. | Visa Hankala |
2019-09-22 | Remove unused register dump lists. | Visa Hankala |
2019-09-22 | Simplify stat register access. | Visa Hankala |
2019-09-22 | Ignore non-host ports silently. | Visa Hankala |
2019-09-20 | Remove an unused function. | Visa Hankala |
2019-09-20 | Pass interface number as an explicit parameter to avoid decoding. | Visa Hankala |
2019-09-15 | Attach packet interfaces to octpip to use fdt. | Visa Hankala |
2019-09-15 | Add a driver for the packet input processing unit. For now, the purpose | Visa Hankala |
2019-09-15 | Add the pip unit into the fdt blob. | Visa Hankala |
2019-09-07 | Enable nvme(4) on octeon. | Visa Hankala |
2019-09-07 | Add a driver for the PCIe controller found on OCTEON II and OCTEON III. | Visa Hankala |
2019-09-05 | Implement splassert() on mips64. | Visa Hankala |
2019-09-05 | Adjust interrupt priority levels on mips64 so that priorities | Visa Hankala |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-09-01 | Make it clearer where message "spurious interrupt" comes from. | Visa Hankala |
2019-08-04 | Ensure that a posted write completes when re-enabling interrupts | Visa Hankala |
2019-08-04 | Remove the old, unfinished octeon bootloader. | Visa Hankala |
2019-08-04 | Revise the way how the octeon bootloader is built. The original | Visa Hankala |
2019-08-01 | Fix fd leak that broke disk_close(). | Visa Hankala |
2019-07-31 | Fix kmem access on octeon. Currently, mem_layout lists segments that | Visa Hankala |
2019-07-28 | Link octeon bootloader to the build. | Visa Hankala |
2019-07-28 | Add a dedicated ramdisk entry for the octeon bootloader to reduce | Visa Hankala |
2019-07-28 | With the DWC2 reset in place, dwctwo(4) should be safe to use | Visa Hankala |
2019-07-28 | Put DWC2 controller into reset mode on (pseudo-)shutdown to make | Visa Hankala |
2019-07-28 | Fix trimming of newline. | Visa Hankala |
2019-07-17 | Disable for now. | Visa Hankala |
2019-07-17 | Adjust search of symbol table pointers to match with the bootloader. | Visa Hankala |
2019-07-17 | Add a bootloader for octeon. | Visa Hankala |
2019-07-12 | Remove unnecessary extern declarations. | Visa Hankala |
2019-07-12 | Make rootdev parsing a little saner. The "rootdev=" prefix can be | Visa Hankala |
2019-07-05 | If there is no explicit device class match for a given boot device, | Visa Hankala |
2019-06-24 | Add option to build octeon kernels using clang. | Visa Hankala |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-06-20 | Fix misleading code. The kernel keeps using the original boot | Visa Hankala |