stand: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl
stand: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by: Netflix
show more ...
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\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.
libsa: Remove conflicting .global/.weak directiveLLVM12 complains if you change the symbol binding:`error: _longjmp changed binding to STB_GLOBAL`In this case LLVM actually ignored the weak direc
libsa: Remove conflicting .global/.weak directiveLLVM12 complains if you change the symbol binding:`error: _longjmp changed binding to STB_GLOBAL`In this case LLVM actually ignored the weak directive and used thelater .global, but GNU as would mark the symbol as weak.None of the other architectures mark the libsa _setjmp as weak sojust drop this directive.
Move sys/boot to stand. Fix all references to new locationSponsored by: Netflix