From owner-p4-projects@FreeBSD.ORG Wed Apr 29 07:15:09 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 946A1106567B; Wed, 29 Apr 2009 07:15:08 +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 3BEC01065677 for ; Wed, 29 Apr 2009 07:15:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2738F8FC24 for ; Wed, 29 Apr 2009 07:15:08 +0000 (UTC) (envelope-from rene@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 n3T7F8cX033814 for ; Wed, 29 Apr 2009 07:15:08 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3T7F87U033810 for perforce@freebsd.org; Wed, 29 Apr 2009 07:15:08 GMT (envelope-from rene@FreeBSD.org) Date: Wed, 29 Apr 2009 07:15:08 GMT Message-Id: <200904290715.n3T7F87U033810@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Cc: Subject: PERFORCE change 161283 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: Wed, 29 Apr 2009 07:15:10 -0000 http://perforce.freebsd.org/chv.cgi?CH=161283 Change 161283 by rene@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 @@ - + @@ -411,8 +411,24 @@ &prompt.user; startx - If this does not work, or if the default configuration is - not acceptable, then X11 must be configured manually. + Starting with version 7.4, &xorg; + can use HAL to autodetect keyboards and mice. + The sysutils/hal and + devel/dbus ports are installed + as dependencies of x11/xorg, but + must be enabled by the following entries in the + /etc/rc.conf file: + + hald_enable="YES" +dbus_enable="YES" + + These services should be started (either manually or by + rebooting) before further &xorg; + configuration is attempted. + + 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. Desktop environments like @@ -448,11 +464,18 @@ The next step is to test the existing configuration to verify that &xorg; can work with the graphics - hardware on the target system. To perform this task, - type: + hardware on the target system. In &xorg; + versions up to 7.3, type: &prompt.root; Xorg -config xorg.conf.new + Starting with &xorg; 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: + + &prompt.root; Xorg -config xorg.conf.new -retro + If a black and grey grid and an X mouse cursor appear, the configuration was successful. To exit the test, just press @@ -461,9 +484,30 @@ Backspace simultaneously. - If the mouse does not work, you will need to first + + This key combination was enabled by default up to + &xorg; version 7.3. To enable it in + version 7.4 and later, add the following line to the + ServerLayout or ServerFlags + section of the configuration file: + + Option "DontZap" "Off" + + + If the mouse does not work, you will need to first configure it before proceeding. See - in the &os; install chapter. + in the &os; install chapter. Additionally, starting with version + 7.4, the InputDevice sections in + xorg.conf are ignored in favor of the + autodetected devices. To restore the old behavior, add the + following line to the ServerLayout or + ServerFlags section of this file: + + Option "AutoAddDevices" "false" + + Input devices may then be configured as in previous versions, + along with any other options needed (e.g. keyboard layout + switching). X11 tuning @@ -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;. - - 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 xorgcfg -textmode. For more details, - refer to the &man.xorgcfg.1; manual page. - - 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. - ==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/eresources/chapter.sgml#21 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -2890,6 +2890,7 @@ + @@ -3326,6 +3327,7 @@ + @@ -3510,6 +3512,8 @@ + + @@ -3661,6 +3665,7 @@ + @@ -4150,6 +4155,7 @@ + @@ -4316,6 +4322,7 @@ + ==== //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@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{\
 Copyright (c) 1996-2008 Wolfram Schneider

==== //depot/projects/docproj_nl/www/en/donations/donors.sgml#15 (text+ko) ====

@@ -1,6 +1,6 @@
 
-
+
 
 
  %developers;
@@ -2565,6 +2565,13 @@
      ed 
      Received 
   
+
+  
+     brooks 
+     2 DDR400 256MB DIMMs 
+     wilko 
+     Received 
+  
 
 
 &footer;

==== //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#10 (text+ko) ====

@@ -1,6 +1,6 @@
 
-
+
 
 
 
@@ -117,13 +117,6 @@
       
 	jkoshy
 	Rishi Valley, India.
-	Unicode 5.0 Standard (book)
-	Reference material for improving FreeBSD's Unicode support.
-      
-
-      
-	jkoshy
-	Rishi Valley, India.
 	Solar backed UPS (500W x 4-6 hrs)
 	Permit work on FreeBSD in the absence of grid power.
       

==== //depot/projects/docproj_nl/www/en/platforms/sparc.sgml#3 (text+ko) ====

@@ -1,6 +1,6 @@
 
-
+
 
 
 
@@ -48,6 +48,7 @@
   
  • Blade 100
  • Blade 150
  • +
  • Enterprise 100
  • Enterprise 220R
  • Enterprise 250
  • Enterprise 420R
  • @@ -62,7 +63,9 @@
  • Netra t 1400/1405
  • Netra 120
  • Netra X1
  • -
  • SPARCEngine® Ultra Axi
  • +
  • SPARCEngine® Ultra AX1105
  • +
  • SPARCEngine® Ultra AXe
  • +
  • SPARCEngine® Ultra AXi
  • SPARCEngine Ultra AXmp
  • Ultra 1
  • Ultra 1E
  • @@ -75,25 +78,41 @@
  • Ultra 450
-

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 NetBSD.

+

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).

  • Enterprise 3500
  • Enterprise 4500
-

The following systems are unsupported.

+

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:

+ +
    +
  • Blade 1000
  • +
  • Blade 1500
  • +
  • Blade 2000
  • +
  • Fire 280R
  • +
  • Fire V210
  • +
  • Fire V440 (except for the on-board NICs)
  • +
  • Fire V880
  • +
  • Netra 20/Netra T4
  • +
+ +

The following UltraSPARC IIIi systems are not tested but + believed to be also supported by FreeBSD:

    -
  • Any system with an UltraSPARC III or greater processor.
  • +
  • Fire V125
  • +
  • Fire V240
-

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 +

If you have a system that is not listed here please try it, and let us know about it.

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 @@ - + @@ -156,7 +156,7 @@ RC2 builds 20 April 2009 - -- + 23 April 2009 Begin RC2 builds. ==== //depot/projects/docproj_nl/www/en/releng/index.sgml#19 (text+ko) ==== @@ -1,6 +1,6 @@ - + @@ -50,7 +50,7 @@ May 2009 FreeBSD 7.2 - RC1 is available + RC2 is available ==== //depot/projects/docproj_nl/www/en/smp/index.sgml#4 (text+ko) ==== @@ -1,6 +1,6 @@ - + @@ -1601,6 +1601,13 @@ &status.done; + + Lock down the TTY subsystem. + &a.ed; + 20 August 2008 + &status.done; + + @@ -1611,13 +1618,6 @@ - Lock down the tty subsystem. - Dick Garner, Jeremy Scofield, &a.tmm;, &a.phk; - 24 July 2004 - &status.wip; - - - Fix clock locking to be the same on all platforms. &a.jhb; 16 November 2001 ==== //depot/projects/docproj_nl/www/share/sgml/commercial.isp.xml#8 (text+ko) ==== @@ -1,12 +1,12 @@ - + - $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 $ @@ -99,6 +99,16 @@ + + BSD Virtual Machines + http://bsdvm.com + + 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. + + + DBI Hosting http://www.dbihosting.com ==== //depot/projects/docproj_nl/www/share/sgml/news.xml#36 (text+ko) ==== @@ -25,7 +25,7 @@ - $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 $ @@ -36,6 +36,23 @@ 4 + 24 + + + FreeBSD 7.2-RC2 Available + +

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 available + on most of the &os; + mirror sites.

+ + + + 21 ==== //depot/projects/docproj_nl/www/share/sgml/release.ent#14 (text+ko) ==== @@ -1,4 +1,4 @@ - +