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
libcasper: fix cap_rights_init usageCapability rights passed to cap_rights_* are not simple bitmaks andcannot be ORed together in general (although it will work for certainsubsets of rights).PR
libcasper: fix cap_rights_init usageCapability rights passed to cap_rights_* are not simple bitmaks andcannot be ORed together in general (although it will work for certainsubsets of rights).PR: 277057Fixes: faaf43b2a750 ("fileargs: add tests")Sponsored by: The FreeBSD Foundation
show more ...
lib: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remov
lib: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
tests: Skip cap_fileargs if build without capsicum capabilitiesApproved by: oshogboSponsored by: NetflixDifferential Revision: https://reviews.freebsd.org/D2834
fileargs: add support for realpath
fileargs: add tests