> ### Kernel changes
* IO Scheduler framework and Fair Queuing I/O scheduler
-* LVM + Device-mapper, crypt and stripe targets
+* Device Mapper imported from NetBSD
+* stripe and crypt targets for the Device Mapper
* select/poll hoisted onto kqueue
* LWKT tokens reworked
* MP Lock removed from VM and pmaps (sorta: its still taken with the vm token, but the groundwork is there)
* Major performance improvements to softcrypto on SMP systems
* kern_udev - A framework to associate optional information with device nodes
* initrd (initial ramdisk/malloc disk) support
+* Removal of shared spinlocks and renaming of the spinlock API
+* Added support for AES-XTS and AES-CTR to the opencrypto framework
+* proplib imported from NetBSD
> ### HAMMER changes
> ### Hardware changes (non-networking)
* Driver for Areca RAID controllers (arcmsr)
-* AESNI crypto driver
+* aesni crypto driver
* AHCI support for recent AMD SATA chipsets
+* VIA Padlock support fixed
* foo
* bar
* udevd - A support daemon for libdevattr
* Kernel programming guide (section 9 man pages) updated and extended.
* mkinitrd - A tool to generate an initrd image to be able to boot from crypto, lvm and other devices
+* crashinfo, a tool to automatically extract some useful information from kernel dumps in a text format
+* proplib imported from NetBSD
> ### amd64 related changes
* foo
> ### Contributed Software
* Imported drill and libldns as a resolving utility in base as BIND has gone
-*
+* Imported lvm (Logical Volume Manager)
+* Imported cryptsetup for use with the new device mapper crypto target, dm_target_crypt
>### Security related
* foo