stand: Use modern function definitionsUse modern function definitions for functions with no args.Sponsored by: Netflix
Purge more stray embedded $FreeBSD$ stringsThese do not use __FBSDID but instead use bare char arrays.Reviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41957
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
libsa: Add missing GNU-stack annotations to _setjmp.S.ld.bfd marks the stack as executable for the crt objects due to themissing annotations which raises a fatal warning starting with version2.39.
Add CFI start/end proc directives to arm64, i386, and ppcFollow-up to r353959 and r368070: do the same for other architectures.arm32 already seems to use its own .fnstart/.fnend directives, which
Add CFI start/end proc directives to arm64, i386, and ppcFollow-up to r353959 and r368070: do the same for other architectures.arm32 already seems to use its own .fnstart/.fnend directives, whichappear to be ARM-specific variants of the same thing. Likewise, MIPSuses .frame directives.Reviewed by: arichardsonDifferential Revision: https://reviews.freebsd.org/D27387
show more ...
Move sys/boot to stand. Fix all references to new locationSponsored by: Netflix