Move a couple of items down to the 'desired' list as they aren't critical.
Add the GDB 6.1 kernel debugging task to the required list.
This commit is contained in:
parent
eb8684e519
commit
569d4cf5d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21333
1 changed files with 32 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.23 2004/06/21 06:41:25 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.24 2004/06/21 06:44:30 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -66,36 +66,20 @@
|
|||
lifespan on 5.x than GCC 3.3 is.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>GDB 6.1 kernel debugging support</td>
|
||||
<td>&status.wip</td>
|
||||
<td>&a.marcel;</td>
|
||||
<td>GDB 6.1.1 import does not include FreeBSD kernel debugging support.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>BIND9 import into 5-CURRENT</td>
|
||||
<td>--</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.dougb;</td>
|
||||
<td>BIND9 must be imported for 5.3-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Completed compiler support for dynamic </td>
|
||||
<td>--</td>
|
||||
<td>&a.kan; and &a.obrien;</td>
|
||||
<td>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.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>truss support for ptrace</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.robert;</td>
|
||||
<td>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().</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>KSE support for sparc64</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -132,6 +116,29 @@
|
|||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Completed compiler support for dynamic </td>
|
||||
<td>--</td>
|
||||
<td>&a.kan; and &a.obrien;</td>
|
||||
<td>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.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>truss support for ptrace</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.robert;</td>
|
||||
<td>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().</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Per-platform Thread-Local Storage</td>
|
||||
<td>&status.wip;</td>
|
||||
|
|
Loading…
Reference in a new issue