From 22ed9e3736e4ed1a565592f02d6b375531fa3148 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 9 May 2003 20:08:07 +0000 Subject: [PATCH] Upgrade KSE for non-i386 to Must Fix for 5.1-RELEASE. Upgrade rtld thread-safety to Must Fix for 5.1-RELEASE. --- en/releases/5.1R/todo.sgml | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/en/releases/5.1R/todo.sgml b/en/releases/5.1R/todo.sgml index f546c0acc4..47004748df 100644 --- a/en/releases/5.1R/todo.sgml +++ b/en/releases/5.1R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -95,6 +95,26 @@ if_dc and if_fxp. + + KSE support for sparc64, alpha, ia64 + -- + &a.jake;, --, -- + Currently, the MD elements of KSE are present only for the i386 + platform, limiting use of KSE to the i386 platform. It is highly + desirable to make KSE available on non-i386 platforms for + 5.1-RELEASE so that KSE can see more broad exposure, and the + performance benefits of KSE can be visible to users of the + 64-bit FreeBSD architectures. + + + + rtld-elf thread-safety + -- + &a.kan; + Update the run-time link editor (rtld) thread-safe with + libpthread. + +

Desired Features for 5.1-RELEASE

@@ -126,26 +146,6 @@ will defer the fix to post-5.0 and consider this errata. - - KSE support for sparc64, alpha, ia64 - -- - &a.jake;, --, -- - Currently, the MD elements of KSE are present only for the i386 - platform, limiting use of KSE to the i386 platform. It is highly - desirable to make KSE available on non-i386 platforms for - 5.1-RELEASE so that KSE can see more broad exposure, and the - performance benefits of KSE can be visible to users of the - 64-bit FreeBSD architectures. - - - - rtld-elf thread-safety - -- - &a.kan; - Update the run-time link editor (rtld) thread-safe with - libpthread. - - nullfs deadlocks --