Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: alt two-line .c patternRemove /^\s*__RCSID\("\$FreeBSD\$"\);\n\n/
Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas an
Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn'tcurrently apply to kernel modules, and I haven't put too much thought intowhether it makes sense to make it so.
show more ...
Update the spelling of my namePrevious spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enjiinstead for clarity.While here, remove "All Rights Reserved" from copyrights I "own".
Update the spelling of my namePrevious spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enjiinstead for clarity.While here, remove "All Rights Reserved" from copyrights I "own".MFC after: 1 week
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
usr.bin/getconf: add some initial testsItems tested via this commit are:- Some basic POSIX constants.- Some valid programming environments with -v.- Some invalid programming environments via -v.
usr.bin/getconf: add some initial testsItems tested via this commit are:- Some basic POSIX constants.- Some valid programming environments with -v.- Some invalid programming environments via -v.NOTE: this test makes assumptions about ILP32/LP32 vs LP64 that arecurrently not true on all architectures to avoid hardcoding somearchitectures in the tests. I'm working on improving getconf(1) to bemore sane about handling ILP32/LP32 vs LP64. Future commits are comingsoon to address this.MFC after: 2 weeksTested with: amd64, i386Sponsored by: Dell EMC Isilon