Mention that FreeBSD does not ship with /etc/pf.conf by default.
Previous versions of FreeBSD provided a standard /etc/pf.conf, but
that was removed without changing the documentation. Update the
handbook to mention it and point people to the directory
/usr/share/examples/pf/ where example firewall rules are available.
Update link to Daryl's TCP/IP Primer in the firewall chapter.
The link was moved and no forwarding to the new location was put in
place, which resulted in a broken link. Update the link to the new
location.
The summary of the license policy in the commiters guide is a good place
to get started, but the buck stops with the license policy. We enourage
questions before making commits if the policy is not clear.
Approved by: core (bcr, jhb, imp)
Differential Revision: https://reviews.freebsd.org/D19515
Previous versions of FreeBSD provided a standard /etc/pf.conf, but
that was removed without changing the documentation. Update the
handbook to mention it and point people to the directory
/usr/share/examples/pf/ where example firewall rules are available.
PR: 231977
Submitted by: koobs@
Discussed with: kp@
Subversion (svnlite) has always been Apache-licensed and LLVM
will be as well starting with version 9.0.0.
Note that core@ must still approve imports of new Apache-license
components in the tree as well as license changes to Apache ones.
Thanks to Brooks for the writeup.
Approved by: core@
Differential Revision: https://reviews.freebsd.org/D19358
While our ancient toolchain still falls into this category, we are
rapidly transitioning away from it and few if any bugfixes have been
merged from upstream in recent years.
Approved by: core@
Differential Revision: https://reviews.freebsd.org/D19356
The site to download sample splash screens is not available anymore.
Remove the sentence it contains completely and pull in the remaining
single sentence from this paragraph into the next one.
PR: 236402
Submitted by: yuri@
The ports security teams exists for a while now, so it should have a
proper listing on the administration page with all current members.
Thanks to Kurt Jaeger for the writeup and submitting the patch.
I only rewrapped one line to fit within the line limits.
PR: 235939
Submitted by: pi@
Drop mention of SVN and Perforce in favor of using github. If students
are familiar with anything it's going to be git.
Comment out text on gsoc flyers until someone makes an updated one.
Reported by: bz
Reviewed by: mmokhi
Differential Revision: https://reviews.freebsd.org/D19505
Remove instructions about outdated KDE4 and replace
them with KDE5 Plasma.
The instructions are rewritten to cover KDE5 specifics
like installing the necessary packages (SDDM).
Happy KDE5-ing on FreeBSD!
Attempt to cope with dd's non-portable bs= constructs
FreeBSD accepts both uppercase and lowercase blocksize modifiers,
whereas Mac OS and Linux disagree on what case to use.
The link was moved and no forwarding to the new location was put in
place, which resulted in a broken link. Update the link to the new
location.
PR: 236286
Submitted by: sdk7774@gmail.com
handbook: Improve Firewalls chapter
- Fix some dead links and punctuations
- pfctl_parser.c was moved to a new location since FreeBSD 10
- Fix a few service commands
1) The line
sysrc -f /etc/sysctl.conf vm.max_wired=-1
does not work, it only returns an error about a name containing characters
not allowed in shell. Instead, use echo to add the line to sysctl.conf.
2) Fix the rules for automatic bridge creation, taken from the bridging
chapter of the handbook.
3) Add a note that FreeBSD's Dom0 requires booting in legacy (BIOS) mode.
4) Remove mention of xen.4th for the loader menu. It's not working anymore
with the Lua loader that we have now. Until this is fixed, don't refer
readers to it.
Thanks to royger@ for providing the patch.
Submitted by: royger@
Approved by: me
Differential Revision: https://reviews.freebsd.org/D19294
variables are introduced.
This patch swaps the order of those two sections and pushes "Marking
a Port as Architecture Neutral" down one level.
By itself this patch seems trivial; however, it needs to be done to
prepare for expanding the section with non-trivial material.
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D19233
It got moved to their blog and the previous link did lead to
an error page. This new link will lead people directly there.
PR: 235764
Submitted by: Dimitar (e_ra_se_r@yahoo.com)