Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
Remove $FreeBSD$: one-line .h patternRemove /^\s*\*+\s*\$FreeBSD\$.*$\n/
stand/ficl 64-bit compatibilityCurrently, the only thing that prevents a functioning 64-bit FICL build isa few integer types that were intended to be fixed-width.Changing them to C99 integer typ
stand/ficl 64-bit compatibilityCurrently, the only thing that prevents a functioning 64-bit FICL build isa few integer types that were intended to be fixed-width.Changing them to C99 integer types allows building a functioning 64-bitFICL.While this isn't applicable to the default settings of any in-tree loaders,it is necessary for a future Petitboot loader, due to the requirement thatit be compiled as a 64-bit program.Reviewed by: tsoome, imp (earlier revision)Sponsored by: Tag1 Consulting, Inc.Differential Revision: https://reviews.freebsd.org/D26364
show more ...
Prefer uintXX_t to u_intXX_tA foolish consistency is the hobgoblin of little minds, adored bylittle statesmen and philosophers and divines. With consistency agreat soul has simply nothing to do.
Prefer uintXX_t to u_intXX_tA foolish consistency is the hobgoblin of little minds, adored bylittle statesmen and philosophers and divines. With consistency agreat soul has simply nothing to do. -- Ralph Waldo Emerson
Move sys/boot to stand. Fix all references to new locationSponsored by: Netflix