freebsd-dev/stand/userboot/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
..
autoload.c
biossmap.c
bootinfo32.c stand: Remove dead store to bi_kernelname 2022-09-16 09:18:56 -06:00
bootinfo64.c stand: collapse all copies of *copyenv into md_copyenv 2022-09-16 09:18:56 -06:00
bootinfo.c stand: collapse all copies of *copyenv into md_copyenv 2022-09-16 09:18:56 -06:00
conf.c userboot is missing vdisk_dev 2022-06-19 21:29:49 +03:00
copy.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
devicename.c stand: userboot_fmtdev can be reduced to devformat 2022-08-11 10:27:17 -06:00
elf32_freebsd.c
elf64_freebsd.c Stop setting PG_U in bootstrap mappings. 2020-04-24 13:53:40 +00:00
host.c stand: Make sure nobody has a NULL pointer for dv_cleanup 2022-07-27 09:04:13 -06:00
libuserboot.h stand: collapse all copies of *copyenv into md_copyenv 2022-09-16 09:18:56 -06:00
main.c stand: userboot_fmtdev can be reduced to devformat 2022-08-11 10:27:17 -06:00
Makefile loader: move all gfx_fb.c stubs to common/gfx_fb_stub.c 2021-12-14 15:27:47 -07:00
Makefile.depend
userboot_cons.c userboot: provide stub gfx functions 2021-01-30 21:20:27 +02:00
userboot_disk.c stand: Add disk_fmtdev for dv_fmtdev for all the disk devices 2022-08-11 10:27:16 -06:00
version userboot: handle guest interpreter mismatches more intelligently 2018-09-01 02:23:45 +00:00