Change the e-mail address for quarterly reports submissions from quarterly@
to quarterly-submissions@ (an alias for quarterly@). This allows a more
efficient distinction between quarterly reports submissions and quarterly
team internal discussion.
Approved by: doc (bcr), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24741
sendmail. The instructions in the handbook
were from a time when we did not have any
OpenSSL version in the base system. Nowadays,
with different versions of OpenSSL in various
FreeBSD branches that differ in API/ABI, these
small corrections are needed because they would
be broken for stable/11 otherwise.
Thanks to Eugen Grosbein for pointing this out
and providing the lines for /etc/make.conf.
PR: 244937
Submitted by: eugen@
- prefer sysrc to manual edits of /etc/rc.conf
- Add pkg install step
- provide the full path to the kadmind.acl file
- Updated messages from kadmin add command
- Update Heimdal wiki link
I changed only minor details in the original patch to
conform to our doc style and conventions.
Submitted by: farhan_farhan.codes
Approved by: bcr@
Differential Revision: https://reviews.freebsd.org/D23596
- remove mention to deprecated frontend;
- update kernel config settings;
- update devfs(8) part for device nodes permissions.
Example with devd(8) will be added soon.
PR: 244156
Submitted by: Tobias Kortkamp <tobik@FreeBSD.org>
Removed busdma and netpert projects from the website and all of the
references to their pages.
Reviewed by: imp@, bcr@
Differential Revision: https://reviews.freebsd.org/D24619
Removed busdma and netpert projects from the website and all of the
references to their pages.
Reviewed by: imp@, bcr@
Differential Revision: https://reviews.freebsd.org/D24619
The example for vuln.xml contains the line
<range><ge>1.6</ge><lt>1.9</lt></range> which is explained as describing
the interval 1.6 <= x <= 1.9, but is 1.6 <= x < 1.9 instead as is
suggested by:
- the <ge> and <lt> tags;
- the output of pkg audit, which for the example would contain the line
>= 1.6: < 1.9.
Reviewed by: mat, crees
Approved by: mat, bcr (docs), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24381
dev-model book:
- Make pronouns truly gender-agnostic
- Correct typos and minor grammar errors
- Update number of ports vs. time graph to a less outdated version
(from [1])
- Enhance screenreader friendliness of pictures
- Remove reference to deleted image
- Add link to FDP primer
Thanks to Pau Amma for working on a patch and submitting it
to us.
[1] https://web.archive.org/web/20121223081637if_/http://www.freebsd.org/ports/growth/status.png
PR: 241814
Submitted by: pauamma_gundo.com
Reviewed by: debdrub, bcr, allanjude
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D24321