| df607c94 | 28-Jul-2025 |
John Baldwin <jhb@FreeBSD.org> |
stand/i386: Don't include SASRC in .PATH of boot loaders
These link against libsa instead of pulling individual sources from the libsa source directory.
Reviewed by: imp Differential Revision: http
stand/i386: Don't include SASRC in .PATH of boot loaders
These link against libsa instead of pulling individual sources from the libsa source directory.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51599
show more ...
|
| 4e2cbc44 | 28-Jul-2025 |
John Baldwin <jhb@FreeBSD.org> |
stand/i386: Remove references to empty variable OPENCRYPTO_XTS
Reviewed by: imp Fixes: 4728f534ff6d ("Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI") Differential Revision: https://reviews.freeb
stand/i386: Remove references to empty variable OPENCRYPTO_XTS
Reviewed by: imp Fixes: 4728f534ff6d ("Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI") Differential Revision: https://reviews.freebsd.org/D51598
show more ...
|
| 5b90ffad | 26-May-2025 |
Warner Losh <imp@FreeBSD.org> |
stand/i386/zfsboot: Initialzie archsw at compile time.
Also, add a comment about the weird reason we even have an archsw here at all. tl;dr: zfs code uses archsw when it aught not, but this hack her
stand/i386/zfsboot: Initialzie archsw at compile time.
Also, add a comment about the weird reason we even have an archsw here at all. tl;dr: zfs code uses archsw when it aught not, but this hack here is easier than fixing that code properly.
Sponsored by: Netflix
show more ...
|