User Details
- User Since
- Oct 23 2024, 6:07 PM (94 w, 1 d)
Sat, Aug 8
Sat, Aug 1
Thu, Jul 30
Wed, Jul 22
LOADER_DISK_SUPPORT is also checked in stand/defs.mk, otherwise looks good to me.
Jun 17 2026
Jun 14 2026
Better wording
Implement kib's suggestions.
Keep the sentence intact but change x86 protected mode to 64-bit long mode.
Jun 5 2026
Can confirm that it boots fine with the things I mentioned below fixed.
Thanks!
Wouldn't the ia32 loader need this too?
May 31 2026
May 30 2026
May 25 2026
I wanted to let this sit for a while since I didn't like that we had to build everything twice, but I can't seem to find a better solution for now.
Make the LIB*32 variable assignment more seamless.
May 6 2026
May 3 2026
Apr 28 2026
Apr 25 2026
Landed, but forgot the tag the review :/
Apparently I can't mark this as closed as it hasn't been accepted.
Apr 24 2026
Small style tweak
Don't do anything until we know that all the functions we need are present.
Also invert the first if statment to lessen the indentation.
Bump.
I'd like to get this into stable/15 before releng/15.1 branches
Apr 20 2026
Apr 18 2026
Apr 3 2026
Mar 8 2026
Looks good. Sorry about the oversight!
Feb 26 2026
Feb 24 2026
s/tmpdir/tmpmnt
Add comments explaining the missing header guard and the use of SIZE_TYPE
Add comment noting that the ESP is mounted.
Rename ZFS mirror loop variable so mntpt can be reused.
Feb 23 2026
Provide the full loader path as an argument, instead of just the file name.
It happens if anything other than __need_size_t is defined. Some headers include stddef.h but don't want the whole thing, so they define __need_*. The header can also be included multiple times with different __need_* macros defined.
This is all internal of course, simply including stddef.h with nothing defined gives you the whole thing.
Feb 20 2026
Only pass -malign-double for the 32-bit build.
Suffix 32-bit EFI libraries with efi
Feb 19 2026
Feb 15 2026
Feb 14 2026
splash is set to /boot/images/freebsd-logo-rev.png by default. Should the same be done for the shutdown splash?