From: lentferj Date: Sun, 19 Feb 2012 17:46:31 +0000 (-0800) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/823d4ba4f5e0080f0e8224420247112e4a9ee676 --- diff --git a/release30/index.mdwn b/release30/index.mdwn index 86370c8a..dba5a68e 100644 --- a/release30/index.mdwn +++ b/release30/index.mdwn @@ -92,8 +92,8 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * 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. @@ -106,7 +106,7 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * 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.