diff --git a/en/releases/5.3R/todo.sgml b/en/releases/5.3R/todo.sgml
index 1a5a5e63e6..0a1ccfda91 100644
--- a/en/releases/5.3R/todo.sgml
+++ b/en/releases/5.3R/todo.sgml
@@ -1,7 +1,7 @@
-
+
%includes;
%developers;
@@ -66,36 +66,20 @@
lifespan on 5.x than GCC 3.3 is.
+
+ GDB 6.1 kernel debugging support |
+ &status.wip |
+ &a.marcel; |
+ GDB 6.1.1 import does not include FreeBSD kernel debugging support. |
+
+
BIND9 import into 5-CURRENT |
- -- |
+ &status.wip; |
&a.dougb; |
BIND9 must be imported for 5.3-RELEASE. |
-
- Completed compiler support for dynamic |
- -- |
- &a.kan; and &a.obrien; |
- All platforms but IA64 have modifications to support /libexec/ld.so
- in the gcc base source tree; changes for all FreeBSD platforms have been
- merged back into the FSF 3.4 tree. They should be brought into FreeBSD
- on the vendor branch with a 3.4 import for 5.3-RELEASE. |
-
-
-
- truss support for ptrace |
- &status.wip; |
- &a.robert; |
- Almost all process debugging tools have been updated to use
- non-procfs kernel primitives, with the exception of truss(1).
- As procfs is considered deprecated due to its inherent security
- risks, it is highly desirable to update truss to operate in
- a post-procfs world. &a.des; had prototype patches; &a.robert;
- is developing and testing patches now. Support for system
- call tracing has been added to ptrace(). |
-
-
KSE support for sparc64 |
&status.wip; |
@@ -132,6 +116,29 @@
Issue | Status | Responsible | Description |
+
+ Completed compiler support for dynamic |
+ -- |
+ &a.kan; and &a.obrien; |
+ All platforms but IA64 have modifications to support /libexec/ld.so
+ in the gcc base source tree; changes for all FreeBSD platforms have been
+ merged back into the FSF 3.4 tree. They should be brought into FreeBSD
+ on the vendor branch with a 3.4 import for 5.3-RELEASE. |
+
+
+
+ truss support for ptrace |
+ &status.wip; |
+ &a.robert; |
+ Almost all process debugging tools have been updated to use
+ non-procfs kernel primitives, with the exception of truss(1).
+ As procfs is considered deprecated due to its inherent security
+ risks, it is highly desirable to update truss to operate in
+ a post-procfs world. &a.des; had prototype patches; &a.robert;
+ is developing and testing patches now. Support for system
+ call tracing has been added to ptrace(). |
+
+
Per-platform Thread-Local Storage |
&status.wip; |