summaryrefslogtreecommitdiffstats
path: root/release/doc
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-05-04 02:02:48 +0000
committernyan <nyan@FreeBSD.org>2003-05-04 02:02:48 +0000
commitc0a8b198d1c42a0d42b108279497d834405ce3c4 (patch)
treeab42c8879935bc0f13d6d8a24e75d30d8d7620cf /release/doc
parente6de895e83d4c3c11d4bc532885a573965e5be0e (diff)
downloadFreeBSD-src-c0a8b198d1c42a0d42b108279497d834405ce3c4.zip
FreeBSD-src-c0a8b198d1c42a0d42b108279497d834405ce3c4.tar.gz
KSE is useful for pc98.
Diffstat (limited to 'release/doc')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml4
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml4
2 files changed, 4 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index ffead8a..db49b46 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -772,14 +772,14 @@
before executing the command. This is useful when the child
process is an interactive application.</para>
- <para arch="i386">The <filename>libkse</filename> library,
+ <para arch="i386,pc98">The <filename>libkse</filename> library,
providing POSIX threading support using KSE, is now enabled and
installed by default. It is still considered a
work-in-progress, and is not used by default. However, it can
be used as a replacement for the <filename>libc_r</filename>
thread library.</para>
- <para arch="i386,sparc64,ia64">A 1:1 threading package (where for every pthread in an
+ <para arch="i386,pc98,sparc64,ia64">A 1:1 threading package (where for every pthread in an
application there is one KSE and thread) has been implemented.
Under this model, the kernel handles all thread scheduling
decisions and all signal delivery. This uses some of the common
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index ffead8a..db49b46 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -772,14 +772,14 @@
before executing the command. This is useful when the child
process is an interactive application.</para>
- <para arch="i386">The <filename>libkse</filename> library,
+ <para arch="i386,pc98">The <filename>libkse</filename> library,
providing POSIX threading support using KSE, is now enabled and
installed by default. It is still considered a
work-in-progress, and is not used by default. However, it can
be used as a replacement for the <filename>libc_r</filename>
thread library.</para>
- <para arch="i386,sparc64,ia64">A 1:1 threading package (where for every pthread in an
+ <para arch="i386,pc98,sparc64,ia64">A 1:1 threading package (where for every pthread in an
application there is one KSE and thread) has been implemented.
Under this model, the kernel handles all thread scheduling
decisions and all signal delivery. This uses some of the common
OpenPOWER on IntegriCloud