Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
libcasper: Create a minimal cap_netdb serviceCreate a casper service for netdb functions.Initially only cap_getprotobyname is implemented.This is needed for capsicumizing sockstat.Reviewed by:
libcasper: Create a minimal cap_netdb serviceCreate a casper service for netdb functions.Initially only cap_getprotobyname is implemented.This is needed for capsicumizing sockstat.Reviewed by: oshogbo, bcr (manpages)Relnotes: yesDifferential Revision: https://reviews.freebsd.org/D24832