Add nascent FreeBSD 6.1 todo and approval lists.

This commit is contained in:
Murray Stokely 2006-01-25 23:58:36 +00:00
parent 6781a61e5e
commit e822323ed0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26952
4 changed files with 309 additions and 0 deletions

24
en/releases/6.1R/Makefile Normal file
View file

@ -0,0 +1,24 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= todo.sgml approvals.sgml
FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rdf
FETCHCMD= /usr/bin/fetch
CLEANFILES+= news.rdf stress.html
news.rdf:
${FETCHCMD} ${FETCHFILE}
stress.html: news.rdf stress.xsl
${XSLTPROC} stress.xsl news.rdf > stress.html
todo.html: stress.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,54 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 're'>
<!ENTITY date "$FreeBSD$">
<!ENTITY local.rel "6.1">
<!ENTITY local.rel.tag "6_1">
<!ENTITY title "FreeBSD &local.rel; Commit Approvals">
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<h1>Introduction</h1>
<p>The release engineering team utilizes a code freeze to maintain
stability in the period immediately preceding a release. The
developers below have been given explicit approval by re@ to
continue conservative work in a narrowly defined area until the
expiration dates below. All other developers are required to get
approval for each individual change from re@ before committing to
the release branch.</p>
<p>General discussions about the release engineering process or
quality assurance issues should be sent to the public <a
href="mailto:FreeBSD-qa@FreeBSD.org">freebsd-qa</a> mailing list.
<a
href="&base;/doc/en_US.ISO8859-1/books/faq/misc.html#DEFINE-MFC">MFC</a>
requests should be sent to <a
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
<h1>Approval List</h1>
<table class="tblbasic">
<tr class="heading">
<th>Committer</th>
<th>Area</th>
<th>Expiration</th>
</tr>
</table>
<h1>Additional Information</h1>
<ul>
<li><a href="todo.html">FreeBSD &local.rel; developer todo list.</a></li>
<li><a href="&base;/releng/index.html">FreeBSD Release Engineering website.</a></li>
</ul>
&footer;
</body>
</html>

View file

@ -0,0 +1,31 @@
<!-- $FreeBSD: www/en/releases/6.0R/stress.xsl,v 1.1 2005/07/18 20:42:13 murray Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
exclude-result-prefixes="rdf cvs"
version="1.0">
<xsl:output
method="html"
indent="no"
encoding="utf-8"/>
<!-- match first element whether we're using namespaces or not -->
<xsl:template match="/*[1]">
<xsl:comment>Generated from XSLT</xsl:comment>
<ul>
<xsl:for-each select="*[local-name()='item']">
<li>
<xsl:element name="a">
<xsl:attribute name="href"><xsl:value-of select="*[local-name()='link']"/></xsl:attribute>
<xsl:value-of select="*[local-name()='title']"/>
</xsl:element>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>

200
en/releases/6.1R/todo.sgml Normal file
View file

@ -0,0 +1,200 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD$">
<!ENTITY local.rel "6.1">
<!ENTITY title "FreeBSD 6.1 Open Issues">
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
<!-- Status levels -->
<!ENTITY status.na "<font color=green>N/A</font>">
<!ENTITY status.done "<font color=green>Done</font>">
<!ENTITY status.wip "<font color=blue>In&nbsp;progress</font>">
<!ENTITY status.untested "<font color=orange>Needs&nbsp;testing</font>">
<!ENTITY status.new "<font color=red>Not&nbsp;done</font>">
<!ENTITY status.unknown "<font color=red>Unknown</font>">
<!ENTITY status.deferred "<font color=gray>Deferred for future release</font>">
<!ENTITY url.cvsweb "http://www.freebsd.org/cgi/cvsweb.cgi">
<!ENTITY url.mid "http://docs.freebsd.org/cgi/mid.cgi?">
<!ENTITY url.pr "http://www.freebsd.org/cgi/query-pr.cgi?">
<!ENTITY stresstest SYSTEM "./stress.html">
]>
<!--
Changes to this list MUST NOT be committed without approval of
Release Engineering Team (re@FreeBSD.org) (for general items) or
Documentation Engineering Team (doceng@FreeBSD.org) (for doc-related
items).
-->
<html>
&header;
<p>This is a list of open issues that need to be resolved for FreeBSD
&local.rel;. If you have any updates for this list, please e-mail
re@FreeBSD.org.</p>
<ul>
<li><a href="#showstopper">Show stopper defects</a></li>
<li><a href="#required">Required features</a></li>
<li><a href="#desired">Desired features</a></li>
<li><a href="#docs">Documentation Items</a></li>
<li><a href="#testing">Testing foci</a></li>
<li><a href="#stresstest">Problems Discovered by Kernel Stress Test Suite</a></li>
</ul>
<h3>Show stopper defects for &local.rel;-RELEASE</h3>
<a name="showstopper"></a>
<table class="tblbasic">
<tr class="heading">
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr>
</table>
<h3>Required features for &local.rel;-RELEASE</h3>
<a name="required"></a>
<table class="tblbasic">
<tr class="heading">
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr>
</table>
<h3>Desired features for &local.rel;-RELEASE</h3>
<a name="desired"></a>
<table class="tblbasic">
<tr class="heading">
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr>
<tr>
<td>updated hal and ath drivers</td>
<td>&status.new;</td>
<td>sam</td>
<td></td>
</tr>
<tr>
<td>devfs umount panic</td>
<td>&status.new;</td>
<td>&nbsp;</td>
<td>There is a race condition between device removal and devfs
umounts that causes "Memory modified after free" panics. Can
be reproduced by doing 'mdconfig -u' concurrently with unmounting
a devfs instance.</td>
</tr>
<tr>
<td>/dev/kmem panic</td>
<td>&status.new;</td>
<td>&nbsp;</td>
<td>Kris has noticed panics on SMP machines when there was ABI
breakage of libkvm and world was not rebuilt and utilities like
fstat were used. This suggests panics can be caused by incorrect
accesses to /dev/kmem.</td>
</tr>
<tr>
<td>KLDs on sparc64</td>
<td>&status.new;</td>
<td>&nbsp;</td>
<td>On sparc64 machines with more than 4Gb memory KLDs are not usable
and will panic the system. The problem is reportedly with how the
KLDs are compiled, it only works if the code ends up below 4G.</td>
</tr>
<tr>
<td>Max RAM on sparc64</td>
<td>&status.new;</td>
<td>&nbsp;</td>
<td>Maximum RAM on sparc64 appears to be limited to 16Gb.</td>
</tr>
<tr>
<td>make -jN</td>
<td>&status.new;</td>
<td>&nbsp;</td>
<td>Doing 'make -jN', then suspending/resuming it may result in make
reporting it lost child process(es).</td>
</tr>
<tr>
<td>OpenBSM</td>
<td>&status.deferred;</td>
<td>&a.rwatson;</td>
<td>The integration of OpenBSM is waiting on some final licensing hurdles.
Once those are cleared, it will be a very desirable feature for &local.rel;.</td>
</tr>
<tr>
<td>update sysinstall disk labeling</td>
<td>&status.wip;</td>
<td>&a.rodrigc;</td>
<td>Sysinstall could use the same fixes recently made to fdisk so it
plays nice with GEOM and disk labeling. This does not cause problems
during install because nothing on the disk is mounted when its label
is being manipulated but it can cause problems if sysinstall gets
used on a live system to adjust labels on existing disks which
sys-admins tend to do.</td>
</tr>
</table>
<h3>Documentation items that must be resolved for &local.rel;</h3>
<a name="docs"></a>
<table class="tblbasic">
<tr class="heading">
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr>
</table>
<h3>Testing foci for &local.rel;-RELEASE</h3>
<a name="testing"></a>
<table class="tblbasic">
<tr class="heading">
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr>
</table>
<h3>Stress Test Panics</h3>
<a name="stresstest"></a>
<p>The system is continuously being subjected to Peter Holm's <a
href="http://www.holm.cc/stress/">Kernel Stress Test Suite</a>. The
following issues have recently been discovered from this test
suite.</p>
&stresstest;
&footer;
</body>
</html>