timeout(1): Update STANDARDS sectionUpdate the STANDARDS section for timeout(1) toPOSIX 1003.1-2024.Update mandoc to be able to render thenew POSIX macro.Reviewed by: bapt, bcrApproved by: b
timeout(1): Update STANDARDS sectionUpdate the STANDARDS section for timeout(1) toPOSIX 1003.1-2024.Update mandoc to be able to render thenew POSIX macro.Reviewed by: bapt, bcrApproved by: baptObtained from: OpenBSDDifferential Revision: https://reviews.freebsd.org/D45691(cherry picked from commit 044f94adff55f13130f03c0c170fa879c8febb5b)
show more ...
Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
timeout(1): link to related manual pagesReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/783
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
timeout: Move from /usr/bin to /bintimeout(1) is used by /etc/rc.d/zfskeys. Unfortunately, havingtimeout(1) installed in /usr/bin causes problems when /usr is anencrypted ZFS partition.Implemen
timeout: Move from /usr/bin to /bintimeout(1) is used by /etc/rc.d/zfskeys. Unfortunately, havingtimeout(1) installed in /usr/bin causes problems when /usr is anencrypted ZFS partition.Implementing timeout(1) in sh(1) is not trivial. A more elegant solutionis to move timeout(1) to /bin so that it is available to early servicesin the boot process.PR: 265221Reviewed by: allanjude, des, impApproved by: allanjude, des, impReported by: Ivan <[email protected]>Fixes: 33ff39796ffe Add zfskeys rc.d script for auto-loading encryption keysMFC after: 1 weekRelnotes: yesSponsored by: Modirum MDPaySponsored by: Klara Inc.Differential Revision: https://reviews.freebsd.org/D38344