committers-guide: Update current compiler verisons
- Restructure some of the text to avoid hardcoding compiler versions when
possible.
- Explicitly note the naming pattern for llvm toolchain packages.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D50618
14.3: On (revised) schedule
RC1 builds started on May 30th. And then re-started because I threw
away the first build so we could slip in one last bug fix, but it's
still May 30th.
Sponsored by: Amazon
Update instructions to replace boot1.efifat with boot1.efi
The boot1.efifat file was removed in 9a2b7c5. Update the instructions
with the file that actually exists in the system.
HW Relnotes: Remove traces of sio(4)
sio was disconnected from the build in 2008, and removed completely in
2019. These lines have actually been in the hardware release notes since
the first hardware release notes in 4.4R. Remove them from the hardware
release notes template only, we can regenerate the hardware release
notes for the upcoming release.
Ref: 71f0077631fa (Remove sio(4).)
Discussed with: emaste
Reviewed by: mhorne
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D50526
HW Relnotes: Remove traces of ar(4)
Remove two lost lines from the hardware release notes template, and the
past two major versions. They appeared in the original 4.4R/i386 notes
and were forgotten when the rest of the entry was removed was removed in
FreeBSD 8.0R.
Discussed with: emaste
Reviewed by: mhorne
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D50527
HW Relnotes: Remove traces of cy, rc, rp drivers
These drivers were removed for FreeBSD 13.0. Remove what remains of
them from the hardware release notes template as well as the notes for
versions they did not ship with.
Ref: aa6ea9b6ce25 (remove some long abandoned serial drivers)
Discussed with: emaste, imp
Reviewed by: mhorne
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D50522
HW Relnotes: Sync hardware notes from puc(4)
Add the ure driver to the Ethernet Interfaces section of the
Hardware Release Notes for the template and the upcoming 14.3R.
Reviewed by: mhorne, ziaee
Approved by: mhorne (mentor)
Discussed with: bsdimp, cperciva
Pull Request: https://github.com/freebsd/freebsd-doc/pull/486
HW Relnotes: Sync hardware notes from ure(4)
Add the ure driver to the Ethernet Interfaces section of the
Hardware Release Notes for the template and the upcoming 14.3R.
Reviewed by: mhorne, ziaee
Approved by: mhorne (mentor)
Discussed with: bsdimp, cperciva
Pull Request: https://github.com/freebsd/freebsd-doc/pull/486
developers-handbook: Correct command to build entire OS
`make world` and `make buildworld` do not build the kernel, so to
actually compile "the entire operating system" the appropriate command
is `make buildworld buildkernel`.
Reported by: olce
Sponsored by: The FreeBSD Foundation
docs: Remove references to `make world`
Two of these seemed to be used in the sense of "building the system."
The other one was a literal command, but was incorrect.
Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50471
FAQ: Remove "The FreeBSD Funnies"
Without comment on the humour value of these entries they seem most
suited to confusing new users and are not appropriate Frequently Asked
Questions.
Reviewed by: carlavilla
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50469