Add a new section about Xen to the virtualization chapter.
It is based on the entries in the FreeBSD Wiki andi Xen's
own instructions specific to FreeBSD.
In particular, it describes how to configure the host machine,
set up the Dom0, and add a DomU VM afterwards.
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D11276
Make it more clear that the "kernel" target equates to "buildkernel
installkernel".
Update to r50327:
Add a target for other documents referring to STABLE.
Update to r50288:
Edit link IDs so old links will work. Incidentally, split-HTML
generation only generates files for top-level sections.
Replace obsolete files in example output with files currently found in src.
Make a stronger recommendation about rebuilding world if a key component in src
has been modified.
Slightly revise the way we refer to FreeBSD 12 here.
Update to r50019:
Submit documentation from trasz for his Foundation-sponsored work on the
USB Mass Storage CTL front end.
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D9966
Add a section for FreeBSD 11 and higher as this one
uses a different method of detecting the wireless
devices in the system (using sysctl).
Additionally, change the wlandebug example to wlan0.
Add a short section 4.5.3.1, "Tools To Upgrade And Manage Ports".
This removes the assertion that only portupgrade or portmaster
are suitable for upgrading ports, and provides a framework for
discussing more alternatives as they become available.
Synth is mentioned as an alternative. A subsequent patch will
be put up for community discussion.
While here, clean up some duplicate and awkward wording.
Shuffle some text in the ports section of the Handbook.
The presentation assumes more knowledge on the part of a new user to
FreeBSD than it should.
In good writing, concepts should always be introduced before being
discussed. The current presentation mixes them. The new order introduces
applications, then ports, then packages, and then elaborates on the
difference between packages and ports.
90% of the content is merely moved. Some editing for clarity is included.
Clarify wording in the ports section of the Handbook.
The presentation assumes more knowledge on the part of a new user to
FreeBSD than it should. Some of the text, while correct, is still too
easy to misunderstand.
The overall sense of the text does not change.
Add note about ports not running their startup scripts upon installation
as being by design.