freebsd-dev/stand/userboot
Warner Losh e895ab3fbd stand: Remove dead store to bi_kernelname
We set this value twice: once to 0 and once to the VA that has the name
of the kernel. The first store is redundant. In addition, these two
stores of 0 are also redundant. Since we never set them, they will
always be zero, even if we're called multiple times. This saves 21
bytes on BIOS loader.

Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D36541
2022-09-16 09:18:56 -06:00
..
test test_diskread(): detect end of the disk 2022-06-19 18:26:22 +03:00
userboot stand: Remove dead store to bi_kernelname 2022-09-16 09:18:56 -06:00
userboot_4th userboot: handle guest interpreter mismatches more intelligently 2018-09-01 02:23:45 +00:00
userboot_lua userboot: handle guest interpreter mismatches more intelligently 2018-09-01 02:23:45 +00:00
Makefile userboot: handle guest interpreter mismatches more intelligently 2018-09-01 02:23:45 +00:00
Makefile.inc
userboot.h loader: zfs should support bootonce an nextboot 2020-09-21 09:01:10 +00:00