User Details
- User Since
- Oct 23 2024, 6:07 PM (71 w, 2 d)
Thu, Feb 26
Tue, Feb 24
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.
Mon, Feb 23
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.
Fri, Feb 20
Only pass -malign-double for the 32-bit build.
Suffix 32-bit EFI libraries with efi
Thu, Feb 19
Sun, Feb 15
Sat, Feb 14
splash is set to /boot/images/freebsd-logo-rev.png by default. Should the same be done for the shutdown splash?
Fri, Feb 6
Jan 26 2026
Jan 25 2026
Jan 14 2026
Looks okay to me.
Jan 6 2026
Jan 5 2026
Jan 4 2026
Jan 3 2026
Only assign "gop" if the framebuffer type is FB_GOP.
Dec 31 2025
Dec 9 2025
Dec 6 2025
Nov 15 2025
Nov 2 2025
Oct 30 2025
Oct 29 2025
Oct 14 2025
Oct 11 2025
On Sat Oct 11, 2025 at 2:26 AM +0300, Steve Kargl wrote:
I do not have a phabricator account. That method to
review patches came after I stopped committing.I did look at your patch, and do believe that it
is the correct fix. If you compare to remainderf(),
you'll see that the float version considers the
entire significand. I also checked remainderl().
It calls remquol() and it's implementation is
much different than the float and double versions.
Oct 10 2025
Will do. I tried to add him to the review before uploading the patch but couldn't find an account.