17be774e | 20-Nov-2024 |
Warner Losh <imp@FreeBSD.org> |
stand: unistd.h is no longer safe
unistd.h includes too much extra stuff for the boot loader. This creates a fair amount of namespace pollution and it's best to just make it an alias for stand.h lik
stand: unistd.h is no longer safe
unistd.h includes too much extra stuff for the boot loader. This creates a fair amount of namespace pollution and it's best to just make it an alias for stand.h like the other include files already are.
Sponsored by: Netflix
show more ...
|
fd577b59 | 01-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
libsa: Move hash functions up a level
This should have no functional change. Move compiling the sha256, sha512 and md5 hash functions up into libsa to allow them to be used elsewhere in the boot loa
libsa: Move hash functions up a level
This should have no functional change. Move compiling the sha256, sha512 and md5 hash functions up into libsa to allow them to be used elsewhere in the boot loader when geli isn't configured. Since libsa is a .a, these won't wind up in any boot loader that doesn't reference them, so should be a nop.
Sponsored by: Netflix
show more ...
|
c2588f5e | 04-Nov-2023 |
Alexander Motin <mav@FreeBSD.org> |
stand/zfs: Remove one more read-compatible feature
This feature is marked as ZFEATURE_FLAG_READONLY_COMPAT and so irrelevant for read-only pool imports by the loader:
"com.delphix:spacemap_v2"
Th
stand/zfs: Remove one more read-compatible feature
This feature is marked as ZFEATURE_FLAG_READONLY_COMPAT and so irrelevant for read-only pool imports by the loader:
"com.delphix:spacemap_v2"
This should cause no functional changes, just a code cleanup.
I'm sorry, missed it in previous commit.
MFC after: 2 months
show more ...
|