* Fixed some potential deadlocks in dsched(4) and dsched_fq.
* bfq(4), an experimental, work-in-progress budget fair queuing dsched(4) policy has been added.
* mps(4) driver has been updated and now supports RAID.
-* pf(4) has been converted to use kmalloc instead of zalloc
-* Substantial update to the kernel's ELF handling
+* pf(4) has been converted to use kmalloc instead of zalloc.
+* Substantial update to the kernel's ELF handling.
* The refcount API has been overhauled.
* A netgraph MP race has been fixed.
* A bug in the kernel smb code relating to directory scanning has been fixed.
* libm has been updated with multiple math functions brought in from NetBSD/FreeBSD.
* Position-Independent Executables (PIE) support added.
* TRIM support added.
-* PCI MMC/SD drivers are included in the GENERIC kernel
+* PCI MMC/SD drivers are included in the GENERIC kernel.
> ### Hardware changes (non-networking)
* padlock(4) now supports the built-in random number generator and feeds entropy into the kernel's entropy pool.