A user on IRC wondered why his AES-NI-enabled CPU was identified by geli
as "Crypto: accelerated software" on a 13.0-RC, when 12.2 identified it
as "Crypto: hardware".
To help alliviate this confusion, make explicit mention of the change.
While here, also add note to clear up confusion about no functional
change.
Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D29281
The default /etc/newsyslog.conf now only includes files if they end with
".conf" and do not begin with a "." character.
Approved by: gjb
Differential Revision: https://reviews.freebsd.org/D29368
Steps 1-4 from the Committer's guide:
* Add entries for Ka Ho Ng <khng>
* Add PGP key
Reviewed by: philip
Approved by: philip (mentor)
Differential Revision: https://reviews.freebsd.org/D29282
This does not include entries for changes that were included in 12.2
release.
Reviewed by: emaste (earlier version)
Differential Revision: https://reviews.freebsd.org/D29279
- Remove extraneous quotes from attributes.
- Prefer active voice to passive voice when describing changes.
- Correct a few entries that claimed functionality changed when
the associated changes were changes to the documentation.
- Move the VirtIO V1 comment to the device drivers section and
make it more generic as well as adding missing context for Q35
(it's specific to QEMU).
- Trim the bhyve entries to not include changes already present
in 12.2. Also, don't list bugfixes to previous changes, e.g.
a single entry for VM snapshots is sufficient from a user's
perspective.
- Replace some bhyve entries with broader entries such as support
for LA57 and Hygon Dhyana.
- In the note about the i386 CPUTYPE, shift to present tense
instead of future tense.
Reviewed by: gjb (earlier version)
Discussed with: emaste
Differential Revision: https://reviews.freebsd.org/D29244
- Remove spurious quotes from attributes.
- Update the descriptions of supported architectures including adding
aarch64 and RISC-V and removing sparc64.
- Suggest installing packages via pkg(8) rather than the installer.
- Claim 13.0 is a release and not a developer snapshot.
- Trim stale info about obtaining FreeBSD and instead point the user
at the "where/" page on the main website.
- Switch mailing list from current@ to stable@.
- Add an explicit link to bugs.freebsd.org and remove mention of
send-pr(1).
- Just assume bsdinstall works on all platforms.
- Other minor edits.
Reviewed by: gjb (earlier version)
Differential Revision: https://reviews.freebsd.org/D29243
- Remove spurious quotes around the release name and number.
- Replace SVN with Git.
- Fix a freebsd-update example to expand the localRel attribute.
Reviewed by: gjb
Differential Revision: https://reviews.freebsd.org/D29242
Rewrite much of the 486->686 default code generation section. This mostly
improves the wording, but also fleshes out some of the examples given and
provides more examples. Minor typos also corrected.
Attaching processes will now largely retain their cpu masks, which is a
fairly large and notable change from previous releases.
Reviewed by: me_igalic.co
Approved by: gjb (implicit)
Differential Revision: https://reviews.freebsd.org/D29081