From owner-p4-projects@FreeBSD.ORG Tue May 5 16:25:43 2009
Return-Path:
Delivered-To: p4-projects@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 32767)
id 920CB1065672; Tue, 5 May 2009 16:25:42 +0000 (UTC)
Delivered-To: perforce@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
by hub.freebsd.org (Postfix) with ESMTP id 38C1D1065670
for ; Tue, 5 May 2009 16:25:42 +0000 (UTC)
(envelope-from pgj@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
[IPv6:2001:4f8:fff6::29])
by mx1.freebsd.org (Postfix) with ESMTP id 252388FC1A
for ; Tue, 5 May 2009 16:25:42 +0000 (UTC)
(envelope-from pgj@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n45GPgSV074711
for ; Tue, 5 May 2009 16:25:42 GMT
(envelope-from pgj@FreeBSD.org)
Received: (from perforce@localhost)
by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n45GPgWh074709
for perforce@freebsd.org; Tue, 5 May 2009 16:25:42 GMT
(envelope-from pgj@FreeBSD.org)
Date: Tue, 5 May 2009 16:25:42 GMT
Message-Id: <200905051625.n45GPgWh074709@repoman.freebsd.org>
X-Authentication-Warning: repoman.freebsd.org: perforce set sender to
pgj@FreeBSD.org using -f
From: Gabor Pali
To: Perforce Change Reviews
Cc:
Subject: PERFORCE change 161623 for review
X-BeenThere: p4-projects@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: p4 projects tree changes
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 05 May 2009 16:25:43 -0000
http://perforce.freebsd.org/chv.cgi?CH=161623
Change 161623 by pgj@beehive on 2009/05/05 16:24:51
IFC
Affected files ...
.. //depot/projects/docproj_hu/doc/en_US.ISO8859-1/share/sgml/authors.ent#27 integrate
.. //depot/projects/docproj_hu/doc/share/pgpkeys/pgpkeys-developers.sgml#21 integrate
.. //depot/projects/docproj_hu/doc/share/pgpkeys/pgpkeys.ent#21 integrate
.. //depot/projects/docproj_hu/doc/share/pgpkeys/snb.key#1 branch
.. //depot/projects/docproj_hu/src_7/release/doc/en_US.ISO8859-1/errata/article.sgml#6 integrate
.. //depot/projects/docproj_hu/www/en/about.sgml#2 integrate
.. //depot/projects/docproj_hu/www/en/cgi/man.cgi#13 integrate
.. //depot/projects/docproj_hu/www/en/developers.sgml#23 integrate
.. //depot/projects/docproj_hu/www/en/releases/7.2R/announce.sgml#3 integrate
.. //depot/projects/docproj_hu/www/en/releases/7.2R/errata.html#3 integrate
.. //depot/projects/docproj_hu/www/en/releng/index.sgml#24 integrate
.. //depot/projects/docproj_hu/www/hu/security/security.sgml#9 integrate
.. //depot/projects/docproj_hu/www/share/sgml/news.xml#53 integrate
.. //depot/projects/docproj_hu/www/share/sgml/press.xml#16 integrate
Differences ...
==== //depot/projects/docproj_hu/doc/en_US.ISO8859-1/share/sgml/authors.ent#27 (text+ko) ====
@@ -13,7 +13,7 @@
builds for the other languages, and we will poke fun of you
in public.
- $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.476 2009/04/05 17:51:17 rmacklem Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.477 2009/05/05 09:13:27 snb Exp $
-->
aaron@FreeBSD.org">
@@ -1004,6 +1004,8 @@
smpatel@FreeBSD.org">
+snb@FreeBSD.org">
+
sobomax@FreeBSD.org">
sos@FreeBSD.org">
==== //depot/projects/docproj_hu/doc/share/pgpkeys/pgpkeys-developers.sgml#21 (text+ko) ====
@@ -1,7 +1,7 @@
@@ -59,6 +59,11 @@
&pgpkey.jhb;
+
+ &a.snb;
+ &pgpkey.snb;
+
+
&a.barner;
&pgpkey.barner;
==== //depot/projects/docproj_hu/doc/share/pgpkeys/pgpkeys.ent#21 (text+ko) ====
@@ -1,5 +1,5 @@
-
+
@@ -266,6 +266,7 @@
+
==== //depot/projects/docproj_hu/src_7/release/doc/en_US.ISO8859-1/errata/article.sgml#6 (text+ko) ====
@@ -37,7 +37,7 @@
The &os; Project
- $FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v 1.73.4.12 2009/05/03 21:21:17 hrs Exp $
+ $FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v 1.73.4.13 2009/05/04 19:00:25 hrs Exp $
2008
@@ -167,19 +167,28 @@
bootable and fall through to booting off the next boot device.
All affected machines did see the other discs as bootable. As a
workaround, you can boot using the bootonly or livefs CDROM and
- then swap in disc1 once sysinstall starts.
+ then swap in disc1 once &man.sysinstall.8; starts.
[20090504] A lock handling error has been found in
interaction between &man.malloc.3; implementation and threading
library. When a multi-threaded process calls the &man.fork.2;
system call in a thread and the &man.malloc.3; function in
another thread, it can cause a deadlock in the child process.
- An Errata Notice to fix this problem is planned for this problem
- after the release.
+ An Errata Notice to fix this problem is planned after the
+ release.
+
+ [20090505] A bug was found in the &man.bce.4; driver. This
+ prevents it from working with the &man.lagg.4; driver in the
+ LACP (IEEE 802.3ad Link Aggregation Control Protocol) mode. An
+ Errata Notice to fix this problem is planned after the
+ release.
Late-Breaking News and Corrections
- No news.
+ [20090504] A patch to solve the locking issue in the
+ &man.malloc.3; implementation and threading library has been
+ committed to the RELENG_7 branch for public
+ testing.
==== //depot/projects/docproj_hu/www/en/about.sgml#2 (text+ko) ====
@@ -1,5 +1,5 @@
+
]>
@@ -55,7 +55,7 @@
Run a huge number of
applications
- With over 17,000 ported libraries and With over 20,000 ported libraries and applications,
FreeBSD supports applications for desktop, server,
appliance, and embedded environments.
==== //depot/projects/docproj_hu/www/en/cgi/man.cgi#13 (text+ko) ====
@@ -34,7 +34,7 @@
# Dual CGI/Plexus mode and new interface by sanders@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.231 2009/05/02 21:40:43 wosch Exp $
+# $FreeBSD: www/en/cgi/man.cgi,v 1.232 2009/05/04 07:32:07 wosch Exp $
############################################################################
# !!! man.cgi is stale perl4 code !!!
@@ -160,18 +160,19 @@
);
$manLocalDir = '/usr/local/www/bsddoc/man';
-$manPathDefault = 'FreeBSD 7.1-RELEASE';
+$manPathDefault = 'FreeBSD 7.2-RELEASE';
%manPath = (
- 'FreeBSD 7.1-RELEASE and Ports',
-"$manLocalDir/FreeBSD-7.1-RELEASE/man:$manLocalDir/FreeBSD-7.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports",
+ 'FreeBSD 7.2-RELEASE and Ports',
+"$manLocalDir/FreeBSD-7.2-RELEASE/man:$manLocalDir/FreeBSD-7.2-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.2-stable', "$manLocalDir/FreeBSD-7.2-stable",
+ 'FreeBSD 7.2-RELEASE', "$manLocalDir/FreeBSD-7.2-RELEASE/man:$manLocalDir/FreeBSD-7.2-RELEASE/openssl/man",
'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",
@@ -470,15 +471,15 @@
# keywords must be in lower cases.
%manPathAliases = (
- 'freebsd', 'FreeBSD 7.1-RELEASE',
- 'freebsd-release', 'FreeBSD 7.1-RELEASE',
+ 'freebsd', 'FreeBSD 7.2-RELEASE',
+ 'freebsd-release', 'FreeBSD 7.2-RELEASE',
- 'freebsd-stable', 'FreeBSD 7.1-stable',
- 'freebsd-stable7', 'FreeBSD 7.1-stable',
+ 'freebsd-stable', 'FreeBSD 7.2-stable',
+ 'freebsd-stable7', 'FreeBSD 7.2-stable',
'freebsd-stable6', 'FreeBSD 6.4-stable',
'freebsd-current', 'FreeBSD 8-current',
- 'freebsd-release-ports', 'FreeBSD 7.1-RELEASE and Ports',
+ 'freebsd-release-ports', 'FreeBSD 7.2-RELEASE and Ports',
'slackware', 'Linux Slackware 3.1',
'redhat', 'Red Hat Linux/i386 9',
@@ -1383,7 +1384,7 @@
}
local $id =
- '$FreeBSD: www/en/cgi/man.cgi,v 1.231 2009/05/02 21:40:43 wosch Exp $';
+ '$FreeBSD: www/en/cgi/man.cgi,v 1.232 2009/05/04 07:32:07 wosch Exp $';
return qq{\
Copyright (c) 1996-2008 Wolfram Schneider
==== //depot/projects/docproj_hu/www/en/developers.sgml#23 (text+ko) ====
@@ -6,7 +6,7 @@
us to update author names, or the representation of those names (such
as adding email addresses), by just editing a single file.
-$FreeBSD: www/en/developers.sgml,v 1.218 2009/04/05 18:06:29 rmacklem Exp $
+$FreeBSD: www/en/developers.sgml,v 1.219 2009/05/05 09:23:45 snb Exp $
-->
@@ -502,6 +502,7 @@
+
==== //depot/projects/docproj_hu/www/en/releases/7.2R/announce.sgml#3 (text+ko) ====
@@ -1,6 +1,6 @@
-
+
]>
@@ -32,16 +32,16 @@
see the online release notes and errata list, available at:
For more information about FreeBSD release engineering
activities, please see:
Availability
@@ -105,8 +105,8 @@
7.2-based products is:
BitTorrent
@@ -115,8 +115,8 @@
torrent files to download the images is available at:
FTP
@@ -125,30 +125,30 @@
FreeBSD 7.2-RELEASE available.
However before trying these sites please check your regional
mirror(s) first by going to:
Any additional mirror sites will be labeled
@@ -157,8 +157,8 @@
More information about FreeBSD mirror sites can be found at:
For instructions on installing FreeBSD, please see Chapter 2 of
@@ -167,8 +167,8 @@
at:
Updates from Source
@@ -177,11 +177,11 @@
FreeBSD Handbook:
The branch tag to use for updating the source is RELENG_7_2.
@@ -224,8 +224,8 @@
FreeBSD Update, see:
Support
@@ -235,8 +235,8 @@
Team and their support of the various FreeBSD branches see:
Acknowledgments
==== //depot/projects/docproj_hu/www/en/releases/7.2R/errata.html#3 (text+ko) ====
@@ -19,7 +19,7 @@
Copyright © 2008, 2009 The FreeBSD Documentation Project
$FreeBSD: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
-191769 2009-05-03 21:21:17Z hrs $
+191791 2009-05-04 19:00:25Z hrs $
@@ -97,7 +97,10 @@
[20090501] Some machines do not recognize the i386 disc1 as bootable and fall through
to booting off the next boot device. All affected machines did see the other discs as
bootable. As a workaround, you can boot using the bootonly or livefs CDROM and then swap
-in disc1 once sysinstall starts.
+in disc1 once
+sysinstall(8)
+starts.
[20090504] A lock handling error has been found in interaction between
@@ -109,7 +112,16 @@
href="http://www.FreeBSD.org/cgi/man.cgi?query=malloc&sektion=3&manpath=FreeBSD+7.2-stable">
malloc(3)
function in another thread, it can cause a deadlock in the child process. An Errata
-Notice to fix this problem is planned for this problem after the release.
+Notice to fix this problem is planned after the release.
+
+
[20090505] A bug was found in the bce(4) driver. This
+prevents it from working with the
+lagg(4) driver
+in the LACP (IEEE 802.3ad Link Aggregation Control Protocol) mode. An Errata Notice to
+fix this problem is planned after the release.
@@ -117,7 +129,11 @@
-
No news.
+
[20090504] A patch to solve the locking issue in the
+malloc(3)
+implementation and threading library has been committed to the RELENG_7 branch for public testing.
==== //depot/projects/docproj_hu/www/en/releng/index.sgml#24 (text+ko) ====
@@ -1,6 +1,6 @@
-
+
@@ -86,7 +86,7 @@
| RELENG_7 |
- Frozen |
+ Open |
&contact.re; |
Development branch for 7-STABLE. |
@@ -296,7 +296,7 @@
| ports/ |
- Slush (no sweeping commits until after 7.2 release) |
+ Open |
&contact.portmgr; |
FreeBSD Ports Collection. |
==== //depot/projects/docproj_hu/www/hu/security/security.sgml#9 (text+ko) ====
@@ -1,12 +1,12 @@
-
+
%developers;
]>
-
+