<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/timeout/tests, branch releng/14.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-09-17T19:38:02Z</updated>
<entry>
<title>timeout(1): add license header to unit test</title>
<updated>2025-09-17T19:38:02Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-09-03T09:52:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=08e259e3923696b6a93e11cb32f53bab7a24db00'/>
<id>urn:sha1:08e259e3923696b6a93e11cb32f53bab7a24db00</id>
<content type='text'>
Requested by:	kevans

(cherry picked from commit 245f2abf94889d3fd69360c4f49532074ff25fbf)
</content>
</entry>
<entry>
<title>timeout(1) tests: atf_fail requires a reason</title>
<updated>2025-06-16T08:51:55Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2025-06-09T10:26:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4922e20a980de452a66b014fb56d5492c60d934'/>
<id>urn:sha1:d4922e20a980de452a66b014fb56d5492c60d934</id>
<content type='text'>
(cherry picked from commit 4078e0d1d6f8189bff44fcad04df256220035f76)
</content>
</entry>
<entry>
<title>timeout(1): adapt the preserve_status test to the new behaviour</title>
<updated>2025-06-16T08:51:53Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-04-16T19:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=08d43f70eabf1d769c7038dec1953b1275ea690e'/>
<id>urn:sha1:08d43f70eabf1d769c7038dec1953b1275ea690e</id>
<content type='text'>
(cherry picked from commit a25b03791764b7817a1a3e05ac1ab91c75a946ac)
</content>
</entry>
<entry>
<title>timeout(1): fix test after improvement of error messages</title>
<updated>2025-06-16T08:51:51Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-04-16T19:26:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a073aed45e9d5f5b955e33301286874111df7add'/>
<id>urn:sha1:a073aed45e9d5f5b955e33301286874111df7add</id>
<content type='text'>
(cherry picked from commit 672ee7eb800c43a9e29c6e38e7e9927c40cb2477)
</content>
</entry>
<entry>
<title>timeout_test.sh: Fix typo</title>
<updated>2025-06-16T08:51:51Z</updated>
<author>
<name>Elyes Haouas</name>
<email>ehaouas@noos.fr</email>
</author>
<published>2023-12-26T23:39:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b748dd9ab46bf604ac79debef94c5e690a480317'/>
<id>urn:sha1:b748dd9ab46bf604ac79debef94c5e690a480317</id>
<content type='text'>
(cherry picked from commit fd4fafa8732203a3e20f5404a65de83d37687e3a)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>urn:sha1:d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>timeout: Move from /usr/bin to /bin</title>
<updated>2023-02-02T17:34:35Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2023-02-01T15:24:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e7ab133648a168c4bf7c11da840663c5581771d8'/>
<id>urn:sha1:e7ab133648a168c4bf7c11da840663c5581771d8</id>
<content type='text'>
timeout(1) is used by /etc/rc.d/zfskeys. Unfortunately, having
timeout(1) installed in /usr/bin causes problems when /usr is an
encrypted ZFS partition.

Implementing timeout(1) in sh(1) is not trivial. A more elegant solution
is to move timeout(1) to /bin so that it is available to early services
in the boot process.

PR:		265221
Reviewed by:	allanjude, des, imp
Approved by:	allanjude, des, imp
Reported by:	Ivan &lt;r4@sovserv.ru&gt;
Fixes:	33ff39796ffe Add zfskeys rc.d script for auto-loading encryption keys
MFC after:	1 week
Relnotes:	yes
Sponsored by:	Modirum MDPay
Sponsored by:	Klara Inc.
Differential Revision:	https://reviews.freebsd.org/D38344
</content>
</entry>
</feed>
