Age | Commit message (Expand) | Author |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2022-12-30 | Actually hide the clang-15 workaround behind the COMPILER_VERSION check | Jeremie Courreges-Anglas |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-27 | Ansify pxe_netif_close() and {,pxe}socktodesc() | Jeremie Courreges-Anglas |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-09-02 | Adopt a terser specification of an MBR partition table of | Kenneth R Westerback |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-09-01 | Delete force CHS remnants here too. | Kenneth R Westerback |
2022-08-15 | drop detection code for 386sx/386dx CPUs | Daniel Dickman |
2022-07-07 | retire NexGen CPU identification code | Daniel Dickman |
2022-06-27 | zap extraneous .Pp | Jason McIntyre |
2022-06-27 | Delete the ancient "hold Shift key to force CHS" code. Noone has needed | Theo de Raadt |
2022-05-24 | fdisk(8) no longer uses the partition table it finds in | Kenneth R Westerback |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-29 | off-by-one check didn't recognize partition 'a' section on specified | Theo de Raadt |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-07-08 | sys/lib/libz isn't configured for lazy optimizations to save space because | Theo de Raadt |
2021-02-23 | remove some unused includes | Jonathan Gray |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-06-19 | fold the TSC value in fewer operations, same result; ok deraadt@ | Christian Weisgerber |
2020-06-15 | Check rdrand for success and try up to ten times, as recommended by Intel. | Christian Weisgerber |
2020-06-14 | do not need assym.h | Theo de Raadt |
2020-06-14 | crank version number | Theo de Raadt |
2020-06-14 | asm versions of mdrandom() no longer needed | Theo de Raadt |
2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, | Theo de Raadt |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Adjust mdrandom() to also return 0 for success, -1 for failure | Theo de Raadt |
2020-03-21 | Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception: | Otto Moerbeek |
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 |
2019-12-23 | The boot loader allows to inspect memory with the hexdump command. | Alexander Bluhm |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-09 | move NT eflag clearing after register saving, otherwise %eax is | 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-20 | Improve previous | kn |
2019-10-20 | Document "set db_console 0|1" | kn |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-06-08 | When loading intel microcode in the non-efi case, error if the file is | Jonathan Gray |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-10 | crank versions | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-08 | crank version; looks good deraadt | Florian Obser |
2019-03-07 | Return early in ucode loading if cpuid is not available. Should fix | Jonathan Gray |
2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ | anton |
2018-12-16 | Avoid using a too big bounce buffer by splitting up large reads. Allows | Otto Moerbeek |
2018-12-10 | Ensure that we close the file descriptor after loading microcode. | Joel Sing |
2018-12-10 | Do not call free on a non-allocated pointer. | Joel Sing |