We no longer have any of the "Ports collection Makefile for...." lines,
so they do not need to be explained.
Differential: https://reviews.freebsd.org/D23589
Submitted by: salvadore (based on)
Reviewed by: mat
- Add `Reported by`, `Tested by`, `Fixes`, `MFH`.
- Mention that `Submitted by` is typically not used with git.
- Add more cases to `Approved by`.
- Move `Sponsored by:` to the same place it appears in the template.
Reviewed by: debdrup
Approved by: debdrup
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D28905
Following D26075, (remove cuseeme reference in ipfirewall), give the
handbook a similar treatment.
Approved by: debdrup
Differential Revision: https://reviews.freebsd.org/D26123
Due to a potentionally intrusive change to address a performance
issue with UFS, add BETA4 to the 13.0 schedule to allow time for
testing.
Sponsored by: Rubicon Communications, LLC ("Netgate")
The l10n chapter directs people to add things to ~/.csh.login but
testing reveals that ~/.login is the right path.
This has also been corroborated by dtrace, and the csh(1) manual page
also refers to ~/.login.
PR: 253758
The hier(7) man-page lists /usr/share as the location for
architecture-independent files, so fix a few instances where the
documentation referes to /usr/shared instead of /usr/share.
PR: 253760
We are using Hugo Front Matter with YAML and there is an extra space in
the ending `---` quotes, which bothers the translation tool. This is not
happening in all files.
Approved by: carlavilla (doc)
Differential Revision: https://reviews.freebsd.org/D28842
Provide some guidance on good git commit messages. Based on an article
I wrote, with further editing and feedback by imp in the temporary git
docs repo.
Reviewed by: debdrup, imp
Approved by: debdrup
Differential Revision: https://reviews.freebsd.org/D28815
The PAE kernel now only determines if device drivers can avoid the use of
bounce buffers for DMA.
Reviewed by: kib, emaste
Differential Revision: https://reviews.freebsd.org/D28777