* Bring in <tt>BUS_DMA_COULD_BOUNCE</tt> flag from FreeBSD.
* usched_set: Add USCHED_CPU_GET for retrieving the current CPU
- * msdosfs: Fixed a number of bugs
- * vkernel: Fix entry into ddb when running a SMP vkernel. Fixes stop/cont
+ * msdos(5): Fixed a number of bugs
* Add disklabel64 UFS + HAMMER boot support (was previously just HAMMER boot support)
* Sync DRM code with FreeBSD trunk rev 190433.
* Fix an IPI messaging lockup which can occur while in DDB.
- * vkernel: Fix startup race with I/O cothread support.
- * vkernel: Fix some issues - enable ithread preemption, races, and more.
- * vkernel: Fix races in stopsig() and ipisig().
+ * vkernel(7): Fix entry into ddb when running a SMP vkernel. Fixes stop/cont
+ * vkernel(7): Fix startup race with I/O cothread support.
+ * vkernel(7): Fix some issues - enable ithread preemption, races, and more.
+ * vkernel(7): Fix races in stopsig() and ipisig().
* Fix permissions check for utimes() - owner can call even if u-w.
* Reimplemented the revoke code.
* Replace the old BSD malloc code with a port of our slab allocator.