Maxim Sobolev 2001-11-07 16:32:19 +00:00
parent 698bba17e1
commit 6327a9c186
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11156
30 changed files with 86 additions and 86 deletions

View file

@ -13,7 +13,7 @@
# #
# Based on: # Based on:
# * Bill Fenners cvsweb.cgi revision 1.28 available from: # * Bill Fenners cvsweb.cgi revision 1.28 available from:
# http://www.FreeBSD.org/cgi/cvsweb.cgi/www/en/cgi/cvsweb.cgi # http://cvsweb.FreeBSD.org/www/en/cgi/cvsweb.cgi
# #
# Copyright (c) 1996-1998 Bill Fenner # Copyright (c) 1996-1998 Bill Fenner
# (c) 1998-1999 Henner Zeller # (c) 1998-1999 Henner Zeller
@ -42,9 +42,9 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $Id: cvsweb.cgi,v 1.76 2001-09-19 15:18:41 fenner Exp $ # $Id: cvsweb.cgi,v 1.77 2001-11-07 16:32:11 sobomax Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.cgi,v 1.82 2001/08/01 09:54:52 knu Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.cgi,v 1.82 2001/08/01 09:54:52 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.75 2001/08/01 10:41:47 knu Exp $ # $FreeBSD$
# #
### ###
@ -234,7 +234,7 @@ $LOG_REVSEPARATOR = q/^-{28}$/;
##### End of configuration variables ##### ##### End of configuration variables #####
$cgi_style::hsty_base = 'http://www.FreeBSD.org'; $cgi_style::hsty_base = 'http://www.FreeBSD.org';
$_ = q$FreeBSD: www/en/cgi/cvsweb.cgi,v 1.75 2001/08/01 10:41:47 knu Exp $; $_ = q$FreeBSD$;
@_ = split; @_ = split;
$cgi_style::hsty_date = "@_[3,4]"; $cgi_style::hsty_date = "@_[3,4]";

View file

@ -6,9 +6,9 @@
# 1999 H. Nordstrom <hno@hem.passagen.se> # 1999 H. Nordstrom <hno@hem.passagen.se>
# 2000-2001 A. MUSHA <knu@FreeBSD.org> # 2000-2001 A. MUSHA <knu@FreeBSD.org>
# based on work by Bill Fenner <fenner@FreeBSD.org> # based on work by Bill Fenner <fenner@FreeBSD.org>
# $Id: cvsweb.conf,v 1.22 2001-08-01 10:41:47 knu Exp $ # $Id: cvsweb.conf,v 1.23 2001-11-07 16:32:11 sobomax Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu 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.21 2001/07/06 09:58:17 knu Exp $ # $FreeBSD$
# #
### ###
@ -60,7 +60,7 @@ $cvstreedefault = $CVSrepositories[2 * 0]; # The first one
'Portugal' => 'http://cvsup.pt.freebsd.org/cgi-bin/cvsweb/cvsweb.cgi', 'Portugal' => 'http://cvsup.pt.freebsd.org/cgi-bin/cvsweb/cvsweb.cgi',
'Russia' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd', 'Russia' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd',
'Spain' => 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi', 'Spain' => 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi',
'USA, California' => 'http://www.FreeBSD.org/cgi/cvsweb.cgi', 'USA, California' => 'http://cvsweb.FreeBSD.org/',
'Japan' => 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi', 'Japan' => 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi',
); );

View file

@ -6,7 +6,7 @@
# by John Fieber # by John Fieber
# February 26, 1998 # February 26, 1998
# #
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.29 2000/11/29 22:10:24 wosch Exp $ # $FreeBSD$
# #
require "./cgi-lib.pl"; require "./cgi-lib.pl";
@ -208,7 +208,7 @@ sub MessageToHTML
sub AddAnchors sub AddAnchors
{ {
my ($text) = @_; my ($text) = @_;
my $cvsweb = 'http://www.freebsd.org/cgi/cvsweb.cgi'; my $cvsweb = 'http://cvsweb.FreeBSD.org/';
$text =~ s/(http|https|ftp|gopher|mailto|news|file)(:[^\s]*?\/?)(\W?\s)/<a href="$1$2">$1$2<\/a>$3/goi; $text =~ s/(http|https|ftp|gopher|mailto|news|file)(:[^\s]*?\/?)(\W?\s)/<a href="$1$2">$1$2<\/a>$3/goi;

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $ # $FreeBSD$
# #
# ports.cgi - search engine for FreeBSD ports # ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description # o search for a port by name or description
@ -91,7 +91,7 @@ sub init_variables {
# CVS Web interface # CVS Web interface
$remotePrefixCvs = $remotePrefixCvs =
'http://www.FreeBSD.org/cgi/cvsweb.cgi/ports'; 'http://cvsweb.FreeBSD.org/ports';
# Ports documentation # Ports documentation
$portsDesc = '../ports/'; $portsDesc = '../ports/';
@ -553,7 +553,7 @@ sub footer {
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif"> <img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
&copy; 1996-2001 by Wolfram Schneider. All rights reserved.<br> &copy; 1996-2001 by Wolfram Schneider. All rights reserved.<br>
}; };
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $} . "<br>\n"; #print q{$FreeBSD$} . "<br>\n";
print qq{Please direct questions about this service to print qq{Please direct questions about this service to
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n}; <I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
print qq{General questions about FreeBSD ports should be sent to } . print qq{General questions about FreeBSD ports should be sent to } .

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl -T #!/usr/bin/perl -T
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.25 2000/12/29 12:43:12 wosch Exp $ # $FreeBSD$
$ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin"; $ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin";
@ -194,7 +194,7 @@ sub getline
sub cvsweb { sub cvsweb {
local($file) = shift; local($file) = shift;
$file =~ s/[,.;]$//; $file =~ s/[,.;]$//;
return 'http://www.FreeBSD.org/cgi/cvsweb.cgi/' . $file; return 'http://cvsweb.FreeBSD.org/' . $file;
} }

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY title "FreeBSD-stable Conspectus, week ending 29th May 2000"> <!ENTITY title "FreeBSD-stable Conspectus, week ending 29th May 2000">
<!ENTITY date "$FreeBSD: www/en/conspectus/stable/2000/05/29.sgml,v 1.1 2000/05/31 20:35:47 nik Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY base "../../../.."> <!ENTITY base "../../../..">
<!ENTITY % includes SYSTEM "../../../../includes.sgml"> %includes;]> <!ENTITY % includes SYSTEM "../../../../includes.sgml"> %includes;]>
@ -352,7 +352,7 @@
<blockquote> <blockquote>
<p><i>1) Get the diffs.</i></p> <p><i>1) Get the diffs.</i></p>
<p><i>You will need a CVS repository, or use the cvsweb interface <p><i>You will need a CVS repository, or use the cvsweb interface
at http://www.freebsd.org/cgi/cvsweb.cgi to extract the diffs. at http://cvsweb.FreeBSD.org/ to extract the diffs.
Note that mlx.c, mlx_disk.c, mlx_pci.c and mlxvar.h all Note that mlx.c, mlx_disk.c, mlx_pci.c and mlxvar.h all
changed in this fix.</i></p> changed in this fix.</i></p>
<p><i>2) Apply the diffs.</i></p> <p><i>2) Apply the diffs.</i></p>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/news/1996/index.sgml,v 1.6 2001/07/13 12:52:15 dd Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD News Flash! (1996)"> <!ENTITY title "FreeBSD News Flash! (1996)">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY newshome '<a href="../news.html">News Home</a>'> <!ENTITY newshome '<a href="../news.html">News Home</a>'>
@ -42,7 +42,7 @@
<li> <li>
<p><b>4-Nov-1996</b> The FreeBSD <a <p><b>4-Nov-1996</b> The FreeBSD <a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS</a> development href="http://cvsweb.FreeBSD.org/">CVS</a> development
tree has branched again. <a href="&base;/releases/index.html">See here</a> for tree has branched again. <a href="&base;/releases/index.html">See here</a> for
more information.</p> more information.</p>
</li> </li>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/news/1998/index.sgml,v 1.3 2001/05/01 07:59:39 eric Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD News Flash! (1998)"> <!ENTITY title "FreeBSD News Flash! (1998)">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY newshome '<a href="../news.html">News Home</a>'> <!ENTITY newshome '<a href="../news.html">News Home</a>'>
@ -180,7 +180,7 @@
<li><p><b>01-May-98</b> <li><p><b>01-May-98</b>
The FreeBSD Project set up <a name="anoncvs" The FreeBSD Project set up <a name="anoncvs"
href="&base;/handbook/synching.html#ANONCVS">Anonymous CVS</a> for the href="&base;/handbook/synching.html#ANONCVS">Anonymous CVS</a> for the
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">FreeBSD CVS <a href="http://cvsweb.FreeBSD.org/">FreeBSD CVS
tree</a>. Among other things, it allows users of FreeBSD to tree</a>. Among other things, it allows users of FreeBSD to
perform, with no special privileges, read-only CVS operations perform, with no special privileges, read-only CVS operations
against one of the FreeBSD project's official anoncvs against one of the FreeBSD project's official anoncvs

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/mozilla.sgml,v 1.12 2001/07/13 12:52:16 dd Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title 'FreeBSD Mozilla Group'> <!ENTITY title 'FreeBSD Mozilla Group'>
<!ENTITY email 'freebsd-mozilla'> <!ENTITY email 'freebsd-mozilla'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -25,10 +25,10 @@
<dl> <dl>
<!-- <!--
<dt><a href="http://www.FreeBSD.org/cgi/cvsweb.cgi?cvsroot=mozilla">WEB Interface</a></dt> <dt><a href="http://cvsweb.FreeBSD.org/?cvsroot=mozilla">WEB Interface</a></dt>
<dd>CVSweb provides a web-based interface for viewing the <a <dd>CVSweb provides a web-based interface for viewing the <a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS repository</a>, href="http://cvsweb.FreeBSD.org/">CVS repository</a>,
being able to select and compare specific revisions of the various being able to select and compare specific revisions of the various
files within it.</dd> files within it.</dd>
--> -->

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/releases/2.2.8R/errata.sgml,v 1.10 1999/09/06 07:02:55 peter Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 2.2.8 Errata Notes"> <!ENTITY title "FreeBSD 2.2.8 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/releases/2.2.8R/errata.sgml,v 1.10 1999/09/06 07:02:55 peter Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;
@ -58,7 +58,7 @@ Fix: If passed a string longer than the maximum allowed for a user name,
initial characters in the string up to the maximum length allowed for a initial characters in the string up to the maximum length allowed for a
user name. To correct this behaviour, libc needs to be patched and user name. To correct this behaviour, libc needs to be patched and
recompiled. The appropriate patch can be obtained from: recompiled. The appropriate patch can be obtained from:
http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&amp;r2=1.35.2.3 http://cvsweb.FreeBSD.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&amp;r2=1.35.2.3
</pre> </pre>

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/releases/3.2R/errata.sgml,v 1.5 1999/09/06 07:02:57 peter Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 3.2 Errata Notes"> <!ENTITY title "FreeBSD 3.2 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/releases/3.2R/errata.sgml,v 1.5 1999/09/06 07:02:57 peter Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;
@ -44,7 +44,7 @@ Fix: cd /usr/lib/compat
<strong>o /usr/bin/gdb crashes when debugging core files from static programs</strong> <strong>o /usr/bin/gdb crashes when debugging core files from static programs</strong>
Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed
version via CVSup (see instructions in handbook) or apply <a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&amp;r2=1.3.2.2">the patch</a> version via CVSup (see instructions in handbook) or apply <a href="http://cvsweb.FreeBSD.org/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&amp;r2=1.3.2.2">the patch</a>
from our CVSweb service. from our CVSweb service.
<strong>o While booting the install floppy, user sees the following message <strong>o While booting the install floppy, user sees the following message

View file

@ -1,5 +1,5 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.240 2001/10/17 01:47:11 grog Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Support"> <!ENTITY title "Support">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -240,7 +240,7 @@
<a name="cvs"></a> <a name="cvs"></a>
<h2><a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS Repository</a></h2> <h2><a href="http://cvsweb.FreeBSD.org/">CVS Repository</a></h2>
<p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> (the <p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> (the
Concurrent Version System) is the tool we use for keeping our sources Concurrent Version System) is the tool we use for keeping our sources
@ -265,7 +265,7 @@
very low overhead, batch-mode access (basically, patches through very low overhead, batch-mode access (basically, patches through
email).</li> email).</li>
<li>The <a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">web interface</a> <li>The <a href="http://cvsweb.FreeBSD.org/">web interface</a>
if you are looking to simply browse the repository in search of a if you are looking to simply browse the repository in search of a
specific change or file revision.</li> specific change or file revision.</li>
@ -276,7 +276,7 @@
</ul> </ul>
<p>Mirrors of the CVS Repository cgi script are available in <a <p>Mirrors of the CVS Repository cgi script are available in <a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">California</a>, <a href="http://cvsweb.FreeBSD.org/">California</a>, <a
href="http://www.de.FreeBSD.org/cgi/cvsweb.cgi">Germany</a>, <a href="http://www.de.FreeBSD.org/cgi/cvsweb.cgi">Germany</a>, <a
href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi"> href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi">
Japan</a> and Spain (<a Japan</a> and Spain (<a

View file

@ -1,5 +1,5 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.240 2001/10/17 01:47:11 grog Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Support"> <!ENTITY title "Support">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -240,7 +240,7 @@
<a name="cvs"></a> <a name="cvs"></a>
<h2><a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS Repository</a></h2> <h2><a href="http://cvsweb.FreeBSD.org/">CVS Repository</a></h2>
<p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> (the <p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> (the
Concurrent Version System) is the tool we use for keeping our sources Concurrent Version System) is the tool we use for keeping our sources
@ -265,7 +265,7 @@
very low overhead, batch-mode access (basically, patches through very low overhead, batch-mode access (basically, patches through
email).</li> email).</li>
<li>The <a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">web interface</a> <li>The <a href="http://cvsweb.FreeBSD.org/">web interface</a>
if you are looking to simply browse the repository in search of a if you are looking to simply browse the repository in search of a
specific change or file revision.</li> specific change or file revision.</li>
@ -276,7 +276,7 @@
</ul> </ul>
<p>Mirrors of the CVS Repository cgi script are available in <a <p>Mirrors of the CVS Repository cgi script are available in <a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">California</a>, <a href="http://cvsweb.FreeBSD.org/">California</a>, <a
href="http://www.de.FreeBSD.org/cgi/cvsweb.cgi">Germany</a>, <a href="http://www.de.FreeBSD.org/cgi/cvsweb.cgi">Germany</a>, <a
href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi"> href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi">
Japan</a> and Spain (<a Japan</a> and Spain (<a

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/y2kbug.sgml,v 1.40 2001/07/19 12:31:21 asmodai Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'> <!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -109,7 +109,7 @@
FreeBSD-3.1 and above]</dd> FreeBSD-3.1 and above]</dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt> href="http://cvsweb.FreeBSD.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt>
<dd>The leap year calculations for the number of days in a year, and the <dd>The leap year calculations for the number of days in a year, and the
conversion of DCF77 time to seconds since the Epoch were wrong. These conversion of DCF77 time to seconds since the Epoch were wrong. These
@ -117,7 +117,7 @@
FreeBSD-3.1 and above]</dd> FreeBSD-3.1 and above]</dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y</a></dt> href="http://cvsweb.FreeBSD.org/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y</a></dt>
<dd>Function Convert() was hard-coded for two digit years in range 70-99. <dd>Function Convert() was hard-coded for two digit years in range 70-99.
Now adjusted to allow two digit years for 1970-2069. The function Now adjusted to allow two digit years for 1970-2069. The function
@ -126,7 +126,7 @@
</dd> </dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.bin/fetch/http.c">fetch/http.c</a></dt> href="http://cvsweb.FreeBSD.org/src/usr.bin/fetch/http.c">fetch/http.c</a></dt>
<dd>The HTTP protocol includes an obsolete date format which uses a <dd>The HTTP protocol includes an obsolete date format which uses a
two-digit year. Previous versions of fetch would interpret all such two-digit year. Previous versions of fetch would interpret all such

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/es/news/newsflash.sgml,v 1.20 1999/09/27 22:07:01 jesusr Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD News flash!"> <!ENTITY title "FreeBSD News flash!">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $FreeBSD: www/es/news/newsflash.sgml,v 1.20 1999/09/27 22:07:01 jesusr Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;
@ -348,7 +348,7 @@ Releases</a></strong>.</p>
The FreeBSD Project set up The FreeBSD Project set up
<a name="anoncvs" href="../../handbook/synching.html#ANONCVS">Anonymous <a name="anoncvs" href="../../handbook/synching.html#ANONCVS">Anonymous
CVS</a> CVS</a>
for the <a href="http://www.freebsd.org/cgi/cvsweb.cgi">FreeBSD CVS tree</a>. for the <a href="http://cvsweb.freebsd.org/">FreeBSD CVS tree</a>.
Among other things, it allows users of FreeBSD to perform, Among other things, it allows users of FreeBSD to perform,
with no special privileges, read-only CVS operations with no special privileges, read-only CVS operations
against one of the FreeBSD project's official anoncvs servers. against one of the FreeBSD project's official anoncvs servers.
@ -694,7 +694,7 @@ Releases</a></strong>.</p>
</P></li> </P></li>
<li><p><b>4-Nov-1996</b> <li><p><b>4-Nov-1996</b>
The FreeBSD <a href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS</a> The FreeBSD <a href="http://cvsweb.freebsd.org/">CVS</a>
development tree has branched again. <a href="../releases/">See here</a> development tree has branched again. <a href="../releases/">See here</a>
for more information. for more information.
</P></li> </P></li>

View file

@ -25,10 +25,10 @@
<dl> <dl>
<!-- <!--
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi?cvsroot=mozilla">WEB Interface</a></dt> <dt><a href="http://cvsweb.freebsd.org/?cvsroot=mozilla">WEB Interface</a></dt>
<dd>CVSweb provides a web-based interface for viewing the <a <dd>CVSweb provides a web-based interface for viewing the <a
href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS repository</a>, href="http://cvsweb.freebsd.org/">CVS repository</a>,
being able to select and compare specific revisions of the various being able to select and compare specific revisions of the various
files within it.</dd> files within it.</dd>
--> -->

View file

@ -58,7 +58,7 @@ Fix: If passed a string longer than the maximum allowed for a user name,
initial characters in the string up to the maximum length allowed for a initial characters in the string up to the maximum length allowed for a
user name. To correct this behaviour, libc needs to be patched and user name. To correct this behaviour, libc needs to be patched and
recompiled. The appropriate patch can be obtained from: recompiled. The appropriate patch can be obtained from:
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&amp;r2=1.35.2.3 http://cvsweb.freebsd.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&amp;r2=1.35.2.3
</pre> </pre>

View file

@ -44,7 +44,7 @@ Fix: cd /usr/lib/compat
<strong>o /usr/bin/gdb crashes when debugging core files from static programs</strong> <strong>o /usr/bin/gdb crashes when debugging core files from static programs</strong>
Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed
version via CVSup (see instructions in handbook) or apply <a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&amp;r2=1.3.2.2">the patch</a> version via CVSup (see instructions in handbook) or apply <a href="http://cvsweb.freebsd.org/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&amp;r2=1.3.2.2">the patch</a>
from our CVSweb service. from our CVSweb service.
<strong>o While booting the install floppy, user sees the following message <strong>o While booting the install floppy, user sees the following message

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/es/support.sgml,v 1.25 1999/09/28 16:38:41 jmas Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Soporte"> <!ENTITY title "Soporte">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/es/support.sgml,v 1.25 1999/09/28 16:38:41 jmas Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;
@ -208,7 +208,7 @@ http://www.tw.freebsd.org/ Local language
</ul> </ul>
<p>Mirrors del script de CVSWeb est&aacute;n disponibles en <p>Mirrors del script de CVSWeb est&aacute;n disponibles en
<a href="http://www.freebsd.org/cgi/cvsweb.cgi">California</a>, <a href="http://cvsweb.FreeBSD.org/">California</a>,
<a href="http://www.de.freebsd.org/cgi/cvsweb.cgi">Alemania</a>, <a href="http://www.de.freebsd.org/cgi/cvsweb.cgi">Alemania</a>,
<a href="http://www.jp.freebsd.org/cgi/cvsweb.cgi"> <a href="http://www.jp.freebsd.org/cgi/cvsweb.cgi">
Jap&oacute;n</a> y Espa&ntilde;a Jap&oacute;n</a> y Espa&ntilde;a

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/es/y2kbug.sgml,v 1.5 1999/09/06 07:02:59 peter Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title 'Compatibilidad a&ntilde;o 2000 ("Millennium Bug")'> <!ENTITY title 'Compatibilidad a&ntilde;o 2000 ("Millennium Bug")'>
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/es/y2kbug.sgml,v 1.5 1999/09/06 07:02:59 peter Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;
@ -128,14 +128,14 @@
1900-1968 en lugar de 2000-2068. [Solucionado: v1.7 1999/01/05] 1900-1968 en lugar de 2000-2068. [Solucionado: v1.7 1999/01/05]
</dd> </dd>
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt> <dt><a href="http://cvsweb.freebsd.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt>
<dd>El c&aacute;lculo de a&ntilde;os bisiestos para el n&uacute;mero de <dd>El c&aacute;lculo de a&ntilde;os bisiestos para el n&uacute;mero de
d&iacute;as en un a&ntilde;o, y la conversi&oacute;n del tiempo DFC77 d&iacute;as en un a&ntilde;o, y la conversi&oacute;n del tiempo DFC77
a segundos desde el Epoch era incorrecta. Estos errores afectaban a a segundos desde el Epoch era incorrecta. Estos errores afectaban a
todos los a&ntilde;os. [Solucionado: v1.6 1999/01/12] todos los a&ntilde;os. [Solucionado: v1.6 1999/01/12]
</dd> </dd>
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/usr.bin/tar/getdate.y.diff?r1=1.3&amp;r2=1.4">tar/getdate.y</a></dt> <dt><a href="http://cvsweb.freebsd.org/src/gnu/usr.bin/tar/getdate.y.diff?r1=1.3&amp;r2=1.4">tar/getdate.y</a></dt>
<dd>La funci&oacute;n convert() ten&iacute;a fijado el uso de dos <dd>La funci&oacute;n convert() ten&iacute;a fijado el uso de dos
d&iacute;gitos en el a&ntilde;o para el rango 70-99. Ha sido ajustada d&iacute;gitos en el a&ntilde;o para el rango 70-99. Ha sido ajustada
para permitir a&ntilde;os de dos d&iacute;gitos para for 1970-2069. para permitir a&ntilde;os de dos d&iacute;gitos para for 1970-2069.
@ -143,7 +143,7 @@
alerta y2k1!. [Solucionado: v1.4 1999/01/12] alerta y2k1!. [Solucionado: v1.4 1999/01/12]
</dd> </dd>
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/fetch/http.c.diff?r1=1.22&amp;r2=1.24">fetch/http.c</a></dt> <dt><a href="http://cvsweb.freebsd.org/src/usr.bin/fetch/http.c.diff?r1=1.22&amp;r2=1.24">fetch/http.c</a></dt>
<dd>El protocolo HTTP incluye un formato de fecha obsoleto que usa un <dd>El protocolo HTTP incluye un formato de fecha obsoleto que usa un
a&ntilde;o de dos d&iacute;gitos. Las versiones anteriores de fetch a&ntilde;o de dos d&iacute;gitos. Las versiones anteriores de fetch
interpretaban todas las fechas en 1900s; con esta revisi&oacute;n, se interpretaban todas las fechas en 1900s; con esta revisi&oacute;n, se

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/ja/projects/mozilla.sgml,v 1.14 2000/10/31 19:32:48 kuriyama Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title 'FreeBSD Mozilla Group'> <!ENTITY title 'FreeBSD Mozilla Group'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -28,11 +28,11 @@
<dl> <dl>
<!-- <!--
<dt><a href="http://www.FreeBSD.org/cgi/cvsweb.cgi?cvsroot=mozilla">WEB <dt><a href="http://cvsweb.FreeBSD.org/?cvsroot=mozilla">WEB
インタフェース</a></dt> インタフェース</a></dt>
<dd>CVSweb によって <dd>CVSweb によって
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS レポジトリ</a> <a href="http://cvsweb.FreeBSD.org/">CVS レポジトリ</a>
を閲覧するための web を基盤としたインタフェースが提供されます. を閲覧するための web を基盤としたインタフェースが提供されます.
それにより, CVS レポジトリの中の種々のファイルの中から特定の版を それにより, CVS レポジトリの中の種々のファイルの中から特定の版を
選択したり比較したりすることが可能になります.</dd> 選択したり比較したりすることが可能になります.</dd>

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/ja/releases/2.2.8R/errata.sgml,v 1.8 2000/01/10 08:23:09 motoyuki Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 2.2.8 Errata Notes"> <!ENTITY title "FreeBSD 2.2.8 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/ja/releases/2.2.8R/errata.sgml,v 1.8 2000/01/10 08:23:09 motoyuki Exp $ --> <!-- $FreeBSD$ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.11 --> <!-- Original revision: 1.11 -->
@ -67,7 +67,7 @@ ERRATA.TXT</a>
最大の長さの文字列を先頭に持つものにマッチしてしまいます. 最大の長さの文字列を先頭に持つものにマッチしてしまいます.
この挙動を修正するには, libc を修正してリコンパイルする必要があります. この挙動を修正するには, libc を修正してリコンパイルする必要があります.
適切なパッチは次のようにして取ってくることができます. 適切なパッチは次のようにして取ってくることができます.
http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&amp;r2=1.35.2.3 http://cvsweb.FreeBSD.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&amp;r2=1.35.2.3
</pre> </pre>

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/ja/releases/3.2R/errata.sgml,v 1.8 2000/01/10 08:23:13 motoyuki Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 3.2 Errata Notes"> <!ENTITY title "FreeBSD 3.2 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/ja/releases/3.2R/errata.sgml,v 1.8 2000/01/10 08:23:13 motoyuki Exp $ --> <!-- $FreeBSD$ -->
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.6 --> <!-- Original revision: 1.6 -->
@ -54,7 +54,7 @@ o
対策: solib.c の revision 1.3.2.2 で解決済みです. 対策: solib.c の revision 1.3.2.2 で解決済みです.
対策の施されたバージョンを CVSup 経由か(ハンドブックの説明を見てください) 対策の施されたバージョンを CVSup 経由か(ハンドブックの説明を見てください)
私たちの CVSweb サービスからこの<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&amp;r2=1.3.2.2">the patch</a>を当ててください. 私たちの CVSweb サービスからこの<a href="http://cvsweb.FreeBSD.org/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&amp;r2=1.3.2.2">the patch</a>を当ててください.
<strong> <strong>
o インストールフロッピーから起動する間に o インストールフロッピーから起動する間に

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/ja/support.sgml,v 1.32 2001/07/30 13:31:59 kuriyama Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Support"> <!ENTITY title "Support">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -246,7 +246,7 @@
<a name="cvs"></a> <a name="cvs"></a>
<h2><a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS リポジトリ</a></h2> <h2><a href="http://cvsweb.FreeBSD.org/">CVS リポジトリ</a></h2>
<p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> ( <p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> (
Concurrent Version System) を我々はソースをコントロールする Concurrent Version System) を我々はソースをコントロールする
@ -271,7 +271,7 @@
低い, バッチモードでアクセスする方法です. 基本的にパッチがメール 低い, バッチモードでアクセスする方法です. 基本的にパッチがメール
で届けられます.</li> で届けられます.</li>
<li><a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">web <li><a href="http://cvsweb.FreeBSD.org/">web
インターフェース</a> 具体的な変更やファイルのリビジョンを インターフェース</a> 具体的な変更やファイルのリビジョンを
調べるために, 単にリポジトリを閲覧するためのアクセス方法です. </li> 調べるために, 単にリポジトリを閲覧するためのアクセス方法です. </li>
@ -283,7 +283,7 @@
</ul> </ul>
<p>CVS リポジトリ CGI スクリプトのミラーは <a <p>CVS リポジトリ CGI スクリプトのミラーは <a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">カリフォルニア</a>, <a href="http://cvsweb.FreeBSD.org/">カリフォルニア</a>, <a
href="http://www.de.FreeBSD.org/cgi/cvsweb.cgi">ドイツ</a>, <a href="http://www.de.FreeBSD.org/cgi/cvsweb.cgi">ドイツ</a>, <a
href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi"> href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi">
日本</a> そしてスペイン (<a 日本</a> そしてスペイン (<a

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/ja/y2kbug.sgml,v 1.17 2000/10/31 19:32:41 kuriyama Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title 'Year 2000 bug (aka "Millennium bug")'> <!ENTITY title 'Year 2000 bug (aka "Millennium bug")'>
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -118,7 +118,7 @@
[修正済 v1.7 1999/01/05; FreeBSD-3.1 以降で修正済]</dd> [修正済 v1.7 1999/01/05; FreeBSD-3.1 以降で修正済]</dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt> href="http://cvsweb.FreeBSD.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt>
<dd>UNIX における紀元の扱いが間違っているために, うるう年の日数 <dd>UNIX における紀元の扱いが間違っているために, うるう年の日数
の計算, DCF77 形式の時間の変換が正しく行われません. このエラーは, 2000 の計算, DCF77 形式の時間の変換が正しく行われません. このエラーは, 2000
@ -126,7 +126,7 @@
[修正済 v1.6 1999/01/12; FreeBSD-3.1 以降で修正済]</dd> [修正済 v1.6 1999/01/12; FreeBSD-3.1 以降で修正済]</dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y</a></dt> href="http://cvsweb.FreeBSD.org/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y</a></dt>
<dd>Conver() 関数が 70-99 の 2 桁の年を扱うようにハードコードさ <dd>Conver() 関数が 70-99 の 2 桁の年を扱うようにハードコードさ
れていました. 現在 2 桁の年数を 1970-2069 まで扱えるように変更されまし れていました. 現在 2 桁の年数を 1970-2069 まで扱えるように変更されまし
@ -134,7 +134,7 @@
[修正済 v1.4 1999/01/12; FreeBSD-3.1 以降で修正済]</dd> [修正済 v1.4 1999/01/12; FreeBSD-3.1 以降で修正済]</dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.bin/fetch/http.c">fetch/http.c</a></dt> href="http://cvsweb.FreeBSD.org/src/usr.bin/fetch/http.c">fetch/http.c</a></dt>
<dd>HTTP プロトコルは年度を 2 桁で表す旧形式の日付フォーマットを <dd>HTTP プロトコルは年度を 2 桁で表す旧形式の日付フォーマットを
含んでいます. 以前のバージョンの fetch は, そのような 2 桁の年度を, す 含んでいます. 以前のバージョンの fetch は, そのような 2 桁の年度を, す

View file

@ -42,7 +42,7 @@
<li><p><b>4 ноября 1996</b> <li><p><b>4 ноября 1996</b>
От находящегося в разработке дерева <a От находящегося в разработке дерева <a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS</a> FreeBSD ÓÎĎ×Á href="http://cvsweb.FreeBSD.org/">CVS</a> FreeBSD ÓÎÏ×Á
отделилась ветка. Подробная информация находится <a отделилась ветка. Подробная информация находится <a
href="../releases/">здесь</a>.</p></li> href="../releases/">здесь</a>.</p></li>
</ul> </ul>

View file

@ -964,7 +964,7 @@
<li><b>1 мая 1998</b> <li><b>1 мая 1998</b>
Проект FreeBSD запустил службу <a name="anoncvs" Проект FreeBSD запустил службу <a name="anoncvs"
href="../handbook/synching.html#ANONCVS">Anonymous CVS</a> для дерева href="../handbook/synching.html#ANONCVS">Anonymous CVS</a> для дерева
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">FreeBSD CVS</a>. <a href="http://cvsweb.FreeBSD.org/">FreeBSD CVS</a>.
Кроме всего прочего, это позволит пользователям FreeBSD без особых Кроме всего прочего, это позволит пользователям FreeBSD без особых
привилегий осуществлять операции с CVS в режиме "только чтение" с привилегий осуществлять операции с CVS в режиме "только чтение" с
любым из официальных anoncvs-серверов проекта FreeBSD.<p></p></li> любым из официальных anoncvs-серверов проекта FreeBSD.<p></p></li>

View file

@ -29,10 +29,10 @@
<dl> <dl>
<!-- <!--
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi?cvsroot=mozilla">WEB Interface</a></dt> <dt><a href="http://cvsweb.freebsd.org/?cvsroot=mozilla">WEB Interface</a></dt>
<dd>CVSweb provides a web-based interface for viewing the <a <dd>CVSweb provides a web-based interface for viewing the <a
href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS repository</a>, href="http://cvsweb.freebsd.org/">CVS repository</a>,
being able to select and compare specific revisions of the various being able to select and compare specific revisions of the various
files within it.</dd> files within it.</dd>
--> -->

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/ru/support.sgml,v 1.18 2000/10/27 12:13:48 phantom Exp $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Поддержка"> <!ENTITY title "Поддержка">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/ru/support.sgml,v 1.18 2000/10/27 12:13:48 phantom Exp $ --> <!-- $FreeBSD$ -->
<!-- The FreeBSD Russian Documentation Project --> <!-- The FreeBSD Russian Documentation Project -->
<!-- $FreeBSDru: frdp/www/ru/support.sgml,v 1.14 2000/10/12 10:02:48 phantom Exp $ --> <!-- $FreeBSDru: frdp/www/ru/support.sgml,v 1.14 2000/10/12 10:02:48 phantom Exp $ -->
<!-- Original revision: 1.201 --> <!-- Original revision: 1.201 -->
@ -249,7 +249,7 @@
<a name="cvs"></a> <a name="cvs"></a>
<h2><a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">äĹŇĹ×Ď CVS</a></h2> <h2><a href="http://cvsweb.FreeBSD.org/">äÅÒÅ×Ï CVS</a></h2>
<p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> <p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a>
(Concurrent Version System) является тем инструментом, который мы (Concurrent Version System) является тем инструментом, который мы
@ -278,7 +278,7 @@
основном пересылка патчей по электронной почте).</li> основном пересылка патчей по электронной почте).</li>
<li>Вы можете также воспользоваться <a <li>Вы можете также воспользоваться <a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">web-ÉÎÔĹŇĆĹĘÓĎÍ</a>, href="http://cvsweb.FreeBSD.org/">web-ÉÎÔÅÒÆÅÊÓÏÍ</a>,
если вам нужно просто посмотреть дерево в поисках конкретных если вам нужно просто посмотреть дерево в поисках конкретных
изменений в конкретном файле.</li> изменений в конкретном файле.</li>
@ -290,7 +290,7 @@
</ul> </ul>
<p>Зеркала этого интерфейса к репозиторию CVS находятся в <p>Зеркала этого интерфейса к репозиторию CVS находятся в
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">ëÁĚÉĆĎŇÎÉÉ</a>, <a href="http://cvsweb.FreeBSD.org/">ëÁÌÉÆÏÒÎÉÉ</a>,
<a href="http://www.de.FreeBSD.org/cgi/cvsweb.cgi">Германии</a>, <a href="http://www.de.FreeBSD.org/cgi/cvsweb.cgi">Германии</a>,
<a href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi">Японии</a> и <a href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi">Японии</a> и
Испании (<a Испании (<a

View file

@ -138,7 +138,7 @@
</dd> </dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt> href="http://cvsweb.FreeBSD.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt>
<dd>Вычисление високосного года для выяснения числа дней в году и <dd>Вычисление високосного года для выяснения числа дней в году и
преобразование времени DCF77 в число секунд, прошедших с начала Века преобразование времени DCF77 в число секунд, прошедших с начала Века
@ -147,7 +147,7 @@
</dd> </dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y</a></dt> href="http://cvsweb.FreeBSD.org/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y</a></dt>
<dd>В функции Convert() было задано использование номера года, состоящего <dd>В функции Convert() было задано использование номера года, состоящего
из двух цифр, для лет в диапазоне 70-99. Сейчас это исправлено, чтобы из двух цифр, для лет в диапазоне 70-99. Сейчас это исправлено, чтобы
@ -157,7 +157,7 @@
</dd> </dd>
<dt><a <dt><a
href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.bin/fetch/http.c">fetch/http.c</a></dt> href="http://cvsweb.FreeBSD.org/src/usr.bin/fetch/http.c">fetch/http.c</a></dt>
<dd>Протокол HTTP описывает устаревший формат представления даты, в <dd>Протокол HTTP описывает устаревший формат представления даты, в
котором используются две цифры года. Предыдущие версии утилиты fetch котором используются две цифры года. Предыдущие версии утилиты fetch