<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2026-04-08T14:20:52Z</updated>
<entry>
<title>arm64: Add arm64 SVE tests</title>
<updated>2026-04-08T14:20:52Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2026-04-08T14:17:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ddaa4c86d68e8dacee8a78877e5742d53c122b3'/>
<id>urn:sha1:0ddaa4c86d68e8dacee8a78877e5742d53c122b3</id>
<content type='text'>
Add the tests/sys/arch directory for architecture-specific tests and
use it to add arm64 SVE tests. These test the kernel is managing the
SVE state in a way we expect.

These tests require SVE hardware support to run so will skip when they
can't detect it.

Reviewed by:	markj
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D43311
</content>
</entry>
<entry>
<title>tunefs: Add tests</title>
<updated>2026-04-02T11:22:14Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2026-04-02T11:22:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6630c3a73688ae3c33df892f6802bea5b8460e17'/>
<id>urn:sha1:6630c3a73688ae3c33df892f6802bea5b8460e17</id>
<content type='text'>
MFC after:	1 week
Reviewed by:	ngie
Differential Revision:	https://reviews.freebsd.org/D56034
</content>
</entry>
<entry>
<title>pkgbase: Move all of Kyua into the kyua package</title>
<updated>2026-03-30T14:03:29Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2026-03-30T14:03:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40e8afadc393a102f4199228ae2047d3e6c71251'/>
<id>urn:sha1:40e8afadc393a102f4199228ae2047d3e6c71251</id>
<content type='text'>
Some Kyua directories were improperly tagged as belonging to the tests
package.  Move them to the kyua package, which contains all of the
files found in these directories.

PR:		294129
MFC after:	1 week
Reviewed by:	ivy, emaste
Differential Revision:	https://reviews.freebsd.org/D56159
</content>
</entry>
<entry>
<title>pkgbase: Move all of ATF into the atf package</title>
<updated>2026-03-30T14:03:29Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2026-03-30T14:03:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a6dbf51d8ea112a1d164be260004ec795b4368d'/>
<id>urn:sha1:0a6dbf51d8ea112a1d164be260004ec795b4368d</id>
<content type='text'>
Parts of ATF (including the licence and some of the documentation) were
for some reason part of the tests package instead of the atf package.
Moving them to where they logically belong poses no problem since tests
already depends on atf.

PR:		294129
MFC after:	1 week
Reviewed by:	ivy
Differential Revision:	https://reviews.freebsd.org/D56158
</content>
</entry>
<entry>
<title>etc/mtree: Restore removed package tags</title>
<updated>2026-03-27T15:42:36Z</updated>
<author>
<name>Lexi Winter</name>
<email>ivy@FreeBSD.org</email>
</author>
<published>2026-03-27T14:35:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ba3ada41dda46b41100fa913473058856816e0c'/>
<id>urn:sha1:8ba3ada41dda46b41100fa913473058856816e0c</id>
<content type='text'>
Following commit 436618a427b4 which added package tags to mtree,
some of the tags were later removed due to an issue with empty
packages being created.  That problem has been fixed by commit
7965c93e4d41, so we can now restore the tags that were removed.

This reverts commit 00352ef6d2a013650f0ab2a4c9b016c22552ed25.
This reverts commit 1fbdb149aa486961c5d9d6403065e90123b3f5fe.
This reverts commit ef2d586d7efb908bf39e7d5eb5d4305193d0ca6e.
This reverts commit 2a8a6179eb6cef8ba1a417a4c8a1f7063c704533.

MFC after:	2 weeks (stable/15 only)
Reviewed by:	des, bapt, emaste
Differential Revision:	https://reviews.freebsd.org/D55645
Sponsored by:		https://www.patreon.com/bsdivy
</content>
</entry>
<entry>
<title>mtree: Add missing entries</title>
<updated>2026-03-23T06:41:59Z</updated>
<author>
<name>Jose Luis Duran</name>
<email>jlduran@FreeBSD.org</email>
</author>
<published>2026-03-23T06:41:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d99314a044cfb58183087894592c3ec5be99be6'/>
<id>urn:sha1:8d99314a044cfb58183087894592c3ec5be99be6</id>
<content type='text'>
Add missing mtree directory entries.  Without them, the resulting
worldstage METALOG file would produce an invalid (incomplete) mtree
specification file.

Reviewed by:	ivy
Differential Revision:	https://reviews.freebsd.org/D56013
</content>
</entry>
<entry>
<title>pkg-serve(8): serve pkg repositories over TCP via inetd (8)</title>
<updated>2026-03-20T12:29:48Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2026-03-17T11:02:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b42e852e89cb04cceb6e0226d6a08cab13fb6e90'/>
<id>urn:sha1:b42e852e89cb04cceb6e0226d6a08cab13fb6e90</id>
<content type='text'>
Reviewed by:	manu, bdrewery (previous version)
Differential Revision:	https://reviews.freebsd.org/D55895
</content>
</entry>
<entry>
<title>yes: Add tests</title>
<updated>2026-03-11T03:44:17Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2026-03-11T03:44:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=67728a18b9c18e55cc60e063380825b80f25b1b9'/>
<id>urn:sha1:67728a18b9c18e55cc60e063380825b80f25b1b9</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D55802
</content>
</entry>
<entry>
<title>build: Move all of lp under LPR option</title>
<updated>2026-02-21T21:25:49Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2026-02-20T18:20:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4f6cb75424950ee776833ebc6b57855c094a610'/>
<id>urn:sha1:d4f6cb75424950ee776833ebc6b57855c094a610</id>
<content type='text'>
* Tag related directories with package=lp

* Make the examples/printing directory conditional on MK_LPR

* Make the hosts.lpd(5) manual page conditional on MK_LPR

MFC after:	3 days
</content>
</entry>
<entry>
<title>vmm: Enable unprivileged bhyve</title>
<updated>2026-02-19T17:16:15Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2026-02-19T14:38:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af099eaa5ec3604639807b7c5d3ed5be336e5643'/>
<id>urn:sha1:af099eaa5ec3604639807b7c5d3ed5be336e5643</id>
<content type='text'>
- Add the vmm group.
- Let /dev/vmmctl belong to the vmm group by default, and give group
  write permissions.
- When creating a VM's device files, make them owned by the creating
  process' effective UID.

Reviewed by:	bnovkov
MFC after:	2 months
Sponsored by:	The FreeBSD Foundation
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D54741
</content>
</entry>
</feed>
