]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Eliminate boot loader copies of boot arg parsing.
authorWarner Losh <imp@FreeBSD.org>
Fri, 13 Jul 2018 16:43:23 +0000 (16:43 +0000)
committerWarner Losh <imp@FreeBSD.org>
Fri, 13 Jul 2018 16:43:23 +0000 (16:43 +0000)
commit4569e91328cd8d92f8d3da9bdd299222de185c3e
tree418342a6f3a5e3b2e00d94c66cb8eed7c7f9119f
parenteed42ff1d5fcb63a9492db2e9572058fe843fb78
Eliminate boot loader copies of boot arg parsing.

Eliminate 4 of the copies of the arg parsing in /boot/laoder
by using boot_parse_cmdline.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D16205
stand/common/metadata.c
stand/efi/loader/main.c
stand/i386/libi386/bootinfo.c
stand/userboot/userboot/bootinfo.c