diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml
index 638de48e83..b8791e924b 100644
--- a/en/projects/ideas/ideas.xml
+++ b/en/projects/ideas/ideas.xml
@@ -15,7 +15,7 @@ Ideas//EN"
- $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.68 2008/03/20 18:47:49 rwatson Exp $
+ $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.69 2008/03/20 18:52:13 rwatson Exp $
@@ -529,7 +529,17 @@ these buses to be a subclass of this new base class.
released in Solaris 10. They have since released the major part of
Solaris under the banner of OpenSolaris and the Common Development and
Distribution License (CDDL) 1.0. John Birrell has created an initial port and
- should be contacted for information on what tasks remain to be done.
+ should be contacted for information on what tasks remain to be done;
+ two possible areas of work are:
+
+ - We need a clean CTF implementation for FreeBSD to avoid the license
+ (CDDL) that Sun has on their code. John will write a specification about
+ the file format and the Summer of Code project is to implement that and
+ write tests for the implementation without looking at the Sun code.
+ - We need someone to port the DTrace toolkit to FreeBSD. Part of this will
+ include adding additional probes to the kernel and to userland processes
+ to do what Sun does in OpenSolaris and also what Apple does in OS X.
+
Requirements:
- Ability to read and understand foreign C code.