index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amd64
/
stand
/
efiboot
Age
Commit message (
Expand
)
Author
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
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
Jonathan Gray
2018-02-06
Load the Intel microcode much earlier. So far we had loaded it after
Patrick Wildt
2018-01-30
Fix TFTP reading of zero-size files:
Christian Weisgerber
2018-01-21
Add missing OpenBSD CVS tag
Patrick Wildt
2017-11-25
Implement network boot support in efiboot(8). This changes efiboot(8)
Patrick Wildt
2017-11-06
Modify "machine video" command not to list mode when chaning video mode.
YASUOKA Masahiko
2017-11-06
Call CD-ROM devices cdN instead of hdN. Also select the booted device
YASUOKA Masahiko
2017-10-11
Add "machine gop" command to support changing graphic output mode.
YASUOKA Masahiko
2017-10-06
Revert previous video mode when setting GOP SetMode is failed. This
YASUOKA Masahiko
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-08-07
Add "machine exit" and "machine poweroff" commands to the arm64 and armv7
Mark Kettenis
2017-07-31
Back out previous commit but handle the case where the device path consists
Mark Kettenis
2017-07-29
Fix off-by-one in return value of efi_device_path_depth().
Mark Kettenis
2017-07-21
Check the hibernation signature for softraid disks and select valid bsd
YASUOKA Masahiko
2017-06-19
As early as possible, create a link /bsd.booted to the /bsd kernel we
Theo de Raadt
2017-06-01
Don't panic when we cannot locate a handle for the Serial IO protocol.
Patrick Wildt
2017-05-31
Add serial console support for efiboot.
YASUOKA Masahiko
2017-05-16
Tweak previous, s/int/unsigned/, since the format character is %u.
YASUOKA Masahiko
2017-05-16
Compare device pathes properly to find the booted disk.
YASUOKA Masahiko
2017-05-11
Casting int is required for passing uint64 value to "%u" since we don't
YASUOKA Masahiko
2017-03-03
Delete "comspeed" which had been mistakenly added as a int value.
YASUOKA Masahiko
2017-03-01
Fix the code which preserves the device path of the loaded image if
YASUOKA Masahiko
2017-02-08
Retry BS->ExitBootServices() if it fails.
YASUOKA Masahiko
2016-12-30
Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.
YASUOKA Masahiko
2016-12-24
The unit of the parition offset in disklabel is number of sectors in the
YASUOKA Masahiko
2016-12-23
Convert the sector number in the patition table to the sector number
YASUOKA Masahiko
2016-12-23
The efi disk i/o to read sectors properly when the sector size is not
YASUOKA Masahiko
2016-09-18
Bump boot loader versions due to bcrypt pbkdf support.
Joel Sing
2016-09-18
Add bcrypt pbkdf support to the softraid crypto boot loader code.
Joel Sing
2016-09-13
crank bootloader version after .SUNW_ctf change
Jasper Lievisse Adriaanse
2016-09-11
Switch amd64 to libsa MI softraid.
Joel Sing
2016-09-11
Rename softraid boot files, which are currently in an MD location. This
Joel Sing
2016-09-10
Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.
Joel Sing
2016-08-31
Enable cd9660 in efiboot.
YASUOKA Masahiko
2016-08-30
Use MaxMode to terminate the mode iteration. Actually the old way
YASUOKA Masahiko
[next]