Age | Commit message (Expand) | Author |
8 days | Fix some typos in comments in i386/amd64 bootblocks | Mike Larkin |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-09-26 | remove unneeded psl.h include | Jonathan Gray |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-04 | Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZE | Kenneth R Westerback |
2024-06-04 | Enable hibernate/resume to nvme(4) disks with 4096 byte sectors. | Kenneth R Westerback |
2024-04-14 | with empty body loops, put final semicolon on a new line for readability | Jonathan Gray |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-07-24 | after the boot block changes on i386, sthen noticed a dmesg change | Jonathan Gray |
2023-07-22 | BOOTARG_UCODE for AMD | Jonathan Gray |
2023-05-30 | spelling | Jonathan Gray |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
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 |