Age | Commit message (Expand) | Author |
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 |
2018-10-16 | Add linker script to assis lld with building something usable that doesn't | Mark Kettenis |
2018-09-06 | fix whitespace | Jonathan Gray |
2018-08-23 | port the amd64 code for loading intel microcode on boot to i386 | Jonathan Gray |
2018-08-10 | Bump boot loader versions for softraid passphrase handling change. | Joel Sing |
2018-08-10 | Retry on incorrect passphrase for softraid crypto boot. | Joel Sing |
2018-07-11 | Detect vmm(4) in the bootloader and automatically switch to the serial | Mike Larkin |
2018-06-18 | "a = 1; b = 100; c = a * b; if (c == 0) c = 100;" | Kenneth R Westerback |
2017-12-18 | Add sizes for free() in libsa for amd64 and i386. | Frederic Cambus |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-21 | Check the hibernation signature for softraid disks and select valid bsd | YASUOKA Masahiko |
2017-06-22 | Only print the magic '&' letter on a disk if the hibernate partition is | Theo de Raadt |
2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we | Theo de Raadt |
2017-06-01 | Sync with amd64 and allow building the i386 bootstrap with clang: | Christian Weisgerber |
2017-05-08 | Guard debug printf with NETIF_DEBUG ifdef like the other debug prints. | Patrick Wildt |