* [[RegressionTest|/docs/developer/RegressionTest]]
* also check [[HowToStressTest|/docs/developer/HowToStressTest]]
* Add lwp support to ptrace/gdb/core dumps.
-* [[/docs/developer/CheckpointFeatures]]
-* Linuxulator update (FreeBSD did a lot of work in this area. Look [here](http://wiki.freebsd.org/linux-kernel),
* Bringing in version 2.0 of the BSD Installer
* UTF8 support in the console
* Implement [`sem_open()`](http://www.opengroup.org/onlinepubs/000095399/functions/sem_open.html), [`sem_close()`](http://www.opengroup.org/onlinepubs/000095399/functions/sem_close.html), and [`sem_unlink()`](http://www.opengroup.org/onlinepubs/000095399/functions/sem_unlink.html).
* Clean our code to make it [style(9)](http://leaf.dragonflybsd.org/cgi/web-man?command#style§ionANY) compatible. Compile and test your changes. Verify that the checksum (sha(1)) of the unmodified object matches the checksum of the cleaned object. Check also with strip(1)+sha(1)
* Setup a regression testing machine/system to register and find problems and new improvements..
-* Networking performance scalability
-* fix `APIC_IO` on SMP
* Port or update drivers from other systems.
* Port NFSv4. [This mail](http://leaf.dragonflybsd.org/mailarchive/kernel/2008-01/msg00065.html) is a good starting point.
* clean up buildworld/kernel compilation warnings
-* Port DragonFly over to Xen.
* Port DTrace
-* Capriccio threads
+* Port Linux emulation to x86-64
### Code to port/sync from FreeBSD
* PCI code (to take advantage of power saving features)