PERFORCE change 161283 for review
Rene Ladan
rene at FreeBSD.org
Wed Apr 29 07:15:10 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=161283
Change 161283 by rene at rene_self on 2009/04/29 07:14:23
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#19 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/x11/chapter.sgml#5 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/eresources/chapter.sgml#21 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent#15 integrate
.. //depot/projects/docproj_nl/share/sgml/man-refs.ent#15 integrate
.. //depot/projects/docproj_nl/www/en/cgi/man.cgi#8 integrate
.. //depot/projects/docproj_nl/www/en/donations/donors.sgml#15 integrate
.. //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#10 integrate
.. //depot/projects/docproj_nl/www/en/platforms/sparc.sgml#3 integrate
.. //depot/projects/docproj_nl/www/en/releases/7.2R/schedule.sgml#8 integrate
.. //depot/projects/docproj_nl/www/en/releng/index.sgml#19 integrate
.. //depot/projects/docproj_nl/www/en/smp/index.sgml#4 integrate
.. //depot/projects/docproj_nl/www/share/sgml/commercial.isp.xml#8 integrate
.. //depot/projects/docproj_nl/www/share/sgml/news.xml#36 integrate
.. //depot/projects/docproj_nl/www/share/sgml/release.ent#14 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#19 (text+ko) ====
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml,v 1.258 2009/04/05 18:01:55 rmacklem Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml,v 1.259 2009/04/25 14:14:20 rwatson Exp $ -->
<!--
NOTE TO NEW COMMITTERS: Core and committers lists are sorted in
alphabetical order by last name. Please keep in mind that fact while
@@ -827,6 +827,10 @@
</listitem>
<listitem>
+ <para>&a.imp;</para>
+ </listitem>
+
+ <listitem>
<para>&a.ade;</para>
</listitem>
@@ -1495,6 +1499,10 @@
</listitem>
<listitem>
+ <para>&a.rwatson;</para>
+ </listitem>
+
+ <listitem>
<para>&a.adamw;</para>
</listitem>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/x11/chapter.sgml#5 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.190 2008/10/28 07:56:33 blackend Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.191 2009/04/29 05:53:22 manolis Exp $
-->
<chapter id="x11">
@@ -411,8 +411,24 @@
<screen>&prompt.user; <userinput>startx</userinput></screen>
- <para>If this does not work, or if the default configuration is
- not acceptable, then X11 must be configured manually.</para>
+ <para>Starting with version 7.4, <application>&xorg;</application>
+ can use <acronym>HAL</acronym> to autodetect keyboards and mice.
+ The <filename role="package">sysutils/hal</filename> and
+ <filename role="package">devel/dbus</filename> ports are installed
+ as dependencies of <filename role="package">x11/xorg</filename>, but
+ must be enabled by the following entries in the
+ <filename>/etc/rc.conf</filename> file:</para>
+
+ <programlisting>hald_enable="YES"
+dbus_enable="YES"</programlisting>
+
+ <para>These services should be started (either manually or by
+ rebooting) before further <application>&xorg;</application>
+ configuration is attempted.</para>
+
+ <para>The automatic configuration may fail to work with some hardware,
+ or may not set things up quite as desired. In these cases, manual
+ configuration will be necessary.</para>
<note>
<para>Desktop environments like
@@ -448,11 +464,18 @@
<para>The next step is to test the existing
configuration to verify that <application>&xorg;</application>
can work with the graphics
- hardware on the target system. To perform this task,
- type:</para>
+ hardware on the target system. In <application>&xorg;</application>
+ versions up to 7.3, type:</para>
<screen>&prompt.root; <userinput>Xorg -config xorg.conf.new</userinput></screen>
+ <para>Starting with <application>&xorg;</application> 7.4 and above,
+ this test produces a black screen which may make it difficult
+ to diagnose whether X11 is working properly. The older behavior
+ is still available by using the <option>retro</option> option:</para>
+
+ <screen>&prompt.root; <userinput>Xorg -config xorg.conf.new -retro</userinput></screen>
+
<para>If a black and grey grid and an X mouse cursor appear,
the configuration was successful. To exit the test, just press
<keycombo action="simul">
@@ -461,9 +484,30 @@
<keycap>Backspace</keycap>
</keycombo> simultaneously.</para>
- <note><para>If the mouse does not work, you will need to first
+ <note>
+ <para>This key combination was enabled by default up to
+ <application>&xorg;</application> version 7.3. To enable it in
+ version 7.4 and later, add the following line to the
+ <literal>ServerLayout</literal> or <literal>ServerFlags</literal>
+ section of the configuration file:</para>
+
+ <programlisting>Option "DontZap" "Off"</programlisting>
+ </note>
+
+ <para>If the mouse does not work, you will need to first
configure it before proceeding. See <xref linkend="mouse">
- in the &os; install chapter.</para></note>
+ in the &os; install chapter. Additionally, starting with version
+ 7.4, the <literal>InputDevice</literal> sections in
+ <filename>xorg.conf</filename> are ignored in favor of the
+ autodetected devices. To restore the old behavior, add the
+ following line to the <literal>ServerLayout</literal> or
+ <literal>ServerFlags</literal> section of this file:</para>
+
+ <programlisting>Option "AutoAddDevices" "false"</programlisting>
+
+ <para>Input devices may then be configured as in previous versions,
+ along with any other options needed (e.g. keyboard layout
+ switching).</para>
<indexterm><primary>X11 tuning</primary></indexterm>
@@ -561,19 +605,6 @@
started with the &man.startx.1; utility.
The X11 server may also be started with the use of
&man.xdm.1;.</para>
-
- <note><para>There is also a graphical configuration tool,
- &man.xorgcfg.1;, which comes with the
- X11 distribution. It
- allows you to interactively define your configuration by choosing
- the appropriate drivers and settings. This program can be invoked from the console, by typing the command <command>xorgcfg -textmode</command>. For more details,
- refer to the &man.xorgcfg.1; manual page.</para>
-
- <para>Alternatively, there is also a tool called &man.xorgconfig.1;.
- This program is a console utility that is less user friendly,
- but it may work in situations where the other tools do
- not.</para></note>
-
</sect2>
<sect2>
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/eresources/chapter.sgml#21 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/eresources/chapter.sgml,v 1.18 2009/03/23 12:36:05 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/eresources/chapter.sgml,v 1.19 2009/04/22 21:35:03 rene Exp $
$FreeBSDnl: doc/nl_NL.ISO8859-1/books/handbook/eresources/chapter.sgml,v 1.35 2006/08/25 10:44:57 remko Exp $
Vertaald door: Siebrand Mazeland
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent#15 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
Namen van FreeBSD mailinglijsten en gerelateerde software.
- $FreeBSD: doc/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent,v 1.16 2009/01/23 16:46:11 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent,v 1.17 2009/04/22 21:35:02 rene Exp $
$FreeBSDnl: doc/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent,v 1.21 2006/08/25 10:40:41 remko Exp $
Vertaald door: Siebrand Mazeland
==== //depot/projects/docproj_nl/share/sgml/man-refs.ent#15 (text+ko) ====
@@ -20,7 +20,7 @@
lexicographical order by the entity (i.e., the dots used in place of
special characters should not be expanded when comparing).
- $FreeBSD: doc/share/sgml/man-refs.ent,v 1.480 2009/04/06 12:49:45 brueffer Exp $
+ $FreeBSD: doc/share/sgml/man-refs.ent,v 1.484 2009/04/27 21:45:44 hrs Exp $
-->
<!ENTITY man...1 "<citerefentry/<refentrytitle/[/<manvolnum/1//">
@@ -2890,6 +2890,7 @@
<!ENTITY man.strncat.3 "<citerefentry/<refentrytitle/strncat/<manvolnum/3//">
<!ENTITY man.strncmp.3 "<citerefentry/<refentrytitle/strncmp/<manvolnum/3//">
<!ENTITY man.strncpy.3 "<citerefentry/<refentrytitle/strncpy/<manvolnum/3//">
+<!ENTITY man.strndup.3 "<citerefentry/<refentrytitle/strndup/<manvolnum/3//">
<!ENTITY man.strnstr.3 "<citerefentry/<refentrytitle/strnstr/<manvolnum/3//">
<!ENTITY man.strpbrk.3 "<citerefentry/<refentrytitle/strpbrk/<manvolnum/3//">
<!ENTITY man.strptime.3 "<citerefentry/<refentrytitle/strptime/<manvolnum/3//">
@@ -3326,6 +3327,7 @@
<!ENTITY man.cnw.4 "<citerefentry/<refentrytitle/cnw/<manvolnum/4//">
<!ENTITY man.coretemp.4 "<citerefentry/<refentrytitle/coretemp/<manvolnum/4//">
<!ENTITY man.cp.4 "<citerefentry/<refentrytitle/cp/<manvolnum/4//">
+<!ENTITY man.cpuctl.4 "<citerefentry/<refentrytitle/cpuctl/<manvolnum/4//">
<!ENTITY man.cpufreq.4 "<citerefentry/<refentrytitle/cpufreq/<manvolnum/4//">
<!ENTITY man.creator.4 "<citerefentry/<refentrytitle/creator/<manvolnum/4//">
<!ENTITY man.crypto.4 "<citerefentry/<refentrytitle/crypto/<manvolnum/4//">
@@ -3510,6 +3512,8 @@
<!ENTITY man.miibus.4 "<citerefentry/<refentrytitle/miibus/<manvolnum/4//">
<!ENTITY man.mlx.4 "<citerefentry/<refentrytitle/mlx/<manvolnum/4//">
<!ENTITY man.mly.4 "<citerefentry/<refentrytitle/mly/<manvolnum/4//">
+<!ENTITY man.mmc.4 "<citerefentry/<refentrytitle/mmc/<manvolnum/4//">
+<!ENTITY man.mmcsd.4 "<citerefentry/<refentrytitle/mmcsd/<manvolnum/4//">
<!ENTITY man.mn.4 "<citerefentry/<refentrytitle/mn/<manvolnum/4//">
<!ENTITY man.mouse.4 "<citerefentry/<refentrytitle/mouse/<manvolnum/4//">
<!ENTITY man.mpt.4 "<citerefentry/<refentrytitle/mpt/<manvolnum/4//">
@@ -3661,6 +3665,7 @@
<!ENTITY man.scsi.4 "<citerefentry/<refentrytitle/scsi/<manvolnum/4//">
<!ENTITY man.sctp.4 "<citerefentry/<refentrytitle/sctp/<manvolnum/4//">
<!ENTITY man.sd.4 "<citerefentry/<refentrytitle/sd/<manvolnum/4//">
+<!ENTITY man.sdhci.4 "<citerefentry/<refentrytitle/sdhci/<manvolnum/4//">
<!ENTITY man.ses.4 "<citerefentry/<refentrytitle/ses/<manvolnum/4//">
<!ENTITY man.sf.4 "<citerefentry/<refentrytitle/sf/<manvolnum/4//">
<!ENTITY man.si.4 "<citerefentry/<refentrytitle/si/<manvolnum/4//">
@@ -4150,6 +4155,7 @@
<!ENTITY man.bpkg.8 "<citerefentry vendor='ports'/<refentrytitle/bpkg/<manvolnum/8//">
<!ENTITY man.bsdlabel.8 "<citerefentry/<refentrytitle/bsdlabel/<manvolnum/8//">
<!ENTITY man.bt3cfw.8 "<citerefentry/<refentrytitle/bt3cfw/<manvolnum/8//">
+<!ENTITY man.btpand.8 "<citerefentry/<refentrytitle/btpand/<manvolnum/8//">
<!ENTITY man.btxld.8 "<citerefentry/<refentrytitle/btxld/<manvolnum/8//">
<!ENTITY man.burncd.8 "<citerefentry/<refentrytitle/burncd/<manvolnum/8//">
<!ENTITY man.cached.8 "<citerefentry/<refentrytitle/cached/<manvolnum/8//">
@@ -4316,6 +4322,7 @@
<!ENTITY man.mail.local.8 "<citerefentry/<refentrytitle/mail.local/<manvolnum/8//">
<!ENTITY man.mailstats.8 "<citerefentry/<refentrytitle/mailstats/<manvolnum/8//">
<!ENTITY man.mailwrapper.8 "<citerefentry/<refentrytitle/mailwrapper/<manvolnum/8//">
+<!ENTITY man.makefs.8 "<citerefentry/<refentrytitle/makefs/<manvolnum/8//">
<!ENTITY man.makekey.8 "<citerefentry/<refentrytitle/makekey/<manvolnum/8//">
<!ENTITY man.makemap.8 "<citerefentry/<refentrytitle/makemap/<manvolnum/8//">
<!ENTITY man.makewhatis.local.8 "<citerefentry/<refentrytitle/makewhatis.local/<manvolnum/8//">
==== //depot/projects/docproj_nl/www/en/cgi/man.cgi#8 (text+ko) ====
@@ -34,7 +34,7 @@
# Dual CGI/Plexus mode and new interface by sanders at bsdi.com 9/22/1995
#
# $Id: man.cgi,v 1.172 2007/11/28 18:51:29 hrs Exp $
-# $FreeBSD: www/en/cgi/man.cgi,v 1.227 2009/01/05 20:46:44 hrs Exp $
+# $FreeBSD: www/en/cgi/man.cgi,v 1.228 2009/04/26 20:30:24 danger Exp $
############################################################################
# !!! man.cgi is stale perl4 code !!!
@@ -163,13 +163,13 @@
%manPath = (
'FreeBSD 7.1-RELEASE and Ports',
-"$manLocalDir/FreeBSD-7.0-RELEASE/man:$manLocalDir/FreeBSD-7.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports",
+"$manLocalDir/FreeBSD-7.1-RELEASE/man:$manLocalDir/FreeBSD-7.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports",
'FreeBSD 6.4-RELEASE and Ports',
"$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports",
+ 'FreeBSD Ports', "$manLocalDir/FreeBSD-ports",
'FreeBSD 8-current', "$manLocalDir/FreeBSD-8-current/man:$manLocalDir/FreeBSD-8-current/openssl/man",
-
'FreeBSD 7.1-stable', "$manLocalDir/FreeBSD-7.1-stable",
'FreeBSD 7.1-RELEASE', "$manLocalDir/FreeBSD-7.1-RELEASE/man:$manLocalDir/FreeBSD-7.1-RELEASE/openssl/man",
'FreeBSD Ports 7.1-RELEASE', "$manLocalDir/FreeBSD-ports-7.1-RELEASE",
@@ -494,8 +494,8 @@
'sunos5', 'SunOS 5.10',
'sunos4', 'SunOS 4.1.3',
'sunos', 'SunOS 4.1.3',
- 'freebsd ports', 'FreeBSD Ports 7.0-RELEASE',
- 'ports', 'FreeBSD Ports 7.0-RELEASE',
+ 'freebsd ports', 'FreeBSD Ports',
+ 'ports', 'FreeBSD Ports',
'plan9', 'Plan 9',
'osf1', 'OSF1 V5.1/alpha',
'true64', 'OSF1 V5.1/alpha',
@@ -1378,7 +1378,7 @@
}
local $id =
- '$FreeBSD: www/en/cgi/man.cgi,v 1.227 2009/01/05 20:46:44 hrs Exp $';
+ '$FreeBSD: www/en/cgi/man.cgi,v 1.228 2009/04/26 20:30:24 danger Exp $';
return qq{\
<pre>
Copyright (c) 1996-2008 <a href="$mailtoURL">Wolfram Schneider</a>
==== //depot/projects/docproj_nl/www/en/donations/donors.sgml#15 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.388 2009/02/25 17:55:10 tabthorpe Exp $">
+<!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.389 2009/04/24 20:20:37 wilko Exp $">
<!ENTITY title "Hardware Donors Page">
<!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@@ -2565,6 +2565,13 @@
<td> ed </td>
<td> Received </td>
</tr>
+
+ <tr>
+ <td> brooks </td>
+ <td> 2 DDR400 256MB DIMMs </td>
+ <td> wilko </td>
+ <td> Received </td>
+ </tr>
</table>
&footer;
==== //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#10 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/donations/wantlist.sgml,v 1.474 2009/01/26 15:22:33 tabthorpe Exp $">
+<!ENTITY date "$FreeBSD: www/en/donations/wantlist.sgml,v 1.475 2009/04/24 17:19:30 jkoshy Exp $">
<!ENTITY title "FreeBSD Developers Want List">
<!ENTITY email 'donations'>
<!ENTITY % navinclude.about "INCLUDE">
@@ -117,13 +117,6 @@
<tr>
<td>jkoshy</td>
<td>Rishi Valley, India.</td>
- <td>Unicode 5.0 Standard (book)</td>
- <td>Reference material for improving FreeBSD's Unicode support.</td>
- </tr>
-
- <tr>
- <td>jkoshy</td>
- <td>Rishi Valley, India.</td>
<td>Solar backed UPS (500W x 4-6 hrs)</td>
<td>Permit work on FreeBSD in the absence of grid power.</td>
</tr>
==== //depot/projects/docproj_nl/www/en/platforms/sparc.sgml#3 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/platforms/sparc.sgml,v 1.31 2008/12/23 11:51:39 trhodes Exp $">
+<!ENTITY date "$FreeBSD: www/en/platforms/sparc.sgml,v 1.32 2009/04/25 20:39:34 marius Exp $">
<!ENTITY title "FreeBSD/sparc64 Project">
<!ENTITY email 'freebsd-sparc64'>
<!ENTITY % navinclude.developers "INCLUDE">
@@ -48,6 +48,7 @@
<ul>
<li>Blade 100</li>
<li>Blade 150</li>
+ <li>Enterprise 100</li>
<li>Enterprise 220R</li>
<li>Enterprise 250</li>
<li>Enterprise 420R</li>
@@ -62,7 +63,9 @@
<li>Netra t 1400/1405</li>
<li>Netra 120</li>
<li>Netra X1</li>
- <li>SPARCEngine® Ultra Axi</li>
+ <li>SPARCEngine® Ultra AX1105</li>
+ <li>SPARCEngine® Ultra AXe</li>
+ <li>SPARCEngine® Ultra AXi</li>
<li>SPARCEngine Ultra AXmp</li>
<li>Ultra 1</li>
<li>Ultra 1E</li>
@@ -75,25 +78,41 @@
<li>Ultra 450</li>
</ul>
- <p>The following systems are supported, but can only be netbooted due to
- the onboard SCSI controller being unsupported. Work is underway to add
- support for this SCSI controller. These systems may work with the esp
- driver imported from <a href="http://www.NetBSD.org">NetBSD</a>.</p>
+ <p>The following systems are partially supported by FreeBSD. In
+ particular the fibre channel controllers in SBus-based systems are not
+ supported. However, it is possible to use these with a SCSI controller
+ supported by the esp(4) driver (Sun ESP SCSI, Sun FAS Fast-SCSI
+ and Sun FAS366 Fast-Wide SCSI controllers).</p>
<ul>
<li>Enterprise 3500</li>
<li>Enterprise 4500</li>
</ul>
- <p>The following systems are unsupported.</p>
+ <p>Starting with 7.2-RELEASE, sparc64 systems based on
+ UltraSPARC III and beyond are also supported by FreeBSD, which includes
+ the following known working systems:</p>
+
+ <ul>
+ <li>Blade 1000</li>
+ <li>Blade 1500</li>
+ <li>Blade 2000</li>
+ <li>Fire 280R</li>
+ <li>Fire V210</li>
+ <li>Fire V440 (except for the on-board NICs)</li>
+ <li>Fire V880</li>
+ <li>Netra 20/Netra T4</li>
+ </ul>
+
+ <p>The following UltraSPARC IIIi systems are not tested but
+ believed to be also supported by FreeBSD:</p>
<ul>
- <li>Any system with an UltraSPARC III or greater processor.</li>
+ <li>Fire V125</li>
+ <li>Fire V240</li>
</ul>
- <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
+ <p>If you have a system that is not listed here please try it, and let
<a href="mailto:freebsd-sparc at FreeBSD.org">us</a> know about it.</p>
<p>Note that newer UltraSPARC-T1® processor based systems are supported
==== //depot/projects/docproj_nl/www/en/releases/7.2R/schedule.sgml#8 (text+ko) ====
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
-<!ENTITY date "$FreeBSD: www/en/releases/7.2R/schedule.sgml,v 1.12 2009/04/21 07:42:24 erwin Exp $">
+<!ENTITY date "$FreeBSD: www/en/releases/7.2R/schedule.sgml,v 1.13 2009/04/24 13:09:37 blackend Exp $">
<!ENTITY local.rel "7.2">
<!ENTITY local.rel.tag "7_2">
<!ENTITY title "FreeBSD &local.rel; Release Process">
@@ -156,7 +156,7 @@
<tr>
<td><tt>RC2</tt> builds</td>
<td>20 April 2009</td>
- <td>--</td>
+ <td>23 April 2009</td>
<td>Begin RC2 builds.</td>
</tr>
==== //depot/projects/docproj_nl/www/en/releng/index.sgml#19 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.261 2009/04/21 09:02:07 erwin Exp $">
+<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.262 2009/04/25 08:02:38 blackend Exp $">
<!ENTITY email 're'>
<!ENTITY title "Release Engineering Information">
<!ENTITY % navinclude.developers "INCLUDE">
@@ -50,7 +50,7 @@
<tr>
<td>May 2009</td>
<td><a href="../releases/7.2R/schedule.html">FreeBSD 7.2</a></td>
- <td>RC1 is available</td>
+ <td>RC2 is available</td>
</tr>
<tr>
==== //depot/projects/docproj_nl/www/en/smp/index.sgml#4 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.178 2009/01/25 21:08:22 danger Exp $">
+<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.179 2009/04/26 11:51:20 ed Exp $">
<!ENTITY title "FreeBSD SMPng Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % navinclude.developers "INCLUDE">
@@ -1601,6 +1601,13 @@
<td> &status.done; </td>
</tr>
+ <tr>
+ <td> Lock down the TTY subsystem. </td>
+ <td> &a.ed; </td>
+ <td> 20 August 2008 </td>
+ <td> &status.done; </td>
+ </tr>
+
<!-- WIP -->
<tr>
@@ -1611,13 +1618,6 @@
</tr>
<tr>
- <td> Lock down the tty subsystem. </td>
- <td> Dick Garner, Jeremy Scofield, &a.tmm;, &a.phk; </td>
- <td> 24 July 2004 </td>
- <td> &status.wip; </td>
- </tr>
-
- <tr>
<td> Fix clock locking to be the same on all platforms. </td>
<td> &a.jhb; </td>
<td> 16 November 2001 </td>
==== //depot/projects/docproj_nl/www/share/sgml/commercial.isp.xml#8 (text+ko) ====
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE entries PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Commercial Gallery//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/gallery.dtd">
-<!-- $FreeBSD: www/share/sgml/commercial.isp.xml,v 1.44 2009/03/25 18:47:28 jkois Exp $ -->
+<!-- $FreeBSD: www/share/sgml/commercial.isp.xml,v 1.45 2009/04/28 17:00:15 jkois Exp $ -->
<entries>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/commercial.isp.xml,v 1.44 2009/03/25 18:47:28 jkois Exp $
+ $FreeBSD: www/share/sgml/commercial.isp.xml,v 1.45 2009/04/28 17:00:15 jkois Exp $
</cvs:keyword>
</cvs:keywords>
@@ -99,6 +99,16 @@
</description>
</entry>
+ <entry id="bsdvm">
+ <name>BSD Virtual Machines</name>
+ <url>http://bsdvm.com</url>
+ <description>
+ Our company offers virtual private servers on the most stable in the world
+ BSD platform. This includes operating systems from BSD family such as
+ FreeBSD, OpenBSD and NetBSD.
+ </description>
+ </entry>
+
<entry id="dbi">
<name>DBI Hosting</name>
<url>http://www.dbihosting.com</url>
==== //depot/projects/docproj_nl/www/share/sgml/news.xml#36 (text+ko) ====
@@ -25,7 +25,7 @@
<news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/news.xml,v 1.244 2009/04/21 11:39:15 murray Exp $
+ $FreeBSD: www/share/sgml/news.xml,v 1.245 2009/04/25 08:07:15 blackend Exp $
</cvs:keyword>
</cvs:keywords>
@@ -36,6 +36,23 @@
<name>4</name>
<day>
+ <name>24</name>
+
+ <event>
+ <title>FreeBSD 7.2-RC2 Available</title>
+
+ <p>The second of two planned Release Candidates for the &os;
+ 7.2-RELEASE cycle is now available. ISO images for Tier-1
+ architectures are now <a
+ href="http://lists.freebsd.org/pipermail/freebsd-stable/2009-April/049591.html">available</a>
+ on most of the <a
+
+ href="&url.doc.base-en;/books/handbook/mirrors-ftp.html">&os;
+ mirror sites</a>.</p>
+ </event>
+ </day>
+
+ <day>
<name>21</name>
<event>
==== //depot/projects/docproj_nl/www/share/sgml/release.ent#14 (text+ko) ====
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/release.ent,v 1.34 2009/04/17 14:16:15 blackend Exp $ -->
+<!-- $FreeBSD: www/share/sgml/release.ent,v 1.35 2009/04/25 08:01:41 blackend Exp $ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
@@ -31,7 +31,7 @@
<!ENTITY beta.testing "INCLUDE">
<!ENTITY % beta.testing "INCLUDE">
<!ENTITY betarel.current '7.2'>
-<!ENTITY betarel.vers 'RC1'>
+<!ENTITY betarel.vers 'RC2'>
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
More information about the p4-projects
mailing list