Age | Commit message (Expand) | Author |
2020-03-21 | Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception: | Otto Moerbeek |
2020-03-20 | Disable apm(4) on the floppy ramdisk and keep the cd one in sync. | Otto Moerbeek |
2020-03-20 | Declare pci_intr_map_msix() as static inline instead of using a define. | Martin Pieuchot |
2020-03-09 | Recommit, now that we found out how to fix the BIOS related issues: go | Otto Moerbeek |
2020-03-07 | Revert previous, there are BIOS that do not like these changes. | Otto Moerbeek |
2020-02-28 | Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem. | Otto Moerbeek |
2020-02-28 | oops, tsc value is 64 bit. | Theo de Raadt |
2020-02-28 | oops some snapshot tests fell in | Theo de Raadt |
2020-02-28 | sync | Theo de Raadt |
2020-02-27 | in rdrand() timeout, if the rdrand instruction fails to fetch entropy | Theo de Raadt |
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-10 | When attempting to disabe TSX avoid uninitialised var use for Intel cpus | Jonathan Gray |
2020-01-24 | cleanup unused headers generated by config | Jonathan Gray |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-22 | rm rtfps driver. disabled and man page doesn't inspire much confidence. | Ted Unangst |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-20 | remove esp at pcmcia attachment. it doesn't even compile. | Ted Unangst |
2020-01-20 | Separate the stack trace saving interface from ddb. The saving does not | Visa Hankala |
2020-01-05 | consistently uppercase pci product defines | Jonathan Gray |
2020-01-04 | remove AMD64 strings from pcidevs | Jonathan Gray |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-23 | The boot loader allows to inspect memory with the hexdump command. | Alexander Bluhm |
2019-12-20 | Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL. | Jonathan Gray |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
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-08 | Bye bye options KVM86 and VM86 | Martin Pieuchot |
2019-12-08 | Remove kernel VM86 support. | Martin Pieuchot |
2019-12-06 | Retire piixpcib(4). | Martin Pieuchot |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-19 | Enable rge(4). | Kevin Lo |
2019-11-18 | Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernet | Kevin Lo |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-09 | move NT eflag clearing after register saving, otherwise %eax is | Theo de Raadt |
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-06 | 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 | store specific strings for smbios baseboard vendor, product and serial | Jonathan Gray |
2019-10-20 | Improve previous | kn |
2019-10-20 | Document "set db_console 0|1" | kn |
2019-10-12 | i386: apm(4), esm(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing | Theo de Raadt |
2019-08-22 | unused variable, after previous commit | Theo de Raadt |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-04 | Fix a typo I noticed reviewing the smbios code cleanup diff. | kmos |
2019-08-04 | Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce | Mark Kettenis |