From owner-cvs-src@FreeBSD.ORG Sun Nov 23 00:29:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E6916A4CE; Sun, 23 Nov 2003 00:29:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE06143FAF; Sun, 23 Nov 2003 00:29:01 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN8T1XJ066858; Sun, 23 Nov 2003 00:29:01 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN8T17f066857; Sun, 23 Nov 2003 00:29:01 -0800 (PST) (envelope-from wes) Message-Id: <200311230829.hAN8T17f066857@repoman.freebsd.org> From: Wes Peters Date: Sun, 23 Nov 2003 00:29:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/newfs mkfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 08:29:02 -0000 wes 2003/11/23 00:29:01 PST FreeBSD src repository Modified files: sbin/newfs mkfs.c Log: Don't use UFS2_BAD_MAGIC on UFS (v1) filesystems; it is Not Ready for Prime Time there. Submitted by: Xin LI Approved by: RE@ (John, Scott) Revision Changes Path 1.82 +1 -1 src/sbin/newfs/mkfs.c From owner-cvs-src@FreeBSD.ORG Sun Nov 23 01:20:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DCEB16A4CE; Sun, 23 Nov 2003 01:20:13 -0800 (PST) Received: from ftp.bjpu.edu.cn (ftp.bjpu.edu.cn [202.112.78.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F182043F3F; Sun, 23 Nov 2003 01:20:11 -0800 (PST) (envelope-from delphij@frontfree.net) Received: by ftp.bjpu.edu.cn (Postfix, from userid 426) id 6E4B852D5; Sun, 23 Nov 2003 17:20:10 +0800 (CST) Received: from srv (unknown [202.112.73.151]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id 1816E52D3; Sun, 23 Nov 2003 17:20:10 +0800 (CST) From: "=?gb2312?B?WGluIExJL8Du9s4=?=" To: "'Wes Peters'" , , , Date: Sun, 23 Nov 2003 17:20:03 +0800 Organization: Frontfree Technology Network MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <200311230829.hAN8T17f066857@repoman.freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Thread-Index: AcOxnAopozKfVPf2QtuCDU46m3F7DwABt/pg Message-Id: <20031123092010.1816E52D3@ftp.bjpu.edu.cn> Subject: RE: cvs commit: src/sbin/newfs mkfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 09:20:13 -0000 Thank you! -----Original Message----- From: owner-cvs-all@freebsd.org [mailto:owner-cvs-all@freebsd.org] On Behalf Of Wes Peters Sent: Sunday, November 23, 2003 4:29 PM To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c wes 2003/11/23 00:29:01 PST FreeBSD src repository Modified files: sbin/newfs mkfs.c Log: Don't use UFS2_BAD_MAGIC on UFS (v1) filesystems; it is Not Ready for Prime Time there. Submitted by: Xin LI Approved by: RE@ (John, Scott) Revision Changes Path 1.82 +1 -1 src/sbin/newfs/mkfs.c From owner-cvs-src@FreeBSD.ORG Sun Nov 23 01:53:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 927E216A4DE; Sun, 23 Nov 2003 01:53:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25A343FCB; Sun, 23 Nov 2003 01:53:14 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN9rEXJ075951; Sun, 23 Nov 2003 01:53:14 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN9rEwT075950; Sun, 23 Nov 2003 01:53:14 -0800 (PST) (envelope-from brueffer) Message-Id: <200311230953.hAN9rEwT075950@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 23 Nov 2003 01:53:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 09:53:15 -0000 brueffer 2003/11/23 01:53:14 PST FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: o Add missing articles o Various grammar fixes Approved by: re (murray) Revision Changes Path 1.656 +13 -13 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Nov 23 02:22:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7862416A4CE; Sun, 23 Nov 2003 02:22:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E056C43FB1; Sun, 23 Nov 2003 02:22:51 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hANAMpXJ077785; Sun, 23 Nov 2003 02:22:51 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hANAMpeH077784; Sun, 23 Nov 2003 02:22:51 -0800 (PST) (envelope-from phk) Message-Id: <200311231022.hANAMpeH077784@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 23 Nov 2003 02:22:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/led led.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 10:22:52 -0000 phk 2003/11/23 02:22:51 PST FreeBSD src repository Modified files: sys/dev/led led.c Log: Avoid NULL pointer dereference. Approved by: re@ Revision Changes Path 1.3 +2 -1 src/sys/dev/led/led.c From owner-cvs-src@FreeBSD.ORG Sun Nov 23 09:11:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F5316A4CE; Sun, 23 Nov 2003 09:11:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7577B43FE1; Sun, 23 Nov 2003 09:10:59 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hANHAxXJ008790; Sun, 23 Nov 2003 09:10:59 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hANHAxTn008789; Sun, 23 Nov 2003 09:10:59 -0800 (PST) (envelope-from scottl) Message-Id: <200311231710.hANHAxTn008789@repoman.freebsd.org> From: Scott Long Date: Sun, 23 Nov 2003 09:10:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 17:11:00 -0000 scottl 2003/11/23 09:10:59 PST FreeBSD src repository Modified files: sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c Log: Fix vinum by correctly setting the b_offset bio filed when doing I/O. Submitted by: grog Revision Changes Path 1.42 +3 -1 src/sys/dev/vinum/vinuminterrupt.c 1.94 +1 -0 src/sys/dev/vinum/vinumio.c 1.70 +3 -1 src/sys/dev/vinum/vinumrequest.c From owner-cvs-src@FreeBSD.ORG Sun Nov 23 09:13:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64FD016A4CE; Sun, 23 Nov 2003 09:13:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E8743F75; Sun, 23 Nov 2003 09:13:48 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hANHDmXJ008904; Sun, 23 Nov 2003 09:13:48 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hANHDmaH008903; Sun, 23 Nov 2003 09:13:48 -0800 (PST) (envelope-from kan) Message-Id: <200311231713.hANHDmaH008903@repoman.freebsd.org> From: Alexander Kabaev Date: Sun, 23 Nov 2003 09:13:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 17:13:49 -0000 kan 2003/11/23 09:13:48 PST FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Do not attempt to destroy NULL vfs options list. Approved by: re (scottl) Reported by: Christian Laursen Revision Changes Path 1.116 +1 -1 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sun Nov 23 10:13:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDADD16A4CE; Sun, 23 Nov 2003 10:13:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23BF943FB1; Sun, 23 Nov 2003 10:13:42 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hANIDfXJ011948; Sun, 23 Nov 2003 10:13:41 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hANIDfM3011947; Sun, 23 Nov 2003 10:13:41 -0800 (PST) (envelope-from sam) Message-Id: <200311231813.hANIDfM3011947@repoman.freebsd.org> From: Sam Leffler Date: Sun, 23 Nov 2003 10:13:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_dummynet.c ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 18:13:43 -0000 sam 2003/11/23 10:13:41 PST FreeBSD src repository Modified files: sys/netinet ip_dummynet.c ip_fw2.c Log: Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routines potentially transmit packets that may enter KAME IPsec w/o Giant if the callouts are marked MPSAFE. Reviewed by: ume Approved by: re (rwatson) Revision Changes Path 1.74 +1 -1 src/sys/netinet/ip_dummynet.c 1.48 +1 -1 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Sun Nov 23 10:52:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0664C16A4CE; Sun, 23 Nov 2003 10:52:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE9443F3F; Sun, 23 Nov 2003 10:52:24 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hANIqOXJ013604; Sun, 23 Nov 2003 10:52:24 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hANIqNOL013603; Sun, 23 Nov 2003 10:52:23 -0800 (PST) (envelope-from phk) Message-Id: <200311231852.hANIqNOL013603@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 23 Nov 2003 10:52:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys timepps.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 18:52:25 -0000 phk 2003/11/23 10:52:23 PST FreeBSD src repository Modified files: sys/sys timepps.h Log: Long overdue comment claification: RFC 2783 was approved long time ago. Approved by: re@ Revision Changes Path 1.18 +2 -2 src/sys/sys/timepps.h From owner-cvs-src@FreeBSD.ORG Sun Nov 23 14:43:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E08D16A4CE; Sun, 23 Nov 2003 14:43:31 -0800 (PST) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E2843FA3; Sun, 23 Nov 2003 14:43:26 -0800 (PST) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id B27682BD0F; Mon, 24 Nov 2003 09:43:24 +1100 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 022E7511F9; Mon, 24 Nov 2003 09:13:22 +1030 (CST) Date: Mon, 24 Nov 2003 09:13:22 +1030 From: Greg 'groggy' Lehey To: Scott Long Message-ID: <20031123224322.GJ82843@wantadilla.lemis.com> References: <200311231710.hANHAxTn008789@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fU0UwhtRbpo05rnG" Content-Disposition: inline In-Reply-To: <200311231710.hANHAxTn008789@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 22:43:31 -0000 --fU0UwhtRbpo05rnG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 23 November 2003 at 9:10:59 -0800, Scott Long wrote: > scottl 2003/11/23 09:10:59 PST > > FreeBSD src repository > > Modified files: > sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c > Log: > Fix vinum by correctly setting the b_offset bio filed when doing > I/O. The reason why I didn't commit this myself was that I first wanted to see if it fixes the problems. It doesn't. > Submitted by: grog In fact, this particular patch was submitted by phk. Greg -- See complete headers for address and phone numbers. --fU0UwhtRbpo05rnG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/wTgKIubykFB6QiMRAvktAJ9MDcQcStoVEEaT6Rt5/GOu+aTRbgCgqW+O iWi/1QAqvw7MKVNxtKAyyzI= =JMO5 -----END PGP SIGNATURE----- --fU0UwhtRbpo05rnG-- From owner-cvs-src@FreeBSD.ORG Sun Nov 23 15:58:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A500916A4CE; Sun, 23 Nov 2003 15:58:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A1743FDD; Sun, 23 Nov 2003 15:58:32 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hANNwVXJ034465; Sun, 23 Nov 2003 15:58:31 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hANNwVWT034464; Sun, 23 Nov 2003 15:58:31 -0800 (PST) (envelope-from simon) Message-Id: <200311232358.hANNwVWT034464@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 23 Nov 2003 15:58:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 ciss.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 23:58:33 -0000 simon 2003/11/23 15:58:31 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 ciss.4 Log: MFC v. 1.5: - Synchronize the list of support devices with the driver source code. Revision Changes Path 1.2.2.4 +12 -0 src/share/man/man4/ciss.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 23 16:07:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2FCF16A4CE; Sun, 23 Nov 2003 16:07:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC6743F85; Sun, 23 Nov 2003 16:07:16 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO07GXJ035675; Sun, 23 Nov 2003 16:07:16 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAO07GWG035674; Sun, 23 Nov 2003 16:07:16 -0800 (PST) (envelope-from simon) Message-Id: <200311240007.hAO07GWG035674@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 23 Nov 2003 16:07:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 gx.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 00:07:17 -0000 simon 2003/11/23 16:07:16 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 gx.4 Log: MFC v. 1.3+1.4: - Ispell sweep of share/man/man4. - Add cross reference to the em(4) driver, which also supports the NICs supported by the gx(4) driver. Revision Changes Path 1.1.2.3 +3 -2 src/share/man/man4/gx.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 23 17:53:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FE616A4CE; Sun, 23 Nov 2003 17:53:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F322943FD7; Sun, 23 Nov 2003 17:53:36 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO1raXJ046187; Sun, 23 Nov 2003 17:53:36 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAO1raqG046186; Sun, 23 Nov 2003 17:53:36 -0800 (PST) (envelope-from ume) Message-Id: <200311240153.hAO1raqG046186@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 23 Nov 2003 17:53:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 01:53:38 -0000 ume 2003/11/23 17:53:36 PST FreeBSD src repository Modified files: sys/netinet6 ip6_output.c Log: pktopt may be null. Approved by: re (rwatson) Revision Changes Path 1.71 +3 -0 src/sys/netinet6/ip6_output.c From owner-cvs-src@FreeBSD.ORG Sun Nov 23 19:57:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E5216A4D0; Sun, 23 Nov 2003 19:57:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6018143FF5; Sun, 23 Nov 2003 19:57:04 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO3v4XJ052127; Sun, 23 Nov 2003 19:57:04 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAO3v3d3052126; Sun, 23 Nov 2003 19:57:03 -0800 (PST) (envelope-from sam) Message-Id: <200311240357.hAO3v3d3052126@repoman.freebsd.org> From: Sam Leffler Date: Sun, 23 Nov 2003 19:57:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 03:57:06 -0000 sam 2003/11/23 19:57:03 PST FreeBSD src repository Modified files: sys/netinet ip_fw2.c sys/sys mbuf.h Log: Correct a problem where ipfw-generated packets were being returned for ipfw processing w/o an indication the packets were generated by ipfw--and so should not be processed (this manifested itself as a LOR.) The flag bit in the mbuf that was used to mark the packets was not listed in M_COPYFLAGS so if a packet had a header prepended (as done by IPsec) the flag was lost. Correct this by defining a new M_PROTO6 flag and use it to mark packets that need this processing. Reviewed by: bms Approved by: re (rwatson) MFC after: 2 weeks Revision Changes Path 1.49 +9 -5 src/sys/netinet/ip_fw2.c 1.128 +3 -2 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Sun Nov 23 20:07:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBFD16A4CE; Sun, 23 Nov 2003 20:07:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF4C43FB1; Sun, 23 Nov 2003 20:06:56 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO46uXJ053536; Sun, 23 Nov 2003 20:06:56 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAO46utW053535; Sun, 23 Nov 2003 20:06:56 -0800 (PST) (envelope-from grog) Message-Id: <200311240406.hAO46utW053535@repoman.freebsd.org> From: Greg Lehey Date: Sun, 23 Nov 2003 20:06:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 04:07:03 -0000 grog 2003/11/23 20:06:56 PST FreeBSD src repository Modified files: sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c Log: Initalize buffer headers correctly for current version of bio subsystem. Not mentioned by: phk Approved by: re (scottl) This makes Vinum work again, at least in my testing. Revision Changes Path 1.43 +3 -1 src/sys/dev/vinum/vinuminterrupt.c 1.95 +1 -0 src/sys/dev/vinum/vinumio.c 1.71 +2 -0 src/sys/dev/vinum/vinumrequest.c From owner-cvs-src@FreeBSD.ORG Sun Nov 23 23:40:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CCF16A4CE; Sun, 23 Nov 2003 23:40:23 -0800 (PST) Received: from lewis.lclark.edu (www.paclaw.org [149.175.1.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 2676643F3F; Sun, 23 Nov 2003 23:40:22 -0800 (PST) (envelope-from eta@lclark.edu) Received: from [149.175.34.27] ([149.175.34.27]) by lewis.lclark.edu (SAVSMTP 3.1.1.32) with SMTP id M2003112323402119181 ; Sun, 23 Nov 2003 23:40:21 -0800 From: Eric Anholt To: Greg Lehey In-Reply-To: <200311240406.hAO46utW053535@repoman.freebsd.org> References: <200311240406.hAO46utW053535@repoman.freebsd.org> Content-Type: text/plain Message-Id: <1069659605.1325.0.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 23 Nov 2003 23:40:06 -0800 Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 07:40:23 -0000 On Sun, 2003-11-23 at 20:06, Greg Lehey wrote: > grog 2003/11/23 20:06:56 PST > > FreeBSD src repository > > Modified files: > sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c > Log: > Initalize buffer headers correctly for current version of bio subsystem. > > Not mentioned by: phk > Approved by: re (scottl) > > This makes Vinum work again, at least in my testing. Thanks, it's working for me now, too. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sun Nov 23 23:57:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE1116A4CE; Sun, 23 Nov 2003 23:57:16 -0800 (PST) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DD843FCB; Sun, 23 Nov 2003 23:57:14 -0800 (PST) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id 509C62BD0F; Mon, 24 Nov 2003 18:57:12 +1100 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 9CA76511FB; Mon, 24 Nov 2003 18:27:10 +1030 (CST) Date: Mon, 24 Nov 2003 18:27:10 +1030 From: Greg 'groggy' Lehey To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031124075710.GD82843@wantadilla.lemis.com> References: <200311240406.hAO46utW053535@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tRjCiSMHexiP9I5N" Content-Disposition: inline In-Reply-To: <200311240406.hAO46utW053535@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Subject: Inappropriate commit messages (was: cvs commit: src/sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 07:57:16 -0000 --tRjCiSMHexiP9I5N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 23 November 2003 at 20:06:56 -0800, Greg Lehey wrote: > grog 2003/11/23 20:06:56 PST > > FreeBSD src repository > > Modified files: > sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c > Log: > Initalize buffer headers correctly for current version of bio subsystem. > > Not mentioned by: phk A couple of people have commented on this commit message. On reflection, it was inappropriate. I often complain about this kind of commit message myself, so it's doubly inappropriate. I apologize to phk for any annoyance it may have caused. Greg -- See complete headers for address and phone numbers. --tRjCiSMHexiP9I5N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/wbnWIubykFB6QiMRAio7AJ9/oMv4qMQNhBl89aisNwUspEJxxgCffnOR LO6Na+EVL9g31H8WylR8lJ0= =NEhX -----END PGP SIGNATURE----- --tRjCiSMHexiP9I5N-- From owner-cvs-src@FreeBSD.ORG Mon Nov 24 05:46:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B3516A4CF for ; Mon, 24 Nov 2003 05:46:25 -0800 (PST) Received: from smtp1.btinet.net (mail.gnda.com [216.235.160.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FD943FF3 for ; Mon, 24 Nov 2003 05:46:23 -0800 (PST) (envelope-from pmes@btinet.net) Received: from exim by smtp1.btinet.net with spam-scanned (Exim 4.24) id 1AOH2l-0007dJ-Cl for cvs-src@FreeBSD.org; Mon, 24 Nov 2003 07:46:23 -0600 Received: from ar11-bsmrnd.l1.btigate.com ([209.62.224.243] helo=btinet.net) by smtp1.btinet.net with esmtp (Exim 4.24) id 1AOH2g-0007cb-LC; Mon, 24 Nov 2003 07:46:18 -0600 Message-ID: <3FC20BA9.3020405@btinet.net> Date: Mon, 24 Nov 2003 07:46:17 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6a) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <200311240406.hAO46utW053535@repoman.freebsd.org> <20031124075710.GD82843@wantadilla.lemis.com> In-Reply-To: <20031124075710.GD82843@wantadilla.lemis.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on smtp1.btinet.net X-Spam-Status: No, hits=0.0 required=10.0 tests=none autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: Inappropriate commit messages X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:46:25 -0000 Greg 'groggy' Lehey wrote: > On Sunday, 23 November 2003 at 20:06:56 -0800, Greg Lehey wrote: > >>grog 2003/11/23 20:06:56 PST >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c >> Log: >> Initalize buffer headers correctly for current version of bio subsystem. >> >> Not mentioned by: phk > > > A couple of people have commented on this commit message. On > reflection, it was inappropriate. I often complain about this kind of > commit message myself, so it's doubly inappropriate. I apologize to > phk for any annoyance it may have caused. > FreeBSD, the gentleman's OS. From owner-cvs-src@FreeBSD.ORG Mon Nov 24 06:20:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95EC116A4CE; Mon, 24 Nov 2003 06:20:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DE943F93; Mon, 24 Nov 2003 06:20:20 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOEKJXJ099059; Mon, 24 Nov 2003 06:20:19 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAOEKJYE099058; Mon, 24 Nov 2003 06:20:19 -0800 (PST) (envelope-from sos) Message-Id: <200311241420.hAOEKJYE099058@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 24 Nov 2003 06:20:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:20:20 -0000 sos 2003/11/24 06:20:19 PST FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c Log: Be less noisy when GEOM probes around during boot if drive contains invalid media (ie empty CD/DVD) Approved by: re@ Revision Changes Path 1.156 +5 -0 src/sys/dev/ata/atapi-cd.c From owner-cvs-src@FreeBSD.ORG Mon Nov 24 06:22:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F4B16A4CE; Mon, 24 Nov 2003 06:22:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA27343FF3; Mon, 24 Nov 2003 06:22:30 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOEMUXJ099203; Mon, 24 Nov 2003 06:22:30 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAOEMURk099202; Mon, 24 Nov 2003 06:22:30 -0800 (PST) (envelope-from sos) Message-Id: <200311241422.hAOEMURk099202@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 24 Nov 2003 06:22:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:22:32 -0000 sos 2003/11/24 06:22:30 PST FreeBSD src repository Modified files: sys/dev/ata ata-raid.c Log: Fix panic on certain failed configs. Approved by: re@ Revision Changes Path 1.72 +11 -4 src/sys/dev/ata/ata-raid.c From owner-cvs-src@FreeBSD.ORG Mon Nov 24 06:54:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C763116A4CE; Mon, 24 Nov 2003 06:54:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361E543F93; Mon, 24 Nov 2003 06:54:42 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOEsgXJ000383; Mon, 24 Nov 2003 06:54:42 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAOEsfWk000382; Mon, 24 Nov 2003 06:54:41 -0800 (PST) (envelope-from sos) Message-Id: <200311241454.hAOEsfWk000382@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 24 Nov 2003 06:54:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:54:42 -0000 sos 2003/11/24 06:54:41 PST FreeBSD src repository Modified files: sys/dev/ata ata-raid.c Log: Correct the former patch, I accidently committed the wrong version. Approved by: re@ Revision Changes Path 1.73 +2 -2 src/sys/dev/ata/ata-raid.c From owner-cvs-src@FreeBSD.ORG Mon Nov 24 07:27:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8B416A4CE; Mon, 24 Nov 2003 07:27:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D545943FA3; Mon, 24 Nov 2003 07:27:21 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOFRLXJ002350; Mon, 24 Nov 2003 07:27:21 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAOFRLtO002349; Mon, 24 Nov 2003 07:27:21 -0800 (PST) (envelope-from kensmith) Message-Id: <200311241527.hAOFRLtO002349@repoman.freebsd.org> From: Ken Smith Date: Mon, 24 Nov 2003 07:27:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 15:27:22 -0000 kensmith 2003/11/24 07:27:20 PST FreeBSD src repository (doc committer) Modified files: usr.sbin/sysinstall menus.c Log: - Drop down to one snapshots FTP site since that's all we have now - Adjust names of IPv6 FTP hosts a bit - Sync list of FTP sites with reality Approved by: rwatson (re@) Revision Changes Path 1.382 +20 -16 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Mon Nov 24 08:14:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221C716A4CE; Mon, 24 Nov 2003 08:14:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B22643FEC; Mon, 24 Nov 2003 08:14:33 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOGEXXJ005041; Mon, 24 Nov 2003 08:14:33 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAOGEWl4005040; Mon, 24 Nov 2003 08:14:33 -0800 (PST) (envelope-from kan) Message-Id: <200311241614.hAOGEWl4005040@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 24 Nov 2003 08:14:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount_udf mount_udf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 16:14:34 -0000 kan 2003/11/24 08:14:32 PST FreeBSD src repository Modified files: sbin/mount_udf mount_udf.c Log: Correct iov_len values passed to nmount(2) syscall. More accurate parameter checking introduced in vfs_mount.c r1.113 rejects them otherwise. Submitted by: R. Imura Approved by: re (scottl,rwatson) Revision Changes Path 1.8 +2 -2 src/sbin/mount_udf/mount_udf.c From owner-cvs-src@FreeBSD.ORG Mon Nov 24 13:16:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD5A316A4CE; Mon, 24 Nov 2003 13:16:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470D743FE1; Mon, 24 Nov 2003 13:16:48 -0800 (PST) (envelope-from luoqi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOLGmXJ031326; Mon, 24 Nov 2003 13:16:48 -0800 (PST) (envelope-from luoqi@repoman.freebsd.org) Received: (from luoqi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAOLGlZ1031325; Mon, 24 Nov 2003 13:16:47 -0800 (PST) (envelope-from luoqi) Message-Id: <200311242116.hAOLGlZ1031325@repoman.freebsd.org> From: Luoqi Chen Date: Mon, 24 Nov 2003 13:16:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/i386 db_interface.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 21:16:49 -0000 luoqi 2003/11/24 13:16:47 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 db_interface.c Log: Backout rev 1.48.2.2: it wasn't necessary and broke ddb breakpoint support. Pointed out by: bde Revision Changes Path 1.48.2.3 +3 -3 src/sys/i386/i386/db_interface.c From owner-cvs-src@FreeBSD.ORG Mon Nov 24 15:47:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0347716A4CE; Mon, 24 Nov 2003 15:47:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D1043FBF; Mon, 24 Nov 2003 15:47:25 -0800 (PST) (envelope-from non@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAONlPXJ038229; Mon, 24 Nov 2003 15:47:25 -0800 (PST) (envelope-from non@repoman.freebsd.org) Received: (from non@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAONlPuV038228; Mon, 24 Nov 2003 15:47:25 -0800 (PST) (envelope-from non) Message-Id: <200311242347.hAONlPuV038228@repoman.freebsd.org> From: Noriaki Mitsunaga Date: Mon, 24 Nov 2003 15:47:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 stg.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 23:47:26 -0000 non 2003/11/24 15:47:25 PST FreeBSD src repository Modified files: share/man/man4 stg.4 Log: o Add HISTORY and AUTHORS section o Add scsi.4 in the SEE ALSO section Reviewed by: rushani Approved by: re (rwatson) Revision Changes Path 1.2 +16 -1 src/share/man/man4/stg.4 From owner-cvs-src@FreeBSD.ORG Mon Nov 24 15:58:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E8AD16A4CE; Mon, 24 Nov 2003 15:58:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D44743FE0; Mon, 24 Nov 2003 15:58:00 -0800 (PST) (envelope-from non@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAONw0XJ038579; Mon, 24 Nov 2003 15:58:00 -0800 (PST) (envelope-from non@repoman.freebsd.org) Received: (from non@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAONvxp3038578; Mon, 24 Nov 2003 15:57:59 -0800 (PST) (envelope-from non) Message-Id: <200311242357.hAONvxp3038578@repoman.freebsd.org> From: Noriaki Mitsunaga Date: Mon, 24 Nov 2003 15:57:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile nsp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 23:58:01 -0000 non 2003/11/24 15:57:59 PST FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 nsp.4 Log: Add nsp(4) man page for nsp PC-Card SCSI host adapter device driver, and attach it to the build. Submitted by: non, rushani Approved by: re (rwatson) Revision Changes Path 1.242 +1 -0 src/share/man/man4/Makefile 1.1 +81 -0 src/share/man/man4/nsp.4 (new) From owner-cvs-src@FreeBSD.ORG Mon Nov 24 18:23:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A0316A4CE; Mon, 24 Nov 2003 18:23:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C1643FDF; Mon, 24 Nov 2003 18:23:30 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP2NUXJ051543; Mon, 24 Nov 2003 18:23:30 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAP2NTua051542; Mon, 24 Nov 2003 18:23:29 -0800 (PST) (envelope-from iedowse) Message-Id: <200311250223.hAP2NTua051542@repoman.freebsd.org> From: Ian Dowse Date: Mon, 24 Nov 2003 18:23:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 02:23:31 -0000 iedowse 2003/11/24 18:23:29 PST FreeBSD src repository Modified files: sys/dev/usb ohci.c Log: Write the correct value to `td_be' for the second and further transfer descriptors when a large request needs to be split into more than one 8k chunk. The bug was that the calculation did not take into account the offset of the chunk within the overall request. This is reported to fix crashes and data corruption on ohci controllers. Submitted by: green Approved by: re Revision Changes Path 1.139 +1 -1 src/sys/dev/usb/ohci.c From owner-cvs-src@FreeBSD.ORG Mon Nov 24 20:12:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D63B16A4CE; Mon, 24 Nov 2003 20:12:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AFDD43FCB; Mon, 24 Nov 2003 20:12:43 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP4ChXJ056795; Mon, 24 Nov 2003 20:12:43 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAP4ChXG056794; Mon, 24 Nov 2003 20:12:43 -0800 (PST) (envelope-from imp) Message-Id: <200311250412.hAP4ChXG056794@repoman.freebsd.org> From: Warner Losh Date: Mon, 24 Nov 2003 20:12:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 04:12:44 -0000 imp 2003/11/24 20:12:43 PST FreeBSD src repository Modified files: sys/conf kern.post.mk Log: Turns out that building modules with the kernel opt files is uncovering some interesting problems. Be conservative and effecitvely disable this by default. Interested parties may still define KERNBUILDDIR by hand to achive the same effect. I plan on referting this change after 5.2 is released, or sooner if the issues with building releases are resolved and re@ approves. Approved by: re@ (scottl, marcel) Revision Changes Path 1.53 +0 -1 src/sys/conf/kern.post.mk From owner-cvs-src@FreeBSD.ORG Mon Nov 24 20:51:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192F816A4CF; Mon, 24 Nov 2003 20:51:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356C543FDF; Mon, 24 Nov 2003 20:51:36 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP4paXJ063725; Mon, 24 Nov 2003 20:51:36 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAP4pZFN063724; Mon, 24 Nov 2003 20:51:35 -0800 (PST) (envelope-from scottl) Message-Id: <200311250451.hAP4pZFN063724@repoman.freebsd.org> From: Scott Long Date: Mon, 24 Nov 2003 20:51:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/i386 drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 04:51:37 -0000 scottl 2003/11/24 20:51:35 PST FreeBSD src repository Modified files: release/i386 drivers.conf Log: Move mly, plip, and slip back into the kernel so floppy 3 can fit again. I'm not sure why it exploded in the last 10 days, though I suspect nfsclient.ko. Approved by: re (rwatson) Revision Changes Path 1.32 +0 -3 src/release/i386/drivers.conf From owner-cvs-src@FreeBSD.ORG Tue Nov 25 06:11:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A01716A4CE; Tue, 25 Nov 2003 06:11:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E4A43FE0; Tue, 25 Nov 2003 06:11:03 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPEB3XJ002280; Tue, 25 Nov 2003 06:11:03 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAPEB3Qb002279; Tue, 25 Nov 2003 06:11:03 -0800 (PST) (envelope-from simon) Message-Id: <200311251411.hAPEB3Qb002279@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 25 Nov 2003 06:11:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 14:11:04 -0000 simon 2003/11/25 06:11:03 PST FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Correct the name of the make(1) knob to disable dynamic root (s/WITHOUT_DYNAMICROOT/NO_DYNAMICROOT/). Approved by: re (scottl) Noticed by: Matthias Schndehtte Revision Changes Path 1.657 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Nov 25 10:52:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D018416A4CE; Tue, 25 Nov 2003 10:52:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B53D43FE5; Tue, 25 Nov 2003 10:52:04 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPIq4XJ020568; Tue, 25 Nov 2003 10:52:04 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAPIq39E020567; Tue, 25 Nov 2003 10:52:03 -0800 (PST) (envelope-from tobez) Message-Id: <200311251852.hAPIq39E020567@repoman.freebsd.org> From: Anton Berezin Date: Tue, 25 Nov 2003 10:52:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 18:52:05 -0000 tobez 2003/11/25 10:52:03 PST FreeBSD src repository Modified files: (Branch: RELENG_4) libexec/rtld-elf rtld.c Log: MFC rev. 1.90: Sync comment with code's reality. Revision Changes Path 1.43.2.16 +1 -1 src/libexec/rtld-elf/rtld.c From owner-cvs-src@FreeBSD.ORG Tue Nov 25 11:52:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4847716A4CE; Tue, 25 Nov 2003 11:52:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B53943FAF; Tue, 25 Nov 2003 11:52:13 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPJqDXJ023517; Tue, 25 Nov 2003 11:52:13 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAPJqDUJ023516; Tue, 25 Nov 2003 11:52:13 -0800 (PST) (envelope-from sam) Message-Id: <200311251952.hAPJqDUJ023516@repoman.freebsd.org> From: Sam Leffler Date: Tue, 25 Nov 2003 11:52:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 19:52:14 -0000 sam 2003/11/25 11:52:13 PST FreeBSD src repository Modified files: sys/net route.c Log: workaround LOR in rt_setgate Reviewed by: andre Approved by: re (rwatson) Revision Changes Path 1.92 +3 -1 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Tue Nov 25 12:59:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6658816A4CE; Tue, 25 Nov 2003 12:59:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B7843FCB; Tue, 25 Nov 2003 12:58:59 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPKwxXJ033421; Tue, 25 Nov 2003 12:58:59 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAPKwxNS033420; Tue, 25 Nov 2003 12:58:59 -0800 (PST) (envelope-from andre) Message-Id: <200311252058.hAPKwxNS033420@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 25 Nov 2003 12:58:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 20:59:00 -0000 andre 2003/11/25 12:58:59 PST FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Restructure a too broad ifdef which was disabling the setting of the tcp flightsize sysctl value for local networks in the !INET6 case. Approved by: re (scottl) Revision Changes Path 1.217 +4 -2 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Tue Nov 25 13:13:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2601A16A4CE; Tue, 25 Nov 2003 13:13:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8792243FB1; Tue, 25 Nov 2003 13:13:37 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPLDbXJ034836; Tue, 25 Nov 2003 13:13:37 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAPLDbTE034835; Tue, 25 Nov 2003 13:13:37 -0800 (PST) (envelope-from joe) Message-Id: <200311252113.hAPLDbTE034835@repoman.freebsd.org> From: Josef Karthauser Date: Tue, 25 Nov 2003 13:13:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/usbd usbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:13:38 -0000 joe 2003/11/25 13:13:37 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/usbd usbd.c Log: MFC: (Rev 1.29) fix spelling of ATTACH. Revision Changes Path 1.10.2.7 +1 -1 src/usr.sbin/usbd/usbd.c From owner-cvs-src@FreeBSD.ORG Tue Nov 25 13:23:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EA5D16A4CE; Tue, 25 Nov 2003 13:23:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A7C43FB1; Tue, 25 Nov 2003 13:23:03 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPLN3XJ035130; Tue, 25 Nov 2003 13:23:03 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAPLN35T035129; Tue, 25 Nov 2003 13:23:03 -0800 (PST) (envelope-from joe) Message-Id: <200311252123.hAPLN35T035129@repoman.freebsd.org> From: Josef Karthauser Date: Tue, 25 Nov 2003 13:23:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:23:04 -0000 joe 2003/11/25 13:23:03 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs Log: MFC: Synchronise with -current. Revision Changes Path 1.11.2.49 +48 -6 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Nov 25 13:23:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E01416A4CE; Tue, 25 Nov 2003 13:23:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BD343FE0; Tue, 25 Nov 2003 13:23:48 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPLNmXJ035168; Tue, 25 Nov 2003 13:23:48 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAPLNmZO035167; Tue, 25 Nov 2003 13:23:48 -0800 (PST) (envelope-from joe) Message-Id: <200311252123.hAPLNmZO035167@repoman.freebsd.org> From: Josef Karthauser Date: Tue, 25 Nov 2003 13:23:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:23:49 -0000 joe 2003/11/25 13:23:48 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.32.2.46 +46 -4 src/sys/dev/usb/usbdevs.h 1.32.2.46 +146 -2 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Tue Nov 25 17:40:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8DC716A4CE; Tue, 25 Nov 2003 17:40:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2685943F93; Tue, 25 Nov 2003 17:40:45 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ1eiXJ052347; Tue, 25 Nov 2003 17:40:44 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAQ1eicE052346; Tue, 25 Nov 2003 17:40:44 -0800 (PST) (envelope-from sam) Message-Id: <200311260140.hAQ1eicE052346@repoman.freebsd.org> From: Sam Leffler Date: Tue, 25 Nov 2003 17:40:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_usrreq.c udp_usrreq.c src/sys/netinet6 raw_ip6.c udp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 01:40:45 -0000 sam 2003/11/25 17:40:44 PST FreeBSD src repository Modified files: sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_usrreq.c udp_usrreq.c sys/netinet6 raw_ip6.c udp6_usrreq.c Log: Split the "inp" mutex class into separate classes for each of divert, raw, tcp, udp, raw6, and udp6 sockets to avoid spurious witness complaints. Reviewed by: rwatson Approved by: re (rwatson) Revision Changes Path 1.134 +3 -2 src/sys/netinet/in_pcb.c 1.68 +4 -3 src/sys/netinet/in_pcb.h 1.81 +1 -1 src/sys/netinet/ip_divert.c 1.123 +1 -1 src/sys/netinet/raw_ip.c 1.90 +1 -1 src/sys/netinet/tcp_usrreq.c 1.143 +1 -1 src/sys/netinet/udp_usrreq.c 1.36 +1 -1 src/sys/netinet6/raw_ip6.c 1.40 +1 -1 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed Nov 26 00:38:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C40A316A4CE; Wed, 26 Nov 2003 00:38:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3159B43FCB; Wed, 26 Nov 2003 00:38:33 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ8cXXJ078026; Wed, 26 Nov 2003 00:38:33 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAQ8cWNl078023; Wed, 26 Nov 2003 00:38:32 -0800 (PST) (envelope-from brueffer) Message-Id: <200311260838.hAQ8cWNl078023@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 26 Nov 2003 00:38:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/locale locale.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 08:38:33 -0000 brueffer 2003/11/26 00:38:32 PST FreeBSD src repository (doc committer) Modified files: usr.bin/locale locale.1 Log: Grammar, spelling and punctuation sweep. Approved by: re (rwatson) Revision Changes Path 1.4 +9 -9 src/usr.bin/locale/locale.1 From owner-cvs-src@FreeBSD.ORG Wed Nov 26 00:42:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E19C16A4CE; Wed, 26 Nov 2003 00:42:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBEC343FE3; Wed, 26 Nov 2003 00:42:40 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ8geXJ078384; Wed, 26 Nov 2003 00:42:40 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAQ8geTr078383; Wed, 26 Nov 2003 00:42:40 -0800 (PST) (envelope-from simokawa) Message-Id: <200311260842.hAQ8geTr078383@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 26 Nov 2003 00:42:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/dcons_crom Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 08:42:41 -0000 simokawa 2003/11/26 00:42:40 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/dcons_crom Makefile Log: Add dependency. Revision Changes Path 1.1.2.2 +1 -1 src/sys/modules/dcons_crom/Makefile From owner-cvs-src@FreeBSD.ORG Wed Nov 26 02:43:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C99F16A4CE; Wed, 26 Nov 2003 02:43:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9AA43FDD; Wed, 26 Nov 2003 02:43:05 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQAh5XJ089815; Wed, 26 Nov 2003 02:43:05 -0800 (PST) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAQAh5ME089814; Wed, 26 Nov 2003 02:43:05 -0800 (PST) (envelope-from phantom) Message-Id: <200311261043.hAQAh5ME089814@repoman.freebsd.org> From: Alexey Zelkin Date: Wed, 26 Nov 2003 02:43:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/diag/ac cknames.pl ent.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 10:43:06 -0000 phantom 2003/11/26 02:43:05 PST FreeBSD src repository Modified files: tools/diag/ac cknames.pl ent.sh Log: Learn about new world order Revision Changes Path 1.4 +19 -9 src/tools/diag/ac/cknames.pl 1.3 +3 -3 src/tools/diag/ac/ent.sh From owner-cvs-src@FreeBSD.ORG Wed Nov 26 11:01:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5FF916A4CE; Wed, 26 Nov 2003 11:01:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B3543FD7; Wed, 26 Nov 2003 11:01:34 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQJ1YXJ024341; Wed, 26 Nov 2003 11:01:34 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAQJ1XPa024336; Wed, 26 Nov 2003 11:01:33 -0800 (PST) (envelope-from njl) Message-Id: <200311261901.hAQJ1XPa024336@repoman.freebsd.org> From: Nate Lawson Date: Wed, 26 Nov 2003 11:01:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c src/sys/modules/acpi Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:01:34 -0000 njl 2003/11/26 11:01:33 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c sys/modules/acpi Makefile Log: * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches the idx'th present CPU with pc_acpi_id equal to *acpi_id. If *acpi_id does not match that processor's pc_acpi_id, return the value for ProcId derived from the MADT in *acpi_id. If pc_acpi_id is 0xffffffff, always override it with the value of *acpi_id. Finally, return pc_cpuid in *cpu_id and use that as our primary key. * Use pc_cpuid as our unique key because we know it is valid since MD code set it. The values for ProcId in the ASL and MADT don't match up on some machines (!), forcing us to fall back to ordered probing in that case. * Remove some #ifdef SMP since the refcount doesn't hurt performance and will be needed for dynamic _CST objects. Only one #ifdef SMP (for smp_rendezvous) remains. * Hook up SMP in the compile flags in the Makefile. Tested by: marcel, truckman Approved by: re (scottl) Revision Changes Path 1.21 +48 -49 src/sys/dev/acpica/acpi_cpu.c 1.33 +5 -2 src/sys/modules/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Wed Nov 26 11:03:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDB216A4D2 for ; Wed, 26 Nov 2003 11:03:06 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3929643FEC for ; Wed, 26 Nov 2003 11:03:04 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 94590 invoked by uid 1000); 26 Nov 2003 19:03:04 -0000 Date: Wed, 26 Nov 2003 11:03:04 -0800 (PST) From: Nate Lawson To: Alexey Zelkin In-Reply-To: <20031126104338.C1F5D16A55F@hub.freebsd.org> Message-ID: <20031126110248.M94577@root.org> References: <20031126104338.C1F5D16A55F@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/diag/ac cknames.pl ent.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:03:07 -0000 On Wed, 26 Nov 2003, Alexey Zelkin wrote: > phantom 2003/11/26 02:43:05 PST > > FreeBSD src repository > > Modified files: > tools/diag/ac cknames.pl ent.sh > Log: > Learn about new world order > > Revision Changes Path > 1.4 +19 -9 src/tools/diag/ac/cknames.pl > 1.3 +3 -3 src/tools/diag/ac/ent.sh Approved by? From owner-cvs-src@FreeBSD.ORG Wed Nov 26 11:48:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C6216A4D0; Wed, 26 Nov 2003 11:48:24 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE2D43FE1; Wed, 26 Nov 2003 11:48:22 -0800 (PST) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.6) id hAQJwHTK002703; Wed, 26 Nov 2003 21:58:17 +0200 (EET) (envelope-from phantom) Date: Wed, 26 Nov 2003 21:58:16 +0200 From: Alexey Zelkin To: Nate Lawson Message-ID: <20031126215816.A2598@phantom.cris.net> References: <20031126104338.C1F5D16A55F@hub.freebsd.org> <20031126110248.M94577@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20031126110248.M94577@root.org>; from nate@root.org on Wed, Nov 26, 2003 at 11:03:04AM -0800 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/diag/ac cknames.pl ent.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:48:25 -0000 hi, On Wed, Nov 26, 2003 at 11:03:04AM -0800, Nate Lawson wrote: > On Wed, 26 Nov 2003, Alexey Zelkin wrote: > > phantom 2003/11/26 02:43:05 PST > > > > FreeBSD src repository > > > > Modified files: > > tools/diag/ac cknames.pl ent.sh > > Log: > > Learn about new world order > > > > Revision Changes Path > > 1.4 +19 -9 src/tools/diag/ac/cknames.pl > > 1.3 +3 -3 src/tools/diag/ac/ent.sh > > Approved by? Ops! This is actually tool to check doc tree states (check doc entities againstand CVSROOT information) and I absolutely forgot that tools/diag is under src repository. Just requested note from re@ permission to leave this change in. Sorry. From owner-cvs-src@FreeBSD.ORG Wed Nov 26 12:31:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E4016A4CE; Wed, 26 Nov 2003 12:31:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C5643FE0; Wed, 26 Nov 2003 12:31:13 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQKVDXJ029089; Wed, 26 Nov 2003 12:31:13 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAQKVD5s029088; Wed, 26 Nov 2003 12:31:13 -0800 (PST) (envelope-from andre) Message-Id: <200311262031.hAQKVD5s029088@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 26 Nov 2003 12:31:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_pcb.c ip_input.c tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 20:31:14 -0000 andre 2003/11/26 12:31:13 PST FreeBSD src repository Modified files: sys/netinet in_pcb.c ip_input.c tcp_subr.c Log: Make sure all uses of stack allocated struct route's are properly zeroed. Doing a bzero on the entire struct route is not more expensive than assigning NULL to ro.ro_rt and bzero of ro.ro_dst. Reviewed by: sam (mentor) Approved by: re (scottl) Revision Changes Path 1.135 +1 -2 src/sys/netinet/in_pcb.c 1.259 +2 -2 src/sys/netinet/ip_input.c 1.169 +2 -2 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Wed Nov 26 16:54:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 612BC16A4CE; Wed, 26 Nov 2003 16:54:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD46343F85; Wed, 26 Nov 2003 16:54:53 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR0srXJ052778; Wed, 26 Nov 2003 16:54:53 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAR0srnr052777; Wed, 26 Nov 2003 16:54:53 -0800 (PST) (envelope-from nectar) Message-Id: <200311270054.hAR0srnr052777@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 26 Nov 2003 16:54:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_1 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/contrib/bind Version src/contrib/bind/bin/named ns_resp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 00:54:54 -0000 nectar 2003/11/26 16:54:53 PST FreeBSD src repository Modified files: (Branch: RELENG_5_1) . UPDATING sys/conf newvers.sh contrib/bind Version contrib/bind/bin/named ns_resp.c Log: Correct a remote denial-of-service attack in named(8). Revision Changes Path 1.251.2.13 +3 -0 src/UPDATING 1.1.1.11.2.1 +1 -1 src/contrib/bind/Version 1.1.1.11.2.1 +9 -3 src/contrib/bind/bin/named/ns_resp.c 1.50.2.13 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Nov 26 16:56:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B79E16A4CE; Wed, 26 Nov 2003 16:56:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366F043FE3; Wed, 26 Nov 2003 16:56:07 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR0u7XJ052942; Wed, 26 Nov 2003 16:56:07 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAR0u62k052941; Wed, 26 Nov 2003 16:56:06 -0800 (PST) (envelope-from nectar) Message-Id: <200311270056.hAR0u62k052941@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 26 Nov 2003 16:56:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/contrib/bind Version src/contrib/bind/bin/named ns_resp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 00:56:08 -0000 nectar 2003/11/26 16:56:06 PST FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING sys/conf newvers.sh contrib/bind Version contrib/bind/bin/named ns_resp.c Log: Correct a remote denial-of-service attack in named(8). Revision Changes Path 1.73.2.89.2.2 +12 -0 src/UPDATING 1.1.1.3.2.9.2.1 +1 -1 src/contrib/bind/Version 1.1.1.2.2.10.2.1 +9 -3 src/contrib/bind/bin/named/ns_resp.c 1.44.2.32.2.2 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Nov 26 17:19:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA8616A4CE; Wed, 26 Nov 2003 17:19:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0A043F3F; Wed, 26 Nov 2003 17:19:23 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR1JNXJ054556; Wed, 26 Nov 2003 17:19:23 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAR1JN1Y054555; Wed, 26 Nov 2003 17:19:23 -0800 (PST) (envelope-from wes) Message-Id: <200311270119.hAR1JN1Y054555@repoman.freebsd.org> From: Wes Peters Date: Wed, 26 Nov 2003 17:19:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/newfs mkfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 01:19:24 -0000 wes 2003/11/26 17:19:23 PST FreeBSD src repository Modified files: sbin/newfs mkfs.c Log: Fix whitespace error in previous commit. Approved by: RE@ (Robert Watson) Revision Changes Path 1.83 +1 -1 src/sbin/newfs/mkfs.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 00:37:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A834F16A4CE; Thu, 27 Nov 2003 00:37:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B54E43FE0; Thu, 27 Nov 2003 00:37:36 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR8baXJ080928; Thu, 27 Nov 2003 00:37:36 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAR8ba1K080927; Thu, 27 Nov 2003 00:37:36 -0800 (PST) (envelope-from mbr) Message-Id: <200311270837.hAR8ba1K080927@repoman.freebsd.org> From: Martin Blapp Date: Thu, 27 Nov 2003 00:37:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 08:37:37 -0000 mbr 2003/11/27 00:37:36 PST FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c Log: ServeRaid (at least 5i) didn't initialize correctly. To get them working (cache, automatic rebuild and hotswap) the FFDC info (First Failure Data Capture) on the adapter must be initialised. Logical drives in critical/degraded states weren't added to the drive list. FreeBSD was not able to see a degraded array after a reboot. Degraded drives are now also added to the drivelist and the state of the logical drive is given at boottime. The adapter type is detected from informations in nvram page 5 and displayed at boottime. Change IPS_OS_FREEBSD definition from 10 to 8 according to IBM specs. Submitted by: pgfb@imp.ch Reviewed by: mbr, scottl Approved by: re Revision Changes Path 1.6 +64 -2 src/sys/dev/ips/ips.c 1.5 +57 -2 src/sys/dev/ips/ips.h 1.7 +90 -0 src/sys/dev/ips/ips_commands.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 01:40:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9305F16A4CF; Thu, 27 Nov 2003 01:40:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F1443FE3; Thu, 27 Nov 2003 01:40:14 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR9eEXJ089418; Thu, 27 Nov 2003 01:40:14 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAR9eEIx089417; Thu, 27 Nov 2003 01:40:14 -0800 (PST) (envelope-from andre) Message-Id: <200311270940.hAR9eEIx089417@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 27 Nov 2003 01:40:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 09:40:26 -0000 andre 2003/11/27 01:40:14 PST FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Fix verify_rev_path() function. The author of this function tried to cut corners which completely broke down when the routing table locking was introduced. Reviewed by: sam (mentor) Approved by: re (rwatson) Revision Changes Path 1.50 +7 -13 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 01:51:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAD0016A4CE; Thu, 27 Nov 2003 01:51:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 062DF43FDD; Thu, 27 Nov 2003 01:51:30 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR9pTXJ090237; Thu, 27 Nov 2003 01:51:29 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAR9pT19090236; Thu, 27 Nov 2003 01:51:29 -0800 (PST) (envelope-from bms) Message-Id: <200311270951.hAR9pT19090236@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 27 Nov 2003 01:51:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc rc.network src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 09:51:30 -0000 bms 2003/11/27 01:51:29 PST FreeBSD src repository Modified files: (Branch: RELENG_4) etc rc.network etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Add a means of starting an IKE daemon from the rc system at an appropriate time during the boot process. This is needed in the case where NFS mounts from servers reachable only via IPSEC are in /etc/fstab. PR: conf/42497 Submitted by: Volker Stolz Revision Changes Path 1.53.2.65 +3 -0 src/etc/defaults/rc.conf 1.74.2.45 +9 -0 src/etc/rc.network 1.64.2.54 +40 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Nov 27 02:08:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E6F16A4CE; Thu, 27 Nov 2003 02:08:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A838543FE5; Thu, 27 Nov 2003 02:08:48 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARA8mXJ092534; Thu, 27 Nov 2003 02:08:48 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARA8mwY092533; Thu, 27 Nov 2003 02:08:48 -0800 (PST) (envelope-from bms) Message-Id: <200311271008.hARA8mwY092533@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 27 Nov 2003 02:08:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 10:08:49 -0000 bms 2003/11/27 02:08:48 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man5 rc.conf.5 Log: Forced commit to note that I also brought in ipsec_enable into rc.conf.5 as of last revision as it was missing. Revision Changes Path 1.64.2.55 +0 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Nov 27 03:52:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C3F16A4CE; Thu, 27 Nov 2003 03:52:02 -0800 (PST) Received: from crf-consulting.co.uk (82-44-220-218.cable.ubr10.haye.blueyonder.co.uk [82.44.220.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA71143FEC; Thu, 27 Nov 2003 03:51:59 -0800 (PST) (envelope-from nik@crf-consulting.co.uk) Received: from clan.nothing-going-on.org (clan.nothing-going-on.org [192.168.1.20])hARBpv2B068071; Thu, 27 Nov 2003 11:51:57 GMT (envelope-from nik@catkin) Received: from clan.nothing-going-on.org (localhost [127.0.0.1]) hARBpuqO074686; Thu, 27 Nov 2003 11:51:57 GMT (envelope-from nik@clan.nothing-going-on.org) Received: (from nik@localhost) by clan.nothing-going-on.org (8.12.8/8.12.8/Submit) id hARBpsbo074685; Thu, 27 Nov 2003 11:51:54 GMT Date: Thu, 27 Nov 2003 11:51:54 +0000 From: Nik Clayton To: Alexey Zelkin Message-ID: <20031127115154.GV92304@clan.nothing-going-on.org> References: <20031126104338.C1F5D16A55F@hub.freebsd.org> <20031126110248.M94577@root.org> <20031126215816.A2598@phantom.cris.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PSXRUCbmiibGgnYg" Content-Disposition: inline In-Reply-To: <20031126215816.A2598@phantom.cris.net> User-Agent: Mutt/1.4.1i Organization: FreeBSD Project cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/tools/diag/ac cknames.pl ent.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 11:52:03 -0000 --PSXRUCbmiibGgnYg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 26, 2003 at 09:58:16PM +0200, Alexey Zelkin wrote: > Ops! This is actually tool to check doc tree states (check doc entities > againstand CVSROOT information) and I absolutely forgot that tools/diag is > under src repository. Just requested note from re@ permission to leave > this change in. Sorry. Maybe somewhere under doc/share might be a better place? We have some doc/ related tools there already. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ (__) FreeBSD Documentation Project http://www.freebsd.org/docproj/ \\\'',) \/ \= ^ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- .\._/= _) --PSXRUCbmiibGgnYg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/xeVZk6gHZCw343URAnm7AJ9Y9USlcHrTybJSIqyb+UwhKBaSFgCfacQk UMXWSeZUClzXEhE3ajpiR5E= =OWOR -----END PGP SIGNATURE----- --PSXRUCbmiibGgnYg-- From owner-cvs-src@FreeBSD.ORG Thu Nov 27 06:46:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B84116A4CE; Thu, 27 Nov 2003 06:46:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B986D43FBF; Thu, 27 Nov 2003 06:46:49 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAREknXJ010974; Thu, 27 Nov 2003 06:46:49 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAREkn0Q010973; Thu, 27 Nov 2003 06:46:49 -0800 (PST) (envelope-from ru) Message-Id: <200311271446.hAREkn0Q010973@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 27 Nov 2003 06:46:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 14:46:50 -0000 ru 2003/11/27 06:46:49 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/netstat inet.c Log: MFC: 1.60: Print the correct ICMP statistics for "no return routes". Revision Changes Path 1.37.2.11 +1 -1 src/usr.bin/netstat/inet.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 06:50:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DEB916A4CE; Thu, 27 Nov 2003 06:50:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF57E43F3F; Thu, 27 Nov 2003 06:50:04 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAREo4XJ011057; Thu, 27 Nov 2003 06:50:04 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAREo4SA011056; Thu, 27 Nov 2003 06:50:04 -0800 (PST) (envelope-from ru) Message-Id: <200311271450.hAREo4SA011056@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 27 Nov 2003 06:50:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/route route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 14:50:06 -0000 ru 2003/11/27 06:50:04 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/route route.c Log: MFC: 1.69: Allow ``route -vnd flush'' for non-roots. Revision Changes Path 1.40.2.12 +1 -1 src/sbin/route/route.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 06:52:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF3C16A4CE; Thu, 27 Nov 2003 06:52:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0613343FA3; Thu, 27 Nov 2003 06:52:37 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAREqaXJ011211; Thu, 27 Nov 2003 06:52:36 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAREqaud011210; Thu, 27 Nov 2003 06:52:36 -0800 (PST) (envelope-from ru) Message-Id: <200311271452.hAREqaud011210@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 27 Nov 2003 06:52:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 14:52:37 -0000 ru 2003/11/27 06:52:36 PST FreeBSD src repository Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Log: Fixed a typo. Revision Changes Path 1.17.4.4 +1 -1 src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 07:05:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E02A816A4CE; Thu, 27 Nov 2003 07:05:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D02543FE3; Thu, 27 Nov 2003 07:05:38 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARF5bXJ012642; Thu, 27 Nov 2003 07:05:37 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARF5bGj012641; Thu, 27 Nov 2003 07:05:37 -0800 (PST) (envelope-from ru) Message-Id: <200311271505.hARF5bGj012641@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 27 Nov 2003 07:05:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc src/secure/usr.bin/openssl Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 15:05:39 -0000 ru 2003/11/27 07:05:37 PST FreeBSD src repository Modified files: (Branch: RELENG_4) secure/lib/libcrypto Makefile Makefile.inc secure/usr.bin/openssl Makefile Log: MFC: Handle includes the normal way. Revision Changes Path 1.15.2.15 +67 -2 src/secure/lib/libcrypto/Makefile 1.7.2.12 +0 -82 src/secure/lib/libcrypto/Makefile.inc 1.11.2.7 +1 -4 src/secure/usr.bin/openssl/Makefile From owner-cvs-src@FreeBSD.ORG Thu Nov 27 08:32:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC8D16A4CE; Thu, 27 Nov 2003 08:32:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F84343FE5; Thu, 27 Nov 2003 08:32:47 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARGWkXJ016252; Thu, 27 Nov 2003 08:32:46 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARGWkDn016251; Thu, 27 Nov 2003 08:32:46 -0800 (PST) (envelope-from njl) Message-Id: <200311271632.hARGWkDn016251@repoman.freebsd.org> From: Nate Lawson Date: Thu, 27 Nov 2003 08:32:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 16:32:47 -0000 njl 2003/11/27 08:32:46 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: * If a processor's softc is NULL, use C1 since there is no ACPI processor object for this CPU. This occurs for logical CPUs which do not have an associated processor object (e.g., HTT). Approved by: re (rwatson) Revision Changes Path 1.22 +11 -4 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 08:35:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB21E16A4CE; Thu, 27 Nov 2003 08:35:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0034D43FB1; Thu, 27 Nov 2003 08:35:06 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARGZ6XJ016459; Thu, 27 Nov 2003 08:35:06 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARGZ6jF016458; Thu, 27 Nov 2003 08:35:06 -0800 (PST) (envelope-from nectar) Message-Id: <200311271635.hARGZ6jF016458@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 27 Nov 2003 08:35:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_7 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/contrib/bind Version src/contrib/bind/bin/named ns_resp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 16:35:07 -0000 nectar 2003/11/27 08:35:06 PST FreeBSD src repository Modified files: (Branch: RELENG_4_7) . UPDATING sys/conf newvers.sh contrib/bind Version contrib/bind/bin/named ns_resp.c Log: Correct a remote denial-of-service attack in named(8). Revision Changes Path 1.73.2.74.2.27 +3 -0 src/UPDATING 1.1.1.3.2.7.2.1 +1 -1 src/contrib/bind/Version 1.1.1.2.2.7.2.2 +9 -3 src/contrib/bind/bin/named/ns_resp.c 1.44.2.26.2.26 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Nov 27 08:37:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD9116A4CE; Thu, 27 Nov 2003 08:37:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426C443FB1; Thu, 27 Nov 2003 08:37:01 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARGb1XJ016666; Thu, 27 Nov 2003 08:37:01 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARGb0Wx016665; Thu, 27 Nov 2003 08:37:00 -0800 (PST) (envelope-from nectar) Message-Id: <200311271637.hARGb0Wx016665@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 27 Nov 2003 08:37:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_6 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/contrib/bind Version src/contrib/bind/bin/named ns_resp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 16:37:02 -0000 nectar 2003/11/27 08:37:00 PST FreeBSD src repository Modified files: (Branch: RELENG_4_6) . UPDATING sys/conf newvers.sh contrib/bind Version contrib/bind/bin/named ns_resp.c Log: Correct a remote denial-of-service attack in named(8). Revision Changes Path 1.73.2.68.2.56 +3 -0 src/UPDATING 1.1.1.3.2.6.2.2 +1 -1 src/contrib/bind/Version 1.1.1.2.2.6.2.3 +9 -3 src/contrib/bind/bin/named/ns_resp.c 1.44.2.23.2.44 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Nov 27 08:38:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 520DB16A4CE; Thu, 27 Nov 2003 08:38:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A37043FBF; Thu, 27 Nov 2003 08:38:36 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARGcaXJ016783; Thu, 27 Nov 2003 08:38:36 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARGcanK016782; Thu, 27 Nov 2003 08:38:36 -0800 (PST) (envelope-from nectar) Message-Id: <200311271638.hARGcanK016782@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 27 Nov 2003 08:38:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_5 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/contrib/bind Version src/contrib/bind/bin/named ns_resp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 16:38:37 -0000 nectar 2003/11/27 08:38:36 PST FreeBSD src repository Modified files: (Branch: RELENG_4_5) . UPDATING sys/conf newvers.sh contrib/bind Version contrib/bind/bin/named ns_resp.c Log: Correct a remote denial-of-service attack in named(8). Revision Changes Path 1.73.2.50.2.54 +3 -0 src/UPDATING 1.1.1.3.2.4.4.2 +1 -1 src/contrib/bind/Version 1.1.1.2.2.4.4.3 +9 -3 src/contrib/bind/bin/named/ns_resp.c 1.44.2.20.2.38 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Nov 27 08:40:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF6B16A4CE; Thu, 27 Nov 2003 08:40:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01B2743FDF; Thu, 27 Nov 2003 08:40:04 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARGe3XJ016899; Thu, 27 Nov 2003 08:40:03 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARGe3TU016898; Thu, 27 Nov 2003 08:40:03 -0800 (PST) (envelope-from nectar) Message-Id: <200311271640.hARGe3TU016898@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 27 Nov 2003 08:40:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_4 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/contrib/bind Version src/contrib/bind/bin/named ns_resp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 16:40:04 -0000 nectar 2003/11/27 08:40:03 PST FreeBSD src repository Modified files: (Branch: RELENG_4_4) . UPDATING sys/conf newvers.sh contrib/bind Version contrib/bind/bin/named ns_resp.c Log: Correct a remote denial-of-service attack in named(8). Revision Changes Path 1.73.2.43.2.55 +3 -0 src/UPDATING 1.1.1.3.2.4.2.2 +1 -1 src/contrib/bind/Version 1.1.1.2.2.4.2.3 +9 -3 src/contrib/bind/bin/named/ns_resp.c 1.44.2.17.2.46 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Nov 27 08:54:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D7EC16A4CE; Thu, 27 Nov 2003 08:54:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBC143FB1; Thu, 27 Nov 2003 08:54:01 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARGs1XJ023051; Thu, 27 Nov 2003 08:54:01 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARGs1cQ023050; Thu, 27 Nov 2003 08:54:01 -0800 (PST) (envelope-from nectar) Message-Id: <200311271654.hARGs1cQ023050@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 27 Nov 2003 08:54:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_0 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/contrib/bind Version src/contrib/bind/bin/named ns_resp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 16:54:05 -0000 nectar 2003/11/27 08:54:01 PST FreeBSD src repository Modified files: (Branch: RELENG_5_0) . UPDATING sys/conf newvers.sh contrib/bind Version contrib/bind/bin/named ns_resp.c Log: Correct a remote denial-of-service attack in named(8). Revision Changes Path 1.229.2.25 +3 -0 src/UPDATING 1.1.1.10.2.1 +1 -1 src/contrib/bind/Version 1.1.1.10.2.1 +9 -3 src/contrib/bind/bin/named/ns_resp.c 1.48.2.20 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Nov 27 09:20:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4547316A4CE; Thu, 27 Nov 2003 09:20:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB9C43FA3; Thu, 27 Nov 2003 09:20:44 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARHKiXJ024827; Thu, 27 Nov 2003 09:20:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARHKi2v024826; Thu, 27 Nov 2003 09:20:44 -0800 (PST) (envelope-from peter) Message-Id: <200311271720.hARHKi2v024826@repoman.freebsd.org> From: Peter Wemm Date: Thu, 27 Nov 2003 09:20:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 support.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 17:20:45 -0000 peter 2003/11/27 09:20:44 PST FreeBSD src repository Modified files: sys/amd64/amd64 support.S Log: Fix i386 apic support merge botch. sizeof(long) is 8, not 4. This fixes the annoying 'sysctl: hw.intrcnt: out of memory' error message in systat. Approved by: re (rwatson) Revision Changes Path 1.105 +1 -1 src/sys/amd64/amd64/support.S From owner-cvs-src@FreeBSD.ORG Thu Nov 27 10:04:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19CA016A4CE; Thu, 27 Nov 2003 10:04:46 -0800 (PST) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A2F43FA3; Thu, 27 Nov 2003 10:04:43 -0800 (PST) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smtp3.sentex.ca (8.12.9p2/8.12.9) with ESMTP id hARI4cm5006687; Thu, 27 Nov 2003 13:04:38 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.9p2/8.12.9) with ESMTP id hARI4cUr059797; Thu, 27 Nov 2003 13:04:39 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.0.1.1.0.20031127130920.04d32c90@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Thu, 27 Nov 2003 13:09:35 -0500 To: Jacques Vidrine , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org From: Mike Tancsa In-Reply-To: <200311271640.hARGe3TU016898@repoman.freebsd.org> References: <200311271640.hARGe3TU016898@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/contrib/bind Version src/contrib/bind/bin/named ns_resp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 18:04:46 -0000 Hi, No RELENG_4 ? ---Mike At 11:40 AM 27/11/2003, Jacques Vidrine wrote: >nectar 2003/11/27 08:40:03 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4_4) > . UPDATING > sys/conf newvers.sh > contrib/bind Version > contrib/bind/bin/named ns_resp.c > Log: > Correct a remote denial-of-service attack in named(8). > > Revision Changes Path > 1.73.2.43.2.55 +3 -0 src/UPDATING > 1.1.1.3.2.4.2.2 +1 -1 src/contrib/bind/Version > 1.1.1.2.2.4.2.3 +9 -3 src/contrib/bind/bin/named/ns_resp.c > 1.44.2.17.2.46 +1 -1 src/sys/conf/newvers.sh >_______________________________________________ >cvs-all@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/cvs-all >To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Thu Nov 27 10:24:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3678316A4CE; Thu, 27 Nov 2003 10:24:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A7F143FCB; Thu, 27 Nov 2003 10:24:44 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARIOiXJ027740; Thu, 27 Nov 2003 10:24:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARIOihd027739; Thu, 27 Nov 2003 10:24:44 -0800 (PST) (envelope-from peter) Message-Id: <200311271824.hARIOihd027739@repoman.freebsd.org> From: Peter Wemm Date: Thu, 27 Nov 2003 10:24:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml src/release/doc/en_US.ISO8859-1/hardware/common install.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 18:24:45 -0000 peter 2003/11/27 10:24:44 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/installation/common install.sgml Log: Update for amd64 so that the devices list is a bit more complete and there are not quite so many blank sections. Approved by: bmah Revision Changes Path 1.3 +6 -5 src/release/doc/en_US.ISO8859-1/hardware/amd64/proc-amd64.sgml 1.201 +156 -156 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.21 +18 -7 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml From owner-cvs-src@FreeBSD.ORG Thu Nov 27 10:38:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1507216A4CE; Thu, 27 Nov 2003 10:38:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DBB43FE9; Thu, 27 Nov 2003 10:38:40 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARIceXJ028283; Thu, 27 Nov 2003 10:38:40 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARIcdrQ028282; Thu, 27 Nov 2003 10:38:39 -0800 (PST) (envelope-from peter) Message-Id: <200311271838.hARIcdrQ028282@repoman.freebsd.org> From: Peter Wemm Date: Thu, 27 Nov 2003 10:38:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common install.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 18:38:41 -0000 peter 2003/11/27 10:38:39 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/installation/common install.sgml Log: Mention that floppy based installs are not supported on amd64 systems rather than leaving the section blank. This was left out of the last commit by accident. Approved by: bmah Revision Changes Path 1.22 +3 -0 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml From owner-cvs-src@FreeBSD.ORG Thu Nov 27 11:09:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C3216A4CE; Thu, 27 Nov 2003 11:09:56 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C78C43FDF; Thu, 27 Nov 2003 11:09:55 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hARJ9rHQ078816 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 27 Nov 2003 11:09:54 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Thu, 27 Nov 2003 11:12:34 -0800 User-Agent: KMail/1.5.3 References: <200311270940.hAR9eEIx089417@repoman.freebsd.org> In-Reply-To: <200311270940.hAR9eEIx089417@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311271112.34831.sam@errno.com> Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 19:09:56 -0000 On Thursday 27 November 2003 01:40 am, Andre Oppermann wrote: > andre 2003/11/27 01:40:14 PST > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw2.c > Log: > Fix verify_rev_path() function. The author of this function tried to > cut corners which completely broke down when the routing table locking > was introduced. The locking actually was unrelated to the problem. The problem was that the code held a reference to a routing table entry w/o bumping the reference count. The bug was identified because RTFREE (via RTFREE_LOCKED) zero's the argument after freeing the reference to safeguard "use after free" bugs. This however zero'd the pointer that was being held in static memory as a cache and broke the logic of the code. This in turn broke the expected behaviour and caused someone to notice something was wrong. The existing code was a potential landmine because there was no guarantee the held reference was valid. I note that this same problem exists in -stable... Sam From owner-cvs-src@FreeBSD.ORG Thu Nov 27 11:51:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE6E716A4CE; Thu, 27 Nov 2003 11:51:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D20843F85; Thu, 27 Nov 2003 11:51:45 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARJpjXJ031879; Thu, 27 Nov 2003 11:51:45 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARJpilZ031878; Thu, 27 Nov 2003 11:51:44 -0800 (PST) (envelope-from matk) Message-Id: <200311271951.hARJpilZ031878@repoman.freebsd.org> From: Mathew Kanner Date: Thu, 27 Nov 2003 11:51:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm buffer.c buffer.h channel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 19:51:46 -0000 matk 2003/11/27 11:51:44 PST FreeBSD src repository Modified files: sys/dev/sound/pcm buffer.c buffer.h channel.c Log: Fix a panic due to holding a lock over calls to uiomove. Pointed out by: Artur Poplawski Explained by: Don Lewis (truckman) Approved by: tanimura (mentor) Approved by: scottl (re) Revision Changes Path 1.21 +0 -27 src/sys/dev/sound/pcm/buffer.c 1.8 +0 -1 src/sys/dev/sound/pcm/buffer.h 1.92 +39 -2 src/sys/dev/sound/pcm/channel.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 12:11:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C34FC16A4CE; Thu, 27 Nov 2003 12:11:38 -0800 (PST) Received: from mail.tcoip.com.br (erato.tco.net.br [200.220.254.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 230FC43F85; Thu, 27 Nov 2003 12:11:36 -0800 (PST) (envelope-from dcs@tcoip.com.br) Received: from tcoip.com.br ([10.0.2.6]) by mail.tcoip.com.br (8.11.6/8.11.6) with ESMTP id hARKBYb19871; Thu, 27 Nov 2003 18:11:34 -0200 Message-ID: <3FC65A71.3050104@tcoip.com.br> Date: Thu, 27 Nov 2003 18:11:29 -0200 From: "Daniel C. Sobral" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, pt-br, ja MIME-Version: 1.0 To: Bruce M Simpson References: <200311270951.hAR9pT19090236@repoman.freebsd.org> In-Reply-To: <200311270951.hAR9pT19090236@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.network src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 20:11:38 -0000 What if /usr/local is NFS mounted? Bruce M Simpson wrote: > bms 2003/11/27 01:51:29 PST >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_4) > etc rc.network=20 > etc/defaults rc.conf=20 > share/man/man5 rc.conf.5=20 > Log: > Add a means of starting an IKE daemon from the rc system at an approp= riate > time during the boot process. This is needed in the case where NFS mo= unts > from servers reachable only via IPSEC are in /etc/fstab. > =20 > PR: conf/42497 http://www.FreeBSD.org/cgi/query-pr.cgi?p= r=3D42497 > Submitted by: Volker Stolz > =20 > Revision Changes Path > 1.53.2.65 +3 -0 src/etc/defaults/rc.conf > 1.74.2.45 +9 -0 src/etc/rc.network > 1.64.2.54 +40 -0 src/share/man/man5/rc.conf.5 >=20 > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/defaults/rc.conf.diff?&r1= =3D1.53.2.64&r2=3D1.53.2.65&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.network.diff?&r1=3D1.7= 4.2.44&r2=3D1.74.2.45&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/man/man5/rc.conf.5.diff= ?&r1=3D1.64.2.53&r2=3D1.64.2.54&f=3Dh --=20 Daniel C. Sobral Ger=EAncia de Opera=E7=F5es Divis=E3o de Comunica=E7=E3o de Dados Coordena=E7=E3o de Seguran=E7a VIVO Centro Oeste Norte Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: Daniel.Capo@tco.net.br Daniel.Sobral@tcoip.com.br dcs@tcoip.com.br From owner-cvs-src@FreeBSD.ORG Thu Nov 27 12:23:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA51B16A4CE; Thu, 27 Nov 2003 12:23:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B29B43F75; Thu, 27 Nov 2003 12:23:33 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARKNWXJ033759; Thu, 27 Nov 2003 12:23:32 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARKNWiE033758; Thu, 27 Nov 2003 12:23:32 -0800 (PST) (envelope-from phk) Message-Id: <200311272023.hARKNWiE033758@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 27 Nov 2003 12:23:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 led.4 src/sys/dev/led led.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 20:23:33 -0000 phk 2003/11/27 12:23:32 PST FreeBSD src repository Modified files: share/man/man4 led.4 sys/dev/led led.c Log: Improve semantics of the 'sequence' command to led(4) devices: use lowercase for off and upper case for on. Approved by: re@ Revision Changes Path 1.3 +2 -2 src/share/man/man4/led.4 1.4 +12 -12 src/sys/dev/led/led.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 12:27:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A8816A4CE; Thu, 27 Nov 2003 12:27:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC0643FE1; Thu, 27 Nov 2003 12:27:29 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARKRTXJ033928; Thu, 27 Nov 2003 12:27:29 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARKRTS2033927; Thu, 27 Nov 2003 12:27:29 -0800 (PST) (envelope-from phk) Message-Id: <200311272027.hARKRTS2033927@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 27 Nov 2003 12:27:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 elan-mmcr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 20:27:30 -0000 phk 2003/11/27 12:27:29 PST FreeBSD src repository Modified files: sys/i386/i386 elan-mmcr.c Log: Refactor AMD Elan 520 CPU support. Make it possible to configure GPIO pins as led(4) devices, PPS inputs and PPS-echo outputs with a sysctl. Led(4) and PPS-echo can be configured for active-high or active-low. Be more complete in initialization of timecounter hardware. Approved by: re@ Revision Changes Path 1.21 +222 -61 src/sys/i386/i386/elan-mmcr.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 12:28:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC7216A4CE; Thu, 27 Nov 2003 12:28:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DEEF43FD7; Thu, 27 Nov 2003 12:28:26 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARKSPXJ034005; Thu, 27 Nov 2003 12:28:25 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARKSPkc034004; Thu, 27 Nov 2003 12:28:25 -0800 (PST) (envelope-from phk) Message-Id: <200311272028.hARKSPkc034004@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 27 Nov 2003 12:28:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 CPU_ELAN.4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 20:28:26 -0000 phk 2003/11/27 12:28:25 PST FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile Added files: share/man/man4/man4.i386 CPU_ELAN.4 Log: Add manual page for CPU_ELAN, CPU_SOEKRIS and related options for the Elan 520 CPU chip. Approved by: re@ Revision Changes Path 1.1 +111 -0 src/share/man/man4/man4.i386/CPU_ELAN.4 (new) 1.151 +2 -1 src/share/man/man4/man4.i386/Makefile From owner-cvs-src@FreeBSD.ORG Thu Nov 27 12:54:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F84416A4CE; Thu, 27 Nov 2003 12:54:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7934F43FDF; Thu, 27 Nov 2003 12:54:52 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hARKsqXJ040666; Thu, 27 Nov 2003 12:54:52 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hARKspvr040665; Thu, 27 Nov 2003 12:54:51 -0800 (PST) (envelope-from phk) Message-Id: <200311272054.hARKspvr040665@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 27 Nov 2003 12:54:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gbde gbde.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 20:54:53 -0000 phk 2003/11/27 12:54:51 PST FreeBSD src repository Modified files: sbin/gbde gbde.8 Log: Clarify that the encrypted device is called foo.bde and mention that unmounting it before detaching GBDE is a good idea. Insisted on by: Flemming Jacobsen Approveed by: re@ Revision Changes Path 1.10 +9 -0 src/sbin/gbde/gbde.8 From owner-cvs-src@FreeBSD.ORG Thu Nov 27 13:31:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB7916A4CE; Thu, 27 Nov 2003 13:31:17 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0594C43F93; Thu, 27 Nov 2003 13:31:15 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 662F1651FC; Thu, 27 Nov 2003 21:31:13 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 75868-02; Thu, 27 Nov 2003 21:31:13 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 9E732651FA; Thu, 27 Nov 2003 21:31:12 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 43CD01D; Thu, 27 Nov 2003 21:31:10 +0000 (GMT) Date: Thu, 27 Nov 2003 21:31:10 +0000 From: Bruce M Simpson To: "Daniel C. Sobral" Message-ID: <20031127213110.GA76702@saboteur.dek.spc.org> Mail-Followup-To: "Daniel C. Sobral" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311270951.hAR9pT19090236@repoman.freebsd.org> <3FC65A71.3050104@tcoip.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FC65A71.3050104@tcoip.com.br> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.network src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 21:31:18 -0000 On Thu, Nov 27, 2003 at 06:11:29PM -0200, Daniel C. Sobral wrote: > What if /usr/local is NFS mounted? Up to the user where they put their isakmpd or racoon package. It is, after all, relocatable for such a reason. This merely brings in the infrastructure to make running it possible at the right time. This would certainly be the case in an embedded [wireless] system. Regards, BMS From owner-cvs-src@FreeBSD.ORG Thu Nov 27 13:32:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 427C416A4CE; Thu, 27 Nov 2003 13:32:12 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9427E43FBD; Thu, 27 Nov 2003 13:32:10 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id D50BF651FC; Thu, 27 Nov 2003 21:32:09 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 75868-02-3; Thu, 27 Nov 2003 21:32:09 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 75CB2651FA; Thu, 27 Nov 2003 21:32:09 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id B17531D; Thu, 27 Nov 2003 21:32:08 +0000 (GMT) Date: Thu, 27 Nov 2003 21:32:08 +0000 From: Bruce M Simpson To: Poul-Henning Kamp Message-ID: <20031127213208.GB76702@saboteur.dek.spc.org> Mail-Followup-To: Poul-Henning Kamp , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311272027.hARKRTS2033927@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311272027.hARKRTS2033927@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 elan-mmcr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 21:32:12 -0000 On Thu, Nov 27, 2003 at 12:27:29PM -0800, Poul-Henning Kamp wrote: > Log: > Refactor AMD Elan 520 CPU support. Thank you for the updated Soekris support! BMS From owner-cvs-src@FreeBSD.ORG Thu Nov 27 20:19:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3709716A4CE; Thu, 27 Nov 2003 20:19:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D8EC43FCB; Thu, 27 Nov 2003 20:19:42 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS4JgXJ070967; Thu, 27 Nov 2003 20:19:42 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAS4Jfbt070966; Thu, 27 Nov 2003 20:19:41 -0800 (PST) (envelope-from sam) Message-Id: <200311280419.hAS4Jfbt070966@repoman.freebsd.org> From: Sam Leffler Date: Thu, 27 Nov 2003 20:19:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netatalk at_control.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 04:19:43 -0000 sam 2003/11/27 20:19:41 PST FreeBSD src repository Modified files: sys/netatalk at_control.c Log: Eliminate a duplicate free when deleting an interface address. This caused crashes, typically during shutdown, because the second free referenced a mutex that had been destroyed. Tested by: several Approved by: re (scottl) Revision Changes Path 1.35 +1 -11 src/sys/netatalk/at_control.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 21:28:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C8C016A4CE; Thu, 27 Nov 2003 21:28:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F3843FE1; Thu, 27 Nov 2003 21:28:31 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS5SUXJ080024; Thu, 27 Nov 2003 21:28:30 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAS5SUBd080023; Thu, 27 Nov 2003 21:28:30 -0800 (PST) (envelope-from imp) Message-Id: <200311280528.hAS5SUBd080023@repoman.freebsd.org> From: Warner Losh Date: Thu, 27 Nov 2003 21:28:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 05:28:32 -0000 imp 2003/11/27 21:28:30 PST FreeBSD src repository Modified files: sys/dev/aic7xxx ahc_pci.c ahd_pci.c sys/dev/ath if_ath_pci.c sys/dev/firewire fwohci_pci.c sys/dev/fxp if_fxp.c sys/dev/puc puc_pci.c sys/dev/re if_re.c sys/dev/sio sio_pci.c sys/dev/uart uart_bus_pci.c sys/dev/usb ehci_pci.c ohci_pci.c uhci_pci.c sys/pci if_dc.c if_rl.c if_xl.c Log: Sometimes cardbus attachments don't attach, so while we track down this problem put these lines back in. While they should be unnecessary, they appear to be sometimes necessary. Reviewed in concept: dfr Approved by: re (scottl@) Revision Changes Path 1.59 +2 -1 src/sys/dev/aic7xxx/ahc_pci.c 1.14 +2 -1 src/sys/dev/aic7xxx/ahd_pci.c 1.6 +1 -0 src/sys/dev/ath/if_ath_pci.c 1.36 +1 -0 src/sys/dev/firewire/fwohci_pci.c 1.198 +1 -0 src/sys/dev/fxp/if_fxp.c 1.9 +1 -0 src/sys/dev/puc/puc_pci.c 1.16 +1 -0 src/sys/dev/re/if_re.c 1.15 +1 -0 src/sys/dev/sio/sio_pci.c 1.4 +1 -0 src/sys/dev/uart/uart_bus_pci.c 1.8 +1 -0 src/sys/dev/usb/ehci_pci.c 1.36 +1 -0 src/sys/dev/usb/ohci_pci.c 1.51 +1 -0 src/sys/dev/usb/uhci_pci.c 1.136 +1 -0 src/sys/pci/if_dc.c 1.126 +1 -0 src/sys/pci/if_rl.c 1.162 +1 -0 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Thu Nov 27 22:41:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80E9216A4CE; Thu, 27 Nov 2003 22:41:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0B343F75; Thu, 27 Nov 2003 22:41:33 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS6fXXJ083325; Thu, 27 Nov 2003 22:41:33 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAS6fXcf083324; Thu, 27 Nov 2003 22:41:33 -0800 (PST) (envelope-from silby) Message-Id: <200311280641.hAS6fXcf083324@repoman.freebsd.org> From: Mike Silbersack Date: Thu, 27 Nov 2003 22:41:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys listen.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 06:41:34 -0000 silby 2003/11/27 22:41:33 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys listen.2 Log: MFC rev 1.27: Document that listen() can return EINVAL now. Revision Changes Path 1.12.2.10 +2 -0 src/lib/libc/sys/listen.2 From owner-cvs-src@FreeBSD.ORG Fri Nov 28 00:51:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFAFE16A4CE; Fri, 28 Nov 2003 00:51:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4296B43F3F; Fri, 28 Nov 2003 00:51:55 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS8ptXJ094821; Fri, 28 Nov 2003 00:51:55 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAS8ps6M094820; Fri, 28 Nov 2003 00:51:54 -0800 (PST) (envelope-from ru) Message-Id: <200311280851.hAS8ps6M094820@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 28 Nov 2003 00:51:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/conf GENERIC LINT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 08:51:56 -0000 ru 2003/11/28 00:51:54 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC LINT Log: Hook up the pst(4) driver. Reviewed by: sos Revision Changes Path 1.246.2.55 +1 -0 src/sys/i386/conf/GENERIC 1.749.2.157 +1 -0 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Fri Nov 28 00:58:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA41116A4CE; Fri, 28 Nov 2003 00:58:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C52F43FB1; Fri, 28 Nov 2003 00:58:45 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS8wiXJ095056; Fri, 28 Nov 2003 00:58:44 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAS8wij4095055; Fri, 28 Nov 2003 00:58:44 -0800 (PST) (envelope-from ru) Message-Id: <200311280858.hAS8wij4095055@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 28 Nov 2003 00:58:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/release chk_dokern.sh_and_drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 08:58:45 -0000 ru 2003/11/28 00:58:44 PST FreeBSD src repository Modified files: tools/tools/release chk_dokern.sh_and_drivers.conf Log: Understand the old pseudo-device config(8) file directive, for 4.x. Revision Changes Path 1.2 +2 -2 src/tools/tools/release/chk_dokern.sh_and_drivers.conf From owner-cvs-src@FreeBSD.ORG Fri Nov 28 02:24:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D39616A4CE; Fri, 28 Nov 2003 02:24:38 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F9543FA3; Fri, 28 Nov 2003 02:24:35 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hASAOXvq074309 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 28 Nov 2003 11:24:33 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hASAOWdK074308; Fri, 28 Nov 2003 11:24:32 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hASANuKm021607; Fri, 28 Nov 2003 11:24:00 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hASANuKL021606; Fri, 28 Nov 2003 11:23:56 +0100 (CET) (envelope-from andreas) Date: Fri, 28 Nov 2003 11:23:56 +0100 From: Andreas Klemm To: Warner Losh Message-ID: <20031128102356.GA21515@titan.klemm.apsfilter.org> References: <200311280528.hAS5SUBd080023@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311280528.hAS5SUBd080023@repoman.freebsd.org> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 10:24:38 -0000 On Thu, Nov 27, 2003 at 09:28:30PM -0800, Warner Losh wrote: > imp 2003/11/27 21:28:30 PST > > FreeBSD src repository > > Modified files: > sys/dev/aic7xxx ahc_pci.c ahd_pci.c > sys/dev/ath if_ath_pci.c > sys/dev/firewire fwohci_pci.c > sys/dev/fxp if_fxp.c > sys/dev/puc puc_pci.c > sys/dev/re if_re.c > sys/dev/sio sio_pci.c > sys/dev/uart uart_bus_pci.c > sys/dev/usb ehci_pci.c ohci_pci.c uhci_pci.c > sys/pci if_dc.c if_rl.c if_xl.c > Log: > Sometimes cardbus attachments don't attach, so while we track down > this problem put these lines back in. While they should be > unnecessary, they appear to be sometimes necessary. This reminds me about one problem with my DELL Latitude D600 notebook that is still unsolved in -current of 1-2 weeks ago. Maybe your commit is related to that problem ... I'll test ... The internal broadcom 10/100/1000 works fine, no problem. But .. if I add a 2nd Ethernet cardbus PCMCIA card and boot the device or - if I remember right - simply plug in the 3COM card into the PCMCIA slot, then PHY won't be found for the bge0 interface anymore... And the xl0 interface doesn't show up as well. In a Toshiba 4360 Satellite PRO the same 3COM PCMCIA card ran fine with the xl driver under -current (3CCFE575BT-D). Anyway I'll update -current on my LAPTOP this evening and then I hope everything runs fine or I'll do a PR. I can give a ssh account to everybody who is willed to track down remaining cardbus PCMCIA problems. Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-src@FreeBSD.ORG Fri Nov 28 02:41:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B433F16A4CE; Fri, 28 Nov 2003 02:41:14 -0800 (PST) Received: from mail.tcoip.com.br (erato.tco.net.br [200.220.254.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B601343FBF; Fri, 28 Nov 2003 02:41:11 -0800 (PST) (envelope-from dcs@tcoip.com.br) Received: from tcoip.com.br ([10.0.2.6]) by mail.tcoip.com.br (8.11.6/8.11.6) with ESMTP id hASAf4b02856; Fri, 28 Nov 2003 08:41:04 -0200 Message-ID: <3FC72640.9060305@tcoip.com.br> Date: Fri, 28 Nov 2003 08:41:04 -0200 From: "Daniel C. Sobral" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, pt-br, ja MIME-Version: 1.0 To: Bruce M Simpson References: <200311270951.hAR9pT19090236@repoman.freebsd.org> <3FC65A71.3050104@tcoip.com.br> <20031127213110.GA76702@saboteur.dek.spc.org> In-Reply-To: <20031127213110.GA76702@saboteur.dek.spc.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.network src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 10:41:14 -0000 Bruce M Simpson wrote: >>What if /usr/local is NFS mounted? >=20 > Up to the user where they put their isakmpd or racoon package. It is, a= fter > all, relocatable for such a reason. This merely brings in the infrastru= cture > to make running it possible at the right time. >=20 > This would certainly be the case in an embedded [wireless] system. I'm sorry, but I think an NFS mounted /usr is far more common than an=20 NFS directory mounted over IPSEC. I advance that this commit priviledges = an unusual setup over a more common one. We do install isakmpd on=20 /usr/local by default, after all. If a directory depends on isakmpd=20 being up, it shouldn't be auto-mounted through fstab, IMHO. But, alas, what rcNG *does not* do, which is it's greatest flaw IMO, is=20 taking into account network dependencies correctly. Network dependencies = change too much to have it statically ordered, beyond a certain point. One example is the case above. There are reasonable grounds for wanting=20 isakmpd to be up both before and after NFS. Before if you want to mount=20 NFS through IPSEC, and after if you keep isakmpd NFS-mounted, and=20 doesn't care for encrypted NFS mounts. Another example is dynamic routers and ntpd. OSPF is very=20 time-sensitive, and clock changes can play hell with the routing tables, = so ntpd ought to be up before OSPF (or ntpdate ran before OSPF is=20 brought up), which is no trouble if you have specialized hardware for=20 synching the clock. OTOH, the route to ntpd servers might not be up=20 before OSPF is run, and ntpd is completely incapable of handling=20 non-existent routes (it gets stuck forever on using an incorrect=20 interface, and has to be restarted). Sorry for the rant. :-( I could never think of a solution to this=20 problem, and whenever I see a commit where I can see one wanting to do=20 things in the very opposite order... it upsets me. :-( --=20 Daniel C. Sobral Ger=EAncia de Opera=E7=F5es Divis=E3o de Comunica=E7=E3o de Dados Coordena=E7=E3o de Seguran=E7a VIVO Centro Oeste Norte Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: Daniel.Capo@tco.net.br Daniel.Sobral@tcoip.com.br dcs@tcoip.com.br From owner-cvs-src@FreeBSD.ORG Fri Nov 28 06:34:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC9F16A4CE; Fri, 28 Nov 2003 06:34:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0302743FBF; Fri, 28 Nov 2003 06:34:43 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASEYgXJ017247; Fri, 28 Nov 2003 06:34:42 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASEYgTw017246; Fri, 28 Nov 2003 06:34:42 -0800 (PST) (envelope-from ume) Message-Id: <200311281434.hASEYgTw017246@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 28 Nov 2003 06:34:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netkey key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 14:34:44 -0000 ume 2003/11/28 06:34:42 PST FreeBSD src repository Modified files: sys/netkey key.c Log: missing splx. this is a NOOP change, and primarily merged for consistency with -STABLE. Approved by: re (rwatson) Revision Changes Path 1.60 +1 -0 src/sys/netkey/key.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 06:42:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB77C16A4CF; Fri, 28 Nov 2003 06:42:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58EA443FA3; Fri, 28 Nov 2003 06:42:23 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASEgNXJ017568; Fri, 28 Nov 2003 06:42:23 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASEgNUd017567; Fri, 28 Nov 2003 06:42:23 -0800 (PST) (envelope-from ume) Message-Id: <200311281442.hASEgNUd017567@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 28 Nov 2003 06:42:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netkey key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 14:42:33 -0000 ume 2003/11/28 06:42:23 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netkey key.c Log: MFC 1.60: missing splx. Revision Changes Path 1.16.2.14 +1 -0 src/sys/netkey/key.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 06:52:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8241216A4CE; Fri, 28 Nov 2003 06:52:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C1EC43FCB; Fri, 28 Nov 2003 06:52:53 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASEqrXJ017942; Fri, 28 Nov 2003 06:52:53 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASEqqhp017941; Fri, 28 Nov 2003 06:52:52 -0800 (PST) (envelope-from ume) Message-Id: <200311281452.hASEqqhp017941@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 28 Nov 2003 06:52:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet6 esp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 14:52:54 -0000 ume 2003/11/28 06:52:52 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet6 esp_input.c Log: MFC 1.23: correct stat to increment. Revision Changes Path 1.1.2.9 +1 -1 src/sys/netinet6/esp_input.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 06:54:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFEA016A4CE; Fri, 28 Nov 2003 06:54:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E1243FE5; Fri, 28 Nov 2003 06:54:26 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASEsQXJ018029; Fri, 28 Nov 2003 06:54:26 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASEsQcI018028; Fri, 28 Nov 2003 06:54:26 -0800 (PST) (envelope-from ume) Message-Id: <200311281454.hASEsQcI018028@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 28 Nov 2003 06:54:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet6 esp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 14:54:28 -0000 ume 2003/11/28 06:54:26 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet6 esp_output.c Log: MFC 1.11: fixed a bug comparing sav->key_auth and SADB_AALG_NONE. Revision Changes Path 1.1.2.5 +1 -1 src/sys/netinet6/esp_output.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 07:09:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A5BB16A4CE; Fri, 28 Nov 2003 07:09:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C352643F75; Fri, 28 Nov 2003 07:09:03 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASF93XJ019402; Fri, 28 Nov 2003 07:09:03 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASF93hA019401; Fri, 28 Nov 2003 07:09:03 -0800 (PST) (envelope-from ume) Message-Id: <200311281509.hASF93hA019401@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 28 Nov 2003 07:09:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 15:09:04 -0000 ume 2003/11/28 07:09:03 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/net if.c Log: MFC 1.167: AF_LINK sockaddr has to be attached to ifp->if_addrlist until the end, as many of the code assumes that TAILQ_FIRST(ifp->if_addrlist) is non-null. Revision Changes Path 1.85.2.25 +11 -3 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 08:33:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A302A16A4CE; Fri, 28 Nov 2003 08:33:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7873043FE0; Fri, 28 Nov 2003 08:33:03 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASGX3XJ022896; Fri, 28 Nov 2003 08:33:03 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASGX3Lq022893; Fri, 28 Nov 2003 08:33:03 -0800 (PST) (envelope-from andre) Message-Id: <200311281633.hASGX3Lq022893@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 28 Nov 2003 08:33:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_hostcache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 16:33:09 -0000 andre 2003/11/28 08:33:03 PST FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Fix an optimization where I made an ifdef'd out section to broad. When the hostcache bucket limit is reached the last bucket wasn't removed from the bucket row but inserted a few lines later at the bucket row head again. This leads to infinite loop when the same bucket row is accessed the next time for a lookup/insert or purge action. Tested by: imp, Matt Smith Approved by: re (rwatson) Revision Changes Path 1.2 +4 -4 src/sys/netinet/tcp_hostcache.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 09:28:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB3BD16A4CE; Fri, 28 Nov 2003 09:28:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2632A43F85; Fri, 28 Nov 2003 09:28:43 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHSgXJ031149; Fri, 28 Nov 2003 09:28:42 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASHSgxc031148; Fri, 28 Nov 2003 09:28:42 -0800 (PST) (envelope-from bms) Message-Id: <200311281728.hASHSgxc031148@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 28 Nov 2003 09:28:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d ike src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:28:43 -0000 bms 2003/11/28 09:28:42 PST FreeBSD src repository Modified files: etc/defaults rc.conf Added files: etc/rc.d ike Log: Add a means of starting an IKE daemon from the rc system at an appropriate time during the boot process. This is needed in the case where NFS mounts from servers reachable only via IPSEC are in /etc/fstab. PR: conf/42497 Submitted by: Volker Stolz Approved by: re (rwatson) Revision Changes Path 1.191 +3 -0 src/etc/defaults/rc.conf 1.1 +18 -0 src/etc/rc.d/ike (new) From owner-cvs-src@FreeBSD.ORG Fri Nov 28 09:34:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A8316A4CE; Fri, 28 Nov 2003 09:34:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10DDD43FBD; Fri, 28 Nov 2003 09:34:24 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHYNXJ031383; Fri, 28 Nov 2003 09:34:23 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASHYNgx031382; Fri, 28 Nov 2003 09:34:23 -0800 (PST) (envelope-from bms) Message-Id: <200311281734.hASHYNgx031382@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 28 Nov 2003 09:34:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat if.c netstat.1 route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:34:24 -0000 bms 2003/11/28 09:34:23 PST FreeBSD src repository Modified files: usr.bin/netstat if.c netstat.1 route.c Log: Fix some minor nits in netstat whereby large interface names would be truncated. In environments where many tunnel or vlan interfaces are created, interface names have high numbers which overflow the field width. PRs: bin/52349, bin/35838 Submitted by: Mike Tancsa, Scot W. Hetzel Approved by: re (rwatson) Revision Changes Path 1.55 +16 -4 src/usr.bin/netstat/if.c 1.46 +7 -1 src/usr.bin/netstat/netstat.1 1.72 +2 -2 src/usr.bin/netstat/route.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 09:55:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A9716A4CE; Fri, 28 Nov 2003 09:55:42 -0800 (PST) Received: from cheer.mahoroba.org (flets20-170.kamome.or.jp [218.45.20.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60F943F75; Fri, 28 Nov 2003 09:55:34 -0800 (PST) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:JdIF1A+X1Dn90747EFeCQ4x7p0FW+IdCy0zM8YEHTuBgPSXgLTMLkXfH6G0EeZkS@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)hASHrraj068436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Nov 2003 02:53:53 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 29 Nov 2003 02:55:20 +0900 Message-ID: From: Hajimu UMEMOTO To: Bruce M Simpson In-Reply-To: <200311281728.hASHSgxc031148@repoman.freebsd.org> References: <200311281728.hASHSgxc031148@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.2-BETA MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on cheer.mahoroba.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d ike src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:55:42 -0000 Hi, >>>>> On Fri, 28 Nov 2003 09:28:42 -0800 (PST) >>>>> Bruce M Simpson said: bms> bms 2003/11/28 09:28:42 PST bms> FreeBSD src repository bms> Modified files: bms> etc/defaults rc.conf bms> Added files: bms> etc/rc.d ike bms> Log: bms> Add a means of starting an IKE daemon from the rc system at an appropriate bms> time during the boot process. This is needed in the case where NFS mounts bms> from servers reachable only via IPSEC are in /etc/fstab. While we don't ship IKE daemon, we don't need it on 5-CURRENT. Though 4-STABLE's rc subsystem doesn't have a hook to invoke IKE daemon, 5-CURRENT has nice RCng subsystem. If the port has RCng aware startup script, you can just put it into /etc/rc.d. FYI: I sent a patch for racoon to the maintainer a while ago. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Fri Nov 28 10:03:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1EB816A4CE; Fri, 28 Nov 2003 10:03:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5897143FD7; Fri, 28 Nov 2003 10:03:23 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASI3NXJ033259; Fri, 28 Nov 2003 10:03:23 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASI3Nfe033258; Fri, 28 Nov 2003 10:03:23 -0800 (PST) (envelope-from marcel) Message-Id: <200311281803.hASI3Nfe033258@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 28 Nov 2003 10:03:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 18:03:25 -0000 marcel 2003/11/28 10:03:22 PST FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Do not adjust to the pagesize at runtime. Besides for the one-time initialization overhead, there's a problem in that we never call imalloc() and thus malloc_init() for zero-sized allocations. As a result, malloc(0) returns NULL when it's the first or only malloc in the program. Any non-zero allocation will initialize the malloc code with the side-effect that subsequent zero-sized allocations return a non-NULL pointer. This is because the pointer we return for zero- sized allocations is calculated from malloc_pageshift, which needs to be initialized at runtime on ia64. The result of the inconsistent behaviour described above is that configure scripts failed the test for a GNU compatible malloc. This resulted in a lot of broken ports. Other, even simpler, solutions were possible as well: 1. initialize malloc_pageshift with some non-zero value (say 13 for 8KB pages) and keep the runtime adjustment. 2. Stop using malloc_pageshift to calculate ZEROSIZEPTR. Removal of the runtime adjustment was chosen because then ia64 is the same as any other platform. It is not to say that using a page size obtained at runtime is bad per se. It's that there's currently a high level of gratuity for its existence and the moment it causes problems is the moment you need to get rid of it. Hence, it's not unthinkable that this commit is (partially) reverted some time in the future when we do have a good reason for it and a good way to achieve it. Approved by: re@ (rwatson) Reported by: kris (portmgr@) -- may the ports be with you Revision Changes Path 1.84 +2 -8 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 10:09:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F8216A4CE; Fri, 28 Nov 2003 10:09:05 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52CAB43FA3; Fri, 28 Nov 2003 10:09:04 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id hASI92gS009882; Fri, 28 Nov 2003 19:09:02 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Marcel Moolenaar From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 28 Nov 2003 10:03:22 PST." <200311281803.hASI3Nfe033258@repoman.freebsd.org> Date: Fri, 28 Nov 2003 19:09:02 +0100 Message-ID: <9881.1070042942@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 18:09:05 -0000 In message <200311281803.hASI3Nfe033258@repoman.freebsd.org>, Marcel Moolenaar writes: >marcel 2003/11/28 10:03:22 PST > > FreeBSD src repository > > Modified files: > lib/libc/stdlib malloc.c > Log: > Do not adjust to the pagesize at runtime. Thankyou! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Fri Nov 28 10:44:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F67516A4CE; Fri, 28 Nov 2003 10:44:15 -0800 (PST) Received: from cheer.mahoroba.org (flets20-170.kamome.or.jp [218.45.20.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B1543FBF; Fri, 28 Nov 2003 10:44:13 -0800 (PST) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:y11IR1nd5VmZrAekrQTELXJotc5ixb7iZP11jhld3Sa1wsnAkS20JPRwqtDsQjid@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)hASIgVaj008928 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Nov 2003 03:42:31 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 29 Nov 2003 03:43:58 +0900 Message-ID: From: Hajimu UMEMOTO To: Bruce M Simpson In-Reply-To: <20031128181018.GE81432@saboteur.dek.spc.org> References: <200311281728.hASHSgxc031148@repoman.freebsd.org> <20031128181018.GE81432@saboteur.dek.spc.org> User-Agent: xcite1.38> Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.2-BETA MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on cheer.mahoroba.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Hajimu UMEMOTO Subject: Re: cvs commit: src/etc/rc.d ike src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 18:44:15 -0000 Hi, >>>>> On Fri, 28 Nov 2003 18:10:18 +0000 >>>>> Bruce M Simpson said: bms> I don't have a problem with backing this out if such an RCng script exists, bms> and if there's sufficient strength of feeling about the issue. However, bms> isakmpd doesn't ship with an rc script at this time. How about this? Index: isakmpd/Makefile diff -u isakmpd/Makefile.orig isakmpd/Makefile --- isakmpd/Makefile.orig Sat Oct 18 01:08:03 2003 +++ isakmpd/Makefile Sat Nov 29 03:26:37 2003 @@ -27,6 +27,7 @@ BUILD_DEPENDS+= keynote:${PORTSDIR}/security/keynote .endif +USE_RC_SUBR= yes USE_OPENSSL= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/isakmpd @@ -36,9 +37,17 @@ MAN8= certpatch.8 isakmpd.8 MANCOMPRESSED= yes +RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ + RC_SUBR=${RC_SUBR} + post-patch: .for f in conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 policy.h ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/${f} .endfor + +post-install: + @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ + ${FILESDIR}/isakmpd.sh > ${PREFIX}/etc/rc.d/isakmpd.sh + @${CHMOD} 755 ${PREFIX}/etc/rc.d/isakmpd.sh .include Index: isakmpd/files/isakmpd.sh diff -u /dev/null isakmpd/files/isakmpd.sh --- /dev/null Sat Nov 29 03:36:29 2003 +++ isakmpd/files/isakmpd.sh Sat Nov 29 03:34:07 2003 @@ -0,0 +1,37 @@ +#!/bin/sh + +# Start or stop isakmpd +# $FreeBSD$ + +# PROVIDE: isakmpd +# REQUIRE: root beforenetlkm mountcritlocal +# BEFORE: DAEMON +# KEYWORD: FreeBSD shutdown +# +# NOTE for FreeBSD 5.0+: +# If you want this script to start with the base rc scripts +# move isakmpd.sh to /etc/rc.d/isakmpd + +prefix=%%PREFIX%% + +# Define these isakmpd_* variables in one of these files: +# /etc/rc.conf +# /etc/rc.conf.local +# /etc/rc.conf.d/isakmpd +# +# DO NOT CHANGE THESE DEFAULT VALUES HERE +# +[ -z "$isakmpd_enable" ] && isakmpd_enable="NO" # Enable isakmpd +#isakmpd_program="${prefix}/sbin/isakmpd" # Location of isakmpd +#isakmpd_flags="" # Flags to isakmpd program + +. %%RC_SUBR%% + +name="isakmpd" +rcvar=`set_rcvar` +command="${prefix}/sbin/isakmpd" +pidfile="/var/run/isakmpd.pid" +extra_commands="reload" + +load_rc_config $name +run_rc_command "$1" Index: isakmpd/pkg-plist diff -u isakmpd/pkg-plist.orig isakmpd/pkg-plist --- isakmpd/pkg-plist.orig Thu Sep 11 03:51:14 2003 +++ isakmpd/pkg-plist Sat Nov 29 03:27:31 2003 @@ -1,3 +1,4 @@ +etc/rc.d/isakmpd.sh sbin/certpatch sbin/isakmpd share/examples/isakmpd/VPN-3way-template.conf Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Fri Nov 28 10:47:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E7316A4CE; Fri, 28 Nov 2003 10:47:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC56C43F3F; Fri, 28 Nov 2003 10:47:45 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASIljXJ034774; Fri, 28 Nov 2003 10:47:45 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASIlj7g034773; Fri, 28 Nov 2003 10:47:45 -0800 (PST) (envelope-from rwatson) Message-Id: <200311281847.hASIlj7g034773@repoman.freebsd.org> From: Robert Watson Date: Fri, 28 Nov 2003 10:47:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall config.c install.c menus.c sysinstall.h src/usr.sbin/sysinstall/help security.hlp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 18:47:47 -0000 rwatson 2003/11/28 10:47:45 PST FreeBSD src repository Modified files: usr.sbin/sysinstall config.c install.c menus.c sysinstall.h Removed files: usr.sbin/sysinstall/help security.hlp Log: Remove security profiles from sysinstall. Currently, security profile selection is used to drive two configuration parameters: (1) Default enable/disable for sshd (2) Default enable/disable for securelevels Replace this with an explicit choice to enable/disable sshd. A follow-up commit will add a configuration option to the Security post-install configuration menu to set the securelevel in rc.conf explicitly. This should reduce the level of foot-shooting associated with accidental enabling of securelevels, make the nature and implications of the securelevel configuration options more explicit, as well as make the choice to enable/disable sshd more explicit. Approved by: re (scottl) Revision Changes Path 1.217 +0 -57 src/usr.sbin/sysinstall/config.c 1.5 +0 -10 src/usr.sbin/sysinstall/help/security.hlp (dead) 1.349 +4 -11 src/usr.sbin/sysinstall/install.c 1.383 +1 -17 src/usr.sbin/sysinstall/menus.c 1.253 +0 -4 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src@FreeBSD.ORG Fri Nov 28 10:49:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C7816A4CE; Fri, 28 Nov 2003 10:49:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F8643FA3; Fri, 28 Nov 2003 10:49:00 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASIn0XJ034817; Fri, 28 Nov 2003 10:49:00 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASIn0HS034816; Fri, 28 Nov 2003 10:49:00 -0800 (PST) (envelope-from silby) Message-Id: <200311281849.hASIn0HS034816@repoman.freebsd.org> From: Mike Silbersack Date: Fri, 28 Nov 2003 10:49:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 18:49:01 -0000 silby 2003/11/28 10:49:00 PST FreeBSD src repository Modified files: sys/net bpf.h Log: Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed to mpf are allocated on the stack, which causes this check to falsely trigger. A new check which takes on-stack mbufs into account will be reintroduced after 5.2 is out the door. Approved by: re (watson) Requested by: many Revision Changes Path 1.30 +0 -1 src/sys/net/bpf.h From owner-cvs-src@FreeBSD.ORG Fri Nov 28 11:01:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C340716A4CE; Fri, 28 Nov 2003 11:01:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD3E43F93; Fri, 28 Nov 2003 11:01:30 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASJ1TXJ035598; Fri, 28 Nov 2003 11:01:29 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASJ1TsC035597; Fri, 28 Nov 2003 11:01:29 -0800 (PST) (envelope-from sos) Message-Id: <200311281901.hASJ1TsC035597@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 28 Nov 2003 11:01:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 19:01:31 -0000 sos 2003/11/28 11:01:29 PST FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.h Log: Workaround for errata on early versions of the sii3112. Approved by: re@ Revision Changes Path 1.68 +1 -0 src/sys/dev/ata/ata-all.h 1.48 +6 -2 src/sys/dev/ata/ata-chipset.c 1.123 +5 -3 src/sys/dev/ata/ata-dma.c 1.19 +1 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Fri Nov 28 12:44:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D998F16A4CE; Fri, 28 Nov 2003 12:44:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C14043FEC; Fri, 28 Nov 2003 12:44:26 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASKiQXJ040744; Fri, 28 Nov 2003 12:44:26 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASKiPGU040743; Fri, 28 Nov 2003 12:44:25 -0800 (PST) (envelope-from olgeni) Message-Id: <200311282044.hASKiPGU040743@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 28 Nov 2003 12:44:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 20:44:27 -0000 olgeni 2003/11/28 12:44:25 PST FreeBSD src repository (ports committer) Modified files: usr.sbin/tzsetup tzsetup.c Log: Cosmetic fix: a message was mixed with a dialog box border line. Approved by: re (rwatson) Revision Changes Path 1.25 +1 -1 src/usr.sbin/tzsetup/tzsetup.c From owner-cvs-src@FreeBSD.ORG Fri Nov 28 14:00:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FD2816A4CE; Fri, 28 Nov 2003 14:00:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DC543F3F; Fri, 28 Nov 2003 14:00:01 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASM00XJ049585; Fri, 28 Nov 2003 14:00:00 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASM00V9049584; Fri, 28 Nov 2003 14:00:00 -0800 (PST) (envelope-from dougb) Message-Id: <200311282200.hASM00V9049584@repoman.freebsd.org> From: Doug Barton Date: Fri, 28 Nov 2003 14:00:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ISC Subject: cvs commit: src/contrib/bind - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 22:00:03 -0000 dougb 2003/11/28 14:00:00 PST FreeBSD src repository src/contrib/bind - Imported sources Update of /home/ncvs/src/contrib/bind In directory repoman.freebsd.org:/tmp/cvs-serv49474 Log Message: Import of ISC BIND version 8.3.7 Approved by: re Requested by: security-officer Status: Vendor Tag: ISC Release Tags: v8_3_7 U src/contrib/bind/CHANGES U src/contrib/bind/DNSSEC U src/contrib/bind/INSTALL U src/contrib/bind/LICENSE U src/contrib/bind/Makefile U src/contrib/bind/README U src/contrib/bind/SUPPORT U src/contrib/bind/TODO U src/contrib/bind/Version U src/contrib/bind/bin/Makefile U src/contrib/bind/bin/addr/Makefile U src/contrib/bind/bin/addr/addr.c U src/contrib/bind/bin/dig/Makefile U src/contrib/bind/bin/dig/dig.c U src/contrib/bind/bin/dnskeygen/Makefile U src/contrib/bind/bin/dnskeygen/dnskeygen.c U src/contrib/bind/bin/dnsquery/Makefile U src/contrib/bind/bin/dnsquery/dnsquery.c U src/contrib/bind/bin/host/Makefile U src/contrib/bind/bin/host/host.c U src/contrib/bind/bin/irpd/Makefile U src/contrib/bind/bin/irpd/irpd.c U src/contrib/bind/bin/irpd/irs-irpd.conf U src/contrib/bind/bin/irpd/version.c U src/contrib/bind/bin/mkservdb/Makefile U src/contrib/bind/bin/mkservdb/mkservdb.c U src/contrib/bind/bin/named/Makefile U src/contrib/bind/bin/named/db_defs.h U src/contrib/bind/bin/named/db_dump.c U src/contrib/bind/bin/named/db_func.h U src/contrib/bind/bin/named/db_glob.h U src/contrib/bind/bin/named/db_glue.c U src/contrib/bind/bin/named/db_ixfr.c U src/contrib/bind/bin/named/db_load.c U src/contrib/bind/bin/named/db_lookup.c U src/contrib/bind/bin/named/db_save.c U src/contrib/bind/bin/named/db_sec.c U src/contrib/bind/bin/named/db_tsig.c U src/contrib/bind/bin/named/db_update.c U src/contrib/bind/bin/named/named.conf U src/contrib/bind/bin/named/named.h U src/contrib/bind/bin/named/ns_config.c U src/contrib/bind/bin/named/ns_ctl.c U src/contrib/bind/bin/named/ns_defs.h U src/contrib/bind/bin/named/ns_forw.c U src/contrib/bind/bin/named/ns_func.h U src/contrib/bind/bin/named/ns_glob.h U src/contrib/bind/bin/named/ns_glue.c U src/contrib/bind/bin/named/ns_init.c U src/contrib/bind/bin/named/ns_ixfr.c U src/contrib/bind/bin/named/ns_lexer.c U src/contrib/bind/bin/named/ns_lexer.h U src/contrib/bind/bin/named/ns_main.c U src/contrib/bind/bin/named/ns_maint.c U src/contrib/bind/bin/named/ns_ncache.c U src/contrib/bind/bin/named/ns_notify.c U src/contrib/bind/bin/named/ns_parser.y U src/contrib/bind/bin/named/ns_parseutil.c U src/contrib/bind/bin/named/ns_parseutil.h U src/contrib/bind/bin/named/ns_req.c U src/contrib/bind/bin/named/ns_resp.c U src/contrib/bind/bin/named/ns_signal.c U src/contrib/bind/bin/named/ns_sort.c U src/contrib/bind/bin/named/ns_stats.c U src/contrib/bind/bin/named/ns_udp.c U src/contrib/bind/bin/named/ns_update.c U src/contrib/bind/bin/named/ns_xfr.c U src/contrib/bind/bin/named/pathtemplate.h U src/contrib/bind/bin/named/version.c U src/contrib/bind/bin/named/test/127.0.0.zone U src/contrib/bind/bin/named/test/localhost.zone U src/contrib/bind/bin/named/test/named.conf U src/contrib/bind/bin/named/test/root.hint U src/contrib/bind/bin/named-bootconf/Makefile U src/contrib/bind/bin/named-bootconf/named-bootconf.sh U src/contrib/bind/bin/named-bootconf/test.boot U src/contrib/bind/bin/named-bootconf/Grot/named-bootconf.pl U src/contrib/bind/bin/named-xfer/Makefile U src/contrib/bind/bin/named-xfer/named-xfer.c U src/contrib/bind/bin/ndc/Makefile U src/contrib/bind/bin/ndc/ndc.c U src/contrib/bind/bin/nslookup/Makefile C src/contrib/bind/bin/nslookup/commands.l U src/contrib/bind/bin/nslookup/debug.c U src/contrib/bind/bin/nslookup/getinfo.c U src/contrib/bind/bin/nslookup/list.c U src/contrib/bind/bin/nslookup/main.c U src/contrib/bind/bin/nslookup/nslookup.help U src/contrib/bind/bin/nslookup/pathnames.h U src/contrib/bind/bin/nslookup/res.h U src/contrib/bind/bin/nslookup/send.c U src/contrib/bind/bin/nslookup/skip.c U src/contrib/bind/bin/nslookup/subr.c U src/contrib/bind/bin/nsupdate/Makefile U src/contrib/bind/bin/nsupdate/nsupdate.c U src/contrib/bind/include/Makefile U src/contrib/bind/include/fd_setsize.h U src/contrib/bind/include/hesiod.h U src/contrib/bind/include/irp.h U src/contrib/bind/include/irs.h U src/contrib/bind/include/netdb.h U src/contrib/bind/include/netgroup.h U src/contrib/bind/include/res_update.h U src/contrib/bind/include/resolv.h U src/contrib/bind/include/arpa/Makefile U src/contrib/bind/include/arpa/inet.h U src/contrib/bind/include/arpa/nameser.h U src/contrib/bind/include/arpa/nameser_compat.h U src/contrib/bind/include/isc/Makefile U src/contrib/bind/include/isc/assertions.h U src/contrib/bind/include/isc/ctl.h U src/contrib/bind/include/isc/dst.h U src/contrib/bind/include/isc/eventlib.h U src/contrib/bind/include/isc/heap.h U src/contrib/bind/include/isc/irpmarshall.h U src/contrib/bind/include/isc/list.h U src/contrib/bind/include/isc/logging.h U src/contrib/bind/include/isc/memcluster.h U src/contrib/bind/include/isc/misc.h U src/contrib/bind/include/isc/tree.h U src/contrib/bind/lib/Makefile U src/contrib/bind/lib/dst/Makefile U src/contrib/bind/lib/dst/README U src/contrib/bind/lib/dst/bsafe_link.c U src/contrib/bind/lib/dst/cylink_link.c U src/contrib/bind/lib/dst/dst_api.c U src/contrib/bind/lib/dst/dst_internal.h U src/contrib/bind/lib/dst/eay_dss_link.c U src/contrib/bind/lib/dst/hmac_link.c U src/contrib/bind/lib/dst/md5.h U src/contrib/bind/lib/dst/md5_dgst.c U src/contrib/bind/lib/dst/md5_locl.h U src/contrib/bind/lib/dst/prandom.c U src/contrib/bind/lib/dst/rsaref_link.c U src/contrib/bind/lib/dst/support.c U src/contrib/bind/lib/inet/Makefile U src/contrib/bind/lib/inet/inet_addr.c U src/contrib/bind/lib/inet/inet_cidr_ntop.c U src/contrib/bind/lib/inet/inet_cidr_pton.c U src/contrib/bind/lib/inet/inet_data.c U src/contrib/bind/lib/inet/inet_lnaof.c U src/contrib/bind/lib/inet/inet_makeaddr.c U src/contrib/bind/lib/inet/inet_net_ntop.c U src/contrib/bind/lib/inet/inet_net_pton.c U src/contrib/bind/lib/inet/inet_neta.c U src/contrib/bind/lib/inet/inet_netof.c U src/contrib/bind/lib/inet/inet_network.c U src/contrib/bind/lib/inet/inet_ntoa.c U src/contrib/bind/lib/inet/inet_ntop.c U src/contrib/bind/lib/inet/inet_pton.c U src/contrib/bind/lib/inet/nsap_addr.c U src/contrib/bind/lib/irs/Makefile U src/contrib/bind/lib/irs/Makefile.BSD U src/contrib/bind/lib/irs/README U src/contrib/bind/lib/irs/dns.c U src/contrib/bind/lib/irs/dns_gr.c U src/contrib/bind/lib/irs/dns_ho.c U src/contrib/bind/lib/irs/dns_nw.c U src/contrib/bind/lib/irs/dns_p.h U src/contrib/bind/lib/irs/dns_pr.c U src/contrib/bind/lib/irs/dns_pw.c U src/contrib/bind/lib/irs/dns_sv.c U src/contrib/bind/lib/irs/gai_strerror.c U src/contrib/bind/lib/irs/gen.c U src/contrib/bind/lib/irs/gen_gr.c U src/contrib/bind/lib/irs/gen_ho.c U src/contrib/bind/lib/irs/gen_ng.c U src/contrib/bind/lib/irs/gen_nw.c U src/contrib/bind/lib/irs/gen_p.h U src/contrib/bind/lib/irs/gen_pr.c U src/contrib/bind/lib/irs/gen_pw.c U src/contrib/bind/lib/irs/gen_sv.c U src/contrib/bind/lib/irs/getaddrinfo.c U src/contrib/bind/lib/irs/getgrent.c U src/contrib/bind/lib/irs/irp.c U src/contrib/bind/lib/irs/getgrent_r.c U src/contrib/bind/lib/irs/gethostent.c U src/contrib/bind/lib/irs/gethostent_r.c U src/contrib/bind/lib/irs/getnameinfo.c U src/contrib/bind/lib/irs/getnetent.c U src/contrib/bind/lib/irs/getnetent_r.c U src/contrib/bind/lib/irs/getnetgrent.c U src/contrib/bind/lib/irs/getnetgrent_r.c U src/contrib/bind/lib/irs/getprotoent.c U src/contrib/bind/lib/irs/getprotoent_r.c U src/contrib/bind/lib/irs/getpwent.c U src/contrib/bind/lib/irs/getpwent_r.c U src/contrib/bind/lib/irs/getservent.c U src/contrib/bind/lib/irs/getservent_r.c U src/contrib/bind/lib/irs/hesiod.c U src/contrib/bind/lib/irs/hesiod_p.h U src/contrib/bind/lib/irs/irp_gr.c U src/contrib/bind/lib/irs/irp_ho.c U src/contrib/bind/lib/irs/irp_ng.c U src/contrib/bind/lib/irs/irp_nw.c U src/contrib/bind/lib/irs/irp_p.h U src/contrib/bind/lib/irs/irp_pr.c U src/contrib/bind/lib/irs/irp_pw.c U src/contrib/bind/lib/irs/irp_sv.c U src/contrib/bind/lib/irs/irpmarshall.c U src/contrib/bind/lib/irs/irs_p.h U src/contrib/bind/lib/irs/irs_data.c U src/contrib/bind/lib/irs/irs_data.h U src/contrib/bind/lib/irs/lcl.c U src/contrib/bind/lib/irs/lcl_gr.c U src/contrib/bind/lib/irs/lcl_ho.c U src/contrib/bind/lib/irs/lcl_ng.c U src/contrib/bind/lib/irs/lcl_nw.c U src/contrib/bind/lib/irs/lcl_p.h U src/contrib/bind/lib/irs/lcl_pr.c U src/contrib/bind/lib/irs/lcl_pw.c U src/contrib/bind/lib/irs/lcl_sv.c U src/contrib/bind/lib/irs/nis.c U src/contrib/bind/lib/irs/nis_gr.c U src/contrib/bind/lib/irs/nis_ho.c U src/contrib/bind/lib/irs/nis_ng.c U src/contrib/bind/lib/irs/nis_nw.c U src/contrib/bind/lib/irs/nis_p.h U src/contrib/bind/lib/irs/nis_pr.c U src/contrib/bind/lib/irs/util.c U src/contrib/bind/lib/irs/nis_pw.c U src/contrib/bind/lib/irs/nis_sv.c U src/contrib/bind/lib/irs/nul_ng.c U src/contrib/bind/lib/irs/pathnames.h U src/contrib/bind/lib/isc/Makefile U src/contrib/bind/lib/isc/assertions.c U src/contrib/bind/lib/isc/assertions.mdoc U src/contrib/bind/lib/isc/base64.c U src/contrib/bind/lib/isc/bitncmp.c U src/contrib/bind/lib/isc/bitncmp.mdoc U src/contrib/bind/lib/isc/ctl_clnt.c U src/contrib/bind/lib/isc/ctl_p.c U src/contrib/bind/lib/isc/ctl_p.h U src/contrib/bind/lib/isc/ctl_srvr.c U src/contrib/bind/lib/isc/ev_connects.c U src/contrib/bind/lib/isc/ev_files.c U src/contrib/bind/lib/isc/ev_streams.c U src/contrib/bind/lib/isc/ev_timers.c U src/contrib/bind/lib/isc/ev_waits.c U src/contrib/bind/lib/isc/eventlib.c U src/contrib/bind/lib/isc/eventlib.mdoc U src/contrib/bind/lib/isc/eventlib_p.h U src/contrib/bind/lib/isc/heap.c U src/contrib/bind/lib/isc/heap.mdoc U src/contrib/bind/lib/isc/hex.c U src/contrib/bind/lib/isc/logging.c U src/contrib/bind/lib/isc/tree.c U src/contrib/bind/lib/isc/logging.mdoc U src/contrib/bind/lib/isc/logging_p.h U src/contrib/bind/lib/isc/memcluster.c U src/contrib/bind/lib/isc/memcluster.mdoc U src/contrib/bind/lib/isc/movefile.c U src/contrib/bind/lib/isc/tree.mdoc U src/contrib/bind/lib/nameser/Makefile U src/contrib/bind/lib/nameser/ns_date.c U src/contrib/bind/lib/nameser/ns_name.c U src/contrib/bind/lib/nameser/ns_netint.c U src/contrib/bind/lib/nameser/ns_parse.c U src/contrib/bind/lib/nameser/ns_print.c U src/contrib/bind/lib/nameser/ns_samedomain.c U src/contrib/bind/lib/nameser/ns_sign.c U src/contrib/bind/lib/nameser/ns_ttl.c U src/contrib/bind/lib/nameser/ns_verify.c U src/contrib/bind/lib/resolv/Makefile U src/contrib/bind/lib/resolv/herror.c U src/contrib/bind/lib/resolv/res_comp.c U src/contrib/bind/lib/resolv/res_data.c U src/contrib/bind/lib/resolv/res_debug.c U src/contrib/bind/lib/resolv/res_debug.h U src/contrib/bind/lib/resolv/res_findzonecut.c U src/contrib/bind/lib/resolv/res_init.c U src/contrib/bind/lib/resolv/res_mkquery.c U src/contrib/bind/lib/resolv/res_mkupdate.c U src/contrib/bind/lib/resolv/res_mkupdate.h U src/contrib/bind/lib/resolv/res_private.h U src/contrib/bind/lib/resolv/res_query.c U src/contrib/bind/lib/resolv/res_send.c U src/contrib/bind/lib/resolv/res_sendsigned.c U src/contrib/bind/lib/resolv/res_update.c U src/contrib/bind/port/Makefile U src/contrib/bind/port/README U src/contrib/bind/port/settings U src/contrib/bind/port/systype U src/contrib/bind/port/freebsd/Makefile U src/contrib/bind/port/freebsd/Makefile.set U src/contrib/bind/port/freebsd/noop.c U src/contrib/bind/port/freebsd/probe U src/contrib/bind/port/freebsd/bin/probe_ipv6 U src/contrib/bind/port/freebsd/include/Makefile U src/contrib/bind/port/freebsd/include/port_after.h U src/contrib/bind/port/freebsd/include/port_before.h U src/contrib/bind/port/freebsd/include/prand_conf.h U src/contrib/bind/port/freebsd/include/sys/Makefile U src/contrib/bind/port/freebsd/include/sys/bitypes.h U src/contrib/bind/port/prand_conf/Makefile U src/contrib/bind/port/prand_conf/README U src/contrib/bind/port/prand_conf/prand_conf.c U src/contrib/bind/tests/irs_testclient.c U src/contrib/bind/tests/irs_testirpd.c U src/contrib/bind/tests/irs_testserver.c U src/contrib/bind/tests/test_cidr.c U src/contrib/bind/tests/test_getaddr.c U src/contrib/bind/doc/html/acl.html U src/contrib/bind/doc/html/address_list.html U src/contrib/bind/doc/html/comments.html U src/contrib/bind/doc/html/config.html U src/contrib/bind/doc/html/controls.html U src/contrib/bind/doc/html/docdef.html U src/contrib/bind/doc/html/example.html U src/contrib/bind/doc/html/include.html U src/contrib/bind/doc/html/index.html U src/contrib/bind/doc/html/key.html U src/contrib/bind/doc/html/logging.html U src/contrib/bind/doc/html/master.html U src/contrib/bind/doc/html/options.html U src/contrib/bind/doc/html/server.html U src/contrib/bind/doc/html/trusted-keys.html U src/contrib/bind/doc/html/zone.html U src/contrib/bind/doc/man/Makefile U src/contrib/bind/doc/man/dig.1 U src/contrib/bind/doc/man/dnskeygen.1 U src/contrib/bind/doc/man/dnsquery.1 U src/contrib/bind/doc/man/getaddrinfo.3 U src/contrib/bind/doc/man/gethostbyname.3 U src/contrib/bind/doc/man/getipnodebyname.3 U src/contrib/bind/doc/man/getnameinfo.3 U src/contrib/bind/doc/man/getnetent.3 U src/contrib/bind/doc/man/hesiod.3 U src/contrib/bind/doc/man/host.1 U src/contrib/bind/doc/man/hostname.7 U src/contrib/bind/doc/man/inet_cidr.3 U src/contrib/bind/doc/man/irs.conf.5 U src/contrib/bind/doc/man/mailaddr.7 U src/contrib/bind/doc/man/mkdep.1 U src/contrib/bind/doc/man/named-bootconf.8 U src/contrib/bind/doc/man/named-xfer.8 U src/contrib/bind/doc/man/named.8 U src/contrib/bind/doc/man/named.conf.5 U src/contrib/bind/doc/man/ndc.8 U src/contrib/bind/doc/man/nslookup.8 U src/contrib/bind/doc/man/nsupdate.8 U src/contrib/bind/doc/man/resolver.3 U src/contrib/bind/doc/man/resolver.5 U src/contrib/bind/doc/man/tsig.3 U src/contrib/bind/doc/misc/DynamicUpdate U src/contrib/bind/doc/misc/FAQ.1of2 U src/contrib/bind/doc/misc/FAQ.2of2 U src/contrib/bind/doc/misc/rfc2317-notes.txt U src/contrib/bind/doc/misc/style.txt 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/contrib/bind From owner-cvs-src@FreeBSD.ORG Fri Nov 28 14:02:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89AD716A4CE; Fri, 28 Nov 2003 14:02:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E333143F93; Fri, 28 Nov 2003 14:02:17 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASM2HXJ049724; Fri, 28 Nov 2003 14:02:17 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASM2HPT049723; Fri, 28 Nov 2003 14:02:17 -0800 (PST) (envelope-from dougb) Message-Id: <200311282202.hASM2HPT049723@repoman.freebsd.org> From: Doug Barton Date: Fri, 28 Nov 2003 14:02:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/bind/bin/nslookup commands.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 22:02:18 -0000 dougb 2003/11/28 14:02:17 PST FreeBSD src repository Modified files: contrib/bind/bin/nslookup commands.l Log: Apply the vendor change to this file, thus resolving the import conflict Revision Changes Path 1.11 +0 -2 src/contrib/bind/bin/nslookup/commands.l From owner-cvs-src@FreeBSD.ORG Fri Nov 28 14:13:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE21516A4CE; Fri, 28 Nov 2003 14:13:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F8E43FE1; Fri, 28 Nov 2003 14:13:49 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASMDnXJ051140; Fri, 28 Nov 2003 14:13:49 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASMDmvY051139; Fri, 28 Nov 2003 14:13:48 -0800 (PST) (envelope-from dougb) Message-Id: <200311282213.hASMDmvY051139@repoman.freebsd.org> From: Doug Barton Date: Fri, 28 Nov 2003 14:13:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/bind CHANGES README Version src/contrib/bind/bin/named Makefile ns_init.c ns_resp.c src/contrib/bind/bin/nslookup... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 22:13:50 -0000 dougb 2003/11/28 14:13:48 PST FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/bind CHANGES README Version contrib/bind/bin/named Makefile ns_init.c ns_resp.c contrib/bind/bin/named-xfer named-xfer.c contrib/bind/bin/nslookup commands.l debug.c getinfo.c main.c contrib/bind/doc/man dig.1 host.1 nslookup.8 contrib/bind/port/freebsd/include port_after.h port_before.h Log: MFC of version 8.3.7 import Requested by: security-officer Revision Changes Path 1.1.1.7.2.11 +5 -0 src/contrib/bind/CHANGES 1.1.1.7.2.9 +3 -0 src/contrib/bind/README 1.1.1.3.2.10 +1 -1 src/contrib/bind/Version 1.3.2.8 +0 -0 src/contrib/bind/bin/named-xfer/named-xfer.c 1.3.2.6 +0 -0 src/contrib/bind/bin/named/Makefile 1.1.1.2.2.6 +1 -1 src/contrib/bind/bin/named/ns_init.c 1.1.1.2.2.11 +10 -4 src/contrib/bind/bin/named/ns_resp.c 1.4.2.5 +1 -3 src/contrib/bind/bin/nslookup/commands.l 1.3.2.6 +0 -0 src/contrib/bind/bin/nslookup/debug.c 1.3.2.9 +0 -0 src/contrib/bind/bin/nslookup/getinfo.c 1.3.2.7 +0 -0 src/contrib/bind/bin/nslookup/main.c 1.3.2.4 +0 -0 src/contrib/bind/doc/man/dig.1 1.3.2.5 +0 -0 src/contrib/bind/doc/man/host.1 1.2.2.5 +0 -0 src/contrib/bind/doc/man/nslookup.8 1.6.2.9 +0 -0 src/contrib/bind/port/freebsd/include/port_after.h 1.1.1.2.2.6 +0 -0 src/contrib/bind/port/freebsd/include/port_before.h From owner-cvs-src@FreeBSD.ORG Fri Nov 28 14:45:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CD416A4CE; Fri, 28 Nov 2003 14:45:17 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3930943FBF; Fri, 28 Nov 2003 14:45:14 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hASMjAvq080442 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 28 Nov 2003 23:45:11 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hASMjAjG080441; Fri, 28 Nov 2003 23:45:10 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hASMiSjV011478; Fri, 28 Nov 2003 23:44:28 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hASMiNhc011477; Fri, 28 Nov 2003 23:44:23 +0100 (CET) (envelope-from andreas) Date: Fri, 28 Nov 2003 23:44:23 +0100 From: Andreas Klemm To: Gordon Tetlow Message-ID: <20031128224423.GA11411@titan.klemm.apsfilter.org> References: <200311280528.hAS5SUBd080023@repoman.freebsd.org> <20031128102356.GA21515@titan.klemm.apsfilter.org> <20031128223424.GM53437@roark.gnf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031128223424.GM53437@roark.gnf.org> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org cc: Andreas Klemm Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 22:45:17 -0000 On Fri, Nov 28, 2003 at 02:34:24PM -0800, Gordon Tetlow wrote: > On Fri, Nov 28, 2003 at 11:23:56AM +0100, Andreas Klemm wrote: > > > > This reminds me about one problem with my DELL Latitude D600 > > notebook that is still unsolved in -current of 1-2 weeks ago. > > > > Maybe your commit is related to that problem ... I'll test ... > > > > The internal broadcom 10/100/1000 works fine, no problem. > > > > But .. if I add a 2nd Ethernet cardbus PCMCIA card and boot the > > device or - if I remember right - simply plug in the 3COM card > > into the PCMCIA slot, then PHY won't be found for the bge0 > > interface anymore... > > I had a similar problem with my IBM T40 laptop. It turned out that > the cardbus and ethernet controllers were trying to grab the same > region in memory. Try a boot -v and see if cbb and bge are trying > to grab the same region in memory. Indeed, seems to be the case: bge0 mem 0xfaff0000-0xfaffffff cbb0 0xf6000000-0xfbffffff How can this be solved ?? Andreas /// [...] bge0: mem 0xfaff0000-0xfaf fffff irq 11 at device 0.0 on pci2 pcib2: device bge0 requested decoded memory range 0xfaff0000-0xfaffffff bge0: Ethernet address: 00:0b:db:df:53:b1 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX -FDX, auto bge0: bpf attached cbb0: at device 1.0 on pci2 pcib2: device cbb0 requested decoded memory range 0xf6000000-0xfbffffff cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pcib2: matched entry for 2.1.INTA (source \\_SB_.PCI0.LNKD) pcib2: slot 1 INTA is routed to irq 11 cbb0: [MPSAFE] cbb0: PCI Configuration space: 0x00: 0x71131217 0x04100007 0x06070020 0x00822000 0x10: 0xf6000000 0x020000a0 0x20000000 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffd 0x30: 0x00000001 0x0000fffd 0x00000001 0x0440010b 0x40: 0x011d1028 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x00000000 0x00000000 0x00000000 0x018c1882 0x90: 0x00350003 0x00000000 0x00000000 0x00000000 0xa0: 0xfe020001 0x00c04000 0x00000000 0x0000000d 0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 0xd0: 0x08004000 0x80820bea 0x00000000 0x00400000 0xe0: 0x00828000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 cbb1: at device 1.1 on pci2 pcib2: device cbb1 requested decoded memory range 0xf6000000-0xfbffffff cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 pcib2: matched entry for 2.1.INTA (source \\_SB_.PCI0.LNKD) pcib2: slot 1 INTA is routed to irq 11 cbb1: [MPSAFE] cbb1: PCI Configuration space: 0x00: 0x71131217 0x04100007 0x06070020 0x00822000 0x10: 0xf6001000 0x020000a0 0x20000000 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffd 0x30: 0x00000001 0x0000fffd 0x00000001 0x0440010b 0x40: 0x011d1028 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x00000000 0x00000000 0x00000000 0x018c1882 0x90: 0x00350003 0x00000000 0x00000000 0x00000000 0xa0: 0xfe020001 0x00c04000 0x00000000 0x0000000d 0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 0xd0: 0x08004000 0x80800bea 0x00000000 0x04400000 0xe0: 0x00828000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 pci2: at device 3.0 (no driver attached) [...] Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-src@FreeBSD.ORG Fri Nov 28 14:55:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB47F16A4CE; Fri, 28 Nov 2003 14:55:12 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B4144031; Fri, 28 Nov 2003 14:52:08 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id hASMpveF018375; Fri, 28 Nov 2003 14:52:01 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200311282252.hASMpveF018375@gw.catspoiler.org> Date: Fri, 28 Nov 2003 14:51:57 -0800 (PST) From: Don Lewis To: gordont@gnf.org In-Reply-To: <20031128223424.GM53437@roark.gnf.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 22:55:12 -0000 On 28 Nov, Gordon Tetlow wrote: > On Fri, Nov 28, 2003 at 11:23:56AM +0100, Andreas Klemm wrote: >> >> This reminds me about one problem with my DELL Latitude D600 >> notebook that is still unsolved in -current of 1-2 weeks ago. >> >> Maybe your commit is related to that problem ... I'll test ... >> >> The internal broadcom 10/100/1000 works fine, no problem. >> >> But .. if I add a 2nd Ethernet cardbus PCMCIA card and boot the >> device or - if I remember right - simply plug in the 3COM card >> into the PCMCIA slot, then PHY won't be found for the bge0 >> interface anymore... > > I had a similar problem with my IBM T40 laptop. It turned out that > the cardbus and ethernet controllers were trying to grab the same > region in memory. Try a boot -v and see if cbb and bge are trying > to grab the same region in memory. I had a similar problem with cbb and the internal WiFi card in my IBM R40. It would hang on boot when the FreeBSD told one of them to power down and both saw the command. From owner-cvs-src@FreeBSD.ORG Fri Nov 28 15:05:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E411C16A4CE; Fri, 28 Nov 2003 15:05:44 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F4F44035; Fri, 28 Nov 2003 15:04:15 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id hASN44eF018407; Fri, 28 Nov 2003 15:04:08 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200311282304.hASN44eF018407@gw.catspoiler.org> Date: Fri, 28 Nov 2003 15:04:04 -0800 (PST) From: Don Lewis To: andreas@FreeBSD.org In-Reply-To: <20031128224423.GA11411@titan.klemm.apsfilter.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: gordont@gnf.org cc: src-committers@FreeBSD.org cc: imp@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 23:05:45 -0000 On 28 Nov, Andreas Klemm wrote: > On Fri, Nov 28, 2003 at 02:34:24PM -0800, Gordon Tetlow wrote: >> On Fri, Nov 28, 2003 at 11:23:56AM +0100, Andreas Klemm wrote: >> > >> > This reminds me about one problem with my DELL Latitude D600 >> > notebook that is still unsolved in -current of 1-2 weeks ago. >> > >> > Maybe your commit is related to that problem ... I'll test ... >> > >> > The internal broadcom 10/100/1000 works fine, no problem. >> > >> > But .. if I add a 2nd Ethernet cardbus PCMCIA card and boot the >> > device or - if I remember right - simply plug in the 3COM card >> > into the PCMCIA slot, then PHY won't be found for the bge0 >> > interface anymore... >> >> I had a similar problem with my IBM T40 laptop. It turned out that >> the cardbus and ethernet controllers were trying to grab the same >> region in memory. Try a boot -v and see if cbb and bge are trying >> to grab the same region in memory. > > Indeed, seems to be the case: > bge0 mem 0xfaff0000-0xfaffffff > cbb0 0xf6000000-0xfbffffff My R40 located both cbb0 and an0 at 0xc0400000. Warner tracked down the problem while I was at BSDCon and found an open address range where cbb0 could be relocated. I've now got the following magic incantation in my /boot/loader.conf: hw.cbb.start_memory=0xC0800000 Look at what address ranges have been allocated and find an open spot. You can type in the above command at the loader prompt for testing purposes. From owner-cvs-src@FreeBSD.ORG Fri Nov 28 16:51:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B80D16A4CE; Fri, 28 Nov 2003 16:51:14 -0800 (PST) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EB843FDD; Fri, 28 Nov 2003 16:51:13 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from localhost ([192.168.0.5]) by pittgoth.com (8.12.10/8.12.10) with SMTP id hAT0pCI3077668; Fri, 28 Nov 2003 19:51:12 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Fri, 28 Nov 2003 19:51:08 -0500 From: Tom Rhodes To: Don Lewis Message-Id: <20031128195108.443c0651.trhodes@FreeBSD.org> In-Reply-To: <200311282252.hASMpveF018375@gw.catspoiler.org> References: <20031128223424.GM53437@roark.gnf.org> <200311282252.hASMpveF018375@gw.catspoiler.org> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: gordont@gnf.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 00:51:14 -0000 On Fri, 28 Nov 2003 14:51:57 -0800 (PST) Don Lewis wrote: > On 28 Nov, Gordon Tetlow wrote: > > On Fri, Nov 28, 2003 at 11:23:56AM +0100, Andreas Klemm wrote: > >> > >> This reminds me about one problem with my DELL Latitude D600 > >> notebook that is still unsolved in -current of 1-2 weeks ago. > >> > >> Maybe your commit is related to that problem ... I'll test ... > >> > >> The internal broadcom 10/100/1000 works fine, no problem. > >> > >> But .. if I add a 2nd Ethernet cardbus PCMCIA card and boot the > >> device or - if I remember right - simply plug in the 3COM card > >> into the PCMCIA slot, then PHY won't be found for the bge0 > >> interface anymore... > > > > I had a similar problem with my IBM T40 laptop. It turned out that > > the cardbus and ethernet controllers were trying to grab the same > > region in memory. Try a boot -v and see if cbb and bge are trying > > to grab the same region in memory. > > I had a similar problem with cbb and the internal WiFi card in my IBM > R40. It would hang on boot when the FreeBSD told one of them to power > down and both saw the command. > Hmmm, I had neither problem with my IBM G40. It has a broadcom and I am using a Linksys PCMCIA wireless card. -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Fri Nov 28 17:08:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B7D716A4CE; Fri, 28 Nov 2003 17:08:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D37B43FBD; Fri, 28 Nov 2003 17:08:55 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT18tXJ064864; Fri, 28 Nov 2003 17:08:55 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAT18sPx064863; Fri, 28 Nov 2003 17:08:54 -0800 (PST) (envelope-from sam) Message-Id: <200311290108.hAT18sPx064863@repoman.freebsd.org> From: Sam Leffler Date: Fri, 28 Nov 2003 17:08:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ATHEROS Subject: cvs commit: sys/contrib/dev/ath - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 01:08:56 -0000 sam 2003/11/28 17:08:54 PST FreeBSD src repository sys/contrib/dev/ath - Imported sources Update of /home/ncvs/sys/contrib/dev/ath In directory repoman.freebsd.org:/tmp/cvs-serv63627 Log Message: Version 0.9.6.1: o support for 5112 and 2112 radios on 5212-based products o revised interface for ah_procRxDesc needed to handle a race condition created with the use of self-linked rx descriptors o support for setting the MAC address o remove some unused methods from the public API o revised diagnostic API (replace dump* methods with getDiagState) o const'ify set key cache method parameters o support for optional 32khz sleep clock o implement ah_setSlotTime for 5211 parts o ANI improvements for 5212 parts Approved by: re (scottl) Status: Vendor Tag: ATHEROS Release Tags: V0_9_6_1 N sys/contrib/dev/ath/COPYRIGHT cvs: ERROR: cannot write file /home/ncvs/sys/contrib/dev/ath/COPYRIGHT,v: No such file or directory N sys/contrib/dev/ath/README cvs: ERROR: cannot write file /home/ncvs/sys/contrib/dev/ath/README,v: No such file or directory N sys/contrib/dev/ath/ah.h cvs: ERROR: cannot write file /home/ncvs/sys/contrib/dev/ath/ah.h,v: No such file or directory N sys/contrib/dev/ath/ah_desc.h cvs: ERROR: cannot write file /home/ncvs/sys/contrib/dev/ath/ah_desc.h,v: No such file or directory N sys/contrib/dev/ath/ah_devid.h cvs: ERROR: cannot write file /home/ncvs/sys/contrib/dev/ath/ah_devid.h,v: No such file or directory N sys/contrib/dev/ath/version.h cvs: ERROR: cannot write file /home/ncvs/sys/contrib/dev/ath/version.h,v: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/sys/contrib/dev/ath/freebsd -- not added: No such file or directory No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Fri Nov 28 17:11:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6505916A4CE; Fri, 28 Nov 2003 17:11:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4B1943FA3; Fri, 28 Nov 2003 17:11:49 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT1BnXJ064983; Fri, 28 Nov 2003 17:11:49 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAT1BnTB064982; Fri, 28 Nov 2003 17:11:49 -0800 (PST) (envelope-from sam) Message-Id: <200311290111.hAT1BnTB064982@repoman.freebsd.org> From: Sam Leffler Date: Fri, 28 Nov 2003 17:11:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ATHEROS Subject: cvs commit: src/sys/contrib/dev/ath - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 01:11:50 -0000 sam 2003/11/28 17:11:49 PST FreeBSD src repository src/sys/contrib/dev/ath - Imported sources Update of /home/ncvs/src/sys/contrib/dev/ath In directory repoman.freebsd.org:/tmp/cvs-serv64964 Log Message: Version 0.9.6.1: o support for 5112 and 2112 radios on 5212-based products o revised interface for ah_procRxDesc needed to handle a race condition created with the use of self-linked rx descriptors o support for setting the MAC address o remove some unused methods from the public API o revised diagnostic API (replace dump* methods with getDiagState) o const'ify set key cache method parameters o support for optional 32khz sleep clock o implement ah_setSlotTime for 5211 parts o ANI improvements for 5212 parts Approved by: re (scottl) Status: Vendor Tag: ATHEROS Release Tags: V0_9_6_1 U src/sys/contrib/dev/ath/COPYRIGHT U src/sys/contrib/dev/ath/README U src/sys/contrib/dev/ath/ah.h U src/sys/contrib/dev/ath/ah_desc.h U src/sys/contrib/dev/ath/ah_devid.h U src/sys/contrib/dev/ath/version.h U src/sys/contrib/dev/ath/freebsd/ah_if.m U src/sys/contrib/dev/ath/freebsd/ah_osdep.c U src/sys/contrib/dev/ath/freebsd/ah_osdep.h C src/sys/contrib/dev/ath/freebsd/i386-elf.hal.o.uu U src/sys/contrib/dev/ath/freebsd/opt_ah.h 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jATHEROS:yesterday -jATHEROS src/sys/contrib/dev/ath From owner-cvs-src@FreeBSD.ORG Fri Nov 28 17:25:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C33E16A4D2; Fri, 28 Nov 2003 17:25:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFEF440C3; Fri, 28 Nov 2003 17:24:07 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT1NxXJ065462; Fri, 28 Nov 2003 17:23:59 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAT1NxeO065461; Fri, 28 Nov 2003 17:23:59 -0800 (PST) (envelope-from sam) Message-Id: <200311290123.hAT1NxeO065461@repoman.freebsd.org> From: Sam Leffler Date: Fri, 28 Nov 2003 17:23:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_athioctl.h if_athvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 01:25:38 -0000 sam 2003/11/28 17:23:59 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athioctl.h if_athvar.h Log: o track API change for HAL v0.9.6.1 o fix race condition when processing rx descriptors: because we use a self-linked descriptor at the end of the rx descriptor list to avoid rx overruns (which can easily happen for 5212 parts that enable PHY errors) we must carefully check that a descriptor is "done" by looking ahead to the next descriptor before believing the done bit in the current descriptor (this is all handled in the HAL since the rx descriptor format is chip-specific so we need to pass in two additional parameters--the physical address of the current descriptor and the virtual address of the next descriptor in the list) o check copyout return status for SIOCGATHSTATS ioctl Approved by: re (scottl) Revision Changes Path 1.36 +43 -10 src/sys/dev/ath/if_ath.c 1.4 +9 -0 src/sys/dev/ath/if_athioctl.h 1.10 +4 -8 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Fri Nov 28 18:11:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEBBE16A4CE; Fri, 28 Nov 2003 18:11:56 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B1AC43FD7; Fri, 28 Nov 2003 18:11:55 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hAT2BrHQ084255 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 28 Nov 2003 18:11:54 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Fri, 28 Nov 2003 18:14:37 -0800 User-Agent: KMail/1.5.3 References: <200311290111.hAT1BnTB064982@repoman.freebsd.org> In-Reply-To: <200311290111.hAT1BnTB064982@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311281814.37811.sam@errno.com> Subject: Re: cvs commit: src/sys/contrib/dev/ath - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 02:11:57 -0000 On Friday 28 November 2003 05:11 pm, Sam Leffler wrote: > 1 conflicts created by this import. > Use the following command to help the merge: > > cvs checkout -jATHEROS:yesterday -jATHEROS src/sys/contrib/dev/ath For those that care, this was resolved by some repo magic. The conflict was due to a versioning problem that occurred when I initially committed this stuff. Sam From owner-cvs-src@FreeBSD.ORG Fri Nov 28 18:20:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F9416A4CE; Fri, 28 Nov 2003 18:20:33 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A88343F3F; Fri, 28 Nov 2003 18:20:31 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAT2KTeO001771; Fri, 28 Nov 2003 19:20:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 28 Nov 2003 19:20:26 -0700 (MST) Message-Id: <20031128.192026.31254075.imp@bsdimp.com> To: gordont@gnf.org From: "M. Warner Losh" In-Reply-To: <20031128223424.GM53437@roark.gnf.org> References: <200311280528.hAS5SUBd080023@repoman.freebsd.org> <20031128102356.GA21515@titan.klemm.apsfilter.org> <20031128223424.GM53437@roark.gnf.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: andreas@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 02:20:33 -0000 In message: <20031128223424.GM53437@roark.gnf.org> Gordon Tetlow writes: : I had a similar problem with my IBM T40 laptop. It turned out that : the cardbus and ethernet controllers were trying to grab the same : region in memory. Try a boot -v and see if cbb and bge are trying : to grab the same region in memory. I've isolated the problem, and have a non-working fix/workaround in my tree. I need to make it work, however. In summary, the BIOS is assigning addresses, and so is FreeBSD and FreeBSD doesn't know about the BIOS' allocation. Double allocation -> bad things happen. Warner From owner-cvs-src@FreeBSD.ORG Fri Nov 28 19:29:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EDBA16A4CE; Fri, 28 Nov 2003 19:29:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3826F43FBF; Fri, 28 Nov 2003 19:29:19 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT3TJXJ072381; Fri, 28 Nov 2003 19:29:19 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAT3TI6h072380; Fri, 28 Nov 2003 19:29:18 -0800 (PST) (envelope-from obrien) Message-Id: <200311290329.hAT3TI6h072380@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 28 Nov 2003 19:29:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/compat/compat4x.i386 Makefile libc.so.4.bz2.uu libc_r.so.4.bz2.uu libdevstat.so.2.bz2.uu libedit.so.3.bz2.uu libgmp.so.3.bz2.uu libmp.so.3.bz2.uu libpam.so.1.bz2.uu libperl.so.3.bz2.uu libposix1e.so.2.bz2.uu libskey.so.2.bz2.uu ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 03:29:20 -0000 obrien 2003/11/28 19:29:18 PST FreeBSD src repository Modified files: lib/compat/compat4x.i386 Makefile libc.so.4.bz2.uu libc_r.so.4.bz2.uu libedit.so.3.bz2.uu libgmp.so.3.bz2.uu libpam.so.1.bz2.uu libperl.so.3.bz2.uu libposix1e.so.2.bz2.uu libstdc++.so.3.bz2.uu Added files: lib/compat/compat4x.i386 libdevstat.so.2.bz2.uu libmp.so.3.bz2.uu libskey.so.2.bz2.uu libusbhid.so.0.bz2.uu libutil.so.3.bz2.uu libvgl.so.2.bz2.uu Log: Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3 libskey.so.2 libusbhid.so.0 libutil.so.3 libvgl.so.2 to the mix. Approved by: scottl Revision Changes Path 1.22 +6 -0 src/lib/compat/compat4x.i386/Makefile 1.3 +4272 -4241 src/lib/compat/compat4x.i386/libc.so.4.bz2.uu 1.3 +4903 -4848 src/lib/compat/compat4x.i386/libc_r.so.4.bz2.uu 1.1 +115 -0 src/lib/compat/compat4x.i386/libdevstat.so.2.bz2.uu (new) 1.2 +563 -563 src/lib/compat/compat4x.i386/libedit.so.3.bz2.uu 1.2 +710 -711 src/lib/compat/compat4x.i386/libgmp.so.3.bz2.uu 1.1 +368 -0 src/lib/compat/compat4x.i386/libmp.so.3.bz2.uu (new) 1.3 +283 -283 src/lib/compat/compat4x.i386/libpam.so.1.bz2.uu 1.2 +4307 -4305 src/lib/compat/compat4x.i386/libperl.so.3.bz2.uu 1.2 +1 -1 src/lib/compat/compat4x.i386/libposix1e.so.2.bz2.uu 1.1 +223 -0 src/lib/compat/compat4x.i386/libskey.so.2.bz2.uu (new) 1.3 +1611 -1609 src/lib/compat/compat4x.i386/libstdc++.so.3.bz2.uu 1.1 +94 -0 src/lib/compat/compat4x.i386/libusbhid.so.0.bz2.uu (new) 1.1 +270 -0 src/lib/compat/compat4x.i386/libutil.so.3.bz2.uu (new) 1.1 +214 -0 src/lib/compat/compat4x.i386/libvgl.so.2.bz2.uu (new) From owner-cvs-src@FreeBSD.ORG Sat Nov 29 00:20:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84FF816A526; Sat, 29 Nov 2003 00:20:26 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5289843FAF; Sat, 29 Nov 2003 00:20:24 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hAT8K8vq088076 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 29 Nov 2003 09:20:09 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hAT8K7Au088075; Sat, 29 Nov 2003 09:20:07 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hAT8G4jV019868; Sat, 29 Nov 2003 09:16:08 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hAT8G3Ab019867; Sat, 29 Nov 2003 09:16:03 +0100 (CET) (envelope-from andreas) Date: Sat, 29 Nov 2003 09:16:03 +0100 From: Andreas Klemm To: Don Lewis , "M. Warner Losh" Message-ID: <20031129081603.GB19768@titan.klemm.apsfilter.org> References: <200311280528.hAS5SUBd080023@repoman.freebsd.org> <20031128102356.GA21515@titan.klemm.apsfilter.org> <20031128223424.GM53437@roark.gnf.org> <20031128.192026.31254075.imp@bsdimp.com> <20031128224423.GA11411@titan.klemm.apsfilter.org> <200311282304.hASN44eF018407@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031128.192026.31254075.imp@bsdimp.com> <200311282304.hASN44eF018407@gw.catspoiler.org> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: gordont@gnf.org cc: src-committers@FreeBSD.org cc: imp@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 08:20:26 -0000 On Fri, Nov 28, 2003 at 03:04:04PM -0800, Don Lewis wrote: > > Indeed, seems to be the case: > > bge0 mem 0xfaff0000-0xfaffffff > > cbb0 0xf6000000-0xfbffffff > > My R40 located both cbb0 and an0 at 0xc0400000. Warner tracked down the > problem while I was at BSDCon and found an open address range where cbb0 > could be relocated. I've now got the following magic incantation in my > /boot/loader.conf: > hw.cbb.start_memory=0xC0800000 > Look at what address ranges have been allocated and find an open spot. > You can type in the above command at the loader prompt for testing > purposes. Will analyse consumed address space. On Fri, Nov 28, 2003 at 07:20:26PM -0700, M. Warner Losh wrote: > I've isolated the problem, and have a non-working fix/workaround in my > tree. I need to make it work, however. In summary, the BIOS is > assigning addresses, and so is FreeBSD and FreeBSD doesn't know about > the BIOS' allocation. Double allocation -> bad things happen. Well, good look for making it work, in the meantime I look at the address spaces. Feel free to take me as a tester, if you think you got rid of the rough edges in the patch. The Dell seems to be an excellent candidat for such fixes, since it already has a lot of stuff included. BTW, two more things: - /dev/acpictl can't be found - after closing and reopening, the laptop it doesn't work again Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-src@FreeBSD.ORG Sat Nov 29 03:57:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0369216A4CE; Sat, 29 Nov 2003 03:57:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5511E43F85; Sat, 29 Nov 2003 03:57:03 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hATBv2XJ007185; Sat, 29 Nov 2003 03:57:02 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hATBv28h007184; Sat, 29 Nov 2003 03:57:02 -0800 (PST) (envelope-from jeff) Message-Id: <200311291157.hATBv28h007184@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 29 Nov 2003 03:57:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha db_trace.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 11:57:05 -0000 jeff 2003/11/29 03:57:02 PST FreeBSD src repository Modified files: sys/alpha/alpha db_trace.c Log: - In db_stack_trace_cmd() bail out if we get confused about the stack. Tested by: kkenn Approved by: re (scottl) Revision Changes Path 1.16 +8 -3 src/sys/alpha/alpha/db_trace.c From owner-cvs-src@FreeBSD.ORG Sat Nov 29 06:10:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A255716A4CE; Sat, 29 Nov 2003 06:10:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D1343FEC; Sat, 29 Nov 2003 06:10:02 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hATEA2XJ022168; Sat, 29 Nov 2003 06:10:02 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hATEA23p022167; Sat, 29 Nov 2003 06:10:02 -0800 (PST) (envelope-from davidxu) Message-Id: <200311291410.hATEA23p022167@repoman.freebsd.org> From: David Xu Date: Sat, 29 Nov 2003 06:10:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 14:10:03 -0000 davidxu 2003/11/29 06:10:02 PST FreeBSD src repository Modified files: lib/libpthread/thread thr_init.c Log: Remove surplus mmap() call for stack guard page in init_private, it is done in init_main_thread. Also don't initialize lock and lockuser again for initial thread, it is already done by _thr_alloc(). Reviewed by: deischen Approved by: re (scottl) Revision Changes Path 1.62 +0 -25 src/lib/libpthread/thread/thr_init.c From owner-cvs-src@FreeBSD.ORG Sat Nov 29 06:22:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C23EE16A4CE; Sat, 29 Nov 2003 06:22:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2892D43FCB; Sat, 29 Nov 2003 06:22:30 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hATEMTXJ022601; Sat, 29 Nov 2003 06:22:29 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hATEMTop022600; Sat, 29 Nov 2003 06:22:29 -0800 (PST) (envelope-from davidxu) Message-Id: <200311291422.hATEMTop022600@repoman.freebsd.org> From: David Xu Date: Sat, 29 Nov 2003 06:22:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_kern.c thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 14:22:30 -0000 davidxu 2003/11/29 06:22:29 PST FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c thr_private.h Log: 1.Macro optimizing KSE_LOCK_ACQUIRE and THR_LOCK_ACQUIRE to use static fall through branch predict as suggested in INTEL IA32 optimization guide. 2.Allocate siginfo arrary separately to avoid pthread to be allocated at 2K boundary, which hits L1 address alias problem and causes context switch to be slow down. 3.Simplify context switch code by removing redundant code, code size is reduced, so it is expected to run faster. Reviewed by: deischen Approved by: re (scottl) Revision Changes Path 1.103 +24 -91 src/lib/libpthread/thread/thr_kern.c 1.106 +7 -8 src/lib/libpthread/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Sat Nov 29 06:25:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A015416A4CE; Sat, 29 Nov 2003 06:25:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF49A43FE3; Sat, 29 Nov 2003 06:25:43 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hATEPhXJ022739; Sat, 29 Nov 2003 06:25:43 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hATEPh34022738; Sat, 29 Nov 2003 06:25:43 -0800 (PST) (envelope-from davidxu) Message-Id: <200311291425.hATEPh34022738@repoman.freebsd.org> From: David Xu Date: Sat, 29 Nov 2003 06:25:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/i386/i386 thr_enter_uts.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 14:25:44 -0000 davidxu 2003/11/29 06:25:43 PST FreeBSD src repository Modified files: lib/libpthread/arch/i386/i386 thr_enter_uts.S Log: Eliminate two pushl by using call instruction directly, this really helps branch predict a lot for INTEL P4. Approved by: re (scottl) Revision Changes Path 1.6 +1 -2 src/lib/libpthread/arch/i386/i386/thr_enter_uts.S From owner-cvs-src@FreeBSD.ORG Sat Nov 29 10:14:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3697E16A4CE; Sat, 29 Nov 2003 10:14:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D7E43F75; Sat, 29 Nov 2003 10:14:04 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hATIE4XJ039890; Sat, 29 Nov 2003 10:14:04 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hATIE4iD039889; Sat, 29 Nov 2003 10:14:04 -0800 (PST) (envelope-from ru) Message-Id: <200311291814.hATIE4iD039889@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 29 Nov 2003 10:14:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 18:14:05 -0000 ru 2003/11/29 10:14:04 PST FreeBSD src repository Modified files: share/man/man4 Makefile Log: - Connect a few forgotten Netgraph manpages. - Sort. Approved by: re (rwatson) Revision Changes Path 1.243 +11 -8 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Sat Nov 29 10:16:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE4D516A4CE; Sat, 29 Nov 2003 10:16:14 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id F186243FAF; Sat, 29 Nov 2003 10:15:21 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hATIFDvq092959 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 29 Nov 2003 19:15:14 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hATIFC5x092957; Sat, 29 Nov 2003 19:15:12 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hATIBujV051865; Sat, 29 Nov 2003 19:12:01 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hATIBtSi051864; Sat, 29 Nov 2003 19:11:55 +0100 (CET) (envelope-from andreas) Date: Sat, 29 Nov 2003 19:11:55 +0100 From: Andreas Klemm To: Andreas Klemm Message-ID: <20031129181155.GA51056@titan.klemm.apsfilter.org> References: <200311280528.hAS5SUBd080023@repoman.freebsd.org> <20031128102356.GA21515@titan.klemm.apsfilter.org> <20031128223424.GM53437@roark.gnf.org> <20031128.192026.31254075.imp@bsdimp.com> <20031128224423.GA11411@titan.klemm.apsfilter.org> <200311282304.hASN44eF018407@gw.catspoiler.org> <20031129081603.GB19768@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031129081603.GB19768@titan.klemm.apsfilter.org> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: gordont@gnf.org cc: Don Lewis cc: imp@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 18:16:14 -0000 On Sat, Nov 29, 2003 at 09:16:03AM +0100, Andreas Klemm wrote: > On Fri, Nov 28, 2003 at 03:04:04PM -0800, Don Lewis wrote: > > > Indeed, seems to be the case: > > > bge0 mem 0xfaff0000-0xfaffffff > > > cbb0 0xf6000000-0xfbffffff > > > > My R40 located both cbb0 and an0 at 0xc0400000. Warner tracked down the > > problem while I was at BSDCon and found an open address range where cbb0 > > could be relocated. I've now got the following magic incantation in my > > /boot/loader.conf: > > hw.cbb.start_memory=0xC0800000 > > Look at what address ranges have been allocated and find an open spot. > > You can type in the above command at the loader prompt for testing > > purposes. I was not able to correct my cbb start memory via an entry in /boot/loader.conf: hw.cbb.start_memory=0xc0000000 After next reboot sysctl command shows the correct value in decimal: andreas@aklemm[ttyp0]{183} /boot sysctl -a | grep cbb cbb0: at device 1.0 on pci2 pcib2: device cbb0 requested decoded memory range 0xf6000000-0xfbffffff cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb0: [MPSAFE] cbb0: PCI Configuration space: cbb1: at device 1.1 on pci2 pcib2: device cbb1 requested decoded memory range 0xf6000000-0xfbffffff cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 cbb1: [MPSAFE] cbb1: PCI Configuration space: cbb0: PC Card card activation failed hw.cbb.start_memory: 3221225472 ^^^^^^^^^^ hw.cbb.start_16_io: 256 hw.cbb.start_32_io: 4096 hw.cbb.debug: 0 But the address ranges of bge0 and cbb0 still overlap: bge0: mem 0xfaff0000-0xfaffffff pcib2: device cbb0 requested decoded memory range 0xf6000000-0xfbffffff Here the complete memory ranges in use: andreas@aklemm[ttyp0]{185} /boot dmesg | grep mem agp0: mem 0xe0000000-0xe7ffffff at device 0.0 on pci0 pcib1: memory decode 0xfc000000-0xfdffffff drm0: port 0xc000-0xc0ff mem 0xfcff0000-0xfcffffff,0xe8000000-0xefffffff irq 11 at device 0.0 on pci1 pcib2: memory decode 0xf6000000-0xfbffffff bge0: mem 0xfaff0000-0xfaffffff irq 11 at device 0.0 on pci2 pcib2: device bge0 requested decoded memory range 0xfaff0000-0xfaffffff pcib2: device cbb0 requested decoded memory range 0xf6000000-0xfbffffff pcib2: device cbb1 requested decoded memory range 0xf6000000-0xfbffffff pcm0: port 0xbc40-0xbc7f,0xb800-0xb8ff mem 0xf4fff400-0xf4fff4ff,0xf4fff800-0xf4fff9ff irq 11 at device 31.5 on pci0 orm0: