diff --git a/en/projects/ideas/index.sgml b/en/projects/ideas/index.sgml
index bdb8b6dca0..f64c024687 100644
--- a/en/projects/ideas/index.sgml
+++ b/en/projects/ideas/index.sgml
@@ -1,6 +1,6 @@
-
+
%navincludes;
%includes;
@@ -104,12 +104,12 @@
Multibyte collation support
NDMP data server
Performance tracking
+ Port libumem to FreeBSD
PXE Installer
Regression testing system
RFC3442 support
Sysinstall
Unicode support in vi
- Port libumem to FreeBSD
Additional Information
@@ -232,8 +232,8 @@
File System) as of build 27a. ZFS is a new approach to file
system design and data management, and includes several interesting features
such as transactional semantics, snapshots and good scalability. Porting ZFS
- to FreeBSD is higly encouraged, but should be considered a very difficult
- task since the current implementation of ZFS is extremely
+ to FreeBSD is higly encouraged, but should be considered a difficult
+ task since the current implementation of ZFS is very
Solaris-specific.
Requirements:
@@ -1157,6 +1157,42 @@
+
+Port libumem to FreeBSD
+Solaris 9 and later versions include libumem
, a user
+ space slab allocator that includes debugging features we may want to
+ have on FreeBSD too.
+Online references for libumem
are (in suggested reading
+ order):
+
+Requirements:
+
+ - Good C knowledge (reading and writing).
+ - Experience with debugging allocation problems.
+
+
+
+
PXE Installer
It would be great to have a bundled PXE installer. This would allow one to
@@ -1242,42 +1278,6 @@
-
-Port libumem to FreeBSD
-Solaris 9 and later versions include libumem
, a user
- space slab allocator that includes debugging features we may want to
- have on FreeBSD too.
-Online references for libumem
are (in suggested reading
- order):
-
-Requirements:
-
- - Good C knowledge (reading and writing).
- - Experience with debugging allocation problems.
-
-
-
-