* Support dealing with graphics NUMA in kernel space for modern graphics hardware
* http://en.wikipedia.org/wiki/Graphics_Execution_Manager
-4. Full documentation review.
-* Reproduce the whole manual, check what applies to DFBSD and what dont, rewrite the chapters so user manual is 100% DFBSD compliant.
-* Add more info about hammer and other dfbsd only stuff, how to use it and how to configure it. (user manual).
-
-5. Security/Hardening improvements
+4. Security/Hardening improvements
* Encrypted swap/filesystems (From NetBSD or OpenBSD?)
* Extended toolchain hardening
* NX/XD support in kernel (at least for 64 bit kernels, DF doesn’t support PAE IIRC)
* Port OpenBSD’s most recent malloc implementation as an option
* Use blf instead of md5 for passwords etc. (already possible, but not default)
-6. Data Integrity Framework Implementation
+5. Data Integrity Framework Implementation
* Something akin to what was done for Linux: http://oss.oracle.com/projects/data-integrity/
(please add)