This commit is contained in:
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
en
es
ja
ru
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
# Based on:
|
||||
# * 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
|
||||
# (c) 1998-1999 Henner Zeller
|
||||
|
@ -42,9 +42,9 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# 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 $
|
||||
# $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 #####
|
||||
|
||||
$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;
|
||||
$cgi_style::hsty_date = "@_[3,4]";
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
# 1999 H. Nordstrom <hno@hem.passagen.se>
|
||||
# 2000-2001 A. MUSHA <knu@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 $
|
||||
# $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',
|
||||
'Russia' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd',
|
||||
'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',
|
||||
);
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# by John Fieber
|
||||
# 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";
|
||||
|
@ -208,7 +208,7 @@ sub MessageToHTML
|
|||
sub AddAnchors
|
||||
{
|
||||
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;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# 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
|
||||
# o search for a port by name or description
|
||||
|
@ -91,7 +91,7 @@ sub init_variables {
|
|||
|
||||
# CVS Web interface
|
||||
$remotePrefixCvs =
|
||||
'http://www.FreeBSD.org/cgi/cvsweb.cgi/ports';
|
||||
'http://cvsweb.FreeBSD.org/ports';
|
||||
|
||||
# Ports documentation
|
||||
$portsDesc = '../ports/';
|
||||
|
@ -553,7 +553,7 @@ sub footer {
|
|||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
|
||||
© 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
|
||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||
print qq{General questions about FreeBSD ports should be sent to } .
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/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";
|
||||
|
||||
|
@ -194,7 +194,7 @@ sub getline
|
|||
sub cvsweb {
|
||||
local($file) = shift;
|
||||
$file =~ s/[,.;]$//;
|
||||
return 'http://www.FreeBSD.org/cgi/cvsweb.cgi/' . $file;
|
||||
return 'http://cvsweb.FreeBSD.org/' . $file;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!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 % includes SYSTEM "../../../../includes.sgml"> %includes;]>
|
||||
|
||||
|
@ -352,7 +352,7 @@
|
|||
<blockquote>
|
||||
<p><i>1) Get the diffs.</i></p>
|
||||
<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
|
||||
changed in this fix.</i></p>
|
||||
<p><i>2) Apply the diffs.</i></p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY newshome '<a href="../news.html">News Home</a>'>
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
<li>
|
||||
<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
|
||||
more information.</p>
|
||||
</li>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY newshome '<a href="../news.html">News Home</a>'>
|
||||
|
@ -180,7 +180,7 @@
|
|||
<li><p><b>01-May-98</b>
|
||||
The FreeBSD Project set up <a name="anoncvs"
|
||||
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
|
||||
perform, with no special privileges, read-only CVS operations
|
||||
against one of the FreeBSD project's official anoncvs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 email 'freebsd-mozilla'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -25,10 +25,10 @@
|
|||
|
||||
<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
|
||||
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
|
||||
files within it.</dd>
|
||||
-->
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % 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>
|
||||
&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
|
||||
user name. To correct this behaviour, libc needs to be patched and
|
||||
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&r2=1.35.2.3
|
||||
http://cvsweb.FreeBSD.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
|
||||
|
||||
</pre>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % 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>
|
||||
&header;
|
||||
|
@ -44,7 +44,7 @@ Fix: cd /usr/lib/compat
|
|||
<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
|
||||
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&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&r2=1.3.2.2">the patch</a>
|
||||
from our CVSweb service.
|
||||
|
||||
<strong>o While booting the install floppy, user sees the following message
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!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 % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -240,7 +240,7 @@
|
|||
|
||||
<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
|
||||
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
|
||||
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
|
||||
specific change or file revision.</li>
|
||||
|
||||
|
@ -276,7 +276,7 @@
|
|||
</ul>
|
||||
|
||||
<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.jp.FreeBSD.org/cgi/cvsweb.cgi">
|
||||
Japan</a> and Spain (<a
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!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 % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -240,7 +240,7 @@
|
|||
|
||||
<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
|
||||
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
|
||||
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
|
||||
specific change or file revision.</li>
|
||||
|
||||
|
@ -276,7 +276,7 @@
|
|||
</ul>
|
||||
|
||||
<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.jp.FreeBSD.org/cgi/cvsweb.cgi">
|
||||
Japan</a> and Spain (<a
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!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 % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -109,7 +109,7 @@
|
|||
FreeBSD-3.1 and above]</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>
|
||||
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
|
||||
conversion of DCF77 time to seconds since the Epoch were wrong. These
|
||||
|
@ -117,7 +117,7 @@
|
|||
FreeBSD-3.1 and above]</dd>
|
||||
|
||||
<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.
|
||||
Now adjusted to allow two digit years for 1970-2069. The function
|
||||
|
@ -126,7 +126,7 @@
|
|||
</dd>
|
||||
|
||||
<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
|
||||
two-digit year. Previous versions of fetch would interpret all such
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!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>
|
||||
&header;
|
||||
|
@ -348,7 +348,7 @@ Releases</a></strong>.</p>
|
|||
The FreeBSD Project set up
|
||||
<a name="anoncvs" href="../../handbook/synching.html#ANONCVS">Anonymous
|
||||
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,
|
||||
with no special privileges, read-only CVS operations
|
||||
against one of the FreeBSD project's official anoncvs servers.
|
||||
|
@ -694,7 +694,7 @@ Releases</a></strong>.</p>
|
|||
</P></li>
|
||||
|
||||
<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>
|
||||
for more information.
|
||||
</P></li>
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
|
||||
<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
|
||||
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
|
||||
files within it.</dd>
|
||||
-->
|
||||
|
|
|
@ -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
|
||||
user name. To correct this behaviour, libc needs to be patched and
|
||||
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&r2=1.35.2.3
|
||||
http://cvsweb.freebsd.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
|
||||
|
||||
</pre>
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ Fix: cd /usr/lib/compat
|
|||
<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
|
||||
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&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&r2=1.3.2.2">the patch</a>
|
||||
from our CVSweb service.
|
||||
|
||||
<strong>o While booting the install floppy, user sees the following message
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!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 % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/support.sgml,v 1.25 1999/09/28 16:38:41 jmas Exp $ -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -208,7 +208,7 @@ http://www.tw.freebsd.org/ Local language
|
|||
</ul>
|
||||
|
||||
<p>Mirrors del script de CVSWeb está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.jp.freebsd.org/cgi/cvsweb.cgi">
|
||||
Japón</a> y España
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!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ño 2000 ("Millennium Bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/y2kbug.sgml,v 1.5 1999/09/06 07:02:59 peter Exp $ -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -128,14 +128,14 @@
|
|||
1900-1968 en lugar de 2000-2068. [Solucionado: v1.7 1999/01/05]
|
||||
</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álculo de años bisiestos para el número de
|
||||
días en un año, y la conversión del tiempo DFC77
|
||||
a segundos desde el Epoch era incorrecta. Estos errores afectaban a
|
||||
todos los años. [Solucionado: v1.6 1999/01/12]
|
||||
</dd>
|
||||
|
||||
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/usr.bin/tar/getdate.y.diff?r1=1.3&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&r2=1.4">tar/getdate.y</a></dt>
|
||||
<dd>La función convert() tenía fijado el uso de dos
|
||||
dígitos en el año para el rango 70-99. Ha sido ajustada
|
||||
para permitir años de dos dígitos para for 1970-2069.
|
||||
|
@ -143,7 +143,7 @@
|
|||
alerta y2k1!. [Solucionado: v1.4 1999/01/12]
|
||||
</dd>
|
||||
|
||||
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/fetch/http.c.diff?r1=1.22&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&r2=1.24">fetch/http.c</a></dt>
|
||||
<dd>El protocolo HTTP incluye un formato de fecha obsoleto que usa un
|
||||
año de dos dígitos. Las versiones anteriores de fetch
|
||||
interpretaban todas las fechas en 1900s; con esta revisión, se
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -28,11 +28,11 @@
|
|||
|
||||
<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>
|
||||
|
||||
<dd>CVSweb によって
|
||||
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS レポジトリ</a>
|
||||
<a href="http://cvsweb.FreeBSD.org/">CVS レポジトリ</a>
|
||||
を閲覧するための web を基盤としたインタフェースが提供されます.
|
||||
それにより, CVS レポジトリの中の種々のファイルの中から特定の版を
|
||||
選択したり比較したりすることが可能になります.</dd>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % 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 -->
|
||||
<!-- Original revision: 1.11 -->
|
||||
|
||||
|
@ -67,7 +67,7 @@ ERRATA.TXT</a>
|
|||
最大の長さの文字列を先頭に持つものにマッチしてしまいます.
|
||||
この挙動を修正するには, libc を修正してリコンパイルする必要があります.
|
||||
適切なパッチは次のようにして取ってくることができます.
|
||||
http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
|
||||
http://cvsweb.FreeBSD.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
|
||||
|
||||
</pre>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!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 % 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 -->
|
||||
<!-- Original revision: 1.6 -->
|
||||
|
||||
|
@ -54,7 +54,7 @@ o
|
|||
|
||||
対策: solib.c の revision 1.3.2.2 で解決済みです.
|
||||
対策の施されたバージョンを CVSup 経由か(ハンドブックの説明を見てください)
|
||||
私たちの CVSweb サービスからこの<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&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&r2=1.3.2.2">the patch</a>を当ててください.
|
||||
|
||||
<strong>
|
||||
o インストールフロッピーから起動する間に
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!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 % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -246,7 +246,7 @@
|
|||
|
||||
<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> (
|
||||
Concurrent Version System) を我々はソースをコントロールする
|
||||
|
@ -271,7 +271,7 @@
|
|||
低い, バッチモードでアクセスする方法です. 基本的にパッチがメール
|
||||
で届けられます.</li>
|
||||
|
||||
<li><a href="http://www.FreeBSD.org/cgi/cvsweb.cgi">web
|
||||
<li><a href="http://cvsweb.FreeBSD.org/">web
|
||||
インターフェース</a> 具体的な変更やファイルのリビジョンを
|
||||
調べるために, 単にリポジトリを閲覧するためのアクセス方法です. </li>
|
||||
|
||||
|
@ -283,7 +283,7 @@
|
|||
</ul>
|
||||
|
||||
<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.jp.FreeBSD.org/cgi/cvsweb.cgi">
|
||||
日本</a> そしてスペイン (<a
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!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 % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -118,7 +118,7 @@
|
|||
[修正済 v1.7 1999/01/05; FreeBSD-3.1 以降で修正済]</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>
|
||||
href="http://cvsweb.FreeBSD.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt>
|
||||
|
||||
<dd>UNIX における紀元の扱いが間違っているために, うるう年の日数
|
||||
の計算, DCF77 形式の時間の変換が正しく行われません. このエラーは, 2000
|
||||
|
@ -126,7 +126,7 @@
|
|||
[修正済 v1.6 1999/01/12; FreeBSD-3.1 以降で修正済]</dd>
|
||||
|
||||
<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 桁の年を扱うようにハードコードさ
|
||||
れていました. 現在 2 桁の年数を 1970-2069 まで扱えるように変更されまし
|
||||
|
@ -134,7 +134,7 @@
|
|||
[修正済 v1.4 1999/01/12; FreeBSD-3.1 以降で修正済]</dd>
|
||||
|
||||
<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 桁で表す旧形式の日付フォーマットを
|
||||
含んでいます. 以前のバージョンの fetch は, そのような 2 桁の年度を, す
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
<li><p><b>4 ноября 1996</b>
|
||||
От находящегося в разработке дерева <a
|
||||
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">CVS</a> FreeBSD ÓÎĎ×Á
|
||||
href="http://cvsweb.FreeBSD.org/">CVS</a> FreeBSD ÓÎÏ×Á
|
||||
отделилась ветка. Подробная информация находится <a
|
||||
href="../releases/">здесь</a>.</p></li>
|
||||
</ul>
|
||||
|
|
|
@ -964,7 +964,7 @@
|
|||
<li><b>1 мая 1998</b>
|
||||
Проект FreeBSD запустил службу <a name="anoncvs"
|
||||
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 без особых
|
||||
привилегий осуществлять операции с CVS в режиме "только чтение" с
|
||||
любым из официальных anoncvs-серверов проекта FreeBSD.<p></p></li>
|
||||
|
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
<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
|
||||
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
|
||||
files within it.</dd>
|
||||
-->
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!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 % 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 -->
|
||||
<!-- $FreeBSDru: frdp/www/ru/support.sgml,v 1.14 2000/10/12 10:02:48 phantom Exp $ -->
|
||||
<!-- Original revision: 1.201 -->
|
||||
|
@ -249,7 +249,7 @@
|
|||
|
||||
<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>
|
||||
(Concurrent Version System) является тем инструментом, который мы
|
||||
|
@ -278,7 +278,7 @@
|
|||
основном пересылка патчей по электронной почте).</li>
|
||||
|
||||
<li>Вы можете также воспользоваться <a
|
||||
href="http://www.FreeBSD.org/cgi/cvsweb.cgi">web-ÉÎÔĹŇĆĹĘÓĎÍ</a>,
|
||||
href="http://cvsweb.FreeBSD.org/">web-ÉÎÔÅÒÆÅÊÓÏÍ</a>,
|
||||
если вам нужно просто посмотреть дерево в поисках конкретных
|
||||
изменений в конкретном файле.</li>
|
||||
|
||||
|
@ -290,7 +290,7 @@
|
|||
</ul>
|
||||
|
||||
<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.jp.FreeBSD.org/cgi/cvsweb.cgi">Японии</a> и
|
||||
Испании (<a
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
</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>
|
||||
href="http://cvsweb.FreeBSD.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt>
|
||||
|
||||
<dd>Вычисление високосного года для выяснения числа дней в году и
|
||||
преобразование времени DCF77 в число секунд, прошедших с начала Века
|
||||
|
@ -147,7 +147,7 @@
|
|||
</dd>
|
||||
|
||||
<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() было задано использование номера года, состоящего
|
||||
из двух цифр, для лет в диапазоне 70-99. Сейчас это исправлено, чтобы
|
||||
|
@ -157,7 +157,7 @@
|
|||
</dd>
|
||||
|
||||
<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 описывает устаревший формат представления даты, в
|
||||
котором используются две цифры года. Предыдущие версии утилиты fetch
|
||||
|
|
Loading…
Reference in a new issue