Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\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 ...
Fix test case header function nameThis restores the expected behavior (skip) when running with non-root userMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D30584
usr.bin/jail: Fix tests when using kyua -v parallelism=NThese tests create jails with the same name, so they cannot be run inparallel.Reviewed By: lwhsuDifferential Revision: https://reviews.fr
usr.bin/jail: Fix tests when using kyua -v parallelism=NThese tests create jails with the same name, so they cannot be run inparallel.Reviewed By: lwhsuDifferential Revision: https://reviews.freebsd.org/D28482
[jail] removal by jid doesn't trigger pre/post stop scriptsThis commit fixes bug: command "jail -r" didn't trigger pre/post stopcommands (and others) defined in config file if jid is specified ins
[jail] removal by jid doesn't trigger pre/post stop scriptsThis commit fixes bug: command "jail -r" didn't trigger pre/post stopcommands (and others) defined in config file if jid is specified insted ofname. Also it adds basic tests for usr.sbin/jail to avoid regression.Reviewed by: jamie, kevans, rayMFC after: 5 daysDifferential Revision: https://reviews.freebsd.org/D21328