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
Age
Commit message (
Expand
)
Author
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
2015-10-01
Remove yet more blinding whitespace.
Kenneth R Westerback
2015-10-01
Remove more blinding trailing whitespace.
Kenneth R Westerback
2015-09-23
Fix white spaces and style.
YASUOKA Masahiko
2015-09-23
Remove -DLINKADDR=. It is for first-stage bootstrap.
YASUOKA Masahiko
2015-09-23
efiboot used 3MB memory below the region for the kernel, but UEFI
YASUOKA Masahiko
2015-09-19
trivial "if(x) free(x)" replacement by "free(x)"
Sebastien Marie
2015-09-18
Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is
Miod Vallat
2015-09-12
Add missing free() in efid_io(). Found by jsg.
YASUOKA Masahiko
2015-09-10
reduce .Nd to one line and kill .Tn while here
Ingo Schwarze
2015-09-07
Fix the previous. The condition of loop which read GPT partitions had been
YASUOKA Masahiko
2015-09-07
BOOTX86.EFI should be BOOTIA32.EFI.
YASUOKA Masahiko
2015-09-06
Use checksum to check the gpt parition. Old check was missing
YASUOKA Masahiko
2015-09-03
Improve the code that tries to figure out which device we booted from. The
Mark Kettenis
2015-09-02
Use the pointer we got back from alloc() when calling free() instead of
Mark Kettenis
2015-09-02
sync comment
Christian Weisgerber
2015-09-02
Add missing copyright.
YASUOKA Masahiko
2015-09-02
enter efiboot
Theo de Raadt
2015-09-02
alloca() no longer needed
Theo de Raadt
2015-09-02
Bring the boot changes on amd64 to i386. alloca is deleted.
YASUOKA Masahiko
2015-09-02
only enter deeper on amd64
Theo de Raadt
2015-09-02
Initial commit of uefi boot loader of OpenBSD.
YASUOKA Masahiko
2015-07-21
A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'
Kenneth R Westerback
2015-07-19
Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()
Kenneth R Westerback
2015-06-22
document that boot.conf can contain comments;
Jason McIntyre
2015-05-29
Nuke annoying whitespace nits to shrink some future diffs.
Kenneth R Westerback
2015-02-07
Add the .orig file to CLEANFILES
Miod Vallat
2015-01-24
correct the syntax description of the boot command; ok jmc@
Christian Weisgerber
2014-11-19
Only keep {recv,send}udp() in the pxe-specific code, the remainder of what
Miod Vallat
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-09-23
Fix constraint.
Brad Smith
2014-08-21
Kill the remaining <netinet/in_systm.h> inclusion!
Martin Pieuchot
2014-07-15
mode 644 for installing these files
Theo de Raadt
2014-07-13
fix even more trailing tabs
Jasper Lievisse Adriaanse
2014-07-13
Stop using old n_long and n_short types.
Martin Pieuchot
2014-07-13
move putchar() into libsa
Jasper Lievisse Adriaanse
2014-07-12
move getchar() into libsa where applicable
Jasper Lievisse Adriaanse
2014-07-12
revert more free fallout
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
[next]