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)
Add the FreeBSD Community Day in Gothenburg, Sweden, to the list of upcoming
events.
Reviewed by: bcr, allanjude (previous version)
Sponsored by: B3 Init
Differential Revision: https://reviews.freebsd.org/D19182
This is based on LLVM's Code Review policy. It differs it not requiring
review for non-trivial changes.
Reviewed by: bcr (verbal), allanjude, imp, jhb
Approved by: core
Differential Revision: https://reviews.freebsd.org/D16730
In the discussion leading up to r52813, rgrimes@ suggested to add a
troubleshooting section to the Xen chapter to help with debugging issues.
In particular, users should know where Xen 4.11 and higher logs important
information relevant for debugging. There are also a couple of options
that increase the verbosity of the dom0 and enable iommu debugging. These
were divided up into two subsections: one for the host and the other for
the guest.
Thanks go out to royger@ for providing the information and putting together
a documentation patch before I could.
Suggested by: rgrimes
Patch by: royger
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D19107
This patch clarifies which versions of FreeBSD support Xen 4.7 (PVHv1)
and Xen 4.11 or greater (PVHv2). Additionally, improve a few of the
instructions. Use onifconsole for Xen, add a line to loader.conf to
load the tap device. Remove restrictions to use MMCFG PCI accesses for
Xen >= 4.11. Make /var/log/xen stand out a bit more by making it a tip.
Finally, the example guest was creating a 10.3 version of FreeBSD,
which is no longer supported. Update that to 12.0 and wrap it in
replaceable tags so that people know they can put something else there.
Big thanks to royger@ for the updates and doing the documentation work
before I had a chance to do it.
Submitted by: royger@
Reported by: freebsd-xen mailinglist
Approved by: bcr@
Differential Revision: https://reviews.freebsd.org/D19106
I will be his mentor and this starts to establishg the chain of trust
since my gpg world is broken at the moment.
Submitted by: johalun@
Approved by: imp@
- Fix some dead links and punctuations
- pfctl_parser.c was moved to a new location since FreeBSD 10
- Fix a few service commands
Issues found when translating this chapter to pt_BR.
Reviewed by: bcr
Approved by: doc (bcr)
Differential Revision: https://reviews.freebsd.org/D18981
tree.
- Link to the templates on the reporting.html page.
Suggested by: emaste
Discussed with: secteam (emaste, remko)
Sponsored by: The FreeBSD Foundation
FreeBSD accepts both uppercase and lowercase blocksize modifiers,
whereas Mac OS and Linux disagree on what case to use.
Reported by: Rob Hulley <hulleyrob@gmail.com>