handbook/zfs: Add new section about ZFS native encryption
This change adds a new section describing how to use ZFS native
encryption including examples to the handbook. It is based on my own
training material, the open-zfs.org documentation on the subject and the
corresponding man pages (zfs-load-key(8), zfs-unload-key(8)).
I ran my writeup through an AI for grammar, typo and active voice fixes,
instructing it to not make any changes to the text itself.
Event: Halifax Hackathon 202606
Differential Revision: https://reviews.freebsd.org/D57889
fdp-primer: Include context in the git format-patch for users to use
The quick start section did not instruct the reader to include context
in the git format-patch example. This is not ideal as it makes reviewing
easier. Include this information with a bit of explanation below it.
Event: Halifax Hackathon 202606
Location: A different chair than obiwac's
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D57891
Move all the software license stuff to a central location.
This leaves an appropriatesummary on the website pages, committer's
guide and contributing pages, and augments license-guide with
information that was on those pages (though the license exceptions
moves to software-license).
It's mostly word motion with light edits.
Sponsored by: Netflix
Reviewed by: ziaee, adrian
Approved by: core (24 hour rule)
Differential Revision: https://reviews.freebsd.org/D57340
policy: Cross Repo Commit Policy
Add Cross Repo Commit policy that was originally discussed in January
2023 by core, and ratified by the current core team on XXXX.
Sponsored by: Netflix
Reviewed by: ziaee, 0mp, kevans, glebius, adrian
Approved by: core (24-hour rule)
Differential Revision: https://reviews.freebsd.org/D57514
handbook/x11: Silence doc build warning by changing an example into programlisting
While here, remove whitespaces from end of lines. No content changes.
Event: Halifax Hackathon 202606
15.1: Improve upgrade instructions
- Upgrading 14.x pkgbase to 15 is not supported
- Upgrading pkg to upgrade the base system is not required
- Third party kmods must only be upgraded if using them
Reported by: markj (efi case varies, bectl is zfs only)
Co-authored-by: Alexander Ziaee <ziaee at FreeBSD.org>
Differential Revision: https://reviews.freebsd.org/D57606
15.1R: Use native redirect instead of duplication
This will reduce maintenance burden going forward, also it serves to
demonstrate that we can trivially implement redirects in the tree vs
doing other things that are more labor intensive.
Differential Revision: https://reviews.freebsd.org/D57792
handbook/jails: Small fixes to the Linux jail section
- Add missing containers/ path in one instance
- Move the jail.conf creation to the beginning of this section (slightly
modified from the original patch), because it fits better there
instead of letting the reader know about it when starting the jail
- Use sh as the shell executed when running jexec to ensure it is a jail
that is present in Linux
- Rephrase a sentence to avoid a comma and instead use "and" to connect
the two packages to install (also modified from the original
submission)
Event: Halifax Hackathon 202606
PR: 295777
Differential Revision: https://reviews.freebsd.org/D57771
website: Turn on verbose asciidoctor build
This shows a lot of typos in anchors. Enable it globally so
people see the typos as they are making them and can fix them.