From: AggelosEconomopoulos Date: Sun, 31 Jan 2010 11:07:02 +0000 (-0800) Subject: Don't try to keep track of the numbering in the page source X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/620da3285b9a0ec98bb8e2aef75ac80d89d6028d Don't try to keep track of the numbering in the page source --- diff --git a/docs/developer/gsoc2010/index.mdwn b/docs/developer/gsoc2010/index.mdwn index 7860fe59..58469bdd 100644 --- a/docs/developer/gsoc2010/index.mdwn +++ b/docs/developer/gsoc2010/index.mdwn @@ -17,14 +17,14 @@ For more details on Google's Summer of Code: [Google's SoC page](http://socghop. * Kernelland quota support in the VFS layer * Filesystem-agnostic quota support tools for userland -2. Ultra Fast Boot & Shutdown Speed +1. Ultra Fast Boot & Shutdown Speed * Be competitive with GNU/Linux, OSX & MS Windows refinements in this area. -3. Graphics Kernel Memory Manager Support ( GEM ) +1. Graphics Kernel Memory Manager Support ( GEM ) * Support dealing with graphics NUMA in kernel space for modern graphics hardware * http://en.wikipedia.org/wiki/Graphics_Execution_Manager -4. Security/Hardening improvements +1. 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) @@ -32,7 +32,7 @@ For more details on Google's Summer of Code: [Google's SoC page](http://socghop. * Port OpenBSD’s most recent malloc implementation as an option * Use blf instead of md5 for passwords etc. (already possible, but not default) -5. Data Integrity Framework Implementation +1. Data Integrity Framework Implementation * Something akin to what was done for Linux: http://oss.oracle.com/projects/data-integrity/ (please add)