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/
Fix unlink(1) for files starting with -Restore the original behavior of unlink(1), passing the provided filenamedirectly to unlink(2), handling the first argument being "--" correctly.This fixes
Fix unlink(1) for files starting with -Restore the original behavior of unlink(1), passing the provided filenamedirectly to unlink(2), handling the first argument being "--" correctly.This fixes "unlink -foo", broken in r97533.PR: 228448Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version)Submitted by: Yuri PankovReported by: Brennan Vincent <brennan@umanwizard.com>Reviewed by: emaste, kevans, vangyzen, 0mpApproved by: re (delphij)Differential Revision: https://reviews.freebsd.org/D17132
show more ...