aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2001-09-18 19:12:58 +0000
committerChris Costello <chris@FreeBSD.org>2001-09-18 19:12:58 +0000
commit023142875abf7adecb5b90dc372d41cee1461d74 (patch)
tree4f12854872b6123b5e1673c67b6dc54c369bf471
parent46cf75cb6887c161aa98602c391035276ce15ac2 (diff)
Notes
-rw-r--r--en/news/status/report-2001-08.xml32
-rw-r--r--en/news/status/report-august-2001.xml32
2 files changed, 36 insertions, 28 deletions
diff --git a/en/news/status/report-2001-08.xml b/en/news/status/report-2001-08.xml
index 09df6b2f30..bc605e9cf1 100644
--- a/en/news/status/report-2001-08.xml
+++ b/en/news/status/report-2001-08.xml
@@ -5,10 +5,11 @@
<year>2001</year>
</date>
- <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
- <cvs:keyword name="freebsd">
- $FreeBSD$
- </cvs:keyword>
+ <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
+ version="1.0">
+ <cvs:keyword name="freebsd">$FreeBSD:
+ www/en/news/status/report-august-2001.xml,v 1.1 2001/09/18 18:46:30
+ chris Exp $</cvs:keyword>
</cvs:keywords>
<section>
@@ -199,16 +200,19 @@
<body>
<p>Work in adding supporting infrastructure to the kernel for KSE
- threading support has reached "milestone 2"</p>
-
- <p>resources, in the way that it will need to when there are &gt;
- 1 threads per process, but the LOGICAL changes to such things as
- the scheduler, and fork and exit, have not yet been made to allow
- more than one thread to be created. (nor have new threading
- syscalls been added yet). This is an important milestone as it
- represents the last point where the kernel has only "mechanical"
- changes. To go further we must start adding new algorythms and
- functions.</p>
+ threading support has reached "milestone 2".</p>
+
+ <p>We are awaiting commit permission for -current.</p>
+
+ <p>Milestone 2 is where the kernel source consistently refers to
+ its resources in terms of per-thread and per-process resources,
+ in the way that it will need to when there are &gt; 1 threads per
+ process, but the LOGICAL changes to such things as the scheduler,
+ and fork and exit, have not yet been made to allow more than one
+ thread to be created. (nor have new threading syscalls been added
+ yet). This is an important milestone as it represents the last
+ point where the kernel has only "mechanical" changes. To go
+ further we must start adding new algorythms and functions.</p>
<p>The kernel for milestone 2 is reliable and has no noticable
performance degradations when compared to a matchung -current
diff --git a/en/news/status/report-august-2001.xml b/en/news/status/report-august-2001.xml
index 09df6b2f30..bc605e9cf1 100644
--- a/en/news/status/report-august-2001.xml
+++ b/en/news/status/report-august-2001.xml
@@ -5,10 +5,11 @@
<year>2001</year>
</date>
- <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
- <cvs:keyword name="freebsd">
- $FreeBSD$
- </cvs:keyword>
+ <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
+ version="1.0">
+ <cvs:keyword name="freebsd">$FreeBSD:
+ www/en/news/status/report-august-2001.xml,v 1.1 2001/09/18 18:46:30
+ chris Exp $</cvs:keyword>
</cvs:keywords>
<section>
@@ -199,16 +200,19 @@
<body>
<p>Work in adding supporting infrastructure to the kernel for KSE
- threading support has reached "milestone 2"</p>
-
- <p>resources, in the way that it will need to when there are &gt;
- 1 threads per process, but the LOGICAL changes to such things as
- the scheduler, and fork and exit, have not yet been made to allow
- more than one thread to be created. (nor have new threading
- syscalls been added yet). This is an important milestone as it
- represents the last point where the kernel has only "mechanical"
- changes. To go further we must start adding new algorythms and
- functions.</p>
+ threading support has reached "milestone 2".</p>
+
+ <p>We are awaiting commit permission for -current.</p>
+
+ <p>Milestone 2 is where the kernel source consistently refers to
+ its resources in terms of per-thread and per-process resources,
+ in the way that it will need to when there are &gt; 1 threads per
+ process, but the LOGICAL changes to such things as the scheduler,
+ and fork and exit, have not yet been made to allow more than one
+ thread to be created. (nor have new threading syscalls been added
+ yet). This is an important milestone as it represents the last
+ point where the kernel has only "mechanical" changes. To go
+ further we must start adding new algorythms and functions.</p>
<p>The kernel for milestone 2 is reliable and has no noticable
performance degradations when compared to a matchung -current