aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2003-05-04 02:02:48 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2003-05-04 02:02:48 +0000
commit8c787209180f6b3e3e9f4cec1b938e81d887f09b (patch)
treeab42c8879935bc0f13d6d8a24e75d30d8d7620cf /release
parent22e9bc15f9a8ceae8bcfda46b8d95041e87f607a (diff)
downloadsrc-8c787209180f6b3e3e9f4cec1b938e81d887f09b.tar.gz
src-8c787209180f6b3e3e9f4cec1b938e81d887f09b.zip
KSE is useful for pc98.
Notes
Notes: svn path=/head/; revision=114627
Diffstat (limited to 'release')
-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 ffead8a9137f..db49b464ab10 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 ffead8a9137f..db49b464ab10 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