<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/binmiscctl, branch releng/13.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:31Z</updated>
<entry>
<title>Remove $FreeBSD$: two-line nroff pattern</title>
<updated>2023-08-23T17:43:31Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b144e70a3325e033163aa4e6e15d0446e245702d'/>
<id>urn:sha1:b144e70a3325e033163aa4e6e15d0446e245702d</id>
<content type='text'>
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/

Similar commit in main:
(cherry picked from commit fa9896e082a1)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>urn:sha1:023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-23T17:43:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d497e17ebd33fe0f58d773e35ab994d750258d6'/>
<id>urn:sha1:3d497e17ebd33fe0f58d773e35ab994d750258d6</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in main:
(cherry picked from commit 1d386b48a555)
</content>
</entry>
<entry>
<title>imgact_binmisc: Optionally pre-open the interpreter vnode</title>
<updated>2022-12-22T16:28:42Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2022-11-17T10:48:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=461210143fbb4228bd16b356a634120966f892f0'/>
<id>urn:sha1:461210143fbb4228bd16b356a634120966f892f0</id>
<content type='text'>
This allows the use of chroot and/or jail environments which depend on
interpreters registed with imgact_binmisc to use emulator binaries from
the host to emulate programs inside the chroot.

Reviewed by:	imp
MFC after:	2 weeks
Differential Revision: https://reviews.freebsd.org/D37432

(cherry picked from commit 5eeb4f737f11b253ac330ae459b05e30fd16d0e8)
</content>
</entry>
<entry>
<title>binmiscctl: Avoid segfault with "binmiscctl add" and no extra params</title>
<updated>2021-02-15T19:12:25Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2021-02-08T14:20:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78534b222b99f516f1f464675ad0bd92f880f3cf'/>
<id>urn:sha1:78534b222b99f516f1f464675ad0bd92f880f3cf</id>
<content type='text'>
(cherry picked from commit c7fcb36f5670b1d6c1f80c3c29d9d2ba374807f7)
</content>
</entry>
<entry>
<title>binmiscctl(8): miscellaneous cleanup</title>
<updated>2020-11-07T03:43:45Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-11-07T03:43:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c5e865059a287fde8a37d66793d84f90cb77712'/>
<id>urn:sha1:2c5e865059a287fde8a37d66793d84f90cb77712</id>
<content type='text'>
- Bad whitespace in Makefile.
- Reordered headers, sys/ first.
- Annotated fatal/usage __dead2 to help `make analyze` out a little bit.
- Spell a couple of sizeof constructs as "nitems" and "howmany" instead.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Add RISC-V interpreter example</title>
<updated>2020-05-01T01:31:19Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2020-05-01T01:31:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0adbca27413b32289c16ab7e8466a63395d7fbc'/>
<id>urn:sha1:d0adbca27413b32289c16ab7e8466a63395d7fbc</id>
<content type='text'>
Now that RISC-V support has landed in qemu-user-static, add to the list
of examples in the binmiscctl(8) manpage.

Reviewed by:	kevans
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D24646
</content>
</entry>
<entry>
<title>Remove sparc64 example.</title>
<updated>2020-02-10T17:16:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-02-10T17:16:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2299c69ff7f250717b6bafdfdc9f7dea4652757'/>
<id>urn:sha1:d2299c69ff7f250717b6bafdfdc9f7dea4652757</id>
<content type='text'>
Reivewed by: cy@, bcr@
Differential Revision: https://reviews.freebsd.org/D23593
</content>
</entry>
<entry>
<title>Improve the binmiscctl manual page</title>
<updated>2018-07-20T22:50:21Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2018-07-20T22:50:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=caba8c7d3f5f13ac668231ec83e95b8bc8106088'/>
<id>urn:sha1:caba8c7d3f5f13ac668231ec83e95b8bc8106088</id>
<content type='text'>
- Use "Fl -" instead of "Cm --" for long options.
- Sort options alphabetically.
- Pet "mandoc -Tlint".
- Clean up the description of the "--interpreter" option.
- Clean up the description of the first example in the examples section.
- Use ".Bd -literal -offset indent" for all example code blocks for consistency.
- Use "Nm" instead of "Cm binmiscctl".
- Indent all examples for consistency.

Reviewed by:	allanjude
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D15589
</content>
</entry>
<entry>
<title>Don't leak resources on duplicate -m or -M arguments. Last one wins.</title>
<updated>2017-12-28T05:32:59Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-12-28T05:32:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=829ec266171e70063f2e406fea4b2f10d0206c5f'/>
<id>urn:sha1:829ec266171e70063f2e406fea4b2f10d0206c5f</id>
<content type='text'>
CID: 1204385, 1204384
</content>
</entry>
</feed>
