Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
show more ...
Style: NO_MAN doesn't need any value.
Add a simple regression test for mlock()/munlock() to make sure theywork on a single page as root, and fails on a single page as nobody.Intended to help diagnose reports regarding insecure memory u
Add a simple regression test for mlock()/munlock() to make sure theywork on a single page as root, and fails on a single page as nobody.Intended to help diagnose reports regarding insecure memory use withgnupg.