/[base]
ViewVC logotype

Revision 329010


Jump to revision: Previous Next
Author: kevans
Date: Thu Feb 8 02:44:21 2018 UTC (6 years, 4 months ago)
Changed paths: 46
Log Message:
MFC r303555,r303556,r303936,r303962,r304317,r304532,r305026,r305107,r305132,
r305178,r305353,r305814,r306159,r306380,r306504: Loader fixes, 2016q3

r303555: bcache should support reads shorter than sector size

r303556: Improve boot loader quote parsing

r303936: Add kernel environment variables under smbios.system

r303962: Add the missing space between .asciz directive and opening quote
for some lines with #ifdef BTXLDR_VERBOSE/#endif

r304317: boot1.efi Free() should check for NULL to provide consistent
behavior

r304532: Replace sprintf -> snprintf for command_errbuf provisioned from
dynamic content.

r305026: Emulate efi_cons_poll when WaitForKey is not available

r305107: Create a hook 'post-initialize' for people that want to define
something to read in .conf files after all other .conf files for the purpose
of overriding.

r305132: Remove accidentally committed stray comment.

r305178: bd_int13probe() should check extended info if sector info is bad

r305353: Don't use -N to set the OMAGIC with data and text writeable and
data not page aligned.

r305814: ufsread: Do not cast struct direct from void *

r306159: Consistently declare getsecs(void) with proper return type and void
when no arguments are present.

r306380: loader command interpreter should reset command_errmsg

r306504: Fix a cluster of bugs in list EFI environment variables

PR:             204602, 211958, 211958
Relnotes:       yes ("Improve boot loader quote parsing")


Changed paths

Path Details
Directorystable/11/ modified , props changed
Directorystable/11/sys/boot/common/bcache.c modified , text changed
Directorystable/11/sys/boot/common/boot.c modified , text changed
Directorystable/11/sys/boot/common/bootstrap.h modified , text changed
Directorystable/11/sys/boot/common/commands.c modified , text changed
Directorystable/11/sys/boot/common/interp.c modified , text changed
Directorystable/11/sys/boot/common/interp_forth.c modified , text changed
Directorystable/11/sys/boot/common/interp_parse.c modified , text changed
Directorystable/11/sys/boot/common/ls.c modified , text changed
Directorystable/11/sys/boot/common/module.c modified , text changed
Directorystable/11/sys/boot/common/ufsread.c modified , text changed
Directorystable/11/sys/boot/efi/boot1/boot1.c modified , text changed
Directorystable/11/sys/boot/efi/libefi/efi_console.c modified , text changed
Directorystable/11/sys/boot/efi/libefi/time.c modified , text changed
Directorystable/11/sys/boot/efi/libefi/time_event.c modified , text changed
Directorystable/11/sys/boot/efi/loader/arch/amd64/framebuffer.c modified , text changed
Directorystable/11/sys/boot/efi/loader/main.c modified , text changed
Directorystable/11/sys/boot/fdt/fdt_loader_cmd.c modified , text changed
Directorystable/11/sys/boot/forth/loader.4th modified , text changed
Directorystable/11/sys/boot/i386/Makefile.inc modified , text changed
Directorystable/11/sys/boot/i386/boot.ldscript
(Copied from head/sys/boot/i386/boot.ldscript, r305353)
added
Directorystable/11/sys/boot/i386/boot0/Makefile modified , text changed
Directorystable/11/sys/boot/i386/boot2/Makefile modified , text changed
Directorystable/11/sys/boot/i386/btx/btx/Makefile modified , text changed
Directorystable/11/sys/boot/i386/btx/btxldr/Makefile modified , text changed
Directorystable/11/sys/boot/i386/btx/btxldr/btxldr.S modified , text changed
Directorystable/11/sys/boot/i386/cdboot/Makefile modified , text changed
Directorystable/11/sys/boot/i386/gptboot/Makefile modified , text changed
Directorystable/11/sys/boot/i386/gptzfsboot/Makefile modified , text changed
Directorystable/11/sys/boot/i386/libi386/biosdisk.c modified , text changed
Directorystable/11/sys/boot/i386/libi386/pxe.c modified , text changed
Directorystable/11/sys/boot/i386/libi386/smbios.c modified , text changed
Directorystable/11/sys/boot/i386/mbr/Makefile modified , text changed
Directorystable/11/sys/boot/i386/pmbr/Makefile modified , text changed
Directorystable/11/sys/boot/i386/pxeldr/Makefile modified , text changed
Directorystable/11/sys/boot/i386/zfsboot/Makefile modified , text changed
Directorystable/11/sys/boot/ofw/libofw/ofw_time.c modified , text changed
Directorystable/11/sys/boot/pc98/Makefile.inc modified , text changed
Directorystable/11/sys/boot/pc98/boot0/Makefile modified , text changed
Directorystable/11/sys/boot/pc98/boot2/Makefile modified , text changed
Directorystable/11/sys/boot/pc98/btx/btx/Makefile modified , text changed
Directorystable/11/sys/boot/pc98/btx/btxldr/Makefile modified , text changed
Directorystable/11/sys/boot/pc98/cdboot/Makefile modified , text changed
Directorystable/11/sys/boot/powerpc/kboot/main.c modified , text changed
Directorystable/11/sys/boot/powerpc/ps3/main.c modified , text changed
Directorystable/11/sys/boot/uboot/lib/time.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27