summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/efiboot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Always use an allocated buffer for {Read,Write}Blocks() to makeyasuoka2021-03-172-80/+34
* spellingjsg2021-03-111-2/+2
* bios_memmap[] should not be a commonderaadt2021-01-281-2/+2
* Use daddr_t and not daddr32_t in boot media.krw2020-12-096-12/+12
* Use a 64MB block to load the kernel to deal with kernel growth.kettenis2020-10-302-4/+4
* Fix write un-protecting of kernel memory. p was used uninitializedpatrick2020-09-012-6/+6
* Improve write un-protecting of kernel memory. For the Computrace modulepatrick2020-08-272-12/+32
* additional files from libkern will be needed by clang10deraadt2020-08-021-2/+2
* crank version numberderaadt2020-06-141-2/+2
* rewrite mdrandom() in C. previously this XOR'd against rdrand if available,deraadt2020-06-142-4/+4
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* Adjust fwrandom() to return 0 for sucess, -1 for failurederaadt2020-05-251-3/+6
* Make efi_device_path_depth() return the full device path depth if we don'tkettenis2020-03-222-4/+4
* Allow amd64 boot(8) and friends to read from an ffs2 filesystem.otto2020-03-052-4/+7
* On a HP EliteBook 830 G6 the Computrace executable is located inbluhm2019-12-121-1/+33
* Pass the EFI memory map to the kernel.kettenis2019-11-292-26/+42
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-2/+3
* Several functions expect that bootdev_dip is not NULL and can bebluhm2019-11-261-1/+11
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-292-4/+4
* Network-based device paths use Messaging and not Media types. Thuspatrick2019-08-201-3/+3
* Allow PXE booting using u-boot by relaxing our requirementspatrick2019-08-132-21/+11
* crank version, following fchmod changederaadt2019-08-041-2/+2
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-032-5/+5
* Support disk write in efiboot. Requested by deraadt.yasuoka2019-07-291-14/+44
* Allow loading of bigger ucode. This implementation uses the UEFI memorykettenis2019-05-221-5/+12
* Disentangle #ifdef EFIBOOT.mlarkin2019-05-107-4/+1162
* Add support for the EFI Random Number Generator Protocol and use it to XORkettenis2019-05-053-5/+92
* Add a check to tftp_open() that we are actually opening a TFTP device.naddy2019-04-251-1/+4
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-2/+2
* crank versionsderaadt2019-04-101-2/+2
* crank version; looks good deraadtflorian2019-04-081-2/+2
* Many machines with serial ports ship with uefi firmware which does notjsg2019-03-152-8/+109
* Fix typos in memprobe address check. Diff from Andrew Daugherity.yasuoka2018-11-201-3/+4
* Bring over changes from aarch64 to fix building with ld.lld on amd64.kettenis2018-10-201-18/+20
* Tweak linker flags and objcopy invocation to make things build with lld.kettenis2018-10-132-3/+4
* Don't treat UnicodeChar == 0 as a keyboard input.yasuoka2018-08-241-2/+2
* Bump boot loader versions for softraid passphrase handling change.jsing2018-08-101-2/+2
* Retry on incorrect passphrase for softraid crypto boot.jsing2018-08-101-2/+2
* Fix efiboot not to panic when a serial which does not exist actuallyyasuoka2018-07-061-4/+5
* "a = 1; b = 100; c = a * b; if (c == 0) c = 100;"krw2018-06-181-5/+1
* crank versionderaadt2018-04-181-2/+2
* The UEFI specification states that a watchdog timer should be armed forjsg2018-03-021-1/+4
* Load the Intel microcode much earlier. So far we had loaded it afterpatrick2018-02-061-2/+2
* Fix TFTP reading of zero-size files:naddy2018-01-302-14/+15
* Add missing OpenBSD CVS tagpatrick2018-01-212-0/+2
* Implement network boot support in efiboot(8). This changes efiboot(8)patrick2017-11-257-19/+349
* Modify "machine video" command not to list mode when chaning video mode.yasuoka2017-11-061-15/+18
* Call CD-ROM devices cdN instead of hdN. Also select the booted deviceyasuoka2017-11-062-7/+11
* Add "machine gop" command to support changing graphic output mode.yasuoka2017-10-112-22/+66
* Revert previous video mode when setting GOP SetMode is failed. Thisyasuoka2017-10-061-5/+19