Age | Commit message (Expand) | Author |
2016-05-28 | crank version numbers of those bootloaders that have been changed by | Stuart Henderson |
2016-05-27 | Modify com_init to match the com driver initializaiton, and add | Bob Beck |
2016-05-15 | Give the 32-bit and 64-bit EFI boatloaders different names such that we can | Mark Kettenis |
2016-05-11 | Move EFI header files to a location where they can be used on other | Mark Kettenis |
2016-05-06 | Fix efiboot not to hang with a disk whose block size < 512. | YASUOKA Masahiko |
2016-05-01 | Shuffle gpt/mbr code around a bit to make it more like other searches | Kenneth R Westerback |
2016-04-23 | Seems that the 32-bit Windows ABI does align 64-bit structure members on | Mark Kettenis |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-06 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-02-19 | belatedly bump bootstrap version after mdrandom() changes; ok deraadt@ | Christian Weisgerber |
2016-02-12 | Remove the "GenuineIntel" check from x86 mdrandom(). Checking the | Christian Weisgerber |
2016-02-04 | Some (buggy) UEFI implementations don't report the correct framebuffer | Mark Kettenis |
2016-01-19 | Correct the definitions of currently unused protocol guids so they will | Jonathan Gray |
2016-01-12 | naddy observed the TSC fallback code could encounter (high word) %edx | Theo de Raadt |
2016-01-10 | match up code and comments, add missing $OpenBSD$; ok jsing@ a while ago | Christian Weisgerber |
2016-01-06 | We want the first, not the last, OpenBSD partition in the MBR. | Kenneth R Westerback |
2016-01-06 | Bring efidev.c goodness into softraid.c by returning and displaying | Kenneth R Westerback |
2016-01-04 | Remove parameter name from gpt_chk_mbr() prototype and add prototype | Kenneth R Westerback |
2016-01-03 | Don't need two 16K static buffers to checksum the GPT entries and find the | Kenneth R Westerback |
2015-12-24 | If the GPT header checksum check fails, do *not* say the OpenBSD partition | Kenneth R Westerback |
2015-12-24 | Make all instances of gpt_chk_mbr() identical (bar static vs | Kenneth R Westerback |
2015-12-24 | Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to | Kenneth R Westerback |
2015-12-24 | Argh. The other part the wrong diff was missing. | Kenneth R Westerback |
2015-12-23 | Ooops. Wrong version of the diff committed, with reversed check for | Kenneth R Westerback |
2015-12-22 | Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you can | Kenneth R Westerback |
2015-12-11 | comment typo | mmcc |
2015-12-02 | Add a padding in EFI_MEMORY_DESCRIPTOR to align fields properly on ia32. | YASUOKA Masahiko |
2015-12-02 | Add missing start_i386.S for ia32. Also start.S is renamed to | YASUOKA Masahiko |
2015-11-29 | Disk size in blocks is LastBlock+1. Fix whitespace nit. | Kenneth R Westerback |
2015-11-28 | Use the same function as kern/subr_disk.c and fdisk/mbr.c to check | Kenneth R Westerback |
2015-11-28 | Check the protective MBR stricter not to choose a broken GPT. | YASUOKA Masahiko |
2015-11-26 | Avoid setting mode to GOP if the mode is unchanged. Also don't panic | YASUOKA Masahiko |
2015-11-26 | Fix a typo in comment. | YASUOKA Masahiko |
2015-11-23 | downfalls -> pitfalls | mmcc |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-11-14 | mutli -> multi | Miod Vallat |
2015-11-09 | Bring GPT validity checking into line with kern/subr_disk.c . In | Kenneth R Westerback |
2015-11-08 | Make "machine disk" show some info for EFI instead of info for BIOS. | YASUOKA Masahiko |
2015-11-08 | Make the variables be "const" and fix white space. | YASUOKA Masahiko |
2015-11-07 | Disable red-zone since EFI is running with a different ABI. | YASUOKA Masahiko |
2015-11-03 | Ignore disks whose media is not present. | YASUOKA Masahiko |
2015-11-03 | Use "Loaded Image Protocol" instead of "Loaded Device Path Protocol" | YASUOKA Masahiko |
2015-10-28 | Support backspace in softraid boot passphrase prompt. | Joel Sing |
2015-10-08 | After replacement alloca() with alloc(), out-of-heap happened when booting | YASUOKA Masahiko |
2015-10-08 | 16 years after E801 memprobe was disabled, probably safe to delete it. | Ted Unangst |
2015-10-08 | Simpify some code by noting that DOSBBSECTOR is 0, so "if (n > | Kenneth R Westerback |
2015-10-05 | Fix efiboot not to use the usual kernel load address. Load the kernel in | YASUOKA Masahiko |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |