From owner-p4-projects@FreeBSD.ORG Mon Sep 26 04:17:39 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D9A5716A421; Mon, 26 Sep 2005 04:17:38 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A85A516A41F for ; Mon, 26 Sep 2005 04:17:38 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A3943D53 for ; Mon, 26 Sep 2005 04:17:37 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q4Hb70049332 for ; Mon, 26 Sep 2005 04:17:37 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q4HbtO049329 for perforce@freebsd.org; Mon, 26 Sep 2005 04:17:37 GMT (envelope-from soc-andrew@freebsd.org) Date: Mon, 26 Sep 2005 04:17:37 GMT Message-Id: <200509260417.j8Q4HbtO049329@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-andrew@freebsd.org using -f From: soc-andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 84270 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: Mon, 26 Sep 2005 04:17:39 -0000 http://perforce.freebsd.org/chv.cgi?CH=84270 Change 84270 by soc-andrew@soc-andrew_serv on 2005/09/26 04:16:53 Integrate From Current Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/lib/Makefile#4 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#14 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/hardware/amd64/proc-amd64.sgml#2 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#2 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#5 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml#3 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml#3 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/share/misc/dev.archlist.txt#2 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/zh_CN.GB2312/hardware/common/dev.sgml#2 integrate .. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/Makefile#6 integrate Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/lib/Makefile#4 (text+ko) ==== @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD: src/lib/Makefile,v 1.206 2005/07/14 17:59:50 rwatson Exp $ +# $FreeBSD: src/lib/Makefile,v 1.207 2005/09/19 08:13:43 imura Exp $ # To satisfy shared library or ELF linkage when only the libraries being # built are visible: @@ -93,6 +93,10 @@ _libsmb= libsmb .endif +.if ${MACHINE_ARCH} == "powerpc" +_libsmb= libsmb +.endif + .if !defined(NO_LIBPTHREAD) _libpthread= libpthread .endif ==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#14 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD: src/release/Makefile,v 1.888 2005/07/11 15:50:29 kensmith Exp $ +# $FreeBSD: src/release/Makefile,v 1.889 2005/09/07 04:34:11 marcel Exp $ # # make release [BUILDNAME=somename] CHROOTDIR=/some/dir CVSROOT=/cvs/dir \ # [RELEASETAG=tag] @@ -354,9 +354,8 @@ .endif mkdir -p ${CHROOTDIR} @echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`" - cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_INFO \ - -DNO_LIB32 -DNO_MAN -DNO_NLS -DNO_PROFILE installworld \ - DESTDIR=${CHROOTDIR} + cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_LIB32 \ + -DNO_MAN -DNO_NLS -DNO_PROFILE installworld DESTDIR=${CHROOTDIR} cd ${WORLDDIR} && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR} if [ -f /etc/resolv.conf ]; then \ cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \ ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/hardware/amd64/proc-amd64.sgml#2 (text+ko) ==== @@ -1,5 +1,5 @@ Supported Processors and Motherboards @@ -14,7 +14,7 @@ Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible - with each other, and &os;/&arch; should support the both. + with each other, and &os;/&arch; should support them both. As of this writing, the following processors are supported: ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#2 (text+ko) ==== @@ -29,7 +29,7 @@ - $FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.282 2005/06/27 14:54:49 rushani Exp $ + $FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.289 2005/09/18 16:22:20 brueffer Exp $ Supported Devices @@ -64,7 +64,11 @@ - &hwlist.aic; + &hwlist.aac; + + &hwlist.adv; + + &hwlist.adw; &hwlist.aha; @@ -74,21 +78,23 @@ &hwlist.ahd; - &hwlist.aac; + &hwlist.aic; + + &hwlist.amd; - &hwlist.ct; + &hwlist.amr; - &hwlist.adv; + &hwlist.arcmsr; - &hwlist.adw; + &hwlist.asr; &hwlist.bt; - &hwlist.dpt; + &hwlist.ciss; - &hwlist.asr; + &hwlist.ct; - &hwlist.amr; + &hwlist.dpt; Booting from these controllers is supported. EISA adapters are not supported. @@ -97,7 +103,17 @@ supported due to SRM limitations. - &hwlist.arcmsr; + &hwlist.esp; + + &hwlist.hptmv; + + &hwlist.ida; + + &hwlist.iir; + + &hwlist.ips; + + &hwlist.isp; &hwlist.mlx; @@ -115,42 +131,28 @@ &hwlist.mly; - &hwlist.twe; + &hwlist.mpt; - &hwlist.twa; - &hwlist.ncr; - &hwlist.sym; - &hwlist.ncv; - &hwlist.stg; - - &hwlist.isp; - - &hwlist.amd; - &hwlist.nsp; - &hwlist.vpo; + &hwlist.pst; - &hwlist.ida; + &hwlist.stg; - &hwlist.ciss; + &hwlist.sym; - &hwlist.iir; + &hwlist.trm; - &hwlist.pst; + &hwlist.twa; - &hwlist.hptmv; + &hwlist.twe; - &hwlist.ips; - - &hwlist.mpt; + &hwlist.vpo; - &hwlist.trm; - The wds(4) driver supports the WD7000 SCSI controller. @@ -173,11 +175,6 @@ - Matsushita CR-562, CR-563, and compatibles - (&man.matcd.4; driver) - - - Sony proprietary interface (all models) (&man.scd.4;) @@ -200,101 +197,101 @@ Ethernet Interfaces - &hwlist.sf; + &hwlist.aue; + + &hwlist.axe; - &hwlist.ti; + Broadcom BCM4401 based Fast Ethernet adapters + (&man.bfe.4; driver) - &hwlist.pcn; + &hwlist.bge; - &hwlist.lnc; + &hwlist.cdce; - SMC 83c17x (EPIC)-based Ethernet NICs (&man.tx.4; driver) + Crystal Semiconductor CS89x0-based NICs + (&man.cs.4; driver) - &hwlist.ed; + &hwlist.cue; + + &hwlist.dc; - &hwlist.rl; + &hwlist.de; - &hwlist.wb; + &hwlist.ed; - &hwlist.vr; + &hwlist.em; - &hwlist.sis; + &hwlist.ep; - &hwlist.nge; + &hwlist.ex; - &hwlist.ste; + &hwlist.fe; - &hwlist.sk; + &hwlist.fxp; - &hwlist.tl; + &hwlist.gem; - &hwlist.dc; + &hwlist.hme; - &hwlist.aue; + &hwlist.ie; - &hwlist.cue; + &hwlist.ixgb; &hwlist.kue; - &hwlist.axe; + &hwlist.lge; - &hwlist.rue; + &hwlist.lnc; - &hwlist.udav; + &hwlist.my; - &hwlist.de; + &hwlist.nge; - &hwlist.fe; + &hwlist.nve; - &hwlist.fxp; + &hwlist.pcn; - &hwlist.ex; + &hwlist.re; - &hwlist.ie; + &hwlist.rl; - &hwlist.ep; + &hwlist.rue; - &hwlist.el; + &hwlist.sf; - &hwlist.xl; + &hwlist.sis; - &hwlist.vx; + &hwlist.sk; - Crystal Semiconductor CS89x0-based NICs - (&man.cs.4; driver) - - &hwlist.sn; - &hwlist.xe; - &hwlist.snc; - &hwlist.lge; + &hwlist.ste; - &hwlist.txp; + &hwlist.ti; - &hwlist.bge; + &hwlist.tl; - &hwlist.em; + SMC 83c17x (EPIC)-based Ethernet NICs (&man.tx.4; driver) + - &hwlist.hme; + &hwlist.txp; - &hwlist.gem; + &hwlist.udav; - &hwlist.my; + &hwlist.vge; - Broadcom BCM4401 based Fast Ethernet adapters - (&man.bfe.4; driver) + &hwlist.vr; - &hwlist.re; + &hwlist.vx; - &hwlist.ixgb; + &hwlist.wb; - &hwlist.vge; + &hwlist.xe; - &hwlist.nve; + &hwlist.xl; @@ -700,6 +697,8 @@ &hwlist.snd.solo; + &hwlist.snd.t4dwave; + &hwlist.snd.via8233; &hwlist.snd.via82c686; ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#5 (text+ko) ==== @@ -3,7 +3,7 @@ The &os; Project - $FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v 1.885 2005/07/15 16:38:52 hrs Exp $ + $FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v 1.890 2005/09/14 05:50:09 brueffer Exp $ 2000 @@ -139,7 +139,9 @@ Hardware Support - + Support for the PadLock Security Co-processor in VIA C3 + processors has been added to the &man.crypto.9; subsystem. + &merged; Multimedia Support @@ -150,7 +152,22 @@ Network Interface Support - + The &man.dc.4; driver is now MPSAFE. &merged; + + The &man.de.4; driver has been converted to the &man.bus.dma.9; + API and is now MPSAFE. + + The &man.ed.4; driver is now MPSAFE. + + The &man.el.4; driver has been removed. + + The &man.my.4; driver is now MPSAFE. &merged; + + The &man.pcn.4; driver is now MPSAFE. &merged; + + The &man.sf.4; driver is now MPSAFE. &merged; + + The &man.ste.4; driver is now MPSAFE. @@ -169,6 +186,11 @@ status reporting, and sysctl variables for volume re-synchronization rate, volume member write cache status, and volume transaction queue depth. + + A new GEOM-based disk encryption facility, GEOM_ELI, has been + added. It uses the &man.crypto.9; framework for hardware acceleration + and supports different cryptographic algorithms. See &man.geli.8; for + more information. &merged; @@ -197,7 +219,7 @@ in tracking kernel memory statistics. It provides an abstracted interface to &man.uma.9; and &man.malloc.9; statistics, wrapped around the binary stream sysctl variables - for the allocators. + for the allocators. &merged; <filename>/etc/rc.d</filename> Scripts @@ -212,6 +234,9 @@ libpcap has been updated to v0.9.1 (release). + sendmail has been updated from + version 8.13.3 to version 8.13.4. + tcpdump has been updated to v3.9.1 (release). @@ -231,7 +256,9 @@ Documentation - + Documentation of existing functionality has been improved by + the addition of the following manual pages: + &man.acpi.sony.4;, &man.snd.t4dwave.4;. ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml#3 (text+ko) ==== @@ -26,13 +26,13 @@ this file to fix "missed" conversions are likely to break the build. - $FreeBSD: src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml,v 1.29 2005/06/30 12:54:57 rushani Exp $ + $FreeBSD: src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml,v 1.30 2005/08/28 08:20:41 simon Exp $ Original revision: 1.282 --> - $FreeBSD: src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml,v 1.29 2005/06/30 12:54:57 rushani Exp $ + $FreeBSD: src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml,v 1.30 2005/08/28 08:20:41 simon Exp $ Âбþ¥Ï¡¼¥É¥¦¥§¥¢ @@ -265,8 +265,6 @@ &hwlist.ep; - &hwlist.el; - &hwlist.xl; &hwlist.vx; ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml#3 (text+ko) ==== @@ -1,7 +1,7 @@