From: alexh Date: Sat, 18 Sep 2010 15:18:01 +0000 (-0700) Subject: another bunch of changes X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/48bb836f549a28414ffc77d2810035cf11f41a69 another bunch of changes --- diff --git a/release28/index.mdwn b/release28/index.mdwn index 24fa96d5..186cd2d2 100644 --- a/release28/index.mdwn +++ b/release28/index.mdwn @@ -69,7 +69,8 @@ or > ### 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) @@ -80,6 +81,9 @@ or * 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 @@ -88,8 +92,9 @@ or > ### 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 @@ -102,6 +107,8 @@ or * 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 @@ -112,7 +119,8 @@ or > ### 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