Age | Commit message (Expand) | Author |
2021-06-25 | Move unused eficall.h files to the Attic. | Kenneth R Westerback |
2021-06-10 | Sync efid_io() with the recent improvements kettenis@ made to | Kenneth R Westerback |
2021-06-08 | Replace hand rolled memory allocation in efid_io() with | Kenneth R Westerback |
2021-06-07 | "intrisic" -> "intrinsic" in a couple of comments. | Kenneth R Westerback |
2021-06-07 | Replace all uses of 'EFI_CALL(func, params)' with | Kenneth R Westerback |
2021-06-04 | Remove now unused eficall.S. | Kenneth R Westerback |
2021-06-04 | yasuoka@ pointed out that amd64 clang now understands | Kenneth R Westerback |
2021-06-02 | Use the same logic in all copies of gpt_chk_mbr(), relaxing the | Kenneth R Westerback |
2021-05-23 | Some machines (e.g. some Intel Macs) have a EFI memory map with more than | Mark Kettenis |
2021-03-17 | Always use an allocated buffer for {Read,Write}Blocks() to make | YASUOKA Masahiko |
2021-03-11 | spelling | Jonathan Gray |
2021-01-28 | bios_memmap[] should not be a common | Theo de Raadt |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-10-30 | Use a 64MB block to load the kernel to deal with kernel growth. | Mark Kettenis |
2020-09-01 | Fix write un-protecting of kernel memory. p was used uninitialized | Patrick Wildt |
2020-08-27 | Improve write un-protecting of kernel memory. For the Computrace module | Patrick Wildt |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-06-14 | crank version number | 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 fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2020-03-22 | Make efi_device_path_depth() return the full device path depth if we don't | Mark Kettenis |
2020-03-05 | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. | Otto Moerbeek |
2019-12-12 | On a HP EliteBook 830 G6 the Computrace executable is located in | Alexander Bluhm |
2019-11-29 | Pass the EFI memory map to the kernel. | Mark Kettenis |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-26 | Several functions expect that bootdev_dip is not NULL and can be | Alexander Bluhm |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-08-20 | Network-based device paths use Messaging and not Media types. Thus | Patrick Wildt |
2019-08-13 | Allow PXE booting using u-boot by relaxing our requirements | Patrick Wildt |
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-07-29 | Support disk write in efiboot. Requested by deraadt. | YASUOKA Masahiko |
2019-05-22 | Allow loading of bigger ucode. This implementation uses the UEFI memory | Mark Kettenis |
2019-05-10 | Disentangle #ifdef EFIBOOT. | Mike Larkin |
2019-05-05 | Add support for the EFI Random Number Generator Protocol and use it to XOR | Mark Kettenis |
2019-04-25 | Add a check to tftp_open() that we are actually opening a TFTP device. | Christian Weisgerber |
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-08 | crank version; looks good deraadt | Florian Obser |
2019-03-15 | Many machines with serial ports ship with uefi firmware which does not | Jonathan Gray |
2018-11-20 | Fix typos in memprobe address check. Diff from Andrew Daugherity. | YASUOKA Masahiko |
2018-10-20 | Bring over changes from aarch64 to fix building with ld.lld on amd64. | Mark Kettenis |
2018-10-13 | Tweak linker flags and objcopy invocation to make things build with lld. | Mark Kettenis |
2018-08-24 | Don't treat UnicodeChar == 0 as a keyboard input. | YASUOKA Masahiko |
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-06 | Fix efiboot not to panic when a serial which does not exist actually | YASUOKA Masahiko |
2018-06-18 | "a = 1; b = 100; c = a * b; if (c == 0) c = 100;" | Kenneth R Westerback |
2018-04-18 | crank version | Theo de Raadt |