libarchive has been updated to version 3.8.7. This update includes bugfixes for vulnerabilities, memory leaks, and crashes in multiple archive format readers.
gitref:2dddbb67c6a1[repository=src].
@@ -584,18 +587,39 @@
Manual page man:mq_getfd_np[3] documents the function that retrieves the file descriptor from a message queue descriptor.
gitref:11a0cf32a232[repository=src].
+Manual page for man:realpath[3] has been updated: RETURN VALUES section improved, SEE ALSO section expanded with basename(3), dirname(3), and free(3), and obsolete CAVEATS section removed.
+gitref:f5b8309b9f63[repository=src].
+{{< sponsored "Klara, Inc." >}}
+
The man:dwcotg[4] manual page has been added, documenting the DesignWare USB OTG controller driver and making it visible for future release notes.
gitref:a1479a37fcf8[repository=src].
+The man page for man:umass[4] now includes references to the man:usb_quirk[4] and man:usbconfig[8] pages, helping users troubleshoot device-specific workarounds.
+gitref:f1fe71222aca[repository=src].
+{{< sponsored "Netflix" >}}
+
The man:ports[7] reference manual's FILES section has been expanded and reorganized into three tables, documenting additional files such as make.conf, CHANGES, CONTRIBUTING.md, UPDATING, and Tools/scripts.
gitref:5e1443211528[repository=src].
Man page documentation for man:bhyve[8] has been updated to describe the full -c flag syntax including complex CPU topology specifiers.
gitref:c92c3852a974[repository=src].
+Manual pages for GEOM and related tools (man:gcache[8],man:geli[8],man:gpart[8],man:ggatec[8], and man:ggated[8]) now consistently clarify that sizes are specified in binary units (bytes) unless an SI unit suffix is provided, and use non-breaking spaces between numbers and units.
+gitref:30c821ac04c1[repository=src].
+
+Manual page documentation updated for man:jail[8], describing how to create a jail from a distribution set.
+gitref:cf16565eb929[repository=src].
+
The deprecated -p option has been removed from man:lpd[8] and its manual page.
gitref:5f10e369a13a[repository=src].
+A new manual page man:sbintime[9] documents the usage of sbintime_t and its helper functions for kernel developers.