stand: Fix a typo in commentWhile there, adjust header inclusion a bit.
hammer2 - (when used for booting @BOOT) (2)* Adjust the range to use HAMMER2_DIRHASH_LOMASKReported-by: aly
hammer2 - (when used for booting @BOOT)* Fix the @BOOT lookup to allow the whole hash range for "BOOT". This can come up if you delete the BOOT pfs and re-create it. hammer2 incremental the nam
hammer2 - (when used for booting @BOOT)* Fix the @BOOT lookup to allow the whole hash range for "BOOT". This can come up if you delete the BOOT pfs and re-create it. hammer2 incremental the name hash collision counter to ensure that new PFSs are unique.Reported-by: aly, mneumann
show more ...
libstand: Unbreak buildworld.Oops, this was a stupid last minute mistake.
Make stand/lib an internal one, i.e. don't install libstand anymore.Nothing in dports needs it either.Also, leave the manual page.
boot: Move boot source code /usr/src/stand.sys/boot becomes stand/boot and lib/libstand becomes stand/lib.My main reason is to have boot out of the way when for example greppingin sys/. It also
boot: Move boot source code /usr/src/stand.sys/boot becomes stand/boot and lib/libstand becomes stand/lib.My main reason is to have boot out of the way when for example greppingin sys/. It also makes more sense since it's not really userland orkernel code.Other BSDs have moved their boot/standalone code around too, but maybewith different directory layouts.Approved-by: dillon, zrj