<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doc/documentation, branch main</title>
<subtitle>FreeBSD documentation tree</subtitle>
<id>https://cgit-dev.freebsd.org/doc/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/doc/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/'/>
<updated>2026-07-24T04:26:53Z</updated>
<entry>
<title>pgpkeys: add my @f.o uid to my new key, as well</title>
<updated>2026-07-24T04:26:53Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2026-07-24T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=722a2d47e5aea05239a019a512d90679733a52c2'/>
<id>urn:sha1:722a2d47e5aea05239a019a512d90679733a52c2</id>
<content type='text'>
Fixes:	bd5cfe18aceb ("pgpkeys: include second key for kevans")
</content>
</entry>
<entry>
<title>pgpkeys: update the keys for core@</title>
<updated>2026-07-24T04:17:13Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2026-07-24T04:02:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=eb8499eb89a53aa3636a934f14f31251419a0cdb'/>
<id>urn:sha1:eb8499eb89a53aa3636a934f14f31251419a0cdb</id>
<content type='text'>
adrian@ omitted at the moment until he publishes a new key, soon.

Approved by:	core
Reviewed by:	adrian
Differential Revision:	https://reviews.freebsd.org/D58430
</content>
</entry>
<entry>
<title>pgpkeys: include second key for kevans</title>
<updated>2026-07-23T15:36:22Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2026-07-23T15:36:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=bd5cfe18aceb3ea4b05d57a6ed2752fd3f78984a'/>
<id>urn:sha1:bd5cfe18aceb3ea4b05d57a6ed2752fd3f78984a</id>
<content type='text'>
This is cross-signed by my original key, and I accidentally used it to
sign an announcement.
</content>
</entry>
<entry>
<title>pgpkeys: Update dsl@ key</title>
<updated>2026-07-21T09:53:23Z</updated>
<author>
<name>Dmitry Salychev</name>
<email>dsl@FreeBSD.org</email>
</author>
<published>2026-07-21T09:53:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=2dad756c743fa0c0de24db249e18feba1c358c5c'/>
<id>urn:sha1:2dad756c743fa0c0de24db249e18feba1c358c5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handbook - ZFS: how to mount encrypted zpool with geli</title>
<updated>2026-07-18T13:43:48Z</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2026-07-18T13:43:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=f8d86635bc2f2d2706a1f084c0bbc260468e489f'/>
<id>urn:sha1:f8d86635bc2f2d2706a1f084c0bbc260468e489f</id>
<content type='text'>
PR: 240421
</content>
</entry>
<entry>
<title>Handbook - ZFS: Rework</title>
<updated>2026-07-18T13:23:23Z</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2026-07-18T13:23:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=653598764d3cfc7d0ee9b93a24dfe80756cfe4ca'/>
<id>urn:sha1:653598764d3cfc7d0ee9b93a24dfe80756cfe4ca</id>
<content type='text'>
* Add RAID-Z expansion, dRAID, special vdevs, hot spares with zfsd, TRIM,
  pool checkpoints, block cloning, fast dedup, bookmarks, holds,
  resumable/corrective send, project quotas, direct I/O, and boot environments
* Add Jails and ZFS crossref target, encryption key loading at boot (zfskeys),
  and a Pool Properties section
* Rewrite Tuning to drop removed sysctls (scrub_delay, vdev.cache.size,
  arc.meta_limit, …); delete the obsolete ZFS-on-i386 section
* Switch examples to ada device names and GPT partitions
* Fix the inverted reservation terminology entry, zfs scrub:  zpool scrub,
  stale checksum/compression algorithm lists, and EOL version framing

Approved by:		arrowd@, bcr@, michaelo@
Differential Revision:	D58175
PR:			287148, 261212, 263321
</content>
</entry>
<entry>
<title>Harmonize the cross repo advice.</title>
<updated>2026-07-14T22:59:44Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2026-07-14T22:59:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=5055f6624bd0bdf00c4a94cfd7cccb9b31a3b9c6'/>
<id>urn:sha1:5055f6624bd0bdf00c4a94cfd7cccb9b31a3b9c6</id>
<content type='text'>
The other committer's guide was written years before the cross repo
commit bit stuff. Harmonize and expand a little the advice given to make
it also match the tone of the new policy and our usual practices being a
little more relaxed than what was documented previously.

Sponsored by:		Netflix
Feedback by:		jhb
Differential Revision:	https://reviews.freebsd.org/D58007
</content>
</entry>
<entry>
<title>Handbook - Jails: Upgrade chapter</title>
<updated>2026-07-12T15:45:35Z</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2026-07-12T15:45:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=56ba04a704e911e7f8f87be271f31f1dedc8f793'/>
<id>urn:sha1:56ba04a704e911e7f8f87be271f31f1dedc8f793</id>
<content type='text'>
* Improve top-level sections
* Add NAT/port forwarding, administration from inside a jail,
  more jail options and jails with OpenZFS
* Improve host network preparation, jail.conf and userland sources

Approved by:		arrowd@, bcr@
Differential Revision:	D58173
</content>
</entry>
<entry>
<title>Handbook - wine: Fix packages paths</title>
<updated>2026-07-12T09:19:02Z</updated>
<author>
<name>Dudley Innocent</name>
<email>dudleyi@yahoo.com</email>
</author>
<published>2026-07-12T09:19:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=0bee9f41e431b722d09acc0568cc9d46da962d31'/>
<id>urn:sha1:0bee9f41e431b722d09acc0568cc9d46da962d31</id>
<content type='text'>
PR:			296708
Differential Revision:	D58166
</content>
</entry>
<entry>
<title>committers-guide: Use macros for branch examples</title>
<updated>2026-07-12T09:03:03Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2026-07-12T09:02:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/doc/commit/?id=19222efd8599079e6b3f3a39cfc3ddec3f687c24'/>
<id>urn:sha1:19222efd8599079e6b3f3a39cfc3ddec3f687c24</id>
<content type='text'>
PR:			279503
Reviewed by:		wosch
Differential Revision:	https://reviews.freebsd.org/D57937
</content>
</entry>
</feed>
