handbook/virtualization: Fix zvol path (change to singular)
The path to a ZFS volume is /dev/zvol in FreeBSD, not /dev/zvols.
Otherwise, the example no. 3 would not work properly.
PR: 287837
Differential Revision: https://reviews.freebsd.org/D51395
HW Relnotes: Add mtw(4) to the template for 15.0
The mtw(4) driver was added in src:c14b016242613 for FreeBSD 15.0
Add it to the Release Hardware Notes in the wireless section.
Reviewed by: carlavilla, mhorne (mentors)
Differential Revision: https://reviews.freebsd.org/D48906
HW Relnotes: Move uaudio to Sound
Since this is the only usb sound driver, I think it makes more sense
to put it with the other sound drivers. Especially since nobody has
ever noticied that the link is incorrectly named and it has actually
always been broken.
Reviewed by: christos, mhorne
Differential Revision: https://reviews.freebsd.org/D51262
HW Relnotes: Add ufshci(4) to template for 15.0
The ufshci(4) driver was added in src:1349a733cf28 for FreeBSD 15.0.
Add it to the Release Haredware notes in the Disk Controllers section.
handbook/dtrace: Add references and refresh some paragraphs
- Reference manual pages where appropriate
- Rewrite some paragraphs for better clarity
- Do some minor wordsmithing
- Do not explain how ksh is needed for the DTrace Toolkit. That's what
RUN_DEPENDS are for.
Status/2025Q2/pkgbase-bsdinstall.adoc: Add report
Reviewed by: status (Pau Amma <pauamma at gundo.com>)
Differential Revision: https://reviews.freebsd.org/D51092
Status/2025Q2/sysctltui.adoc: Add report
Reviewed by: status (Pau Amma <pauamma at gundo.com>,
Chris Moerz <freebsd at ny-central.org>)
Differential Revision: https://reviews.freebsd.org/D51120
handbook/x11: refactor
General:
+ Add many search keywords to tags
+ Add detail to subsections, and an abstract
+ Add drm and kms to glossary
Graphics:
+ drivers logically come first, and explain why we have to install them
+ intel graphics is not always integrated and not always cards
+ add graphics to keywords
+ refactor for flow
+ add markup for linking
Xorg:
+ add an overview subchapter
+ disambiguate Xorg server/X Window System
+ xorg-ins should directly precede xorg-cfg
+ try to tersely explain why at more points
[23 lines not shown]
Status/2025/Q2/usb-debugging.adoc: Add status report
Add a status report for USB debugging interface.
Reviewed by: salvadore, Pau Amma
Differential Revision: https://reviews.freebsd.org/D51003