freebsd.org -> FreeBSD.org

This commit is contained in:
Alexey Zelkin 2004-04-04 21:49:42 +00:00
parent d98c94a1ba
commit 42507c7acb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20503
82 changed files with 522 additions and 522 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/advocacy/index.sgml,v 1.5 2003/07/19 17:29:34 hrs Exp $">
<!ENTITY title "FreeBSD Advocacy Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -35,7 +35,7 @@
permission).</p>
</li>
<li><p><a href="http://www.freebsd.org/news/press.html">FreeBSD in the Press</a></p>
<li><p><a href="http://www.FreeBSD.org/news/press.html">FreeBSD in the Press</a></p>
<p>Contains many links to articles that have appeared which mention
FreeBSD.</p></li>
@ -77,7 +77,7 @@
comprehensive directory of the web by relying on a vast army of
volunteer editors.</li>
<li><a href="http://people.freebsd.org/~murray/bsd_flier.html"
<li><a href="http://people.FreeBSD.org/~murray/bsd_flier.html"
name="freebsdvslinuxvsnt">FreeBSD vs. Linux vs. Windows NT</a>
is a comparison between the three operating systems which includes
reliability, performance, Y2K issues, support, cost of ownership,

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.19 2003/07/19 18:56:35 stephane Exp $">
<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.20 2004/01/17 00:46:13 trhodes Exp $">
<!ENTITY title "FreeBSD Advocacy Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -269,7 +269,7 @@
<h3><a name="support">There's no commercial support for *BSD</a></h3>
<p><b>FreeBSD:</b> The <a href="http://www.freebsd.org/commercial/consulting.html">FreeBSD
<p><b>FreeBSD:</b> The <a href="http://www.FreeBSD.org/commercial/consulting.html">FreeBSD
Commercial Consulting Page</a> lists companies that offer commercial
support for FreeBSD.</p>
@ -359,9 +359,9 @@
<tbody>
<tr>
<td>Nik Clayton
&lt;<a href="mailto:nik@freebsd.org">nik@FreeBSD.ORG</a>&gt;</td>
&lt;<a href="mailto:nik@FreeBSD.org">nik@FreeBSD.ORG</a>&gt;</td>
<td>Jordan Hubbard
&lt;<a href="mailto:jkh@freebsd.org">jkh@FreeBSD.ORG</a>&gt;</td>
&lt;<a href="mailto:jkh@FreeBSD.org">jkh@FreeBSD.ORG</a>&gt;</td>
</tr>
<tr>
<td>Ian F. Darwin

View file

@ -8,9 +8,9 @@
# 2002 V. Skyttä <scop@FreeBSD.org>
# based on work by Bill Fenner <fenner@FreeBSD.org>
#
# $Id: cvsweb.conf,v 1.36 2003-09-18 19:19:06 brueffer Exp $
# $Id: cvsweb.conf,v 1.37 2004-04-04 21:49:38 phantom Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.35 2003/05/10 18:57:12 wosch Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.36 2003/09/18 19:19:06 brueffer Exp $
#
###
@ -60,10 +60,10 @@ $cvstreedefault = $CVSrepositories[2 * 0]; # The first one
%MIRRORS = (
'Germany' => 'http://cvsup-netbsd.leo.org/cgi-bin/cvsweb.cgi/?cvsroot=freebsd',
'Japan' => 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi',
'Portugal' => 'http://cvsup.pt.freebsd.org/cgi-bin/cvsweb/cvsweb.cgi',
'Portugal' => 'http://cvsup.pt.FreeBSD.org/cgi-bin/cvsweb/cvsweb.cgi',
'San Marino' => 'http://cvsweb.sm.FreeBSD.org/',
'Spain' => 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi',
'Turkey' => 'http://cvsweb.tr.freebsd.org/',
'Turkey' => 'http://cvsweb.tr.FreeBSD.org/',
'Ukraine' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd',
'USA/California' => 'http://cvsweb.FreeBSD.org/',
);

View file

@ -6,7 +6,7 @@
# by John Fieber
# February 26, 1998
#
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.35 2003/03/11 15:22:52 wosch Exp $
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.36 2003/11/18 21:41:10 wosch Exp $
#
require "./cgi-lib.pl";
@ -117,7 +117,7 @@ sub MessageToHTML
my ($header, $body) = split(/\n\n/, $doc, 2);
my ($i, %hdr, $field, $data, $message);
my ($mid) = 'mid.cgi';
my ($mid_full_url) = 'http://docs.freebsd.org/cgi/mid.cgi';
my ($mid_full_url) = 'http://docs.FreeBSD.org/cgi/mid.cgi';
my ($tmid,$tirt,$tref);
$body = &AddAnchors(&EscapeHTML($body));

View file

@ -52,7 +52,7 @@
#
# _________________________________________________________________
#
# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.13 2002/05/04 18:48:05 wosch Exp $
# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.14 2003/05/18 17:45:20 ceri Exp $
# ----------------------------------------------------------------------
sub escape($) { $_ = $_[0]; s/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; }
@ -80,7 +80,7 @@ $redirect_url_save = escape2($ENV{'REDIRECT_URL'});
$redirect_url_save =~ s/([^a-zA-Z0-9;\/?:&=])/sprintf("%%%02x",ord($1))/eg;
$hsty_base = 'http://www.freebsd.org';
$hsty_base = 'http://www.FreeBSD.org';
require './cgi-style.pl';
print &html_header($title);
@ -109,8 +109,8 @@ or the server administrator
<center>
Please try our
<a href="http://www.freebsd.org/search/index-site.html">Site Map</a> or
<a href="http://www.freebsd.org/search/search.html">Search Page</a>
<a href="http://www.FreeBSD.org/search/index-site.html">Site Map</a> or
<a href="http://www.FreeBSD.org/search/search.html">Search Page</a>
</center>
<p>

View file

@ -26,7 +26,7 @@
#
# url.cgi - make plain text URLs clickable
#
# $FreeBSD: www/en/cgi/url.cgi,v 1.31 2002/05/02 14:21:40 wosch Exp $
# $FreeBSD: www/en/cgi/url.cgi,v 1.32 2003/07/24 14:40:48 simon Exp $
use strict;
@ -60,7 +60,7 @@ $file =~ s%/pkg/DESCR$%/pkg-descr%;
1 while $file =~ s%/[^/]+/\.\./%/%;
# print HTML header
$file =~ s%(http|ftp)://ftp.freebsd.org/pub/FreeBSD/(branches/|FreeBSD)-current/%%i;
$file =~ s%(http|ftp)://ftp.FreeBSD.org/pub/FreeBSD/(branches/|FreeBSD)-current/%%i;
if ($file =~ m%^ports/([\w-]+)/(\w[\w-+.]+)/pkg-descr%) {
print &html_header(
"Port description for $1/$2");
@ -109,7 +109,7 @@ if($isvalidfilename) {
</blockquote>
<p>\n};
}
print "<p>Please contact www\@freebsd.org\n";
print "<p>Please contact www\@FreeBSD.org\n";
warn "$0: invalid port name: `$file', $http_referer\n";
}
print "\n<HR>\n<pre>\n";

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/current.sgml,v 1.62 2004/01/19 19:08:35 ceri Exp $">
<!ENTITY date "$FreeBSD: www/en/docproj/current.sgml,v 1.63 2004/04/01 19:29:41 linimon Exp $">
<!ENTITY stylesheet "&base;/projects/c99/style.css">
<!ENTITY title "FreeBSD Documentation Project: Current projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -83,7 +83,7 @@
final manuscript is 653 pages, and the ISBN number is
1571763031. Thanks to everyone who contributed. Read the full
announcement <a
href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+archive/2001/freebsd-announce/20011028.freebsd-announce">here</a>.</p>
href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=0+0+archive/2001/freebsd-announce/20011028.freebsd-announce">here</a>.</p>
<p>The task list that we used during the development of this book
is still archived <a href="handbook.html">here</a> for

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/handbook.sgml,v 1.14 2001/10/13 23:18:45 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/docproj/handbook.sgml,v 1.15 2001/10/31 07:36:14 murray Exp $">
<!ENTITY title "FreeBSD Documentation Project: Current projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -19,7 +19,7 @@
FreeBSD Mall</a>. The final manuscript is 653 pages, and the
ISBN number is 1571763031. Thanks to everyone who contributed.
Read the full announcement <a
href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+archive/2001/freebsd-announce/20011028.freebsd-announce">here</a>.</p>
href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=0+0+archive/2001/freebsd-announce/20011028.freebsd-announce">here</a>.</p>
<p>If you've found a typo in the printed version, please send your
fix via send-pr(1) or send it straight to the -doc mailing list.

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/translations.sgml,v 1.63 2004/03/21 22:51:37 phantom Exp $">
<!ENTITY date "$FreeBSD: www/en/docproj/translations.sgml,v 1.64 2004/03/23 08:00:14 den Exp $">
<!ENTITY title "FreeBSD Documentation Project: Translations">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -121,7 +121,7 @@
<a name="chinese-cn"></a>
<h2>The FreeBSD Simplified Chinese Documentation Project</h2>
<b>Web</b>: <a href="http://www.FreeBSD.org.cn">www.FreeBSD.org.cn</a> <br>
<b>Mailing list</b>: <a href="http://lists.freebsd.org.cn/mailman/listinfo">http://lists.freebsd.org.cn/mailman/listinfo</a><br>
<b>Mailing list</b>: <a href="http://lists.FreeBSD.org.cn/mailman/listinfo">http://lists.FreeBSD.org.cn/mailman/listinfo</a><br>
<b>E-Mail</b>: <a href="mailto:ld@FreeBSD.org.cn">ld@FreeBSD.org.cn</a><br>
<a name="dutch"></a>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/events/2002/usenix-devsummit.sgml,v 1.11 2003/03/08 00:49:48 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/events/2002/usenix-devsummit.sgml,v 1.12 2003/04/20 21:24:25 murray Exp $">
<!ENTITY email 'hackers'>
<!ENTITY break '<hr><center>BREAK</center><hr>'>
<!ENTITY title "Usenix 2002 FreeBSD Developer Summit III">
@ -728,7 +728,7 @@ November is still the date we're shooting for. We're going to do a
<div class="discussion">
<p><strong class="speaker">murray</strong> : Release engineering area of
the web site www.freebsd.org/releng. For DP2 question about p4 or
the web site www.FreeBSD.org/releng. For DP2 question about p4 or
CVS? Will probably use p4 for DP2 as well. USB subsystem? Perl
removal? KSE?</p>

View file

@ -9,7 +9,7 @@
<events>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/events/events.xml,v 1.22 2004/03/28 22:05:16 josef Exp $
$FreeBSD: www/en/events/events.xml,v 1.23 2004/04/01 12:36:14 josef Exp $
</cvs:keyword>
</cvs:keywords>
@ -114,7 +114,7 @@
<description>Linuxwochen is an annual roadshow of open source
conferences, which take place in all major cities in Austria.
Vienna is the biggest event. There will be a FreeBSD speech and
a booth by <a href="mailto:josef@freebsd.org">Josef El-Rayes</a>.
a booth by <a href="mailto:josef@FreeBSD.org">Josef El-Rayes</a>.
If you like to help out take a look at the
<a href="http://roadtrip.daemon.li/index.pl?LinuxWochen">
FreeBSD Booth's Wiki</a>.

View file

@ -24,7 +24,7 @@
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
$FreeBSD: www/en/events/events.xsl,v 1.1 2003/10/12 17:24:21 simon Exp $
$FreeBSD: www/en/events/events.xsl,v 1.2 2003/10/16 20:54:00 simon Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
@ -73,7 +73,7 @@
<p>If you know of any FreeBSD related events, or events that
are of interest for FreeBSD users, which are not listed
here, please send details to <a
href="mailto:www@freebsd.org">www@FreeBSD.org</a>, so they
href="mailto:www@FreeBSD.org">www@FreeBSD.org</a>, so they
can be included.</p>
<h2 id="upcoming">

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/gnome/contact.sgml,v 1.18 2003/11/13 00:49:24 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/contact.sgml,v 1.19 2004/01/24 07:58:44 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Contact Us">
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -15,7 +15,7 @@
<a href="mailto:freebsd-gnome@FreeBSD.org">freebsd-gnome</a>
mailing list. All FreeBSD GNOME users, as well as those who wish to
help improve and maintain GNOME on FreeBSD should feel free to
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">join</a>.
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">join</a>.
However, you do not have to subscribe if you just want to
report a problem or ask for help - just send your message
to <a href="mailto:&email;@FreeBSD.org">&email;@FreeBSD.org</a>.</p>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/bugging.sgml,v 1.12 2004/01/23 02:47:08 viny Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/bugging.sgml,v 1.13 2004/01/24 07:58:44 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Reporting a Bug">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -81,7 +81,7 @@
<h2>2. Where to report?</h2>
<p>Before reporting a bug, or even sending an email to the list,
<a href="http://www.freebsd.org/search/search.html">search</a>
<a href="http://www.FreeBSD.org/search/search.html">search</a>
through the FreeBSD GNOME mailing list archives to see if this
has already been reported. Most of the problems reported on
the mailing list are repeats, and by searching you can find
@ -93,7 +93,7 @@
send a report to the
<a href="mailto:&email;@FreeBSD.org">freebsd-gnome mailing
list</a>, file a problem report in the
<a href="http://www.freebsd.org/support.html#gnats">FreeBSD bug
<a href="http://www.FreeBSD.org/support.html#gnats">FreeBSD bug
reporting system</a>, send your report to the particular GNOME
developers via their
<a href="http://bugzilla.gnome.org/">bug tracking system</a>, or

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/develfaq.sgml,v 1.17 2004/03/19 08:19:37 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/develfaq.sgml,v 1.18 2004/03/20 06:32:58 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME Development Branch FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -108,7 +108,7 @@ STRIP=
in a way that makes <tt>portupgrade</tt> fail, or causes strange end results.
If you plan to track the development branch, it is a good idea
to join the
<a href="http://lists.freebsd.org/mailman/listinfo/freebsd-gnome">
<a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome">
freebsd-gnome</a> mailing list, as well as to join the
<em>#freebsd-gnome</em> IRC channel on FreeNode (<tt>irc.freenode.net</tt>).</p>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.60 2004/01/24 07:58:44 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.61 2004/02/08 07:47:24 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -46,9 +46,9 @@
<p><b>How do I get GNOME &gnomever; for FreeBSD?</b></p>
<!-- A1 -->
<p>There are two ways to install GNOME &gnomever; on FreeBSD. One way is to use
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/packages-using.html">
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/packages-using.html">
packages</a>, and the other way is to use
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html">
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html">
ports</a>. Before doing either installation, you should
first familiarize yourself with the GNOME &gnomever;
<a href="http://www.gnome.org/start/&gnomever;/notes/">
@ -63,7 +63,7 @@
</p>
<p>To build and install GNOME &gnomever; from ports, you should first
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">
cvsup</a> the latest ports tree. Then:</p>
<pre>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/knownissues.sgml,v 1.9 2003/10/21 22:21:39 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/knownissues.sgml,v 1.10 2004/01/24 07:58:44 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Known Issues with GNOME &gnomever; on FreeBSD">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -20,7 +20,7 @@
<h3>1. Upgrading from GNOME 2.2 to &gnomever; is tricky</h3>
<p> You should follow the
<a href="http://www.freebsd.org/gnome/docs/faq2.html#q5">
<a href="http://www.FreeBSD.org/gnome/docs/faq2.html#q5">
instructions</a> for updating to GNOME &gnomever;. This may
still produce errors, however. You may have to re-run
<tt>pkgdb -F</tt> after each step. If you continue to

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.36 2004/01/07 23:38:16 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.37 2004/01/24 07:58:44 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -11,7 +11,7 @@
<p>This document assumes that you already know how the port system works,
and therefore only provides GNOME-specific hints and tips. General
instructions can be found in the
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html">FreeBSD Porter's Handbook</a>.
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html">FreeBSD Porter's Handbook</a>.
</p>
<h2>Example Makefile</h2>
@ -153,7 +153,7 @@ WANT_GNOME= yes
we check <tt>HAVE_GNOME</tt> to see if it contains
<tt>gnomepanel</tt> (for more on the :M<tt>pattern</tt> make syntax,
please refer to the
<a href="http://www.freebsd.org/cgi/man.cgi?query=make&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+4.6-stable&amp;format=html">make(1)</a> manpage).
<a href="http://www.FreeBSD.org/cgi/man.cgi?query=make&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+4.6-stable&amp;format=html">make(1)</a> manpage).
If <tt>gnomepanel</tt> is found, then it is added the list of
<tt>USE_GNOME</tt> dependencies, and the port-specific
<tt>--with-gnome</tt> <tt>CONFIGURE_ARG</tt> is passed.

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/volunteer.sgml,v 1.7 2003/09/08 23:35:51 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/volunteer.sgml,v 1.8 2004/01/24 07:58:44 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Help">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -24,7 +24,7 @@
<p>Find GNOME applications not yet ported to FreeBSD, and
work on porting them over.</p></li>
<li>
<p><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">
<p><a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">
Subscribe</a> to the freebsd-gnome mailing list, and help
answer users' questions.</p></li>
<li>

View file

@ -21,7 +21,7 @@
<news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/gnome/news.xml,v 1.63 2004/03/19 08:07:08 marcus Exp $
$FreeBSD: www/en/gnome/news.xml,v 1.64 2004/03/20 06:26:23 marcus Exp $
</cvs:keyword>
</cvs:keywords>
@ -39,7 +39,7 @@
<p>The GNOME 2.6 Release Candidate 1 desktop has been
released and just
<a href="http://www.freebsd.org/gnome/docs/develfaq.html">cries out</a>
<a href="http://www.FreeBSD.org/gnome/docs/develfaq.html">cries out</a>
for use. GNOME 2.6 is on schedule for final release
on March 24, so be sure to test this release
thoroughly.
@ -56,7 +56,7 @@
<title>GNOME 2.6 Beta 2 available for FreeBSD</title>
<p>The GNOME 2.6 Beta 2 desktop has been released and
<a href="http://www.freebsd.org/gnome/docs/develfaq.html">ports</a>
<a href="http://www.FreeBSD.org/gnome/docs/develfaq.html">ports</a>
are available. We are currently looking for volunteers
to help with testing ports and packages installation
as well as provide feedback on bugs, missing features,
@ -733,8 +733,8 @@
<p>The news updates from the FreeBSD GNOME Project can
now be downloaded in RDF format. Simply point your
RDF consumer at
<a href="http://www.freebsd.org/gnome/news.rdf">
http://www.freebsd.org/gnome/news.rdf</a>.
<a href="http://www.FreeBSD.org/gnome/news.rdf">
http://www.FreeBSD.org/gnome/news.rdf</a>.
</p>
</event>
</day>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/photos.sgml,v 1.21 2004/01/19 19:19:54 ceri Exp $">
<!ENTITY date "$FreeBSD: www/en/internal/photos.sgml,v 1.22 2004/01/22 23:38:00 josef Exp $">
<!ENTITY title "Photo Gallery">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -17,7 +17,7 @@ event by <a href="mailto:josef@FreeBSD.org">Josef</a>.
by <a href="mailto:josef@FreeBSD.org">Josef</a>.
<h2>BSDCon Europe 2002, Amsterdam, Nov 2002</h2>
<a href="http://people.freebsd.org/~wilko/EuroBSDcon2002/">Pictures</a>
<a href="http://people.FreeBSD.org/~wilko/EuroBSDcon2002/">Pictures</a>
Photos &amp; comments by <a href="mailto:wilko@FreeBSD.org">Wilko</a>.
<h2>BSDCon Europe 2001, Brighton, Nov 2001</h2>
@ -30,7 +30,7 @@ Photos by <a href="http://people.FreeBSD.org/~will/bsdcon/">Will</a>
<p>Photos by <a href="mailto:jkh@FreeBSD.org">jkh</a>.</p>
<h2><a href="http://www.de.freebsd.org/de/gif/berlin-1999-10-09/">
<h2><a href="http://www.de.FreeBSD.org/de/gif/berlin-1999-10-09/">
BSD Social Event Berlin, October 1999</a></h2>
<h2><a href="http://people.FreeBSD.org/~nik/Oxford/index.html">Oxford (UK) FreeBSD meeting, November 1998</a></h2>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/rtp.sgml,v 1.2 2003/07/10 04:26:04 jwd Exp $">
<!ENTITY date "$FreeBSD: www/en/internal/rtp.sgml,v 1.3 2003/07/31 14:00:41 maxim Exp $">
<!ENTITY title "The Rtp.FreeBSD.org Network">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -14,7 +14,7 @@ the FreeBSD committers.</p>
<p>For a list of SSH host keys and their fingerprints for the
Rtp.FreeBSD.org machines, please see <a
href="http://people.freebsd.org/~jwd/rtp/ssh-keys.asc">
href="http://people.FreeBSD.org/~jwd/rtp/ssh-keys.asc">
this file</a>.</p>
<h2>All host names in the Rtp.FreeBSD.org domain</h2>
@ -113,42 +113,42 @@ to one of the above systems:</p>
<td>Triangle</td>
<td>AMD Athlon</td>
<td>MP 2200+, 2GB mem, <a
href="http://rtp.freebsd.org/~jwd/dmesg/dmesg.triangle">dmesg.boot</a></td>
href="http://rtp.FreeBSD.org/~jwd/dmesg/dmesg.triangle">dmesg.boot</a></td>
</tr>
<tr valign="top">
<td>8ball</td>
<td>AMD Athlon</td>
<td>MP 1900+, 2GB mem, <a
href="http://rtp.freebsd.org/~jwd/dmesg/dmesg.8ball">dmesg.boot</a></td>
href="http://rtp.FreeBSD.org/~jwd/dmesg/dmesg.8ball">dmesg.boot</a></td>
</tr>
<tr valign="top">
<td>9ball</td>
<td>Intel x86</td>
<td>P4 HT-enabled 2.8GHz, 1GB mem, <a
href="http://rtp.freebsd.org/~jwd/dmesg/dmesg.9ball">dmesg.boot</a></td>
href="http://rtp.FreeBSD.org/~jwd/dmesg/dmesg.9ball">dmesg.boot</a></td>
</tr>
<tr valign="top">
<td>cueball</td>
<td>Intel x86</td>
<td>Dual Xeon HT enabled 2.8GHz, 3GB mem, <a
href="http://rtp.freebsd.org/~jwd/dmesg/dmesg.cueball">dmesg.boot</a></td>
href="http://rtp.FreeBSD.org/~jwd/dmesg/dmesg.cueball">dmesg.boot</a></td>
</tr>
<tr valign="top">
<td>Stanley</td>
<td>AMD64</td>
<td>Dual Opteron 240, 6GB mem, <a
href="http://rtp.freebsd.org/~jwd/dmesg/dmesg.stanley">dmesg.boot</a></td>
href="http://rtp.FreeBSD.org/~jwd/dmesg/dmesg.stanley">dmesg.boot</a></td>
</tr>
<tr valign="top">
<td>bankshot</td>
<td>Intel x86</td>
<td>Dual Xeon HT enabled 2.8GHz, 4GB mem, <a
href="http://rtp.freebsd.org/~jwd/dmesg/dmesg.bankshot">dmesg.boot</a></td>
href="http://rtp.FreeBSD.org/~jwd/dmesg/dmesg.bankshot">dmesg.boot</a></td>
</tr>
</tbody>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/advocacy.sgml,v 1.5 2002/04/27 00:08:41 znerd Exp $">
<!ENTITY date "$FreeBSD: www/en/java/advocacy.sgml,v 1.6 2003/06/18 23:34:04 murray Exp $">
<!ENTITY title "FreeBSD &java; Project: Advocacy">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -17,7 +17,7 @@
er's Connection (it's free), you can vote for it as well <A HREF="http://developer.java.sun.com/developer/bugParade/bugs/4288745.html">http://developer.java.sun
.com/developer/bugParade/bugs/4288745.html</A>
<P><B>Petition IBM for a port to FreeBSD</B>:
<BR>In October, 1999, IBM released a new version of their IBM Developer Kit for Linux. We would like to see them release one for FreeBSD. If anyone has a point of contact in IBM that could spearhead this petition, please let <A HREF="mailto: patrick@freebsd.org">Patrick Gardella</A> know.
<BR>In October, 1999, IBM released a new version of their IBM Developer Kit for Linux. We would like to see them release one for FreeBSD. If anyone has a point of contact in IBM that could spearhead this petition, please let <A HREF="mailto: patrick@FreeBSD.org">Patrick Gardella</A> know.
</tr>
</table>
&footer

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/11.sgml,v 1.7 2001/06/23 22:32:51 dd Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/11.sgml,v 1.8 2003/06/18 23:34:04 murray Exp $">
<!ENTITY title "FreeBSD &java; Project: &jdk; 1.1">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -11,11 +11,11 @@
<tr>
<td>
<P>The latest version is
<A HREF="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/jdk1.1.8_ELF.V1999-11-9.tar.gz">jdk1.1.8_ELF.V1999-11-9.tar.gz</A>.
<A HREF="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jdk1.1.8_ELF.V1999-11-9.tar.gz">jdk1.1.8_ELF.V1999-11-9.tar.gz</A>.
for ELF (FreeBSD versions 3 or 4) or for older 2.2 releases you can grab
<A HREF="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nate/JDK1.1/jdk1.1.8_AOUT.V1999-11-9.tar.gz">jdk1.1.8_AOUT.V1099-11-9.tar.gz</A>.
Patches which were used to build both releases are available
<A HREF="http://www.freebsd.org/~patrick/patches.tar.gz">here</A>. These are only useful if you have the actual Java source code.
<A HREF="http://www.FreeBSD.org/~patrick/patches.tar.gz">here</A>. These are only useful if you have the actual Java source code.
<P> In addition, the appropriate internationalized JRE&trade; releases are
also available.
@ -43,12 +43,12 @@ on his box, so this mirror should always be correct.
(jason@dstc.edu.au) for supplying these mirror sites across the pond.
<LI>
<A HREF="ftp://ftp.se.freebsd.org/pub/FreeBSD/JDK/">ftp://ftp.se.freebsd.org/pub/FreeBSD/JDK/</A>
<A HREF="ftp://ftp.se.FreeBSD.org/pub/FreeBSD/JDK/">ftp://ftp.se.FreeBSD.org/pub/FreeBSD/JDK/</A>
<BR>Thanks go to Johan Larsson (gozer@ludd.luth.se).
<LI>
<A HREF="ftp://ftp7.de.freebsd.org/pub/FreeBSD/JDK/">ftp://ftp7.de.freebsd.org/pub/FreeBSD/JDK/</A>
<BR><A HREF="http://ftp7.de.freebsd.org/pub/FreeBSD/JDK/">http://ftp7.de.freebsd.org/pub/FreeBSD/JDK/</A>
<A HREF="ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/JDK/">ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/JDK/</A>
<BR><A HREF="http://ftp7.de.FreeBSD.org/pub/FreeBSD/JDK/">http://ftp7.de.FreeBSD.org/pub/FreeBSD/JDK/</A>
<BR>Thanks go to Oliver Fromme (olli@dorifer.heim3.tu-clausthal.de).
<LI>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.13 2003/06/18 23:34:04 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.14 2003/12/30 19:26:46 glewis Exp $">
<!ENTITY title "FreeBSD &java; Project: &jdk; 1.3">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -100,7 +100,7 @@ They have provided patches based on your version:
<br>
<a href="http://www.cs.duke.edu/~gallatin/linux_sa_siginfo/4.0-release.diff">
4.0-RELEASE</a>
<br><a href="http://people.freebsd.org/~patrick/ibmjdk/linux.patch2">
<br><a href="http://people.FreeBSD.org/~patrick/ibmjdk/linux.patch2">
4.0-STABLE</a>
<br><a href="http://www.cs.duke.edu/~gallatin/linux_sa_siginfo/diff">
-CURRENT</a> (pre-SMPng)
@ -166,7 +166,7 @@ take effect.
<P><B>July 18, 2000:</B> <a href="ernst@jollem.com">Ernst de Haan</a>
has done some work getting Sun's Linux JDK 1.3.0b9 to run on
4.0-STABLE. The .java_wrapper file can be found
<a href="http://people.freebsd.org/~patrick/sunjdk/java_wrapper">
<a href="http://people.FreeBSD.org/~patrick/sunjdk/java_wrapper">
here</a>. (Don't forget to rename it to .java_wrapper)
<P>Ernst's email:

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/performance.sgml,v 1.1 2000/05/03 14:14:02 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/docs/performance.sgml,v 1.2 2003/06/18 23:37:37 murray Exp $">
<!ENTITY title "FreeBSD &java; Project: Performance Comparison">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -11,7 +11,7 @@
<p>Much has been talked about recently with Sun's decision to release an
official port of Java for Linux. This study was done to compare the
actual performance of the <a href="http://www.blackdown.org">Blackdown</a>
Linux Port with the <a href="http://www.freebsd.org/java/">FreeBSD Port</a>
Linux Port with the <a href="http://www.FreeBSD.org/java/">FreeBSD Port</a>
of the &jdk;.</p>
<h3>Summary:</h3>
@ -178,7 +178,7 @@ the near future to see if the newer JITs for FreeBSD alter the results.
The same JITs will be used with the Linux JDK to test their effects as well.</p>
<h3>Tester:</h3>
<p>These tests were conducted by Patrick Gardella <a href="mailto:patrick@freebsd.org">patrick@freebsd.org</a> in December 1999.</p>
<p>These tests were conducted by Patrick Gardella <a href="mailto:patrick@FreeBSD.org">patrick@FreeBSD.org</a> in December 1999.</p>
&footer;
</BODY>
</HTML>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/tutorials.sgml,v 1.4 2000/04/30 22:57:40 nik Exp $">
<!ENTITY date "$FreeBSD: www/en/java/docs/tutorials.sgml,v 1.5 2003/06/18 23:37:37 murray Exp $">
<!ENTITY title "FreeBSD &java; Project: Tutorials">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -9,7 +9,7 @@
<table border="0">
<tr>
<td>
<P>We currently do not have any FreeBSD specific tutorials. If you would like to see one, send a message to <A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@freebsd.org</A>.
<P>We currently do not have any FreeBSD specific tutorials. If you would like to see one, send a message to <A HREF="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</A>.
<P>Other tutorials may be found <A HREF="../links/tutorials.html">here</A>.
</td>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/howhelp.sgml,v 1.8 2001/03/11 18:30:22 phantom Exp $">
<!ENTITY date "$FreeBSD: www/en/java/howhelp.sgml,v 1.9 2003/06/18 23:34:04 murray Exp $">
<!ENTITY title "FreeBSD &java; Project: How To Help">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -55,13 +55,13 @@ issues and test results may be found at
<LI>Check your settings for this application. Check to see if you made a mistake in starting it up.
<LI>Try it on a different platform. If you have access to a reference platform, try it there. (We need to determine if it is an application error, a Java bug, or a FreeBSD specific bug.)
<LI>Narrow down the problem. If it is your own code, narrow down the bug to the offending code. Otherwise, determine the steps required to reproduce the problem.
<LI>Notify the JDK porting team. Send email to <A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@freebsd.org</A>. Be sure to include the steps you have followed.
<LI>Notify the JDK porting team. Send email to <A HREF="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</A>. Be sure to include the steps you have followed.
<LI>Finally, and most importantly, be willing to work with the team to fix the problem.
</OL>
<A NAME="documentation"></A>
<P><B><FONT COLOR="#660000">I can help with the web site or documentation!</FONT></B></P>
<P>Everyone can help here. If you have a suggestion to add to the documentation, write it up and send it to <A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@freebsd.org</A>
<P>Everyone can help here. If you have a suggestion to add to the documentation, write it up and send it to <A HREF="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</A>
</td>
</tr>
</table>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.19 2003/11/27 12:53:46 hmp Exp $">
<!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.20 2004/01/10 16:49:48 rushani Exp $">
<!ENTITY title "FreeBSD &java; Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -58,7 +58,7 @@
<a href="links/servlets.html">Servlets</a><br>
</small></p>
<form action="http://www.freebsd.org/cgi/search.cgi" method="get">
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
<small>Search for:<br>
<input type="text" name="words" size="10">
<input type="hidden" name="max" value="25">

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/newsflash.sgml,v 1.38 2003/12/30 19:32:55 glewis Exp $">
<!ENTITY date "$FreeBSD: www/en/java/newsflash.sgml,v 1.39 2004/01/15 15:46:17 ale Exp $">
<!ENTITY title "FreeBSD &java; Project: Newsflash">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -107,7 +107,7 @@ updated patchset (patchlevel 6) for the &jdk;&nbsp;1.3.1 software. See the
<ul>
<li><b>December 22, 2001:</b>
<br>
<p>This was posted to announce@freebsd.org:</p>
<p>This was posted to announce@FreeBSD.org:</p>
<p>
The FreeBSD Foundation has secured a license from Sun Microsystems to
@ -419,7 +419,7 @@ should also be much more usable, again thanks to Keith.</li>
<ul>
<li>
Updated to &jdk;&nbsp;1.1.7. Thanks go to
Patrick Gardella <a href="mailto:patrick@freebsd.org">patrick@freebsd.org</a>
Patrick Gardella <a href="mailto:patrick@FreeBSD.org">patrick@FreeBSD.org</a>
who provided most of the testing for this release.</li>
</ul></li>
</ul>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/kse/index.sgml,v 1.15 2003/08/30 12:07:36 deischen Exp $">
<!ENTITY date "$FreeBSD: www/en/kse/index.sgml,v 1.16 2003/10/03 22:42:03 simon Exp $">
<!ENTITY title "FreeBSD KSE Project">
<!ENTITY email 'mini'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -73,9 +73,9 @@
Kernel-Scheduled Entities for FreeBSD</a>, by Jason Evans.
(Slightly out of date).
</li>
<li><a href="http://www.freebsd.org/cgi/man.cgi?query=kse&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+5.0-current&amp;format=html">KSE man page</a>
<li><a href="http://www.FreeBSD.org/cgi/man.cgi?query=kse&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+5.0-current&amp;format=html">KSE man page</a>
</li>
<li><a href="http://people.freebsd.org/~deischen/docs/Scheduler.pdf">
<li><a href="http://people.FreeBSD.org/~deischen/docs/Scheduler.pdf">
Scheduler Activations</a>, by Anderson, et al.
</li>
</ul>

View file

@ -2,7 +2,7 @@
<navigation>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/navigation.xml,v 1.2 2004/02/03 22:25:23 ale Exp $
$FreeBSD: www/en/navigation.xml,v 1.3 2004/02/27 22:07:48 simon Exp $
</cvs:keyword>
</cvs:keywords>
@ -24,7 +24,7 @@
<category src="docs.html" name="Documentation">
<link src="doc/en_US.ISO8859-1/books/faq/index.html" name="FAQ"/>
<link src="doc/en_US.ISO8859-1/books/handbook/index.html" name="Handbook"/>
<link src="http://www.freebsd.org/cgi/man.cgi" name="Manual pages"/>
<link src="http://www.FreeBSD.org/cgi/man.cgi" name="Manual pages"/>
<link src="projects/newbies.html" name="For Newbies"/>
<link src="docproj/index.html" name="Doc. Project"/>
</category>
@ -39,9 +39,9 @@
</category>
<category src="support.html#gnats" name="Bug Reports">
<link src="http://www.freebsd.org/cgi/query-pr-summary.cgi?query" name="Search"/>
<link src="http://www.freebsd.org/cgi/query-pr.cgi" name="View one bug report"/>
<link src="http://www.freebsd.org/cgi/query-pr-summary.cgi" name="View all bug reports"/>
<link src="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query" name="Search"/>
<link src="http://www.FreeBSD.org/cgi/query-pr.cgi" name="View one bug report"/>
<link src="http://www.FreeBSD.org/cgi/query-pr-summary.cgi" name="View all bug reports"/>
<link src="send-pr.html" name="Send a bug report"/>
<link src="doc/en_US.ISO8859-1/articles/problem-reports/article.html" name="Writing Bug Reports"/>
</category>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/news/2000/index.sgml,v 1.8 2002/03/16 08:09:21 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/news/2000/index.sgml,v 1.9 2002/06/29 09:07:08 nik Exp $">
<!ENTITY title "FreeBSD News Flash! (2000)">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY newshome '<a href="../news.html">News Home</a>'>
@ -109,7 +109,7 @@
users and will be held from October 14-20 in Monterey,
CA.</p></li>
<li><p><b>02-Oct-2000</b> <a href="mailto:dfr@freebsd.org">Doug
<li><p><b>02-Oct-2000</b> <a href="mailto:dfr@FreeBSD.org">Doug
Rabson</a> has made a series of commits to -CURRENT with early
IA64 support. The kernel will now reach the mountroot prompt.
Please follow the ia64 mailing list for more

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/news/press-rel-6.sgml,v 1.1 2002/11/01 12:17:50 mwlucas Exp $">
<!ENTITY title "FreeBSD Press Release: October 31, 2002">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
@ -76,7 +76,7 @@ advanced Internet functionality, reliability and security.</p>
<p>FreeBSD is a popular open source operating system developed by the FreeBSD
Project and its worldwide team, consisting of more than 5,000 developers
funneling their work to 185 "committer" developers. It is available free of
charge from <a href="ftp://ftp.freebsd.org/">ftp.FreeBSD.org</a> and also
charge from <a href="ftp://ftp.FreeBSD.org/">ftp.FreeBSD.org</a> and also
distributed as a shrink-wrap software product through CompUSA, Fry's, Borders,
Ingram, FreeBSDmall.com and others. FreeBSD includes thousands of ported
applications, including office automation, groupware and multimedia
@ -84,7 +84,7 @@ applications, and is widely used in companies all over the world as a web
server, file server, firewall and router. FreeBSD is distributed under the
Berkeley Software Distribution license, which means that it can be copied and
modified freely or commercially. For more information about the FreeBSD
Project, visit <a href="http://www.freebsd.org/">www.FreeBSD.org</a>.</p>
Project, visit <a href="http://www.FreeBSD.org/">www.FreeBSD.org</a>.</p>
<h3>Press Contact</h3>
@ -97,7 +97,7 @@ Fax: +47 24 16 40 01<br>
US Toll Free: 1-888-624-4846, press only please</p>
<p>The FreeBSD Project<br>
<a href="mailto:press@freebsd.org">press@freebsd.org</a></p>
<a href="mailto:press@FreeBSD.org">press@FreeBSD.org</a></p>
&footer;
</body>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/news/press.xsl,v 1.5 2003/10/30 23:36:02 simon Exp $ -->
<!-- $FreeBSD: www/en/news/press.xsl,v 1.6 2004/01/12 21:26:59 hrs Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
@ -28,7 +28,7 @@
<p>If you know of any news stories featuring FreeBSD that we have not
listed here, please send details to
<a href="mailto:www@freebsd.org">www@FreeBSD.org</a> so that we can
<a href="mailto:www@FreeBSD.org">www@FreeBSD.org</a> so that we can
include them.</p>
<p>You also can visit <a href="{$base}/java/press.html">FreeBSD/Java

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-june-2001.xml,v 1.6 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -9,7 +9,7 @@
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/news/status/report-june-2001.xml,v 1.5 2001/09/18 17:48:22 chris Exp $
$FreeBSD: www/en/news/status/report-june-2001.xml,v 1.6 2003/04/13 16:31:52 hrs Exp $
</cvs:keyword>
</cvs:keywords>
@ -99,7 +99,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~murray/updater.html" />
<url href="http://people.FreeBSD.org/~murray/updater.html" />
</links>
<body>
@ -371,7 +371,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~alex/libh/" />
<url href="http://people.FreeBSD.org/~alex/libh/" />
</links>
<body>
@ -542,7 +542,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmah/relnotes/" />
<url href="http://people.FreeBSD.org/~bmah/relnotes/" />
</links>
<body>
@ -594,7 +594,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~jasone/smp/" />
<url href="http://www.FreeBSD.org/~jasone/smp/" />
</links>
<body>
@ -627,7 +627,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmilekic/code/mb_slab/" />
<url href="http://people.FreeBSD.org/~bmilekic/code/mb_slab/" />
</links>
<body>

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-july-2001.xml,v 1.6 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -11,7 +11,7 @@
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/news/status/report-july-2001.xml,v 1.5 2002/05/16 01:49:58 trhodes Exp $
$FreeBSD: www/en/news/status/report-july-2001.xml,v 1.6 2003/04/13 16:31:52 hrs Exp $
</cvs:keyword>
</cvs:keywords>
@ -181,7 +181,7 @@
<person>
<name>Jeroen Ruigrok</name>
<email>asmodai@freebsd.org</email>
<email>asmodai@FreeBSD.org</email>
</person>
</contact>
@ -334,8 +334,8 @@
be seen at</p>
<p>
<a href="http://www.freebsd.org/docproj/handbook.html">
http://www.freebsd.org/docproj/handbook.html</a>
<a href="http://www.FreeBSD.org/docproj/handbook.html">
http://www.FreeBSD.org/docproj/handbook.html</a>
</p>
<p>Dima and others are doing a stellar job of keeping up with the
@ -346,8 +346,8 @@
<p>
<a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html">
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html</a>
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html">
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html</a>
</p>
<p>is a year old; it contains a wealth of useful content for
@ -455,7 +455,7 @@
<title>FreeBSD Java Project</title>
<links>
<url href="http://www.freebsd.org/java/" />
<url href="http://www.FreeBSD.org/java/" />
</links>
<contact>
@ -540,7 +540,7 @@
<title>KSE threading the kernel</title>
<links>
<url href="http://people.freebsd.org/~jasone/kse/" />
<url href="http://people.FreeBSD.org/~jasone/kse/" />
</links>
<contact>
@ -755,8 +755,8 @@
<p>The port is right here:</p>
<p>
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=29239">
http://www.freebsd.org/cgi/query-pr.cgi?pr=29239</a>
<a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29239">
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29239</a>
</p>
</body>
</project>
@ -765,7 +765,7 @@
<title>OLDCARD upgrade to support PCI cards</title>
<links>
<url href="http://people.freebsd.org/~imp/oldcard-status.html" />
<url href="http://people.FreeBSD.org/~imp/oldcard-status.html" />
</links>
<contact>
@ -1060,7 +1060,7 @@
<title>SMPng mbuf allocator</title>
<links>
<url href="http://people.freebsd.org/~bmilekic/code/mb_slab/" />
<url href="http://people.FreeBSD.org/~bmilekic/code/mb_slab/" />
</links>
<contact>
@ -1084,8 +1084,8 @@
that it is not significantly worse than the old allocator, even
with Giant still in place. Results were promising
<a
href="http://people.freebsd.org/~bmilekic/code/mb_alloc/results.html">
[http://people.freebsd.org/~bmilekic/code/mb_alloc/results.html]</a>
href="http://people.FreeBSD.org/~bmilekic/code/mb_alloc/results.html">
[http://people.FreeBSD.org/~bmilekic/code/mb_alloc/results.html]</a>
- also see jlemon's results (link at the bottom of accompanying
text). Since the commit, Matt Jacob has provided useful feedback
@ -1102,7 +1102,7 @@
<person>
<name>Jake Burkholder</name>
<email>jake@freebsd.org</email>
<email>jake@FreeBSD.org</email>
</person>
</contact>
@ -1150,7 +1150,7 @@
<person>
<name>Jonathan Lemon</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-august-2001.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -9,7 +9,7 @@
<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.4 2001/09/18 19:39:41 chris Exp $
$FreeBSD: www/en/news/status/report-august-2001.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $
</cvs:keyword>
</cvs:keywords>
@ -120,7 +120,7 @@
<common>Gibbs</common>
</name>
<email>gibbs@freebsd.org</email>
<email>gibbs@FreeBSD.org</email>
</person>
<person>
@ -130,7 +130,7 @@
<common>Merry</common>
</name>
<email>ken@freebsd.org</email>
<email>ken@FreeBSD.org</email>
</person>
</contact>
@ -241,17 +241,17 @@
<common>Clegg</common>
</name>
<email>abc@freebsd.org</email>
<email>abc@FreeBSD.org</email>
</person>
<person>
<email>core-secretary@freebsd.org</email>
<email>core-secretary@FreeBSD.org</email>
</person>
</contact>
<body>
<p>The position of Core Secretary was filled by Alan Clegg
&lt;abc@freebsd.org&gt; The first core-secretary report should be
&lt;abc@FreeBSD.org&gt; The first core-secretary report should be
available the second week in September and will cover the issues
discussed by core during August 2001.</p>
</body>
@ -460,7 +460,7 @@
<common>Losh</common>
</name>
<email>imp@freebsd.org</email>
<email>imp@FreeBSD.org</email>
</person>
</contact>
@ -546,7 +546,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -568,7 +568,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -598,7 +598,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -629,7 +629,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -669,7 +669,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmah/relnotes/" />
<url href="http://people.FreeBSD.org/~bmah/relnotes/" />
</links>
<body>
@ -706,7 +706,7 @@
<common>Burkholder</common>
</name>
<email>jake@freebsd.org</email>
<email>jake@FreeBSD.org</email>
</person>
<person>
@ -716,7 +716,7 @@
<common>Moestl</common>
</name>
<email>tmm@freebsd.org</email>
<email>tmm@FreeBSD.org</email>
</person>
<person>
@ -726,7 +726,7 @@
<common>Drehmel</common>
</name>
<email>robert@freebsd.org</email>
<email>robert@FreeBSD.org</email>
</person>
</contact>
@ -760,7 +760,7 @@
<common>Clayton</common>
</name>
<email>nik@freebsd.org</email>
<email>nik@FreeBSD.org</email>
</person>
<person>
@ -788,8 +788,8 @@
<p>
<a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html">
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html</a>
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html">
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html</a>
</p>
<p>Comments, and contributions are, of course, welcome.</p>
@ -839,7 +839,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmilekic/code/mb_slab/" />
<url href="http://people.FreeBSD.org/~bmilekic/code/mb_slab/" />
</links>
<body>
@ -865,12 +865,12 @@
<common>Long</common>
</name>
<email>scottl@freebsd.org</email>
<email>scottl@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/rf" />
<url href="http://people.FreeBSD.org/~scottl/rf" />
</links>
<body>
@ -894,12 +894,12 @@
<common>Long</common>
</name>
<email>scottl@freebsd.org</email>
<email>scottl@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/aac" />
<url href="http://people.FreeBSD.org/~scottl/aac" />
</links>
<body>
@ -1307,7 +1307,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java/" />
<url href="http://www.FreeBSD.org/java/" />
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-september-2001.xml,v 1.2 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -9,7 +9,7 @@
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
version="1.0">
<cvs:keyword name="freebsd">$FreeBSD: www/en/news/status/report-september-2001.xml,v 1.1 2001/11/12 22:25:12 chris Exp $</cvs:keyword>
<cvs:keyword name="freebsd">$FreeBSD: www/en/news/status/report-september-2001.xml,v 1.2 2003/04/13 16:31:52 hrs Exp $</cvs:keyword>
</cvs:keywords>
<section>
@ -121,7 +121,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmah/relnotes/" />
<url href="http://people.FreeBSD.org/~bmah/relnotes/" />
</links>
<body>
@ -437,7 +437,7 @@
<common>Burkholder</common>
</name>
<email>jake@freebsd.org</email>
<email>jake@FreeBSD.org</email>
</person>
<person>
@ -447,7 +447,7 @@
<common>Moestl</common>
</name>
<email>tmm@freebsd.org</email>
<email>tmm@FreeBSD.org</email>
</person>
</contact>
@ -480,7 +480,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -502,7 +502,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -524,7 +524,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -549,7 +549,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -579,7 +579,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -609,7 +609,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -638,7 +638,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -655,14 +655,14 @@
<contact>
<person>
<email>julian@freebsd.org</email>
<email>julian@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/~jasone/kse/" />
<url href="http://www.FreeBSD.org/~jasone/kse/" />
<url href="http://www.freebsd.org/~julian" />
<url href="http://www.FreeBSD.org/~julian" />
</links>
<body>
@ -743,7 +743,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java/">Official FreeBSD Java
<url href="http://www.FreeBSD.org/java/">Official FreeBSD Java
Project site.</url>
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/news/status/report-november-2001.xml,v 1.1 2001/12/22 01:01:27 chris Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-november-2001.xml,v 1.2 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -174,7 +174,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~des/diary/2001.html" />
<url href="http://people.FreeBSD.org/~des/diary/2001.html" />
</links>
<body>
@ -263,7 +263,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/internal/releng.html">FreeBSD
<url href="http://www.FreeBSD.org/internal/releng.html">FreeBSD
Release Engineering.</url>
<url href="http://www.FreeBSD.org/internal/releng45.html">FreeBSD
@ -563,7 +563,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/udf">UDF
<url href="http://people.FreeBSD.org/~scottl/udf">UDF
Filesystem.</url>
</links>
@ -630,7 +630,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper
here.</url>
</links>
@ -887,10 +887,10 @@
</contact>
<links>
<url href="http://www.freebsd.org/~julian/">My web-page with
<url href="http://www.FreeBSD.org/~julian/">My web-page with
links</url>
<url href="http://www.freebsd.org/~jasone/kse/">Jason Evans' KSE
<url href="http://www.FreeBSD.org/~jasone/kse/">Jason Evans' KSE
page.</url>
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/news/status/report-dec-2001-jan-2002.xml,v 1.4 2002/03/09 07:06:48 dd Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-dec-2001-jan-2002.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -9,7 +9,7 @@
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/news/status/report-dec-2001-jan-2002.xml,v 1.4 2002/03/09 07:06:48 dd Exp $
$FreeBSD: www/en/news/status/report-dec-2001-jan-2002.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $
</cvs:keyword>
</cvs:keywords>
@ -161,7 +161,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper
here.</url>
</links>
@ -255,10 +255,10 @@
</contact>
<links>
<url href="http://www.freebsd.org/~julian/">Links from
<url href="http://www.FreeBSD.org/~julian/">Links from
here.</url>
<url href="http://www.freebsd.org/~jasone/kse/">Links from
<url href="http://www.FreeBSD.org/~jasone/kse/">Links from
here.</url>
</links>
@ -498,7 +498,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java" />
<url href="http://www.FreeBSD.org/java" />
</links>
<body>
@ -669,7 +669,7 @@
<body>
<p>Now that the patch has been mailed to the
freebsd-arch@freebsd.org mailing list, and that there were no
freebsd-arch@FreeBSD.org mailing list, and that there were no
objections, the commit will happen soon. Poul is currently
testing it in his own tree. After it has been committed, it will
be time to modify the filesystems in the tree to use VFS_NMOUNT

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-may-2002-june-2002.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -181,7 +181,7 @@ September.</p>
</contact>
<links>
<url href="http://people.freebsd.org/~peter/ia64/">IA64 project
<url href="http://people.FreeBSD.org/~peter/ia64/">IA64 project
updates and information.</url>
</links>
@ -208,7 +208,7 @@ September.</p>
<common>Beaupre</common>
</name>
<email>antoine@usw4.freebsd.org</email>
<email>antoine@usw4.FreeBSD.org</email>
</person>
</contact>
@ -220,7 +220,7 @@ September.</p>
<common>Langer</common>
</name>
<email>alex@freebsd.org</email>
<email>alex@FreeBSD.org</email>
</person>
</contact>
@ -232,15 +232,15 @@ September.</p>
<common>Ahlstrom</common>
</name>
<email>nra@freebsd.org</email>
<email>nra@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/projects/libh.html" />
<url href="http://usw4.freebsd.org/~libh/">libh
<url href="http://www.FreeBSD.org/projects/libh.html" />
<url href="http://usw4.FreeBSD.org/~libh/">libh
new development web page.</url>
<url href="http://usw4.freebsd.org/~libh/screenshots">
<url href="http://usw4.FreeBSD.org/~libh/screenshots">
First snapshots of the diskeditor in action</url>
</links>
@ -374,7 +374,7 @@ non-root pci bridges.</p>
<links>
<!-- A hypertext link with a description... -->
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project
Homepage.</url>
</links>
@ -411,7 +411,7 @@ non-root pci bridges.</p>
<links>
<!-- A hypertext link with a description... -->
<url href="http://www.freebsd.org/java/">FreeBSD Java Project</url>
<url href="http://www.FreeBSD.org/java/">FreeBSD Java Project</url>
</links>
<body>
@ -789,7 +789,7 @@ includes porting this facility to the -current tree.</p>
</contact>
<links>
<url href="http://www.freebsd.org/security"/>
<url href="http://www.FreeBSD.org/security"/>
</links>
<body>
@ -934,7 +934,7 @@ includes porting this facility to the -current tree.</p>
<links>
<!-- A hypertext link with a description... -->
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper here.</url>
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper here.</url>
</links>
@ -1007,7 +1007,7 @@ includes porting this facility to the -current tree.</p>
<links>
<url
href="http://people.freebsd.org/~peter/p4db/chb.cgi?FSPC=//depot/projects/interrupt/sys/...">
href="http://people.FreeBSD.org/~peter/p4db/chb.cgi?FSPC=//depot/projects/interrupt/sys/...">
The interrupt p4 branch</url>
</links>
@ -1082,7 +1082,7 @@ includes porting this facility to the -current tree.</p>
</contact>
<links>
<url href="http://people.freebsd.org/~bmilekic/code/mb_alloc/">Some
<url href="http://people.FreeBSD.org/~bmilekic/code/mb_alloc/">Some
[Old] mb_alloc stuff</url>
</links>
@ -1319,7 +1319,7 @@ includes porting this facility to the -current tree.</p>
<links>
<!-- And/or one without. -->
<url href="http://www.freebsd.org/smp" />
<url href="http://www.FreeBSD.org/smp" />
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-july-2002-aug-2002.xml,v 1.4 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -171,7 +171,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper here.</url>
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper here.</url>
</links>
@ -248,7 +248,7 @@
<links>
<url href="http://www.freebsd-fr.org">The French FreeBSD Documentation Project.</url>
<url href="http://www.freebsd-fr.org/index-trad.html">The FreeBSD Web Server translate in French.</url>
<url href="http://people.freebsd.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/"> Translation of the Hanbook.</url>
<url href="http://people.FreeBSD.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/"> Translation of the Hanbook.</url>
</links>
<body>
@ -418,7 +418,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project
Homepage.</url>
</links>
@ -727,26 +727,26 @@
<given>Julian</given>
<common>Elischer</common>
</name>
<email>julian@freebsd.org</email>
<email>julian@FreeBSD.org</email>
</person>
<person>
<name>
<given>Jonathon</given>
<common>Mini</common>
</name>
<email>mini@freebsd.org</email>
<email>mini@FreeBSD.org</email>
</person>
<person>
<name>
<given>Dan</given>
<common>Eischen</common>
</name>
<email>deischen@freebsd.org</email>
<email>deischen@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/~julian">poor description</url>
<url href="http://www.FreeBSD.org/~julian">poor description</url>
</links>
<body>
@ -867,12 +867,12 @@
<common>Long</common>
</name>
<email>scottl@freebsd.org</email>
<email>scottl@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/rf">Project homepage</url>
<url href="http://people.FreeBSD.org/~scottl/rf">Project homepage</url>
</links>
<body>
@ -911,12 +911,12 @@
<common>Langer</common>
</name>
<email>alex@freebsd.org</email>
<email>alex@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/projects/libh.html">Project's home
<url href="http://www.FreeBSD.org/projects/libh.html">Project's home
page</url>
</links>
@ -962,7 +962,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/security/"/>
<url href="http://www.FreeBSD.org/security/"/>
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-sept-2002-oct-2002.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -315,7 +315,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper here.</url>
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper here.</url>
</links>
<body>
@ -364,7 +364,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project Homepage.</url>
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project Homepage.</url>
</links>
<body>
@ -443,7 +443,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java/">FreeBSD Java Project</url>
<url href="http://www.FreeBSD.org/java/">FreeBSD Java Project</url>
</links>
<body>
@ -548,28 +548,28 @@
<given>Julian</given>
<common>Elischer</common>
</name>
<email>julian@freebsd.org</email>
<email>julian@FreeBSD.org</email>
</person>
<person>
<name>
<given>David</given>
<common>Xu</common>
</name>
<email>davidxu@freebsd.org</email>
<email>davidxu@FreeBSD.org</email>
</person>
<person>
<name>
<given>Jonathon</given>
<common>Mini</common>
</name>
<email>mini@freebsd.org</email>
<email>mini@FreeBSD.org</email>
</person>
<person>
<name>
<given>Daniel</given>
<common>Eischen</common>
</name>
<email>deischen@freebsd.org</email>
<email>deischen@FreeBSD.org</email>
</person>
</contact>
@ -620,12 +620,12 @@
<given>Alexander</given>
<common>Langer</common>
</name>
<email>alex@freebsd.org</email>
<email>alex@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/projects/libh.html" />
<url href="http://www.FreeBSD.org/projects/libh.html" />
<url href="http://rtp1.slowblink.com/~libh/">LibH development page</url>
</links>
@ -735,12 +735,12 @@
<given>Scott</given>
<common>Long</common>
</name>
<email>scottl@freebsd.org</email>
<email>scottl@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/rf">Project homepage</url>
<url href="http://people.FreeBSD.org/~scottl/rf">Project homepage</url>
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-nov-2002-dec-2002.xml,v 1.2 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -426,7 +426,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~gordon/patches/volume.diff">Current patch set.</url>
<url href="http://people.FreeBSD.org/~gordon/patches/volume.diff">Current patch set.</url>
</links>
<body>
@ -473,7 +473,7 @@
<links>
<url href="http://www.freebsd-fr.org">The French FreeBSD Documentation Project.</url>
<url href="http://www.freebsd-fr.org/index-trad.html">The FreeBSD Web Server translated in French.</url>
<url href="http://people.freebsd.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/"> Translation of the hanbook.</url>
<url href="http://people.FreeBSD.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/"> Translation of the hanbook.</url>
<url href="http://www.FreeBSD-fr.info">French Daemon News like web site.</url>
</links>
@ -523,7 +523,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project
Homepage.</url>
</links>
@ -576,8 +576,8 @@
</contact>
<links>
<url href="http://people.freebsd.org/~peter/ia64.diff" />
<url href="http://www.freebsd.org/platforms/ia64/" />
<url href="http://people.FreeBSD.org/~peter/ia64.diff" />
<url href="http://www.FreeBSD.org/platforms/ia64/" />
</links>
<body>
@ -642,7 +642,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~nsouch/ggiport.html" />
<url href="http://www.FreeBSD.org/~nsouch/ggiport.html" />
<url href="http://www.kgi-project.org" />
</links>
@ -750,7 +750,7 @@
</contact>
<links>
<url href="http://bento.freebsd.org/" />
<url href="http://bento.FreeBSD.org/" />
</links>
<body>
@ -759,7 +759,7 @@
separate masters. This has freed up some machine resources to
use as additional client machine, as well as simplifying
administrative overheads. Build logs for all 3 architectures
can now be found on the http://bento.freebsd.org webpage. The
can now be found on the http://bento.FreeBSD.org webpage. The
sparc64 package cluster now has 3 build machines (an u5 and two
u10s), and an ia64 cluster is about to be created.</p>
@ -816,7 +816,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/releng/index.html">Release Engineering
<url href="http://www.FreeBSD.org/releng/index.html">Release Engineering
Homepage</url>
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-jan-2003-feb-2003.xml,v 1.4 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -16,8 +16,8 @@
projects. FreeBSD 5.1 is expected to ship in late May or early
June, with 5.2 following at the end of summer. A roadmap for
the push to 5-STABLE is available at <a
href="http://www.freebsd.org/doc/en/articles/5-roadmap">
http://www.freebsd.org/doc/en/articles/5-roadmap</a>. Although
href="http://www.FreeBSD.org/doc/en/articles/5-roadmap">
http://www.FreeBSD.org/doc/en/articles/5-roadmap</a>. Although
the 5.x series isn't expected to fully stabilize until the 5.2
release, 5.1 promises to be an exciting release and a significant
improvement over 5.0 in terms of speed and stability.</p>
@ -228,7 +228,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/internal/doceng.html" />
<url href="http://www.FreeBSD.org/internal/doceng.html" />
</links>
<body>
@ -258,7 +258,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~nsouch/ggiport.html" />
<url href="http://www.FreeBSD.org/~nsouch/ggiport.html" />
<url href="http://kgi-wip.sf.org" />
</links>
@ -391,7 +391,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/security/"/>
<url href="http://www.FreeBSD.org/security/"/>
</links>
<body>
@ -449,7 +449,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project
Homepage.</url>
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-mar-2003-sep-2003.xml,v 1.1 2003/10/09 06:12:34 scottl Exp $ -->
<report>
<date>
@ -72,7 +72,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/kse/index.html">KSE Project
<url href="http://www.FreeBSD.org/kse/index.html">KSE Project
Page</url>
</links>
@ -393,7 +393,7 @@
devices.</p>
<p>Users who have problems with ACPI are encouraged to submit a PR
and email its number to acpi-jp@jp.freebsd.org. Bug reports
and email its number to acpi-jp@jp.FreeBSD.org. Bug reports
of panics or crashes have first priority and non-working features
or missing devices (except suspend/resume problems) second.
Reports of failed suspend/resume should NOT be submitted as PRs
@ -665,7 +665,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java/">FreeBSD Java Project</url>
<url href="http://www.FreeBSD.org/java/">FreeBSD Java Project</url>
</links>
<body>
@ -750,7 +750,7 @@
<body>
<p>Several months ago, I took it upon myself to to try present the
information contained on <url href="http://bento.freebsd.org">the bento
information contained on <url href="http://bento.FreeBSD.org">the bento
build cluster</url> to be presented in a more user-friendly fashion; that
is, to be browsed by error type, by maintainer, and so forth. An early
addition was code to attempt to classify ports PRs by either "existing

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/news/status/report-oct-2003-dec-2003.xml,v 1.2 2004/02/01 00:26:16 ale Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-oct-2003-dec-2003.xml,v 1.3 2004/02/01 00:45:05 ale Exp $ -->
<report>
<date>
@ -38,7 +38,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~kientzle/libarchive/" />
<url href="http://people.FreeBSD.org/~kientzle/libarchive/" />
</links>
<body>
@ -466,7 +466,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/44034">The
<url href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=docs/44034">The
problem report which kicked this project in action</url>
</links>
@ -609,7 +609,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/donations/">FreeBSD Donations Project</url>
<url href="http://www.FreeBSD.org/donations/">FreeBSD Donations Project</url>
</links>
<body>
@ -650,7 +650,7 @@
<links>
<url href="http://www.root.org/~nate/freebsd/">ACPI TODO</url>
<url href="http://home.jp.freebsd.org/mail-list/acpi-jp/">ACPI-JP
<url href="http://home.jp.FreeBSD.org/mail-list/acpi-jp/">ACPI-JP
Mailing List</url>
</links>
@ -706,7 +706,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~nsouch/kgi4BSD" />
<url href="http://www.FreeBSD.org/~nsouch/kgi4BSD" />
<url href="http://www.kgi-project.org" />
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/news/status/report-jan-2004-feb-2004.xml,v 1.1 2004/03/17 18:08:15 scottl Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-jan-2004-feb-2004.xml,v 1.2 2004/03/17 18:15:47 blackend Exp $ -->
<report>
<date>
<month>January-February</month>
@ -114,7 +114,7 @@
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~kientzle/"/>
<url href="http://people.FreeBSD.org/~kientzle/"/>
</links>
<body>
<p>libarchive, with complete documentation, has been committed to
@ -206,11 +206,11 @@
</person>
</contact>
<links>
<url href="http://www.freebsd.org.cn">The FreeBSD Simplified
<url href="http://www.FreeBSD.org.cn">The FreeBSD Simplified
Chinese Project (In Simplified Chinese)</url>
<url href="http://www.freebsd.org.cn/snap/zh_CN/">Translated
<url href="http://www.FreeBSD.org.cn/snap/zh_CN/">Translated
Website Snapshot</url>
<url href="http://www.freebsd.org.cn/snap/doc/zh_CN.GB2312/books/handbook/">Translated Handbook Snapshot</url>
<url href="http://www.FreeBSD.org.cn/snap/doc/zh_CN.GB2312/books/handbook/">Translated Handbook Snapshot</url>
</links>
<body>
<p>The project is a joint effort of volunteers, which focus in

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-august-2001.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -9,7 +9,7 @@
<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.4 2001/09/18 19:39:41 chris Exp $
$FreeBSD: www/en/news/status/report-august-2001.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $
</cvs:keyword>
</cvs:keywords>
@ -120,7 +120,7 @@
<common>Gibbs</common>
</name>
<email>gibbs@freebsd.org</email>
<email>gibbs@FreeBSD.org</email>
</person>
<person>
@ -130,7 +130,7 @@
<common>Merry</common>
</name>
<email>ken@freebsd.org</email>
<email>ken@FreeBSD.org</email>
</person>
</contact>
@ -241,17 +241,17 @@
<common>Clegg</common>
</name>
<email>abc@freebsd.org</email>
<email>abc@FreeBSD.org</email>
</person>
<person>
<email>core-secretary@freebsd.org</email>
<email>core-secretary@FreeBSD.org</email>
</person>
</contact>
<body>
<p>The position of Core Secretary was filled by Alan Clegg
&lt;abc@freebsd.org&gt; The first core-secretary report should be
&lt;abc@FreeBSD.org&gt; The first core-secretary report should be
available the second week in September and will cover the issues
discussed by core during August 2001.</p>
</body>
@ -460,7 +460,7 @@
<common>Losh</common>
</name>
<email>imp@freebsd.org</email>
<email>imp@FreeBSD.org</email>
</person>
</contact>
@ -546,7 +546,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -568,7 +568,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -598,7 +598,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -629,7 +629,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -669,7 +669,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmah/relnotes/" />
<url href="http://people.FreeBSD.org/~bmah/relnotes/" />
</links>
<body>
@ -706,7 +706,7 @@
<common>Burkholder</common>
</name>
<email>jake@freebsd.org</email>
<email>jake@FreeBSD.org</email>
</person>
<person>
@ -716,7 +716,7 @@
<common>Moestl</common>
</name>
<email>tmm@freebsd.org</email>
<email>tmm@FreeBSD.org</email>
</person>
<person>
@ -726,7 +726,7 @@
<common>Drehmel</common>
</name>
<email>robert@freebsd.org</email>
<email>robert@FreeBSD.org</email>
</person>
</contact>
@ -760,7 +760,7 @@
<common>Clayton</common>
</name>
<email>nik@freebsd.org</email>
<email>nik@FreeBSD.org</email>
</person>
<person>
@ -788,8 +788,8 @@
<p>
<a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html">
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html</a>
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html">
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html</a>
</p>
<p>Comments, and contributions are, of course, welcome.</p>
@ -839,7 +839,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmilekic/code/mb_slab/" />
<url href="http://people.FreeBSD.org/~bmilekic/code/mb_slab/" />
</links>
<body>
@ -865,12 +865,12 @@
<common>Long</common>
</name>
<email>scottl@freebsd.org</email>
<email>scottl@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/rf" />
<url href="http://people.FreeBSD.org/~scottl/rf" />
</links>
<body>
@ -894,12 +894,12 @@
<common>Long</common>
</name>
<email>scottl@freebsd.org</email>
<email>scottl@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/aac" />
<url href="http://people.FreeBSD.org/~scottl/aac" />
</links>
<body>
@ -1307,7 +1307,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java/" />
<url href="http://www.FreeBSD.org/java/" />
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/news/status/report-dec-2001-jan-2002.xml,v 1.4 2002/03/09 07:06:48 dd Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-dec-2001-jan-2002.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -9,7 +9,7 @@
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/news/status/report-dec-2001-jan-2002.xml,v 1.4 2002/03/09 07:06:48 dd Exp $
$FreeBSD: www/en/news/status/report-dec-2001-jan-2002.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $
</cvs:keyword>
</cvs:keywords>
@ -161,7 +161,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper
here.</url>
</links>
@ -255,10 +255,10 @@
</contact>
<links>
<url href="http://www.freebsd.org/~julian/">Links from
<url href="http://www.FreeBSD.org/~julian/">Links from
here.</url>
<url href="http://www.freebsd.org/~jasone/kse/">Links from
<url href="http://www.FreeBSD.org/~jasone/kse/">Links from
here.</url>
</links>
@ -498,7 +498,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java" />
<url href="http://www.FreeBSD.org/java" />
</links>
<body>
@ -669,7 +669,7 @@
<body>
<p>Now that the patch has been mailed to the
freebsd-arch@freebsd.org mailing list, and that there were no
freebsd-arch@FreeBSD.org mailing list, and that there were no
objections, the commit will happen soon. Poul is currently
testing it in his own tree. After it has been committed, it will
be time to modify the filesystems in the tree to use VFS_NMOUNT

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-jan-2003-feb-2003.xml,v 1.4 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -16,8 +16,8 @@
projects. FreeBSD 5.1 is expected to ship in late May or early
June, with 5.2 following at the end of summer. A roadmap for
the push to 5-STABLE is available at <a
href="http://www.freebsd.org/doc/en/articles/5-roadmap">
http://www.freebsd.org/doc/en/articles/5-roadmap</a>. Although
href="http://www.FreeBSD.org/doc/en/articles/5-roadmap">
http://www.FreeBSD.org/doc/en/articles/5-roadmap</a>. Although
the 5.x series isn't expected to fully stabilize until the 5.2
release, 5.1 promises to be an exciting release and a significant
improvement over 5.0 in terms of speed and stability.</p>
@ -228,7 +228,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/internal/doceng.html" />
<url href="http://www.FreeBSD.org/internal/doceng.html" />
</links>
<body>
@ -258,7 +258,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~nsouch/ggiport.html" />
<url href="http://www.FreeBSD.org/~nsouch/ggiport.html" />
<url href="http://kgi-wip.sf.org" />
</links>
@ -391,7 +391,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/security/"/>
<url href="http://www.FreeBSD.org/security/"/>
</links>
<body>
@ -449,7 +449,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project
Homepage.</url>
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/news/status/report-jan-2004-feb-2004.xml,v 1.1 2004/03/17 18:08:15 scottl Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-jan-2004-feb-2004.xml,v 1.2 2004/03/17 18:15:47 blackend Exp $ -->
<report>
<date>
<month>January-February</month>
@ -114,7 +114,7 @@
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~kientzle/"/>
<url href="http://people.FreeBSD.org/~kientzle/"/>
</links>
<body>
<p>libarchive, with complete documentation, has been committed to
@ -206,11 +206,11 @@
</person>
</contact>
<links>
<url href="http://www.freebsd.org.cn">The FreeBSD Simplified
<url href="http://www.FreeBSD.org.cn">The FreeBSD Simplified
Chinese Project (In Simplified Chinese)</url>
<url href="http://www.freebsd.org.cn/snap/zh_CN/">Translated
<url href="http://www.FreeBSD.org.cn/snap/zh_CN/">Translated
Website Snapshot</url>
<url href="http://www.freebsd.org.cn/snap/doc/zh_CN.GB2312/books/handbook/">Translated Handbook Snapshot</url>
<url href="http://www.FreeBSD.org.cn/snap/doc/zh_CN.GB2312/books/handbook/">Translated Handbook Snapshot</url>
</links>
<body>
<p>The project is a joint effort of volunteers, which focus in

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-july-2001.xml,v 1.6 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -11,7 +11,7 @@
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/news/status/report-july-2001.xml,v 1.5 2002/05/16 01:49:58 trhodes Exp $
$FreeBSD: www/en/news/status/report-july-2001.xml,v 1.6 2003/04/13 16:31:52 hrs Exp $
</cvs:keyword>
</cvs:keywords>
@ -181,7 +181,7 @@
<person>
<name>Jeroen Ruigrok</name>
<email>asmodai@freebsd.org</email>
<email>asmodai@FreeBSD.org</email>
</person>
</contact>
@ -334,8 +334,8 @@
be seen at</p>
<p>
<a href="http://www.freebsd.org/docproj/handbook.html">
http://www.freebsd.org/docproj/handbook.html</a>
<a href="http://www.FreeBSD.org/docproj/handbook.html">
http://www.FreeBSD.org/docproj/handbook.html</a>
</p>
<p>Dima and others are doing a stellar job of keeping up with the
@ -346,8 +346,8 @@
<p>
<a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html">
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html</a>
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html">
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html</a>
</p>
<p>is a year old; it contains a wealth of useful content for
@ -455,7 +455,7 @@
<title>FreeBSD Java Project</title>
<links>
<url href="http://www.freebsd.org/java/" />
<url href="http://www.FreeBSD.org/java/" />
</links>
<contact>
@ -540,7 +540,7 @@
<title>KSE threading the kernel</title>
<links>
<url href="http://people.freebsd.org/~jasone/kse/" />
<url href="http://people.FreeBSD.org/~jasone/kse/" />
</links>
<contact>
@ -755,8 +755,8 @@
<p>The port is right here:</p>
<p>
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=29239">
http://www.freebsd.org/cgi/query-pr.cgi?pr=29239</a>
<a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29239">
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29239</a>
</p>
</body>
</project>
@ -765,7 +765,7 @@
<title>OLDCARD upgrade to support PCI cards</title>
<links>
<url href="http://people.freebsd.org/~imp/oldcard-status.html" />
<url href="http://people.FreeBSD.org/~imp/oldcard-status.html" />
</links>
<contact>
@ -1060,7 +1060,7 @@
<title>SMPng mbuf allocator</title>
<links>
<url href="http://people.freebsd.org/~bmilekic/code/mb_slab/" />
<url href="http://people.FreeBSD.org/~bmilekic/code/mb_slab/" />
</links>
<contact>
@ -1084,8 +1084,8 @@
that it is not significantly worse than the old allocator, even
with Giant still in place. Results were promising
<a
href="http://people.freebsd.org/~bmilekic/code/mb_alloc/results.html">
[http://people.freebsd.org/~bmilekic/code/mb_alloc/results.html]</a>
href="http://people.FreeBSD.org/~bmilekic/code/mb_alloc/results.html">
[http://people.FreeBSD.org/~bmilekic/code/mb_alloc/results.html]</a>
- also see jlemon's results (link at the bottom of accompanying
text). Since the commit, Matt Jacob has provided useful feedback
@ -1102,7 +1102,7 @@
<person>
<name>Jake Burkholder</name>
<email>jake@freebsd.org</email>
<email>jake@FreeBSD.org</email>
</person>
</contact>
@ -1150,7 +1150,7 @@
<person>
<name>Jonathan Lemon</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-july-2002-aug-2002.xml,v 1.4 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -171,7 +171,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper here.</url>
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper here.</url>
</links>
@ -248,7 +248,7 @@
<links>
<url href="http://www.freebsd-fr.org">The French FreeBSD Documentation Project.</url>
<url href="http://www.freebsd-fr.org/index-trad.html">The FreeBSD Web Server translate in French.</url>
<url href="http://people.freebsd.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/"> Translation of the Hanbook.</url>
<url href="http://people.FreeBSD.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/"> Translation of the Hanbook.</url>
</links>
<body>
@ -418,7 +418,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project
Homepage.</url>
</links>
@ -727,26 +727,26 @@
<given>Julian</given>
<common>Elischer</common>
</name>
<email>julian@freebsd.org</email>
<email>julian@FreeBSD.org</email>
</person>
<person>
<name>
<given>Jonathon</given>
<common>Mini</common>
</name>
<email>mini@freebsd.org</email>
<email>mini@FreeBSD.org</email>
</person>
<person>
<name>
<given>Dan</given>
<common>Eischen</common>
</name>
<email>deischen@freebsd.org</email>
<email>deischen@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/~julian">poor description</url>
<url href="http://www.FreeBSD.org/~julian">poor description</url>
</links>
<body>
@ -867,12 +867,12 @@
<common>Long</common>
</name>
<email>scottl@freebsd.org</email>
<email>scottl@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/rf">Project homepage</url>
<url href="http://people.FreeBSD.org/~scottl/rf">Project homepage</url>
</links>
<body>
@ -911,12 +911,12 @@
<common>Langer</common>
</name>
<email>alex@freebsd.org</email>
<email>alex@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/projects/libh.html">Project's home
<url href="http://www.FreeBSD.org/projects/libh.html">Project's home
page</url>
</links>
@ -962,7 +962,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/security/"/>
<url href="http://www.FreeBSD.org/security/"/>
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-june-2001.xml,v 1.6 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -9,7 +9,7 @@
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/news/status/report-june-2001.xml,v 1.5 2001/09/18 17:48:22 chris Exp $
$FreeBSD: www/en/news/status/report-june-2001.xml,v 1.6 2003/04/13 16:31:52 hrs Exp $
</cvs:keyword>
</cvs:keywords>
@ -99,7 +99,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~murray/updater.html" />
<url href="http://people.FreeBSD.org/~murray/updater.html" />
</links>
<body>
@ -371,7 +371,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~alex/libh/" />
<url href="http://people.FreeBSD.org/~alex/libh/" />
</links>
<body>
@ -542,7 +542,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmah/relnotes/" />
<url href="http://people.FreeBSD.org/~bmah/relnotes/" />
</links>
<body>
@ -594,7 +594,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~jasone/smp/" />
<url href="http://www.FreeBSD.org/~jasone/smp/" />
</links>
<body>
@ -627,7 +627,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmilekic/code/mb_slab/" />
<url href="http://people.FreeBSD.org/~bmilekic/code/mb_slab/" />
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-mar-2003-sep-2003.xml,v 1.1 2003/10/09 06:12:34 scottl Exp $ -->
<report>
<date>
@ -72,7 +72,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/kse/index.html">KSE Project
<url href="http://www.FreeBSD.org/kse/index.html">KSE Project
Page</url>
</links>
@ -393,7 +393,7 @@
devices.</p>
<p>Users who have problems with ACPI are encouraged to submit a PR
and email its number to acpi-jp@jp.freebsd.org. Bug reports
and email its number to acpi-jp@jp.FreeBSD.org. Bug reports
of panics or crashes have first priority and non-working features
or missing devices (except suspend/resume problems) second.
Reports of failed suspend/resume should NOT be submitted as PRs
@ -665,7 +665,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java/">FreeBSD Java Project</url>
<url href="http://www.FreeBSD.org/java/">FreeBSD Java Project</url>
</links>
<body>
@ -750,7 +750,7 @@
<body>
<p>Several months ago, I took it upon myself to to try present the
information contained on <url href="http://bento.freebsd.org">the bento
information contained on <url href="http://bento.FreeBSD.org">the bento
build cluster</url> to be presented in a more user-friendly fashion; that
is, to be browsed by error type, by maintainer, and so forth. An early
addition was code to attempt to classify ports PRs by either "existing

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-may-2002-june-2002.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -181,7 +181,7 @@ September.</p>
</contact>
<links>
<url href="http://people.freebsd.org/~peter/ia64/">IA64 project
<url href="http://people.FreeBSD.org/~peter/ia64/">IA64 project
updates and information.</url>
</links>
@ -208,7 +208,7 @@ September.</p>
<common>Beaupre</common>
</name>
<email>antoine@usw4.freebsd.org</email>
<email>antoine@usw4.FreeBSD.org</email>
</person>
</contact>
@ -220,7 +220,7 @@ September.</p>
<common>Langer</common>
</name>
<email>alex@freebsd.org</email>
<email>alex@FreeBSD.org</email>
</person>
</contact>
@ -232,15 +232,15 @@ September.</p>
<common>Ahlstrom</common>
</name>
<email>nra@freebsd.org</email>
<email>nra@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/projects/libh.html" />
<url href="http://usw4.freebsd.org/~libh/">libh
<url href="http://www.FreeBSD.org/projects/libh.html" />
<url href="http://usw4.FreeBSD.org/~libh/">libh
new development web page.</url>
<url href="http://usw4.freebsd.org/~libh/screenshots">
<url href="http://usw4.FreeBSD.org/~libh/screenshots">
First snapshots of the diskeditor in action</url>
</links>
@ -374,7 +374,7 @@ non-root pci bridges.</p>
<links>
<!-- A hypertext link with a description... -->
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project
Homepage.</url>
</links>
@ -411,7 +411,7 @@ non-root pci bridges.</p>
<links>
<!-- A hypertext link with a description... -->
<url href="http://www.freebsd.org/java/">FreeBSD Java Project</url>
<url href="http://www.FreeBSD.org/java/">FreeBSD Java Project</url>
</links>
<body>
@ -789,7 +789,7 @@ includes porting this facility to the -current tree.</p>
</contact>
<links>
<url href="http://www.freebsd.org/security"/>
<url href="http://www.FreeBSD.org/security"/>
</links>
<body>
@ -934,7 +934,7 @@ includes porting this facility to the -current tree.</p>
<links>
<!-- A hypertext link with a description... -->
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper here.</url>
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper here.</url>
</links>
@ -1007,7 +1007,7 @@ includes porting this facility to the -current tree.</p>
<links>
<url
href="http://people.freebsd.org/~peter/p4db/chb.cgi?FSPC=//depot/projects/interrupt/sys/...">
href="http://people.FreeBSD.org/~peter/p4db/chb.cgi?FSPC=//depot/projects/interrupt/sys/...">
The interrupt p4 branch</url>
</links>
@ -1082,7 +1082,7 @@ includes porting this facility to the -current tree.</p>
</contact>
<links>
<url href="http://people.freebsd.org/~bmilekic/code/mb_alloc/">Some
<url href="http://people.FreeBSD.org/~bmilekic/code/mb_alloc/">Some
[Old] mb_alloc stuff</url>
</links>
@ -1319,7 +1319,7 @@ includes porting this facility to the -current tree.</p>
<links>
<!-- And/or one without. -->
<url href="http://www.freebsd.org/smp" />
<url href="http://www.FreeBSD.org/smp" />
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-nov-2002-dec-2002.xml,v 1.2 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -426,7 +426,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~gordon/patches/volume.diff">Current patch set.</url>
<url href="http://people.FreeBSD.org/~gordon/patches/volume.diff">Current patch set.</url>
</links>
<body>
@ -473,7 +473,7 @@
<links>
<url href="http://www.freebsd-fr.org">The French FreeBSD Documentation Project.</url>
<url href="http://www.freebsd-fr.org/index-trad.html">The FreeBSD Web Server translated in French.</url>
<url href="http://people.freebsd.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/"> Translation of the hanbook.</url>
<url href="http://people.FreeBSD.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/"> Translation of the hanbook.</url>
<url href="http://www.FreeBSD-fr.info">French Daemon News like web site.</url>
</links>
@ -523,7 +523,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project
Homepage.</url>
</links>
@ -576,8 +576,8 @@
</contact>
<links>
<url href="http://people.freebsd.org/~peter/ia64.diff" />
<url href="http://www.freebsd.org/platforms/ia64/" />
<url href="http://people.FreeBSD.org/~peter/ia64.diff" />
<url href="http://www.FreeBSD.org/platforms/ia64/" />
</links>
<body>
@ -642,7 +642,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~nsouch/ggiport.html" />
<url href="http://www.FreeBSD.org/~nsouch/ggiport.html" />
<url href="http://www.kgi-project.org" />
</links>
@ -750,7 +750,7 @@
</contact>
<links>
<url href="http://bento.freebsd.org/" />
<url href="http://bento.FreeBSD.org/" />
</links>
<body>
@ -759,7 +759,7 @@
separate masters. This has freed up some machine resources to
use as additional client machine, as well as simplifying
administrative overheads. Build logs for all 3 architectures
can now be found on the http://bento.freebsd.org webpage. The
can now be found on the http://bento.FreeBSD.org webpage. The
sparc64 package cluster now has 3 build machines (an u5 and two
u10s), and an ia64 cluster is about to be created.</p>
@ -816,7 +816,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/releng/index.html">Release Engineering
<url href="http://www.FreeBSD.org/releng/index.html">Release Engineering
Homepage</url>
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/news/status/report-november-2001.xml,v 1.1 2001/12/22 01:01:27 chris Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-november-2001.xml,v 1.2 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -174,7 +174,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~des/diary/2001.html" />
<url href="http://people.FreeBSD.org/~des/diary/2001.html" />
</links>
<body>
@ -263,7 +263,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/internal/releng.html">FreeBSD
<url href="http://www.FreeBSD.org/internal/releng.html">FreeBSD
Release Engineering.</url>
<url href="http://www.FreeBSD.org/internal/releng45.html">FreeBSD
@ -563,7 +563,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/udf">UDF
<url href="http://people.FreeBSD.org/~scottl/udf">UDF
Filesystem.</url>
</links>
@ -630,7 +630,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper
here.</url>
</links>
@ -887,10 +887,10 @@
</contact>
<links>
<url href="http://www.freebsd.org/~julian/">My web-page with
<url href="http://www.FreeBSD.org/~julian/">My web-page with
links</url>
<url href="http://www.freebsd.org/~jasone/kse/">Jason Evans' KSE
<url href="http://www.FreeBSD.org/~jasone/kse/">Jason Evans' KSE
page.</url>
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/news/status/report-oct-2003-dec-2003.xml,v 1.2 2004/02/01 00:26:16 ale Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-oct-2003-dec-2003.xml,v 1.3 2004/02/01 00:45:05 ale Exp $ -->
<report>
<date>
@ -38,7 +38,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~kientzle/libarchive/" />
<url href="http://people.FreeBSD.org/~kientzle/libarchive/" />
</links>
<body>
@ -466,7 +466,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/44034">The
<url href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=docs/44034">The
problem report which kicked this project in action</url>
</links>
@ -609,7 +609,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/donations/">FreeBSD Donations Project</url>
<url href="http://www.FreeBSD.org/donations/">FreeBSD Donations Project</url>
</links>
<body>
@ -650,7 +650,7 @@
<links>
<url href="http://www.root.org/~nate/freebsd/">ACPI TODO</url>
<url href="http://home.jp.freebsd.org/mail-list/acpi-jp/">ACPI-JP
<url href="http://home.jp.FreeBSD.org/mail-list/acpi-jp/">ACPI-JP
Mailing List</url>
</links>
@ -706,7 +706,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~nsouch/kgi4BSD" />
<url href="http://www.FreeBSD.org/~nsouch/kgi4BSD" />
<url href="http://www.kgi-project.org" />
</links>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-sept-2002-oct-2002.xml,v 1.5 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -315,7 +315,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/~phk/Geom/">Old concept paper here.</url>
<url href="http://www.FreeBSD.org/~phk/Geom/">Old concept paper here.</url>
</links>
<body>
@ -364,7 +364,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/gnome/">FreeBSD GNOME Project Homepage.</url>
<url href="http://www.FreeBSD.org/gnome/">FreeBSD GNOME Project Homepage.</url>
</links>
<body>
@ -443,7 +443,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java/">FreeBSD Java Project</url>
<url href="http://www.FreeBSD.org/java/">FreeBSD Java Project</url>
</links>
<body>
@ -548,28 +548,28 @@
<given>Julian</given>
<common>Elischer</common>
</name>
<email>julian@freebsd.org</email>
<email>julian@FreeBSD.org</email>
</person>
<person>
<name>
<given>David</given>
<common>Xu</common>
</name>
<email>davidxu@freebsd.org</email>
<email>davidxu@FreeBSD.org</email>
</person>
<person>
<name>
<given>Jonathon</given>
<common>Mini</common>
</name>
<email>mini@freebsd.org</email>
<email>mini@FreeBSD.org</email>
</person>
<person>
<name>
<given>Daniel</given>
<common>Eischen</common>
</name>
<email>deischen@freebsd.org</email>
<email>deischen@FreeBSD.org</email>
</person>
</contact>
@ -620,12 +620,12 @@
<given>Alexander</given>
<common>Langer</common>
</name>
<email>alex@freebsd.org</email>
<email>alex@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/projects/libh.html" />
<url href="http://www.FreeBSD.org/projects/libh.html" />
<url href="http://rtp1.slowblink.com/~libh/">LibH development page</url>
</links>
@ -735,12 +735,12 @@
<given>Scott</given>
<common>Long</common>
</name>
<email>scottl@freebsd.org</email>
<email>scottl@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://people.freebsd.org/~scottl/rf">Project homepage</url>
<url href="http://people.FreeBSD.org/~scottl/rf">Project homepage</url>
</links>
<body>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/news/status/report-september-2001.xml,v 1.2 2003/04/13 16:31:52 hrs Exp $ -->
<report>
<date>
@ -9,7 +9,7 @@
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
version="1.0">
<cvs:keyword name="freebsd">$FreeBSD: www/en/news/status/report-september-2001.xml,v 1.1 2001/11/12 22:25:12 chris Exp $</cvs:keyword>
<cvs:keyword name="freebsd">$FreeBSD: www/en/news/status/report-september-2001.xml,v 1.2 2003/04/13 16:31:52 hrs Exp $</cvs:keyword>
</cvs:keywords>
<section>
@ -121,7 +121,7 @@
</contact>
<links>
<url href="http://people.freebsd.org/~bmah/relnotes/" />
<url href="http://people.FreeBSD.org/~bmah/relnotes/" />
</links>
<body>
@ -437,7 +437,7 @@
<common>Burkholder</common>
</name>
<email>jake@freebsd.org</email>
<email>jake@FreeBSD.org</email>
</person>
<person>
@ -447,7 +447,7 @@
<common>Moestl</common>
</name>
<email>tmm@freebsd.org</email>
<email>tmm@FreeBSD.org</email>
</person>
</contact>
@ -480,7 +480,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -502,7 +502,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -524,7 +524,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -549,7 +549,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -579,7 +579,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -609,7 +609,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -638,7 +638,7 @@
<common>Lemon</common>
</name>
<email>jlemon@freebsd.org</email>
<email>jlemon@FreeBSD.org</email>
</person>
</contact>
@ -655,14 +655,14 @@
<contact>
<person>
<email>julian@freebsd.org</email>
<email>julian@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.freebsd.org/~jasone/kse/" />
<url href="http://www.FreeBSD.org/~jasone/kse/" />
<url href="http://www.freebsd.org/~julian" />
<url href="http://www.FreeBSD.org/~julian" />
</links>
<body>
@ -743,7 +743,7 @@
</contact>
<links>
<url href="http://www.freebsd.org/java/">Official FreeBSD Java
<url href="http://www.FreeBSD.org/java/">Official FreeBSD Java
Project site.</url>
</links>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/platforms/ia64/todo.sgml,v 1.5 2003/06/14 03:31:10 marcel Exp $">
<!ENTITY date "$FreeBSD: www/en/platforms/ia64/todo.sgml,v 1.6 2003/10/06 21:57:53 brueffer Exp $">
<!ENTITY title "FreeBSD/ia64 Project -- to do">
<!ENTITY email 'freebsd-ia64'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -11,7 +11,7 @@
<hr>
<form action="http://www.freebsd.org/cgi/query-pr-summary.cgi" method="get">
<form action="http://www.FreeBSD.org/cgi/query-pr-summary.cgi" method="get">
<center>Search the FreeBSD/ia64 PR database:
<input type="hidden" name="category" value="ia64">
<input type="hidden" name="sort" value="none">
@ -54,7 +54,7 @@
collection has been targeting ia32 for the most part, so it is not
surprising that there are a lot of ports that do not build or do not
work on ia64. Look
<a href="http://bento.freebsd.org/errorlogs/ia64-5-latest/">here</a>
<a href="http://bento.FreeBSD.org/errorlogs/ia64-5-latest/">here</a>
for the most up-to-date list of ports that fail to build for some
reason or another. Note that if there are ports depending on one or
more ports that fail, those are not built and are not counted. A good

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/platforms/mips.sgml,v 1.2 2002/12/13 00:00:33 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/platforms/mips.sgml,v 1.3 2003/04/29 15:23:38 trhodes Exp $">
<!ENTITY title "FreeBSD/MIPS Project">
<!ENTITY email 'freebsd-mips'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
@ -65,7 +65,7 @@
<p>To subscribe to this list, send mail to <tt class="
EMAIL">&#60;<a href="mailto:freebsd-mips-subscribe@FreeBSD.org">freebsd-mips-subscribe@FreeBSD.org</a>&#62;</tt>
or visit <a href="http://lists.freebsd.org/mailman/listinfo/freebsd-mips">mailman interface</a>.</p>
or visit <a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips">mailman interface</a>.</p>
&footer;
</html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/platforms/ppc.sgml,v 1.7 2003/04/29 15:23:38 trhodes Exp $">
<!ENTITY date "$FreeBSD: www/en/platforms/ppc.sgml,v 1.8 2003/06/18 23:41:16 murray Exp $">
<!ENTITY title "FreeBSD/ppc Project">
<!ENTITY email 'freebsd-ppc'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
@ -30,7 +30,7 @@
the point of reaching single-user mode.</p></li>
<li><p>An older news list can be found on
<a href="http://people.freebsd.org/~benno/">Benno's page</a>,
<a href="http://people.FreeBSD.org/~benno/">Benno's page</a>,
and you can view the
<A HREF="http://jeamland.net/~benno/powerpc-boot.txt">bootup log</A>.</p>
</li>
@ -82,7 +82,7 @@
<p>To subscribe to this list, send mail to <tt class="
EMAIL">&#60;<a href="mailto:freebsd-ppc-subscribe@FreeBSD.org">freebsd-ppc-subscribe@FreeBSD.org</a>&#62;</tt>
or visit <a href="http://lists.freebsd.org/mailman/listinfo/freebsd-ppc">mailman interface</a>.</p>
or visit <a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc">mailman interface</a>.</p>
<h3><a name="doc">Documentation, White Papers, Utilities</a></h3>
@ -103,7 +103,7 @@
<li><a href="http://sourceware.cygnus.com/psim/">
psim</A> - A PowerPC simulator, available as a
FreeBSD port at <A HREF="http://www.freebsd.org/ports/emulators.html#psim-freebsd-5.2">/usr/ports/emulators/psim-freebsd</A>.</li>
FreeBSD port at <A HREF="http://www.FreeBSD.org/ports/emulators.html#psim-freebsd-5.2">/usr/ports/emulators/psim-freebsd</A>.</li>
</ul>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/platforms/sparc.sgml,v 1.16 2003/11/04 13:59:41 rushani Exp $">
<!ENTITY date "$FreeBSD: www/en/platforms/sparc.sgml,v 1.17 2003/11/04 14:08:46 rushani Exp $">
<!ENTITY title "FreeBSD/sparc64 Project">
<!ENTITY email 'freebsd-sparc64'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -13,12 +13,12 @@
<p>This page contains information about the FreeBSD port to Sun Microsystem's
UltraSPARC&reg; architecture. UltraSPARC is a
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">
Tier 1</a> architecture, and as such is fully supported by the
<a href="http://www.freebsd.org">FreeBSD</a> project. However, the port
<a href="http://www.FreeBSD.org">FreeBSD</a> project. However, the port
is not as mature as the existing i386 or alpha ports. Discussion of the
UltraSPARC port takes place on the
<a href="http://www.freebsd.org/support.html#mailing-list">freebsd-sparc</a>
<a href="http://www.FreeBSD.org/support.html#mailing-list">freebsd-sparc</a>
mailing list.</p>
<h3><a name="toc">Table Of Contents</a></h3>
@ -46,13 +46,13 @@
<ul>
<li><p><b>18 January, 2003</b> : The if_xl driver is
<a href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2611908+0+current/cvs-all">
<a href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=2611908+0+current/cvs-all">
now</a> supported in -current.</p></li>
<li><p><b>10 December, 2002</b> : Daily snapshots of 5.0-CURRENT are now
available on
<a href="ftp://ftp2.freebsd.org/pub/FreeBSD/snapshots/sparc64">
ftp2.freebsd.org</a>.
<a href="ftp://ftp2.FreeBSD.org/pub/FreeBSD/snapshots/sparc64">
ftp2.FreeBSD.org</a>.
</p></li>
</ul>
@ -61,8 +61,8 @@
<p>A summary of supported systems follows. SMP is supported on all supported
systems that contain more than 1 processor. For full details please see
the
<a href="http://www.freebsd.org/releases/5.1R/hardware-sparc64.html">
release notes</a> of the <a href="http://www.freebsd.org/releases/">
<a href="http://www.FreeBSD.org/releases/5.1R/hardware-sparc64.html">
release notes</a> of the <a href="http://www.FreeBSD.org/releases/">
release</a> you are using.</p>
<ul>
@ -112,7 +112,7 @@
<p>Any system not listed here that does not have an UltraSPARC III or greater
processor is expected to work, but may not have been tested. If you have
a system that is not listed here please try it, and let
<a href="mailto:freebsd-sparc@freebsd.org">us</a> know about it.</p>
<a href="mailto:freebsd-sparc@FreeBSD.org">us</a> know about it.</p>
<h3><a name="todo">What Needs To Be Done</a></h3>

View file

@ -4,12 +4,12 @@
# packages - create a sorted list of precompiled packages which
# are available at the FreeBSD FTP Server.
#
# $FreeBSD: www/en/ports/packages,v 1.8 2001/04/25 22:59:57 wosch Exp $
# $FreeBSD: www/en/ports/packages,v 1.9 2001/07/08 00:20:08 dd Exp $
PATH=/bin:/usr/bin:/usr/local/bin; export PATH
release='packages-stable';
url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/$release/All/"
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/$release/All/"
temp=_lynx$$

View file

@ -2,9 +2,9 @@
# convert a ports INDEX file to HTML
#
# by John Fieber <jfieber@freebsd.org>
# by John Fieber <jfieber@FreeBSD.org>
# Mon May 13 10:31:58 EST 1996
# $FreeBSD: www/en/ports/portindex,v 1.49 2003/12/30 11:44:21 osa Exp $
# $FreeBSD: www/en/ports/portindex,v 1.50 2004/04/01 08:51:24 osa Exp $
############################################################
@ -25,7 +25,7 @@ $base = "" if !$base;
$baseHTTP = $base if !$baseHTTP;
$baseFTP = "$ftpserver/pub/FreeBSD/ports/ports";
$baseCVSWEB = 'http://www.FreeBSD.org/cgi/cvsweb.cgi/';
$urlcgi = 'http://www.freebsd.org/cgi/url.cgi' if !$urlcgi;
$urlcgi = 'http://www.FreeBSD.org/cgi/url.cgi' if !$urlcgi;
$packagesURL = "$ftpserver/pub/FreeBSD/ports/i386/packages-stable/All/"
if !$packagesURL;
# support tar on the fly or gzip'ed tar on the fly

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.88 2004/01/23 03:09:30 das Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.89 2004/02/04 07:51:59 das Exp $">
<!ENTITY title "FreeBSD C99 and &posix; Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -24,11 +24,11 @@
<!-- XXX: should use docbook man entities. -->
<!ENTITY man.assert.3 "<a href='http://www.freebsd.org/cgi/man.cgi?query=assert&amp;sektion=3'>assert(3)</a>">
<!ENTITY man.printf.3 "<a href='http://www.freebsd.org/cgi/man.cgi?query=printf&amp;sektion=3'>printf(3)</a>">
<!ENTITY man.scanf.3 "<a href='http://www.freebsd.org/cgi/man.cgi?query=scanf&amp;sektion=3'>scanf(3)</a>">
<!ENTITY man.strtod.3 "<a href='http://www.freebsd.org/cgi/man.cgi?query=strtod&amp;sektion=3'>strtod(3)</a>">
<!ENTITY man.printf.9 "<a href='http://www.freebsd.org/cgi/man.cgi?query=printf&amp;sektion=9'>printf(9)</a>">
<!ENTITY man.assert.3 "<a href='http://www.FreeBSD.org/cgi/man.cgi?query=assert&amp;sektion=3'>assert(3)</a>">
<!ENTITY man.printf.3 "<a href='http://www.FreeBSD.org/cgi/man.cgi?query=printf&amp;sektion=3'>printf(3)</a>">
<!ENTITY man.scanf.3 "<a href='http://www.FreeBSD.org/cgi/man.cgi?query=scanf&amp;sektion=3'>scanf(3)</a>">
<!ENTITY man.strtod.3 "<a href='http://www.FreeBSD.org/cgi/man.cgi?query=strtod&amp;sektion=3'>strtod(3)</a>">
<!ENTITY man.printf.9 "<a href='http://www.FreeBSD.org/cgi/man.cgi?query=printf&amp;sektion=9'>printf(9)</a>">
<!-- XXX: from doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent -->
<!ENTITY a.standards.subscribe "<a href='mailto:freebsd-standards-subscribe@FreeBSD.org'>freebsd-standards-subscribe@FreeBSD.org</a>">
@ -180,7 +180,7 @@
</tr>
<tr>
<td> Document new _SC options in sysconf(3) (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=20528">20528</a>). </td>
<td> Document new _SC options in sysconf(3) (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=20528">20528</a>). </td>
<td> &nbsp; </td>
<td> 25 November 2002 </td>
<td> &status.new; </td>
@ -1185,7 +1185,7 @@
<tr>
<td> Globally rename the `lint' macro to something in the
implementation namespace so it can safely modify the
implementation (<a href="http://www.freebsd.org/cgi/mid.cgi?id=20021021093912.A80691@espresso.q9media.com">reference</a>). </td>
implementation (<a href="http://www.FreeBSD.org/cgi/mid.cgi?id=20021021093912.A80691@espresso.q9media.com">reference</a>). </td>
<td> &nbsp; </td>
<td> 25 November 2002 </td>
<td> &status.new; </td>
@ -1195,7 +1195,7 @@
<tr>
<td> Globally rename the `LOCORE' macro to something in the
implementation namespace so it can safely modify the
implementation (<a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/ia64/include/setjmp.h.diff?r1=1.6&amp;r2=1.7">reference</a>). </td>
implementation (<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/ia64/include/setjmp.h.diff?r1=1.6&amp;r2=1.7">reference</a>). </td>
<td> &nbsp; </td>
<td> 25 November 2002 </td>
<td> &status.new; </td>
@ -1237,7 +1237,7 @@
</tr>
<tr>
<td> Require atleast one file argument in paste(1). (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36074">36074</a>) </td>
<td> Require atleast one file argument in paste(1). (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36074">36074</a>) </td>
<td> &a.tjr; </td>
<td> 1 April 2002 </td>
<td> &status.done; </td>
@ -1261,7 +1261,7 @@
</tr>
<tr>
<td> Add the -f and -p options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#pr">pr</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36243">36243</a>) </td>
<td> Add the -f and -p options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#pr">pr</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36243">36243</a>) </td>
<td> &a.tjr; </td>
<td> 16 April 2002 </td>
<td> &status.done; </td>
@ -1269,7 +1269,7 @@
</tr>
<tr>
<td> Add the -s option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#m4">m4</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36075">36075</a>) </td>
<td> Add the -s option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#m4">m4</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36075">36075</a>) </td>
<td> &a.tjr; </td>
<td> 24 April 2002 </td>
<td> &status.done; </td>
@ -1277,7 +1277,7 @@
</tr>
<tr>
<td> Make printf(1) utility conform to POSIX.2 (1992). (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=35616">35616</a>) </td>
<td> Make printf(1) utility conform to POSIX.2 (1992). (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35616">35616</a>) </td>
<td> &a.tjr; </td>
<td> 2 May 2002 </td>
<td> &status.done; </td>
@ -1293,7 +1293,7 @@
</tr>
<tr>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#asa">asa</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36130">36130</a>) </td>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#asa">asa</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36130">36130</a>) </td>
<td> &a.tjr; </td>
<td> 15 May 2002 </td>
<td> &status.done; </td>
@ -1301,7 +1301,7 @@
</tr>
<tr>
<td> Add the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#tabs">tabs</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36126">36126</a>) </td>
<td> Add the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#tabs">tabs</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36126">36126</a>) </td>
<td> &a.tjr; </td>
<td> 20 May 2002 </td>
<td> &status.done; </td>
@ -1325,7 +1325,7 @@
</tr>
<tr>
<td> Add the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#newgrp">newgrp</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36190">36190</a>)</td>
<td> Add the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#newgrp">newgrp</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36190">36190</a>)</td>
<td> &a.tjr; </td>
<td> 28 May 2002 </td>
<td> &status.done; </td>
@ -1357,7 +1357,7 @@
</tr>
<tr>
<td> Add the -b and -s option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#fold">fold</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36245">36245</a>) </td>
<td> Add the -b and -s option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#fold">fold</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36245">36245</a>) </td>
<td> &a.tjr; </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
@ -1373,7 +1373,7 @@
</tr>
<tr>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#csplit">csplit</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36191">36191</a>) </td>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#csplit">csplit</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36191">36191</a>) </td>
<td> &a.tjr; </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
@ -1397,7 +1397,7 @@
</tr>
<tr>
<td> Add -n option and resolve other issues in the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#renice">renice</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36950">36950</a>) </td>
<td> Add -n option and resolve other issues in the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#renice">renice</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36950">36950</a>) </td>
<td> &a.pavalos;,<br>&a.maxim; </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
@ -1405,7 +1405,7 @@
</tr>
<tr>
<td> Add -t option to unexpand(1) utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=35621">35621</a>) </td>
<td> Add -t option to unexpand(1) utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35621">35621</a>) </td>
<td> &a.tjr; </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
@ -1421,7 +1421,7 @@
</tr>
<tr>
<td> Improve join(1)'s POSIX.1-2001 conformance. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36072">36072</a>) </td>
<td> Improve join(1)'s POSIX.1-2001 conformance. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36072">36072</a>) </td>
<td> &a.tjr; </td>
<td> 28 June 2002 </td>
<td> &status.done; </td>
@ -1445,7 +1445,7 @@
</tr>
<tr>
<td> Reimplement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#who">who</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36128">36128</a>) </td>
<td> Reimplement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#who">who</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36128">36128</a>) </td>
<td> &a.tjr; </td>
<td> 14 July 2002 </td>
<td> &status.done; </td>
@ -1462,7 +1462,7 @@
</tr>
<tr>
<td> Add the -s, -A, -j, -N, and -t options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#od">od</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36783">36783</a>) </td>
<td> Add the -s, -A, -j, -N, and -t options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#od">od</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36783">36783</a>) </td>
<td> &a.tjr; </td>
<td> 24 July 2002 </td>
<td> &status.done; </td>
@ -1502,7 +1502,7 @@
</tr>
<tr>
<td> Add the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#c99">c99</a> utility (similar to c89). (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36087">36087</a>) </td>
<td> Add the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#c99">c99</a> utility (similar to c89). (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36087">36087</a>) </td>
<td> &a.tjr; </td>
<td> 8 October 2002 </td>
<td> &status.done; </td>
@ -1703,7 +1703,7 @@
</tr>
<tr>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#fuser">fuser</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36076">36076</a>) </td>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#fuser">fuser</a> utility. (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36076">36076</a>) </td>
<td> &nbsp; </td>
<td> 4 February 2003 </td>
<td> &status.new; </td>
@ -1888,7 +1888,7 @@
<b>13 December 2002</b>
<ul class="list">
<li>
<p>A new <a href="http://www.freebsd.org/news/status/report-sept-2002-oct-2002.html#C99-&-POSIX-Conformance-Project">status
<p>A new <a href="http://www.FreeBSD.org/news/status/report-sept-2002-oct-2002.html#C99-&-POSIX-Conformance-Project">status
report</a> on the state of the project, covering September through
October, has been produced.</p>
</li>
@ -1897,7 +1897,7 @@
<b>9 October 2002</b>
<ul class="list">
<li>
<p>A new <a href="http://www.freebsd.org/news/status/report-july-2002-aug-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
<p>A new <a href="http://www.FreeBSD.org/news/status/report-july-2002-aug-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
report</a> on the state of the project, covering July through August,
has been produced.</p>
</li>
@ -1906,7 +1906,7 @@
<b>16 August 2002</b>
<ul class="list">
<li>
<p>A new <a href="http://www.freebsd.org/news/status/report-may-2002-june-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
<p>A new <a href="http://www.FreeBSD.org/news/status/report-may-2002-june-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
report</a> on the state of the project, covering May through June,
has been produced.</p>
</li>
@ -1925,7 +1925,7 @@
<b>22 May 2002</b>
<ul class="list">
<li>
<p>A new <a href="http://www.freebsd.org/news/status/report-feb-2002-apr-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
<p>A new <a href="http://www.FreeBSD.org/news/status/report-feb-2002-apr-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
report</a> on the state of the project, covering February through
April, has been produced.</p>
</li>
@ -1934,7 +1934,7 @@
<b>3 March 2002</b>
<ul class="list">
<li>
<p>A new <a href="http://www.freebsd.org/news/status/report-dec-2001-jan-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
<p>A new <a href="http://www.FreeBSD.org/news/status/report-dec-2001-jan-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
report</a> on the state of the project, covering December and
January, has been produced.</p>
</li>
@ -1953,7 +1953,7 @@
<b>14 December 2001</b>
<ul class="list">
<li>
<p>A new <a href="http://www.freebsd.org/news/status/report-november-2001.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
<p>A new <a href="http://www.FreeBSD.org/news/status/report-november-2001.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
report</a> on the current state of the project has been
produced.</p>
</li>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY projectbase "http://people.freebsd.org/~ceri/gnats4">
<!ENTITY date "$FreeBSD: www/en/projects/gnats4/index.sgml,v 1.6 2004/01/29 17:25:16 ceri Exp $">
<!ENTITY projectbase "http://people.FreeBSD.org/~ceri/gnats4">
<!ENTITY date "$FreeBSD: www/en/projects/gnats4/index.sgml,v 1.7 2004/02/16 17:30:09 ceri Exp $">
<!ENTITY title "FreeBSD GNATS Upgrade">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/newbies.sgml,v 1.35 2003/12/16 21:55:59 ceri Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/newbies.sgml,v 1.36 2003/12/16 22:01:23 ceri Exp $">
<!ENTITY title 'Resources for Newbies'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -98,7 +98,7 @@
<li><p>Join the FreeBSD-Questions mailing list to see the questions you
were too afraid to ask, and their answers. Subscribe by filling out
the following form:
<a href="http://lists.freebsd.org/mailman/listinfo/freebsd-questions">http://lists.freebsd.org/mailman/listinfo/freebsd-questions</a>.
<a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions">http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions</a>.
You can look up old questions and
answers via the <a href="../search/search.html#mailinglists">search</a>
page.</p></li>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.157 2004/02/03 18:45:44 des Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.158 2004/04/04 16:48:48 phantom Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -60,7 +60,7 @@ secure for those of you who are "paranoid". This How-To will
go over some steps which will help you increase overall
security of your machine.</li>
<li><a name="BSDsites" href="http://mirrorlist.freebsd.org/">
<li><a name="BSDsites" href="http://mirrorlist.FreeBSD.org/">
RELEASE/SNAP finder for FreeBSD FTP servers</a>.
A resource that would allow anyone to find a FTP server that contains
particular releases and SNAP of FreeBSD. The database is updated daily
@ -184,7 +184,7 @@ All help is welcome. Send an email to albert@ons-huis.net for info.</li>
<a name="filesystem"></a>
<h3>File system</h3>
<ul>
<li><a href="http://people.freebsd.org/~yar/hfs/">HFS and HFS
<li><a href="http://people.FreeBSD.org/~yar/hfs/">HFS and HFS
Plus in FreeBSD.</a> This project is aimed at integrating
HFS support from Darwin into FreeBSD.</li>
@ -452,7 +452,7 @@ and no hard drive is required!</li>
laptop support (FreeBSD 4.X and higher are provided with
laptop support).</li>
<li><A name="freebsdtour" HREF="http://snapshots.jp.freebsd.org/tour/">FreeBSD source code tour</A>.
<li><A name="freebsdtour" HREF="http://snapshots.jp.FreeBSD.org/tour/">FreeBSD source code tour</A>.
A hypertext cross referenced presentation of the FreeBSD kernel
source code. The versions indexed are -CURRENT and RELENG_4.</li>

View file

@ -1,5 +1,5 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/prstats/index.sgml,v 1.4 2002/03/16 08:12:03 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/prstats/index.sgml,v 1.5 2002/06/12 01:52:39 bsd Exp $">
<!ENTITY email 'freebsd-www'>
<!ENTITY base CDATA "..">
<!ENTITY graphdir CDATA "">
@ -45,11 +45,11 @@
<p>
<center><img src="&graphdir;gnats.png" alt="Graph over project lifetime"></center>
<p>These graphs are generated by <a href="http://cvsweb.freebsd.org/www/tools/prstats/">a couple of Tcl Scripts.</a>
<p>These graphs are generated by <a href="http://cvsweb.FreeBSD.org/www/tools/prstats/">a couple of Tcl Scripts.</a>
</p>
<p>For additional summaries of the PR database, see the following <a
href="http://people.freebsd.org/~bsd/prstats/">charts and
href="http://people.FreeBSD.org/~bsd/prstats/">charts and
reports</a>.
</p>

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/relnotes.sgml,v 1.8 2003/06/10 15:45:33 rushani Exp $">
<!ENTITY date "$FreeBSD: www/en/relnotes.sgml,v 1.9 2003/07/14 10:09:23 rushani Exp $">
<!ENTITY title "Release Documentation">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
@ -114,7 +114,7 @@
<p>Single-file HTML, PDF, and text renderings of the release
documentation for FreeBSD -CURRENT, -STABLE, and recent -RELEASE
versions can be found at the <a
href="http://people.freebsd.org/~bmah/relnotes/">Release
href="http://people.FreeBSD.org/~bmah/relnotes/">Release
Documentation Snapshot Site</a>. The renderings on this page
are updated at irregular, but frequent intervals.</p>

View file

@ -4,7 +4,7 @@
# atoz - create automatically an `A-Z Index' from a pre-sorted database
# (sort -uf) with the format `<titel>|<url>'
#
# $FreeBSD$
# $FreeBSD: www/en/search/atoz.pl,v 1.5 1999/09/06 07:02:57 peter Exp $
if ($ARGV[0] eq '-u' && $#ARGV > 0) {
$urlprefix = $ARGV[1]; shift; shift; # prefix for relative URLs
@ -46,5 +46,5 @@ foreach (@az) {
}
print "</TR></TABLE>\n" if $table;
print $hr; print @list;
#print qq{<link ref="made" href="http://www.de.freebsd.org/~wosch/">\n};
#print qq{<link ref="made" href="http://www.de.FreeBSD.org/~wosch/">\n};

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.94 2004/01/17 19:25:57 hrs Exp $">
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.95 2004/01/22 16:31:10 josef Exp $">
<!ENTITY title "Search">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -65,7 +65,7 @@ Limit the number of results to <select name="max">
indexes are now updated weekly!</p>
<p>An alternative way to read the mailing lists archives is to use the
<a href="http://lists.freebsd.org/mailman/listinfo">Mailman/Pipermail
<a href="http://lists.FreeBSD.org/mailman/listinfo">Mailman/Pipermail
list archive</a> (note that this archive only carries messages from
March 2003 onward).</p>

View file

@ -4,7 +4,7 @@
# With the format `<titel>|<url>'.
# Empty lines or comments are ignored.
#
# $FreeBSD: www/en/search/web.atoz,v 1.69 2003/12/16 22:16:10 ceri Exp $
# $FreeBSD: www/en/search/web.atoz,v 1.70 2004/01/12 20:47:08 ceri Exp $
# platforms/alpha.sgml
Alpha|&base;/platforms/alpha.html
@ -29,7 +29,7 @@ Fieber, John|../internal/about.html
Apache http server|../internal/about.html
http server|../internal/about.html
WWW server www.FreeBSD.ORG|../internal/about.html
hub.freebsd.org|../internal/about.html
hub.FreeBSD.org|../internal/about.html
BSDi, network connection|../internal/about.html
Network connection, BSDi|../internal/about.html
@ -458,9 +458,9 @@ CAM|../projects/projects.html#cam
Tinderbox|&base;/projects/projects.html#tinderbox
Security Advisories|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html
Advisories, security|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html
SA|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html
Security Advisories|ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/index.html
Advisories, security|ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/index.html
SA|ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/index.html
@ -482,8 +482,8 @@ BSD Real-Quick (TM) Newsletter|http://www.daemonnews.org/newsletter/
Real-Quick (TM) Newsletter|http://www.daemonnews.org/newsletter/
Newsletter, BSD Real-Quick|http://www.daemonnews.org/newsletter/
Release Usage Statistic|http://www.freebsd.org/statistic/release_usage/images/
Statistic, Release Usage|http://www.freebsd.org/statistic/release_usage/images/
Release Usage Statistic|http://www.FreeBSD.org/statistic/release_usage/images/
Statistic, Release Usage|http://www.FreeBSD.org/statistic/release_usage/images/
# who's who
Project Staff|../doc/en_US.ISO8859-1/articles/contributors/staff-who.html

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.152 2004/04/03 15:23:54 nectar Exp $">
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.153 2004/04/03 15:54:16 nectar Exp $">
<!ENTITY title "FreeBSD Security Information">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY advisories.html.inc SYSTEM "advisories.html.inc">
]>
<!-- $FreeBSD: www/en/security/security.sgml,v 1.152 2004/04/03 15:23:54 nectar Exp $ -->
<!-- $FreeBSD: www/en/security/security.sgml,v 1.153 2004/04/03 15:54:16 nectar Exp $ -->
<html>
&header;
@ -190,7 +190,7 @@ The corresponding builds have names like <TT>FreeBSD
</UL>
<P>Issues affecting the FreeBSD Ports Collection are covered
in <A HREF="http://vuxml.freebsd.org/">the FreeBSD VuXML
in <A HREF="http://vuxml.FreeBSD.org/">the FreeBSD VuXML
document</A>.</P>
<P>Each branch is supported by the Security Officer for a limited time
@ -297,11 +297,11 @@ should probably be subscribed to one or more of the following lists:</P>
<TABLE>
<TR>
<TD><A HREF="http://lists.freebsd.org/mailman/listinfo/freebsd-security">freebsd-security</A></TD>
<TD><A HREF="http://lists.FreeBSD.org/mailman/listinfo/freebsd-security">freebsd-security</A></TD>
<TD>General security related discussion</TD>
</TR>
<TR>
<TD><A HREF="http://lists.freebsd.org/mailman/listinfo/freebsd-security-notifications">freebsd-security-notifications</A></TD>
<TD><A HREF="http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications">freebsd-security-notifications</A></TD>
<TD>Security notifications (low-volume moderated list)</TD>
</TR>
</TABLE>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.120 2004/03/09 23:09:11 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.121 2004/03/09 23:33:03 rwatson Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -1908,7 +1908,7 @@
<ul>
<li>
<p>A <a href =
"http://docs.freebsd.org/cgi/getmsg.cgi?fetch=122646+0+archive/2002/freebsd-smp/20020113.freebsd-smp">
"http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=122646+0+archive/2002/freebsd-smp/20020113.freebsd-smp">
status report</a> was sent to the -smp mailing list.</p>
</li>
</ul>
@ -1926,7 +1926,7 @@
<ul>
<li>
<p>A <a href =
"http://docs.freebsd.org/cgi/getmsg.cgi?fetch=41302+0+archive/2001/freebsd-smp/20010325.freebsd-smp">
"http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=41302+0+archive/2001/freebsd-smp/20010325.freebsd-smp">
status report</a> was sent to the -smp mailing list.</p>
</li>
</ul>
@ -1935,7 +1935,7 @@
<ul>
<li>
<p>A <a href =
"http://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+archive/2001/freebsd-smp/20010311.freebsd-smp">
"http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=0+0+archive/2001/freebsd-smp/20010311.freebsd-smp">
status report</a> was sent to the -smp mailing list.</p>
</li>
</ul>
@ -1944,7 +1944,7 @@
<ul>
<li>
<p>A <a href =
"http://docs.freebsd.org/cgi/getmsg.cgi?fetch=38125+0+archive/2001/freebsd-smp/20010128.freebsd-smp">
"http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=38125+0+archive/2001/freebsd-smp/20010128.freebsd-smp">
status report</a> was sent to the -smp mailing list.</p>
</li>
</ul>
@ -1972,7 +1972,7 @@
<ul>
<li>
<p>Here's a copy of an <a
href="http://people.freebsd.org/~jasone/smp/smp_article">article</a>
href="http://people.FreeBSD.org/~jasone/smp/smp_article">article</a>
sent to <a href="http://www.bsdtoday.com/">BSDtoday</a> and linked at
<a href="http://daily.daemonnews.org/">Daemon News</a>.</p>
</li>
@ -1987,7 +1987,7 @@
<li>
<p>An updated <a
href="http://people.freebsd.org/~jasone/smp/smpng_patch_9.7">patch</a>
href="http://people.FreeBSD.org/~jasone/smp/smpng_patch_9.7">patch</a>
is available for download. This patch is probably what will
actually get committed.</p>
</li>
@ -1997,7 +1997,7 @@
<ul>
<li>
<p>An updated <a
href="http://people.freebsd.org/~jasone/smp/smpng_patch_9.1">patch</a>
href="http://people.FreeBSD.org/~jasone/smp/smpng_patch_9.1">patch</a>
is available for download. This patch makes rtc a fast
interrupt, uses locked instructions for mutexes in MP kernels,
and corrects mtx_*() linkage within modules.</p>
@ -2017,7 +2017,7 @@
<ul>
<li>
<p>Updated patches for i386 and alpha are available <a href =
"http://people.freebsd.org/~jasone/smp/smpng_patch8.6">here</a>.</p>
"http://people.FreeBSD.org/~jasone/smp/smpng_patch8.6">here</a>.</p>
</li>
</ul>
@ -2025,7 +2025,7 @@
<ul>
<li>
<p>Updated patches for i386 are available <a href =
"http://www.freebsd.org/~jhb/patches/smpng.patch6">here</a>.
"http://www.FreeBSD.org/~jhb/patches/smpng.patch6">here</a>.
Process accounting still doesn't work correctly, but a number
of other improvements have been made.</p>
</li>
@ -2036,7 +2036,7 @@
<li>
<p>Patches with functional heavy-weight threads for the i386
platform are available <a href =
"http://people.freebsd.org/~grog/patches4.gz">here</a>.
"http://people.FreeBSD.org/~grog/patches4.gz">here</a>.
There are a couple of minor issues with this patch set.
Specifically, process accounting doesn't work correctly.</p>
</li>
@ -2047,7 +2047,7 @@
<li>
<p>Sheldon Hearn has prepared a mutex(9) man page based on the
BSD/OS one, which is available <a href =
"http://people.freebsd.org/~jake/mutex.9">here</a>.</p>
"http://people.FreeBSD.org/~jake/mutex.9">here</a>.</p>
</li>
</ul>
@ -2055,7 +2055,7 @@
<ul>
<li>
<p>&a.jake; put an updated patch <a href =
"http://people.freebsd.org/~jake/smpng.diff">here</a>.</p>
"http://people.FreeBSD.org/~jake/smpng.diff">here</a>.</p>
</li>
</ul>
@ -2066,7 +2066,7 @@
incorporated the pertinent portions of &a.dillon;'s patches
(idle processes, some of the schedlock changes, etc.).
His patch set is available <a href =
"http://people.freebsd.org/~jake/smpng2.tar">here</a>.</p>
"http://people.FreeBSD.org/~jake/smpng2.tar">here</a>.</p>
</li>
</ul>
@ -2085,7 +2085,7 @@
<ul>
<li>
<p>Here's a copy of the
<a href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=226208+0+archive/2000/freebsd-smp/20000625.freebsd-smp">SMP meeting summary</a>
<a href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=226208+0+archive/2000/freebsd-smp/20000625.freebsd-smp">SMP meeting summary</a>
that was posted to the -smp mailing list.</p>
</li>
</ul>
@ -2094,7 +2094,7 @@
<ul>
<li>
<p>Here's a copy of the
<a href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=154884+0+archive/2000/freebsd-current/20000625.freebsd-current">SMP project announcement</a>
<a href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=154884+0+archive/2000/freebsd-current/20000625.freebsd-current">SMP project announcement</a>
that was posted to the -current mailing list.</p>
</li>
</ul>

View file

@ -1,5 +1,5 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.333 2004/03/11 20:35:30 simon Exp $">
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.334 2004/03/21 19:25:10 dannyboy Exp $">
<!ENTITY title "Support">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
@ -35,7 +35,7 @@
href="mailto:freebsd-questions@FreeBSD.ORG">freebsd-questions@FreeBSD.ORG</a>.
To get an up to the minute view of the mailing lists available
or to subscribe to a mailing list, use FreeBSD.org's <a
href="http://lists.freebsd.org/mailman/listinfo">Mailman web
href="http://lists.FreeBSD.org/mailman/listinfo">Mailman web
interface</a>. All mailman lists are available in a digest
format and have threaded archives available. See the individual
list's web page for details.</p>
@ -48,7 +48,7 @@
the mailing list archives at
<a href="http://www.FreeBSD.org/">www.FreeBSD.org.</a>
It is also possible to
<a href="http://lists.freebsd.org/mailman/listinfo">browse</a>
<a href="http://lists.FreeBSD.org/mailman/listinfo">browse</a>
the mailing lists via Mailman webinterface.</p>
<h3>Non-English Mailing lists</h3>
@ -292,7 +292,7 @@
</ul>
<p>Mirrors of the CVS Repository cgi script are available in
<a href="http://cvsup3.de.freebsd.org/cgi-bin/cvsweb.cgi">Germany</a>,
<a href="http://cvsup3.de.FreeBSD.org/cgi-bin/cvsweb.cgi">Germany</a>,
<a href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi">Japan</a>,
<a href="http://cvsup.pt.FreeBSD.org/cgi-bin/cvsweb/cvsweb.cgi">Portugal</a>,
<a href="http://cvsweb.sm.FreeBSD.org/">San Marino</a>,
@ -932,7 +932,7 @@
<p></p></li>
<li><strong>Malaysia/2</strong>
The <a href="http://www.freebsd.org.my">BSD Malaysia</a> web pages aim
The <a href="http://www.FreeBSD.org.my">BSD Malaysia</a> web pages aim
to be a central site for users of *BSD UNIX variants (including
FreeBSD, NetBSD, and OpenBSD). BSD support forums, technical
BSD-related articles, and recent news items are published online.
@ -941,7 +941,7 @@
<p></p></li>
<li><strong>Mexico</strong>
<a href="http://www.freebsd.org.mx">FreeBSD Mexico</a> is a spanish oriented
<a href="http://www.FreeBSD.org.mx">FreeBSD Mexico</a> is a spanish oriented
user group not only for people in Mexico but also in other spanish
speaking countries. Please contact
<a href="mailto:acosta@tre-systems.com">Alejandro Acosta</a> for more

View file

@ -1,5 +1,5 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.333 2004/03/11 20:35:30 simon Exp $">
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.334 2004/03/21 19:25:10 dannyboy Exp $">
<!ENTITY title "Support">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
@ -35,7 +35,7 @@
href="mailto:freebsd-questions@FreeBSD.ORG">freebsd-questions@FreeBSD.ORG</a>.
To get an up to the minute view of the mailing lists available
or to subscribe to a mailing list, use FreeBSD.org's <a
href="http://lists.freebsd.org/mailman/listinfo">Mailman web
href="http://lists.FreeBSD.org/mailman/listinfo">Mailman web
interface</a>. All mailman lists are available in a digest
format and have threaded archives available. See the individual
list's web page for details.</p>
@ -48,7 +48,7 @@
the mailing list archives at
<a href="http://www.FreeBSD.org/">www.FreeBSD.org.</a>
It is also possible to
<a href="http://lists.freebsd.org/mailman/listinfo">browse</a>
<a href="http://lists.FreeBSD.org/mailman/listinfo">browse</a>
the mailing lists via Mailman webinterface.</p>
<h3>Non-English Mailing lists</h3>
@ -292,7 +292,7 @@
</ul>
<p>Mirrors of the CVS Repository cgi script are available in
<a href="http://cvsup3.de.freebsd.org/cgi-bin/cvsweb.cgi">Germany</a>,
<a href="http://cvsup3.de.FreeBSD.org/cgi-bin/cvsweb.cgi">Germany</a>,
<a href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi">Japan</a>,
<a href="http://cvsup.pt.FreeBSD.org/cgi-bin/cvsweb/cvsweb.cgi">Portugal</a>,
<a href="http://cvsweb.sm.FreeBSD.org/">San Marino</a>,
@ -932,7 +932,7 @@
<p></p></li>
<li><strong>Malaysia/2</strong>
The <a href="http://www.freebsd.org.my">BSD Malaysia</a> web pages aim
The <a href="http://www.FreeBSD.org.my">BSD Malaysia</a> web pages aim
to be a central site for users of *BSD UNIX variants (including
FreeBSD, NetBSD, and OpenBSD). BSD support forums, technical
BSD-related articles, and recent news items are published online.
@ -941,7 +941,7 @@
<p></p></li>
<li><strong>Mexico</strong>
<a href="http://www.freebsd.org.mx">FreeBSD Mexico</a> is a spanish oriented
<a href="http://www.FreeBSD.org.mx">FreeBSD Mexico</a> is a spanish oriented
user group not only for people in Mexico but also in other spanish
speaking countries. Please contact
<a href="mailto:acosta@tre-systems.com">Alejandro Acosta</a> for more