From owner-cvs-src@FreeBSD.ORG Sun Sep 25 00:37:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 F05CB16A41F; Sun, 25 Sep 2005 00:37:16 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42ABB43D48; Sun, 25 Sep 2005 00:37:16 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8P0aJ3v007013; Sat, 24 Sep 2005 18:36:21 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 24 Sep 2005 18:36:49 -0600 (MDT) Message-Id: <20050924.183649.76052067.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <4335D760.9080007@root.org> References: <20050924193119.F1A8A16A448@hub.freebsd.org> <4335D760.9080007@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 24 Sep 2005 18:36:21 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, phk@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h rman.h types.h src/sys/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 00:37:17 -0000 In message: <4335D760.9080007@root.org> Nate Lawson writes: : Poul-Henning Kamp wrote: : > --- src/sys/sys/bus.h:1.71 Sun Sep 18 01:32:09 2005 : > +++ src/sys/sys/bus.h Sat Sep 24 19:31:10 2005 : > @@ -85,11 +85,6 @@ : > const char *__type, const char *__data); : > void devctl_queue_data(char *__data); : > : > -/* : > - * Forward declarations : > - */ : > -typedef struct device *device_t; : > - : > /** : > * @brief A device driver (included mainly for compatibility with : > * FreeBSD 4.x). : : > diff -u src/sys/sys/types.h:1.92 src/sys/sys/types.h:1.93 : > --- src/sys/sys/types.h:1.92 Tue May 31 15:18:17 2005 : > +++ src/sys/sys/types.h Sat Sep 24 19:31:10 2005 : > @@ -285,6 +285,7 @@ : > typedef __uintfptr_t uintfptr_t; : > typedef __uint64_t uoff_t; : > typedef struct vm_page *vm_page_t; : > +typedef struct device *device_t; : > : > #define offsetof(type, field) __offsetof(type, field) : : I don't think our device_t definition belongs in sys/types.h. It is : opaque for a reason. It is still opaque. Warner From owner-cvs-src@FreeBSD.ORG Sun Sep 25 01:38:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 32CBD16A41F; Sun, 25 Sep 2005 01:38:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E833543D49; Sun, 25 Sep 2005 01:38:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P1c2Fl041124; Sun, 25 Sep 2005 01:38:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P1c2XR041123; Sun, 25 Sep 2005 01:38:02 GMT (envelope-from imp) Message-Id: <200509250138.j8P1c2XR041123@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 01:38:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccardvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 01:38:03 -0000 imp 2005-09-25 01:38:02 UTC FreeBSD src repository Modified files: sys/dev/pccard pccardvar.h Log: Fix comment Revision Changes Path 1.61 +2 -2 src/sys/dev/pccard/pccardvar.h From owner-cvs-src@FreeBSD.ORG Sun Sep 25 01:39:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 AF60F16A41F; Sun, 25 Sep 2005 01:39:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D46243D49; Sun, 25 Sep 2005 01:39:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P1d4SD041168; Sun, 25 Sep 2005 01:39:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P1d4Jw041167; Sun, 25 Sep 2005 01:39:04 GMT (envelope-from imp) Message-Id: <200509250139.j8P1d4Jw041167@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 01:39:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard card_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 01:39:04 -0000 imp 2005-09-25 01:39:04 UTC FreeBSD src repository Modified files: sys/dev/pccard card_if.m Log: Remove OLDCARD vestiges from here Revision Changes Path 1.31 +0 -60 src/sys/dev/pccard/card_if.m From owner-cvs-src@FreeBSD.ORG Sun Sep 25 02:41:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 6A2A016A41F; Sun, 25 Sep 2005 02:41:11 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15A743D48; Sun, 25 Sep 2005 02:41:10 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost.csail.mit.edu [127.0.0.1]) by khavrinen.csail.mit.edu (8.13.1/8.13.1) with ESMTP id j8P2f3Qn028386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.csail.mit.edu issuer=Client+20CA); Sat, 24 Sep 2005 22:41:05 -0400 (EDT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.13.1/8.13.1/Submit) id j8P2f363028383; Sat, 24 Sep 2005 22:41:03 -0400 (EDT) (envelope-from wollman) From: Garrett Wollman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17206.3647.87643.440296@khavrinen.csail.mit.edu> Date: Sat, 24 Sep 2005 22:41:03 -0400 To: "M. Warner Losh" In-Reply-To: <20050924.183649.76052067.imp@bsdimp.com> References: <20050924193119.F1A8A16A448@hub.freebsd.org> <4335D760.9080007@root.org> <20050924.183649.76052067.imp@bsdimp.com> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-1.6 (khavrinen.csail.mit.edu [127.0.0.1]); Sat, 24 Sep 2005 22:41:05 -0400 (EDT) X-Spam-Status: No, score=0.0 required=5.0 tests=none version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on khavrinen.csail.mit.edu Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys bus.h rman.h types.h src/sys/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 02:41:11 -0000 < said: > It is still opaque. There ain't no such thing as an "opaque typedef". It's still not a problem in this case because the declaration is protected by "#ifdef _KERNEL". -GAWollman From owner-cvs-src@FreeBSD.ORG Sun Sep 25 02:42:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E43EF16A41F; Sun, 25 Sep 2005 02:42:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A479843D48; Sun, 25 Sep 2005 02:42:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 82FE81A3C29; Sat, 24 Sep 2005 19:42:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 302B051259; Sat, 24 Sep 2005 22:42:55 -0400 (EDT) Date: Sat, 24 Sep 2005 22:42:55 -0400 From: Kris Kennaway To: Kirill Ponomarew Message-ID: <20050925024254.GA7281@xor.obsecurity.org> References: <200509242141.j8OLflHk025693@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <200509242141.j8OLflHk025693@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 02:42:57 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 24, 2005 at 09:41:47PM +0000, Kirill Ponomarew wrote: > krion 2005-09-24 21:41:47 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/pkg_install/lib match.c=20 > Log: > Do not bitch about bsdpan modules not having origin. > =20 > Based on PR: bin/82269 > Submitted by: Steven Hartland > MFC after: 3 days What about killing this altogether? There exist third-party packages that legimitately do not have origins either, and this warning is extremely verbose (it happens each time you run a pkg_* tool, I think). Kris --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDNg6uWry0BWjoQKURAr/9AJ4jYvcayrNzDiz/1U0ZoLpGCZgamgCeJHz2 7pkOB045V34qVKv2m2YUb7g= =BYRx -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-cvs-src@FreeBSD.ORG Sun Sep 25 03:25:30 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 20C9316A41F; Sun, 25 Sep 2005 03:25:30 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7155D43D48; Sun, 25 Sep 2005 03:25:28 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp224-174.lns2.adl4.internode.on.net [203.122.224.174]) (authenticated bits=0) by cain.gsoft.com.au (8.13.4/8.13.4) with ESMTP id j8P3PGhF073634 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 25 Sep 2005 12:55:22 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Sun, 25 Sep 2005 12:55:00 +0930 User-Agent: KMail/1.8.2 References: <200509242141.j8OLflHk025693@repoman.freebsd.org> <20050925024254.GA7281@xor.obsecurity.org> In-Reply-To: <20050925024254.GA7281@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1343547.6XR4GMLtDO"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509251255.08492.doconnor@gsoft.com.au> X-Spam-Score: 0.05 () FORGED_RCVD_HELO X-Scanned-By: MIMEDefang 2.51 on 203.31.81.10 Cc: cvs-src@freebsd.org, Kirill Ponomarew , src-committers@freebsd.org, Kris Kennaway Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 03:25:30 -0000 --nextPart1343547.6XR4GMLtDO Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 25 September 2005 12:12, Kris Kennaway wrote: > What about killing this altogether? There exist third-party packages > that legimitately do not have origins either, and this warning is > extremely verbose (it happens each time you run a pkg_* tool, I > think). Yep.. I get about 2-3 pages of "port XYZ has no origin" messages every time I do= =20 something ports related :) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1343547.6XR4GMLtDO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDNhiU5ZPcIHs/zowRAuxKAJwP5c6SjtdLoSRMfNByT8l2Qqqi6QCbB9oy qAJ2cxukNJh6cYDPhCcCWZg= =mN+0 -----END PGP SIGNATURE----- --nextPart1343547.6XR4GMLtDO-- From owner-cvs-src@FreeBSD.ORG Sun Sep 25 06:21:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 ECD5916A41F; Sun, 25 Sep 2005 06:21:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A8B43D48; Sun, 25 Sep 2005 06:21:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id A2E95BC66; Sun, 25 Sep 2005 06:21:56 +0000 (UTC) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 24 Sep 2005 15:46:56 PDT." <4335D760.9080007@root.org> Date: Sun, 25 Sep 2005 08:21:55 +0200 Message-ID: <68685.1127629315@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h rman.h types.h src/sys/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 06:21:59 -0000 In message <4335D760.9080007@root.org>, Nate Lawson writes: >I don't think our device_t definition belongs in sys/types.h. It is >opaque for a reason. It isn't any less opaque for living in sys/types.h -- 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 Sun Sep 25 12:11:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C259D16A41F; Sun, 25 Sep 2005 12:11:39 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819BB43D4C; Sun, 25 Sep 2005 12:11:39 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PCBdED078905; Sun, 25 Sep 2005 12:11:39 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PCBdBE078904; Sun, 25 Sep 2005 12:11:39 GMT (envelope-from delphij) Message-Id: <200509251211.j8PCBdBE078904@repoman.freebsd.org> From: Xin LI Date: Sun, 25 Sep 2005 12:11:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/fsck_ffs fsck_ffs.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 12:11:39 -0000 delphij 2005-09-25 12:11:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/fsck_ffs fsck_ffs.8 Log: MFC 1.31-1.34: Several style fixes by ru@ and document alternative superblock location for UFS2. Revision Changes Path 1.31.2.1 +5 -5 src/sbin/fsck_ffs/fsck_ffs.8 From owner-cvs-src@FreeBSD.ORG Sun Sep 25 14:38:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7E66C16A41F; Sun, 25 Sep 2005 14:38:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F61843D48; Sun, 25 Sep 2005 14:38:09 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8PEc89I079605; Sun, 25 Sep 2005 08:38:08 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4336B652.2000001@samsco.org> Date: Sun, 25 Sep 2005 08:38:10 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200509242141.j8OLflHk025693@repoman.freebsd.org> <20050925024254.GA7281@xor.obsecurity.org> In-Reply-To: <20050925024254.GA7281@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 14:38:14 -0000 Kris Kennaway wrote: > On Sat, Sep 24, 2005 at 09:41:47PM +0000, Kirill Ponomarew wrote: > >>krion 2005-09-24 21:41:47 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin/pkg_install/lib match.c >> Log: >> Do not bitch about bsdpan modules not having origin. >> >> Based on PR: bin/82269 >> Submitted by: Steven Hartland >> MFC after: 3 days > > > What about killing this altogether? There exist third-party packages > that legimitately do not have origins either, and this warning is > extremely verbose (it happens each time you run a pkg_* tool, I > think). > > Kris > Hear Hear. As a former 3rd party vendor of packages, I completely agree. Scott From owner-cvs-src@FreeBSD.ORG Sun Sep 25 17:12:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 161F016A41F; Sun, 25 Sep 2005 17:12:42 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83CB43D48; Sun, 25 Sep 2005 17:12:41 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PHCfBH004126; Sun, 25 Sep 2005 17:12:41 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PHCfWo004125; Sun, 25 Sep 2005 17:12:41 GMT (envelope-from scottl) Message-Id: <200509251712.j8PHCfWo004125@repoman.freebsd.org> From: Scott Long Date: Sun, 25 Sep 2005 17:12:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 17:12:42 -0000 scottl 2005-09-25 17:12:41 UTC FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_ioctl.c Log: Overhaul error handling in the IPS driver. Don't use a magic value for driver-induced errors, instead be better about propagating error status upwards. Add more error definitions, courtesy of the linux driver. Fix a command leak in the ioctl handler. Re-arrange some of the command handlers to localize error handling. MFC After: 3 days Revision Changes Path 1.18 +3 -3 src/sys/dev/ips/ips.c 1.15 +29 -3 src/sys/dev/ips/ips.h 1.13 +61 -61 src/sys/dev/ips/ips_commands.c 1.9 +3 -3 src/sys/dev/ips/ips_disk.c 1.7 +6 -3 src/sys/dev/ips/ips_ioctl.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 18:34:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 70DC316A41F; Sun, 25 Sep 2005 18:34:22 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028D843D5F; Sun, 25 Sep 2005 18:34:18 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIYIm7009594; Sun, 25 Sep 2005 18:34:18 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIYILp009593; Sun, 25 Sep 2005 18:34:18 GMT (envelope-from wilko) Message-Id: <200509251834.j8PIYILp009593@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 25 Sep 2005 18:34:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 18:34:22 -0000 wilko 2005-09-25 18:34:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/conf GENERIC Log: Try to avoid crashes during kernel startup by limiting the # of EISA slots to probe. Problems have been reported in this area, lets hope this bandaid helps. !! Owners of EISA-equipped Alpha machines are requested to at least !! boot-test a 6-BETA build and report back to the Alpha list. Thanks! Approved by: re (scottl) Suggested by: ticso Revision Changes Path 1.186.2.3 +3 -0 src/sys/alpha/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun Sep 25 18:40:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2442416A41F; Sun, 25 Sep 2005 18:40:37 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E7C243D49; Sun, 25 Sep 2005 18:40:36 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.52 (FreeBSD)) id 1EJbQ7-000BcY-TR; Sun, 25 Sep 2005 20:40:15 +0200 Date: Sun, 25 Sep 2005 20:40:15 +0200 From: Kirill Ponomarew To: Kris Kennaway Message-ID: <20050925184015.GA37545@voodoo.oberon.net> References: <200509242141.j8OLflHk025693@repoman.freebsd.org> <20050925024254.GA7281@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050925024254.GA7281@xor.obsecurity.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 18:40:37 -0000 On Sat, Sep 24, 2005 at 10:42:55PM -0400, Kris Kennaway wrote: > On Sat, Sep 24, 2005 at 09:41:47PM +0000, Kirill Ponomarew wrote: > > krion 2005-09-24 21:41:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/pkg_install/lib match.c > > Log: > > Do not bitch about bsdpan modules not having origin. > > > > Based on PR: bin/82269 > > Submitted by: Steven Hartland > > MFC after: 3 days > > What about killing this altogether? There exist third-party packages > that legimitately do not have origins either, and this warning is > extremely verbose (it happens each time you run a pkg_* tool, I > think). Yup, that's true, I'll work on it. -Kirill From owner-cvs-src@FreeBSD.ORG Sun Sep 25 18:45:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B9F3916A41F; Sun, 25 Sep 2005 18:45:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7319C43D53; Sun, 25 Sep 2005 18:45:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIjuFQ010172; Sun, 25 Sep 2005 18:45:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIjuZR010171; Sun, 25 Sep 2005 18:45:56 GMT (envelope-from rwatson) Message-Id: <200509251845.j8PIjuZR010171@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 18:45:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 18:45:56 -0000 rwatson 2005-09-25 18:45:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/defaults rc.conf etc/rc.d kerberos share/man/man5 rc.conf.5 Log: Merge rc.conf:1.260, kerberos:1.5, rc.conf.5:1.265 from HEAD to RELENG_6: Add a new rc.conf entry, kerberos5_server_flags, which allows the administrator to specify additional start-up flags to the Kerberos 5 Authentication Server. Approved by: re (scottl) Revision Changes Path 1.252.2.3 +1 -0 src/etc/defaults/rc.conf 1.4.2.1 +1 -1 src/etc/rc.d/kerberos 1.256.2.4 +5 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Sep 25 18:51:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C4BAE16A41F; Sun, 25 Sep 2005 18:51:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953F243D49; Sun, 25 Sep 2005 18:51:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIpjKU010373; Sun, 25 Sep 2005 18:51:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIpjlh010372; Sun, 25 Sep 2005 18:51:45 GMT (envelope-from rwatson) Message-Id: <200509251851.j8PIpjlh010372@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 18:51:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man9 Makefile VFS_LOCK_GIANT.9 namei.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 18:51:45 -0000 rwatson 2005-09-25 18:51:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man9 Makefile namei.9 Added files: (Branch: RELENG_6) share/man/man9 VFS_LOCK_GIANT.9 Log: Merge Makefile:1.262, namei.9:1.27, and VFS_LOCK_GIANT.9:1.1 from HEAD to RELENG_6: Add discussion of Giant, the MPSAFE flag, and NDHASGIANT() to namei(9). Add a VFS_LOCK_GIANT(9)/VFS_UNLOCK_GIANT(9) man page. Discussed with: jeff Approved by: re (hrs) Revision Changes Path 1.260.2.2 +2 -0 src/share/man/man9/Makefile 1.1.2.1 +90 -0 src/share/man/man9/VFS_LOCK_GIANT.9 (new) 1.26.2.1 +32 -1 src/share/man/man9/namei.9 From owner-cvs-src@FreeBSD.ORG Sun Sep 25 18:54:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2212816A41F; Sun, 25 Sep 2005 18:54:29 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D055243D4C; Sun, 25 Sep 2005 18:54:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIsSsa010458; Sun, 25 Sep 2005 18:54:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIsSN2010457; Sun, 25 Sep 2005 18:54:28 GMT (envelope-from rwatson) Message-Id: <200509251854.j8PIsSN2010457@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 18:54:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_acct.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 18:54:29 -0000 rwatson 2005-09-25 18:54:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_acct.c Log: Merge kern_acct.c:1.75 from HEAD to RELENG_6: Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing NULL. The NFS client expects that a thread will always be present for a VOP so that it can check for signal conditions, and will dereference a NULL pointer if one isn't present. Approved by: re (scottl) Revision Changes Path 1.74.2.1 +2 -2 src/sys/kern/kern_acct.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 19:06:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9906216A41F; Sun, 25 Sep 2005 19:06:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5070143D4C; Sun, 25 Sep 2005 19:06:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJ6PmV011128; Sun, 25 Sep 2005 19:06:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJ6Pdv011127; Sun, 25 Sep 2005 19:06:25 GMT (envelope-from rwatson) Message-Id: <200509251906.j8PJ6Pdv011127@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 19:06:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 19:06:25 -0000 rwatson 2005-09-25 19:06:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/defaults rc.conf etc/rc.d kerberos share/man/man5 rc.conf.5 Log: Merge rc.conf:1.260, kerberos:1.5, rc.conf.5:1.265 from HEAD to RELENG_5: Add a new rc.conf entry, kerberos5_server_flags, which allows the administrator to specify additional start-up flags to the Kerberos 5 Authentication Server. Revision Changes Path 1.212.2.19 +1 -0 src/etc/defaults/rc.conf 1.3.6.2 +1 -1 src/etc/rc.d/kerberos 1.221.2.14 +5 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Sep 25 19:11:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0DDBB16A41F; Sun, 25 Sep 2005 19:11:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B979A43D49; Sun, 25 Sep 2005 19:11:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJB8xX011350; Sun, 25 Sep 2005 19:11:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJB87T011349; Sun, 25 Sep 2005 19:11:08 GMT (envelope-from rwatson) Message-Id: <200509251911.j8PJB87T011349@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 19:11:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.network src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 19:11:09 -0000 rwatson 2005-09-25 19:11:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man5 rc.conf.5 etc rc.network etc/defaults rc.conf Log: Merge rc.conf:1.260, rc.conf.5:1.265, and notionally kerbero:1.5 from HEAD to RELENG_4: Add a new rc.conf entry, kerberos5_server_flags, which allows the administrator to specify additional start-up flags to the Kerberos 5 Authentication Server. Revision Changes Path 1.53.2.68 +1 -0 src/etc/defaults/rc.conf 1.74.2.47 +1 -1 src/etc/rc.network 1.64.2.57 +5 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Sep 25 19:14:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0C79716A41F; Sun, 25 Sep 2005 19:14:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6426543D5D; Sun, 25 Sep 2005 19:14:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJE2kR011479; Sun, 25 Sep 2005 19:14:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJE2Dq011478; Sun, 25 Sep 2005 19:14:02 GMT (envelope-from rwatson) Message-Id: <200509251914.j8PJE2Dq011478@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 19:14:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern kern_acct.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 19:14:03 -0000 rwatson 2005-09-25 19:14:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_acct.c Log: Merge kern_acct.c:1.75 from HEAD to RELENG_5: Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing NULL. The NFS client expects that a thread will always be present for a VOP so that it can check for signal conditions, and will dereference a NULL pointer if one isn't present. Revision Changes Path 1.71.2.4 +2 -2 src/sys/kern/kern_acct.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 19:34:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6978E16A41F; Sun, 25 Sep 2005 19:34:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2441443D48; Sun, 25 Sep 2005 19:34:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJYt9t012181; Sun, 25 Sep 2005 19:34:55 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJYsxr012180; Sun, 25 Sep 2005 19:34:54 GMT (envelope-from phk) Message-Id: <200509251934.j8PJYsxr012180@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 19:34:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/isa isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 19:34:55 -0000 phk 2005-09-25 19:34:54 UTC FreeBSD src repository Modified files: sys/alpha/isa isa.c Log: This file never needed to see what is in the internal struct resource, all it needed was a call to rman_get_start(). Revision Changes Path 1.37 +7 -9 src/sys/alpha/isa/isa.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 19:48:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B646F16A41F; Sun, 25 Sep 2005 19:48:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72F6543D53; Sun, 25 Sep 2005 19:48:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJmpci012736; Sun, 25 Sep 2005 19:48:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJmpnc012735; Sun, 25 Sep 2005 19:48:51 GMT (envelope-from phk) Message-Id: <200509251948.j8PJmpnc012735@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 19:48:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/pci apecs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 19:48:51 -0000 phk 2005-09-25 19:48:51 UTC FreeBSD src repository Modified files: sys/alpha/pci apecs.c Log: Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLE Revision Changes Path 1.29 +7 -7 src/sys/alpha/pci/apecs.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 19:52:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 74E6916A41F; Sun, 25 Sep 2005 19:52:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6B643D48; Sun, 25 Sep 2005 19:52:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJqA6W012937; Sun, 25 Sep 2005 19:52:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJqArX012936; Sun, 25 Sep 2005 19:52:10 GMT (envelope-from rwatson) Message-Id: <200509251952.j8PJqArX012936@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 19:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 19:52:10 -0000 rwatson 2005-09-25 19:52:10 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Lock the read socket receive buffer when frobbing the sb_state flag on that socket during open, not the write socket receive buffer. This might explain clearing of the sb_state SB_LOCK flag seen occasionally in soreceive() on fifos. MFC after: 3 days Spotted by: ups Revision Changes Path 1.129 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 20:03:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 45DFF16A41F; Sun, 25 Sep 2005 20:03:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E5D43D49; Sun, 25 Sep 2005 20:03:41 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PK3fTd013399; Sun, 25 Sep 2005 20:03:41 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PK3fL9013398; Sun, 25 Sep 2005 20:03:41 GMT (envelope-from phk) Message-Id: <200509252003.j8PK3fL9013398@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:03:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 20:03:45 -0000 phk 2005-09-25 20:03:41 UTC FreeBSD src repository Modified files: sys/amd64/amd64 nexus.c Log: __RMAN_RESOURCE_VISIBLE is not actually needed. Revision Changes Path 1.67 +0 -1 src/sys/amd64/amd64/nexus.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 20:10:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 89ECE16A41F; Sun, 25 Sep 2005 20:10:11 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C4043D4C; Sun, 25 Sep 2005 20:10:11 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKAA5g013666; Sun, 25 Sep 2005 20:10:10 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKAAvS013665; Sun, 25 Sep 2005 20:10:10 GMT (envelope-from phk) Message-Id: <200509252010.j8PKAAvS013665@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:10:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 20:10:11 -0000 phk 2005-09-25 20:10:10 UTC FreeBSD src repository Modified files: sys/sys rman.h sys/kern subr_rman.c Log: Add rman_is_region_manager() for the benefit of an alpha hack. Revision Changes Path 1.45 +7 -0 src/sys/kern/subr_rman.c 1.30 +1 -0 src/sys/sys/rman.h From owner-cvs-src@FreeBSD.ORG Sun Sep 25 20:12:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7167C16A41F; Sun, 25 Sep 2005 20:12:30 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B85443D48; Sun, 25 Sep 2005 20:12:30 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKCUk3013989; Sun, 25 Sep 2005 20:12:30 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKCUv1013988; Sun, 25 Sep 2005 20:12:30 GMT (envelope-from phk) Message-Id: <200509252012.j8PKCUv1013988@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:12:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/alpha sgmap.c src/sys/alpha/mcbus mcpcia.c src/sys/alpha/pci cia.c pcibus.c t2.c tsunami.c tsunami_pci.c src/sys/alpha/tlsb dwlpx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 20:12:30 -0000 phk 2005-09-25 20:12:30 UTC FreeBSD src repository Modified files: sys/alpha/alpha sgmap.c sys/alpha/mcbus mcpcia.c sys/alpha/pci cia.c pcibus.c t2.c tsunami.c tsunami_pci.c sys/alpha/tlsb dwlpx.c Log: Replace __RMAN_RESOURCE_VISIBLE with calls to public entry points in rman module. Revision Changes Path 1.8 +0 -1 src/sys/alpha/alpha/sgmap.c 1.32 +2 -3 src/sys/alpha/mcbus/mcpcia.c 1.46 +6 -7 src/sys/alpha/pci/cia.c 1.37 +8 -7 src/sys/alpha/pci/pcibus.c 1.24 +5 -6 src/sys/alpha/pci/t2.c 1.26 +7 -7 src/sys/alpha/pci/tsunami.c 1.18 +0 -1 src/sys/alpha/pci/tsunami_pci.c 1.30 +0 -1 src/sys/alpha/tlsb/dwlpx.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 20:21:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B805316A41F; Sun, 25 Sep 2005 20:21:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756BE43D48; Sun, 25 Sep 2005 20:21:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKLEae014487; Sun, 25 Sep 2005 20:21:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKLEMJ014486; Sun, 25 Sep 2005 20:21:14 GMT (envelope-from phk) Message-Id: <200509252021.j8PKLEMJ014486@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:21:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 20:21:14 -0000 phk 2005-09-25 20:21:14 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: __RMAN_RESOURCE_VISIBLE not needed. Revision Changes Path 1.40 +0 -1 src/sys/dev/puc/puc.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 20:21:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 01F1216A41F; Sun, 25 Sep 2005 20:21:49 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 615E543D49; Sun, 25 Sep 2005 20:21:48 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKLmhQ014562; Sun, 25 Sep 2005 20:21:48 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKLm9L014561; Sun, 25 Sep 2005 20:21:48 GMT (envelope-from phk) Message-Id: <200509252021.j8PKLm9L014561@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:21:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/isa isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 20:21:49 -0000 phk 2005-09-25 20:21:48 UTC FreeBSD src repository Modified files: sys/i386/isa isa.c Log: __RMAN_RESOURCE_VISIBLE not necessary. Revision Changes Path 1.149 +0 -3 src/sys/i386/isa/isa.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 20:36:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 806A016A41F; Sun, 25 Sep 2005 20:36:03 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A6E43D49; Sun, 25 Sep 2005 20:36:03 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKa3s0015311; Sun, 25 Sep 2005 20:36:03 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKa32l015310; Sun, 25 Sep 2005 20:36:03 GMT (envelope-from thompsa) Message-Id: <200509252036.j8PKa32l015310@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 25 Sep 2005 20:36:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 20:36:03 -0000 thompsa 2005-09-25 20:36:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: MFC: if_bridge.c, r1.22 > Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on our > copied mbuf, which keeps the IP header 32-bit aligned. This copied mbuf is > reinjected back into ether_input and off to the IP routines. > > Reported and tested by: Peter van Dijk Approved by: re (scottl), mlaier (mentor) Revision Changes Path 1.11.2.11 +1 -1 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Sun Sep 25 21:06:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5AE1916A41F; Sun, 25 Sep 2005 21:06:51 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E845443D53; Sun, 25 Sep 2005 21:06:50 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PL6oNi023540; Sun, 25 Sep 2005 21:06:50 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PL6oFX023539; Sun, 25 Sep 2005 21:06:50 GMT (envelope-from cognet) Message-Id: <200509252106.j8PL6oFX023539@repoman.freebsd.org> From: Olivier Houchard Date: Sun, 25 Sep 2005 21:06:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm nexus.c src/sys/arm/sa11x0 sa11x0.c sa11x0_irqhandler.c sa11x0_var.h src/sys/arm/xscale/i80321 i80321_pci.c i80321var.h iq80321.c obio.c obiovar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 21:06:51 -0000 cognet 2005-09-25 21:06:50 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c sys/arm/sa11x0 sa11x0.c sa11x0_irqhandler.c sa11x0_var.h sys/arm/xscale/i80321 i80321_pci.c i80321var.h iq80321.c obio.c obiovar.h Log: Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code. Spotted out by: phk Revision Changes Path 1.6 +3 -4 src/sys/arm/arm/nexus.c 1.5 +15 -9 src/sys/arm/sa11x0/sa11x0.c 1.5 +4 -1 src/sys/arm/sa11x0/sa11x0_irqhandler.c 1.2 +2 -0 src/sys/arm/sa11x0/sa11x0_var.h 1.5 +1 -9 src/sys/arm/xscale/i80321/i80321_pci.c 1.3 +2 -0 src/sys/arm/xscale/i80321/i80321var.h 1.9 +12 -8 src/sys/arm/xscale/i80321/iq80321.c 1.3 +13 -11 src/sys/arm/xscale/i80321/obio.c 1.3 +3 -2 src/sys/arm/xscale/i80321/obiovar.h From owner-cvs-src@FreeBSD.ORG Sun Sep 25 21:23:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1012616A41F; Sun, 25 Sep 2005 21:23:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6523943D49; Sun, 25 Sep 2005 21:23:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLNJ2V024220; Sun, 25 Sep 2005 21:23:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLNJVl024219; Sun, 25 Sep 2005 21:23:19 GMT (envelope-from phk) Message-Id: <200509252123.j8PLNJVl024219@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 21:23:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd/Files/root save_sshkeys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 21:23:20 -0000 phk 2005-09-25 21:23:19 UTC FreeBSD src repository Modified files: tools/tools/nanobsd/Files/root save_sshkeys Log: Correct filesystem mountpoint Revision Changes Path 1.4 +2 -2 src/tools/tools/nanobsd/Files/root/save_sshkeys From owner-cvs-src@FreeBSD.ORG Sun Sep 25 21:24:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 333A716A41F; Sun, 25 Sep 2005 21:24:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F6843D75; Sun, 25 Sep 2005 21:24:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLO60l024267; Sun, 25 Sep 2005 21:24:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLO6Dr024266; Sun, 25 Sep 2005 21:24:06 GMT (envelope-from imp) Message-Id: <200509252124.j8PLO6Dr024266@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 21:24:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 21:24:10 -0000 imp 2005-09-25 21:24:06 UTC FreeBSD src repository Modified files: sys/conf files.pc98 Log: OLDCARD is being removed from the tree, so remove it from here. # the snc pccard entry might be able to be moved to files Revision Changes Path 1.328 +1 -26 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Sun Sep 25 21:26:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7A0C416A41F; Sun, 25 Sep 2005 21:26:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3247E43D4C; Sun, 25 Sep 2005 21:26:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLQAhn024415; Sun, 25 Sep 2005 21:26:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLQAEQ024414; Sun, 25 Sep 2005 21:26:10 GMT (envelope-from imp) Message-Id: <200509252126.j8PLQAEQ024414@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 21:26:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/conf GENERIC NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 21:26:10 -0000 imp 2005-09-25 21:26:10 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC NOTES Log: Remove references to OLDCARD. Revision Changes Path 1.271 +0 -4 src/sys/pc98/conf/GENERIC 1.61 +1 -12 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sun Sep 25 21:29:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7588316A41F; Sun, 25 Sep 2005 21:29:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B752C43D5A; Sun, 25 Sep 2005 21:29:32 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLTWG7024577; Sun, 25 Sep 2005 21:29:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLTWAZ024576; Sun, 25 Sep 2005 21:29:32 GMT (envelope-from imp) Message-Id: <200509252129.j8PLTWAZ024576@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 21:29:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pccard mecia.c pccard.c pccard_beep.c pccard_nbk.c pcic.c pcic_isa.c pcic_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 21:29:36 -0000 imp 2005-09-25 21:29:32 UTC FreeBSD src repository Removed files: sys/pccard mecia.c pccard.c pccard_beep.c pccard_nbk.c pcic.c pcic_isa.c pcic_pci.c Log: Remove the kernel portion of OLDCARD. I'm working on a replacement for pccardc dumpcis, but until I'm done with that, I'm leaving pccardc in place. As such, I'm leaving the .h files in place for the moment. Revision Changes Path 1.7 +0 -767 src/sys/pccard/mecia.c (dead) 1.165 +0 -731 src/sys/pccard/pccard.c (dead) 1.11 +0 -138 src/sys/pccard/pccard_beep.c (dead) 1.49 +0 -436 src/sys/pccard/pccard_nbk.c (dead) 1.187 +0 -1344 src/sys/pccard/pcic.c (dead) 1.28 +0 -399 src/sys/pccard/pcic_isa.c (dead) 1.130 +0 -1586 src/sys/pccard/pcic_pci.c (dead) From owner-cvs-src@FreeBSD.ORG Sun Sep 25 22:54:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2F88A16A420; Sun, 25 Sep 2005 22:54:17 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D9343D49; Sun, 25 Sep 2005 22:54:16 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-46-176.dsl.snfc21.pacbell.net [71.139.46.176]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8PMsIo5018626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 25 Sep 2005 15:54:21 -0700 Message-ID: <43372A91.8060202@root.org> Date: Sun, 25 Sep 2005 15:54:09 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <20050925202154.06BF516A436@hub.freebsd.org> In-Reply-To: <20050925202154.06BF516A436@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2005 22:54:17 -0000 Poul-Henning Kamp wrote: > phk 2005-09-25 20:21:48 UTC > > FreeBSD src repository > > Modified files: > sys/i386/isa isa.c > Log: > __RMAN_RESOURCE_VISIBLE not necessary. > > Revision Changes Path > 1.149 +0 -3 src/sys/i386/isa/isa.c Thanks for this work. -- Nate From owner-cvs-src@FreeBSD.ORG Mon Sep 26 05:29:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 04AF616A41F; Mon, 26 Sep 2005 05:29:47 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B837643D48; Mon, 26 Sep 2005 05:29:46 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q5Tk1k058895; Mon, 26 Sep 2005 05:29:46 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q5Tkxs058894; Mon, 26 Sep 2005 05:29:46 GMT (envelope-from sobomax) Message-Id: <200509260529.j8Q5Tkxs058894@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Sep 2005 05:29:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c if_cdcereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 05:29:47 -0000 sobomax 2005-09-26 05:29:46 UTC FreeBSD src repository Modified files: sys/dev/usb if_cdce.c if_cdcereg.h Log: Add dummy support for ifmedia subsystem. This allows devd to see cdce as an ethernet device and configure IP etc. Submitted by: Craig Boston Revision Changes Path 1.10 +31 -0 src/sys/dev/usb/if_cdce.c 1.6 +1 -0 src/sys/dev/usb/if_cdcereg.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 06:23:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0353616A41F; Mon, 26 Sep 2005 06:23:44 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B11B043D48; Mon, 26 Sep 2005 06:23:43 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q6NhQ3060925; Mon, 26 Sep 2005 06:23:43 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q6NhwX060924; Mon, 26 Sep 2005 06:23:43 GMT (envelope-from keramida) Message-Id: <200509260623.j8Q6NhwX060924@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 26 Sep 2005 06:23:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libufs Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 06:23:44 -0000 keramida 2005-09-26 06:23:43 UTC FreeBSD src repository (doc committer) Modified files: lib/libufs Makefile Log: minor style.Makefile(5) fixes: - WARNS before CFLAGS - CFLAGS -DXXX before -IXXX Approved by: ru Revision Changes Path 1.13 +7 -2 src/lib/libufs/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 26 06:44:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 71FF816A41F; Mon, 26 Sep 2005 06:44:55 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D195D43D4C; Mon, 26 Sep 2005 06:44:54 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8Q6inYY052890; Mon, 26 Sep 2005 08:44:53 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8Q6ink4019667; Mon, 26 Sep 2005 08:44:49 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8Q6inYl019666; Mon, 26 Sep 2005 08:44:49 +0200 (CEST) (envelope-from wb) Date: Mon, 26 Sep 2005 08:44:49 +0200 From: Wilko Bulte To: Wilko Bulte Message-ID: <20050926064449.GA19636@freebie.xs4all.nl> References: <200509251834.j8PIYILp009593@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509251834.j8PIYILp009593@repoman.freebsd.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: FreeBSD 6.0/alpha estbuild available with limited EISA probing X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 06:44:55 -0000 Folks, Please try a testbuild based on BETA5 that is currently uploading to ftp-master. You will soon be able to find it in /pub/FreeBSD/releases/alpha/ISO-IMAGES/6.0 on the various ftp mirror sites. MD5 (6.0-BETA5-EISA-bootonly.iso) = 71b32e9c03e972f53c5d1e879b9b3b65 I have boot tested it on a DS10 but I do not have any EISA equipped Alpha boxes so I am really curious if Bernd's (ticso) suggestion works for your machine model. Wilko On Sun, Sep 25, 2005 at 06:34:18PM +0000, Wilko Bulte wrote.. > wilko 2005-09-25 18:34:18 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/alpha/conf GENERIC > Log: > Try to avoid crashes during kernel startup by limiting the # of EISA > slots to probe. Problems have been reported in this area, lets hope > this bandaid helps. > > !! Owners of EISA-equipped Alpha machines are requested to at least > !! boot-test a 6-BETA build and report back to the Alpha list. Thanks! > > Approved by: re (scottl) > Suggested by: ticso > > Revision Changes Path > 1.186.2.3 +3 -0 src/sys/alpha/conf/GENERIC --- end of quoted text --- -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Sep 26 07:45:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C2D8516A41F; Mon, 26 Sep 2005 07:45:36 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B8A43D48; Mon, 26 Sep 2005 07:45:36 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q7jab2064058; Mon, 26 Sep 2005 07:45:36 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q7ja7u064056; Mon, 26 Sep 2005 07:45:36 GMT (envelope-from njl) Message-Id: <200509260745.j8Q7ja7u064056@repoman.freebsd.org> From: Nate Lawson Date: Mon, 26 Sep 2005 07:45:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys types.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 07:45:37 -0000 njl 2005-09-26 07:45:35 UTC FreeBSD src repository Modified files: sys/sys types.h Log: Fix order and style(9) to match surrounding defs. Revision Changes Path 1.94 +1 -1 src/sys/sys/types.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 08:02:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D749416A41F; Mon, 26 Sep 2005 08:02:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990A643D48; Mon, 26 Sep 2005 08:02:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q82PSx064659; Mon, 26 Sep 2005 08:02:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q82PFW064658; Mon, 26 Sep 2005 08:02:25 GMT (envelope-from rwatson) Message-Id: <200509260802.j8Q82PFW064658@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 Sep 2005 08:02:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 08:02:26 -0000 rwatson 2005-09-26 08:02:24 UTC FreeBSD src repository Modified files: sys/kern subr_prf.c Log: Acquire Giant in uprintf() and tprintf() rather than asserting it. In the vast majority of cases, these functions are called without mutexes held, meaning that in all but two cases, there will be no ordering issues with doing this, and it will eliminate the need for changes in the caller. In two cases, mutexes are held, so Giant must be acquired before those mutexes such that uprintf() and tprintf() recurse Giant rather than generating a lock order reversal. Suggested by: bde Revision Changes Path 1.121 +11 -6 src/sys/kern/subr_prf.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 08:17:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8F31B16A41F; Mon, 26 Sep 2005 08:17:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFC743D4C; Mon, 26 Sep 2005 08:17:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q8H4tR065223; Mon, 26 Sep 2005 08:17:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q8H3Zv065222; Mon, 26 Sep 2005 08:17:03 GMT (envelope-from rwatson) Message-Id: <200509260817.j8Q8H3Zv065222@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 Sep 2005 08:17:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 08:17:04 -0000 rwatson 2005-09-26 08:17:03 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Assert v_fifoinfo is non-NULL in fifo_close() in order to catch non-conforming cases sooner. MFC after: 3 days Reported by: Peter Holm Revision Changes Path 1.130 +1 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 11:21:13 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 54C0B16A41F; Mon, 26 Sep 2005 11:21:13 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C370643D48; Mon, 26 Sep 2005 11:21:12 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8QBLBsc026496; Mon, 26 Sep 2005 21:21:11 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8QBLAXX001207; Mon, 26 Sep 2005 21:21:10 +1000 Date: Mon, 26 Sep 2005 21:21:10 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Robert Watson In-Reply-To: <200509260802.j8Q82PFW064658@repoman.freebsd.org> Message-ID: <20050926212051.J21547@delplex.bde.org> References: <200509260802.j8Q82PFW064658@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 11:21:13 -0000 On Mon, 26 Sep 2005, Robert Watson wrote: > rwatson 2005-09-26 08:02:24 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_prf.c > Log: > Acquire Giant in uprintf() and tprintf() rather than asserting it. In > the vast majority of cases, these functions are called without mutexes > held, meaning that in all but two cases, there will be no ordering > issues with doing this, and it will eliminate the need for changes in > the caller. In two cases, mutexes are held, so Giant must be acquired > before those mutexes such that uprintf() and tprintf() recurse Giant > rather than generating a lock order reversal. > > Suggested by: bde Thansks. Bruce From owner-cvs-src@FreeBSD.ORG Mon Sep 26 11:31:32 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 DD42916A41F; Mon, 26 Sep 2005 11:31:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778D343D49; Mon, 26 Sep 2005 11:31:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 5CAD146B1C; Mon, 26 Sep 2005 07:31:29 -0400 (EDT) Date: Mon, 26 Sep 2005 12:31:29 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Bruce Evans In-Reply-To: <20050926212051.J21547@delplex.bde.org> Message-ID: <20050926123058.X11229@fledge.watson.org> References: <200509260802.j8Q82PFW064658@repoman.freebsd.org> <20050926212051.J21547@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 11:31:33 -0000 On Mon, 26 Sep 2005, Bruce Evans wrote: >> Acquire Giant in uprintf() and tprintf() rather than asserting it. In >> the vast majority of cases, these functions are called without mutexes >> held, meaning that in all but two cases, there will be no ordering >> issues with doing this, and it will eliminate the need for changes in >> the caller. In two cases, mutexes are held, so Giant must be acquired >> before those mutexes such that uprintf() and tprintf() recurse Giant >> rather than generating a lock order reversal. > > Thansks. I'll take a jaunt through the rest of the tree removing the Giant acquisitions (in most cases) later this afternoon (local time) Robert N M Watson From owner-cvs-src@FreeBSD.ORG Mon Sep 26 12:03:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2470316A42B; Mon, 26 Sep 2005 12:03:45 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C426243D69; Mon, 26 Sep 2005 12:03:38 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QC3cwX081756; Mon, 26 Sep 2005 12:03:38 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QC3cm7081752; Mon, 26 Sep 2005 12:03:38 GMT (envelope-from andre) Message-Id: <200509261203.j8QC3cm7081752@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 12:03:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 12:03:47 -0000 andre 2005-09-26 12:03:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_syncache.c Log: MFC 1.77: Do not ignore all other TCP options when TCP_MD5. Approved by: re (scottl) Revision Changes Path 1.74.2.3 +1 -1 src/sys/netinet/tcp_syncache.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 12:06:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C981C16A42C; Mon, 26 Sep 2005 12:06:21 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D658F43D5D; Mon, 26 Sep 2005 12:06:18 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QC6IRp081914; Mon, 26 Sep 2005 12:06:18 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QC6IBh081913; Mon, 26 Sep 2005 12:06:18 GMT (envelope-from andre) Message-Id: <200509261206.j8QC6IBh081913@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 12:06:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 12:06:22 -0000 andre 2005-09-26 12:06:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c Log: MFC 1.160: Undo optimization which broke BIOCGSEESENT handling. Approved by: re (scottl) Revision Changes Path 1.153.2.4 +0 -4 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 12:06:28 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 66CB916A426 for ; Mon, 26 Sep 2005 12:06:28 +0000 (GMT) (envelope-from haskel@mail.bright.net) Received: from mail.bright.net (61-231-215-91.dynamic.hinet.net [61.231.215.91]) by mx1.FreeBSD.org (Postfix) with SMTP id CC3A843D5D for ; Mon, 26 Sep 2005 12:06:22 +0000 (GMT) (envelope-from haskel@mail.bright.net) Received: from [192.168.124.246] (helo=happily) by mail.bright.net with SMTP (Ontogenesis vp 4.45 (Palaestra)) id hlMlcU-RCVGXz-GT for cvs-src@freebsd.org; Mon, 26 Sep 2005 07:06:23 -0500 Message-ID: <407024.JUUXRUOBPIQM@happily> From: "Haskel Sheilds" To: "Jesus Depaolo" Date: Mon, 26 Sep 2005 07:06:22 -0500 MIME-Version: 1.0 X-Priority: 3 X-Mailer: Ontogenesis vp 4.45 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: V. and many other , Pharrrmacy X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Haskel Sheilds List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:06:29 -0000 LevProValCiaU= ltXanAmViaMeCel itrapeciaiumlisramaxbiengraridiaebrex $$ $ = 3.751.21 3.33 = http://www.preferollin.com= certain day to carry out their purpose, and sharpened their horns = jumping from a lofty precipice into a deep lake below. As they empty sling, = chased them away by the terror he inspired; but when that being such as I am, = = I should be frightened by the crowing of puffs and advertisements. When the = Cobbler happened to fall sick asked him, How can you pretend to prescribe for = = others, when you From owner-cvs-src@FreeBSD.ORG Mon Sep 26 12:16:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 176DB16A41F; Mon, 26 Sep 2005 12:16:29 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9921743D5A; Mon, 26 Sep 2005 12:16:28 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QCGSqT082310; Mon, 26 Sep 2005 12:16:28 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QCGSe3082309; Mon, 26 Sep 2005 12:16:28 GMT (envelope-from des) Message-Id: <200509261216.j8QCGSe3082309@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Sep 2005 12:16:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/powerd powerd.8 powerd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 12:16:29 -0000 des 2005-09-26 12:16:28 UTC FreeBSD src repository Modified files: usr.sbin/powerd powerd.8 powerd.c Log: Accept "maximum" and "minimum" modes as well as their abbreviations. MFC after: 2 weeks Revision Changes Path 1.7 +1 -1 src/usr.sbin/powerd/powerd.8 1.12 +2 -2 src/usr.sbin/powerd/powerd.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 13:12:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 AA95916A420; Mon, 26 Sep 2005 13:12:01 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686A143D48; Mon, 26 Sep 2005 13:12:01 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDC1RC095410; Mon, 26 Sep 2005 13:12:01 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDC1ai095409; Mon, 26 Sep 2005 13:12:01 GMT (envelope-from andre) Message-Id: <200509261312.j8QDC1ai095409@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 13:12:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 13:12:02 -0000 andre 2005-09-26 13:12:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net bpf.c Log: MFC 1.160: Undo optimization which broke BIOCGSEESENT handling. Revision Changes Path 1.133.2.10 +0 -4 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 13:18:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 F23F916A41F; Mon, 26 Sep 2005 13:18:20 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B038643D53; Mon, 26 Sep 2005 13:18:20 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDIKUc095684; Mon, 26 Sep 2005 13:18:20 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDIKqJ095683; Mon, 26 Sep 2005 13:18:20 GMT (envelope-from andre) Message-Id: <200509261318.j8QDIKqJ095683@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 13:18:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 13:18:21 -0000 andre 2005-09-26 13:18:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_syncache.c Log: MFC 1.77: Do not ignore all other TCP options when TCP_MD5. Revision Changes Path 1.66.2.4 +1 -1 src/sys/netinet/tcp_syncache.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 13:58:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A992D16A41F; Mon, 26 Sep 2005 13:58:56 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686BB43D48; Mon, 26 Sep 2005 13:58:56 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDwuOO097697; Mon, 26 Sep 2005 13:58:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDwuYG097696; Mon, 26 Sep 2005 13:58:56 GMT (envelope-from jhb) Message-Id: <200509261358.j8QDwuYG097696@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 13:58:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 13:58:56 -0000 jhb 2005-09-26 13:58:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ata ata-queue.c Log: MFC: Zero donecount on auto request sense. PR: kern/81450 Submitted by: Sean McNeil sean at mcneil dot com Revision Changes Path 1.32.2.8 +1 -0 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 14:14:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A596816A41F; Mon, 26 Sep 2005 14:14:55 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62EB643D48; Mon, 26 Sep 2005 14:14:55 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEEtHV098347; Mon, 26 Sep 2005 14:14:55 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEEt90098346; Mon, 26 Sep 2005 14:14:55 GMT (envelope-from davidxu) Message-Id: <200509261414.j8QEEt90098346@repoman.freebsd.org> From: David Xu Date: Mon, 26 Sep 2005 14:14:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_environment.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 14:14:55 -0000 davidxu 2005-09-26 14:14:55 UTC FreeBSD src repository Modified files: sys/kern kern_environment.c Log: Reorder statements to avoid accessing unknown memory. In theory, invoking kenv with very long string can panic kernel. Revision Changes Path 1.41 +2 -2 src/sys/kern/kern_environment.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 14:36:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 46A0E16A41F; Mon, 26 Sep 2005 14:36:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27C043D49; Mon, 26 Sep 2005 14:36:54 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEasWP099548; Mon, 26 Sep 2005 14:36:54 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEasWc099547; Mon, 26 Sep 2005 14:36:54 GMT (envelope-from phk) Message-Id: <200509261436.j8QEasWc099547@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 14:36:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_rule.c devfs_vfsops.c devfs_vnops.c src/sys/kern kern_conf.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 14:36:55 -0000 phk 2005-09-26 14:36:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_rule.c devfs_vfsops.c devfs_vnops.c sys/kern kern_conf.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_partition mac_partition.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys conf.h Log: MFC: DEVFS fixes of many sorts. Approved by: re@ (scottl) Revision Changes Path 1.22.2.2 +10 -34 src/sys/fs/devfs/devfs.h 1.36.2.3 +289 -253 src/sys/fs/devfs/devfs_devs.c 1.1.2.2 +22 -0 src/sys/fs/devfs/devfs_int.h 1.14.2.2 +108 -163 src/sys/fs/devfs/devfs_rule.c 1.44.2.3 +26 -34 src/sys/fs/devfs/devfs_vfsops.c 1.114.2.5 +79 -113 src/sys/fs/devfs/devfs_vnops.c 1.186.2.3 +27 -39 src/sys/kern/kern_conf.c 1.87.2.2 +1 -0 src/sys/security/mac_biba/mac_biba.c 1.35.2.2 +1 -0 src/sys/security/mac_lomac/mac_lomac.c 1.72.2.2 +1 -0 src/sys/security/mac_mls/mac_mls.c 1.31.8.1 +1 -0 src/sys/security/mac_none/mac_none.c 1.10.8.1 +1 -0 src/sys/security/mac_partition/mac_partition.c 1.52.2.3 +1 -0 src/sys/security/mac_stub/mac_stub.c 1.60.2.2 +1 -0 src/sys/security/mac_test/mac_test.c 1.222.2.3 +1 -2 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 14:46:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3E18C16A41F; Mon, 26 Sep 2005 14:46:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF1743D4C; Mon, 26 Sep 2005 14:46:10 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEkAHT000100; Mon, 26 Sep 2005 14:46:10 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEkACG099998; Mon, 26 Sep 2005 14:46:10 GMT (envelope-from glebius) Message-Id: <200509261446.j8QEkACG099998@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 26 Sep 2005 14:46:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 14:46:11 -0000 glebius 2005-09-26 14:46:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: MFC 1.71, 1.72: Check IFF_DRV_RUNNING before calling em_start_locked(). Approved by: re (scottl) Revision Changes Path 1.65.2.3 +2 -1 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 14:57:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A22BC16A41F; Mon, 26 Sep 2005 14:57:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4741843D55; Mon, 26 Sep 2005 14:57:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEvRAD000633; Mon, 26 Sep 2005 14:57:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEvRBH000632; Mon, 26 Sep 2005 14:57:27 GMT (envelope-from phk) Message-Id: <200509261457.j8QEvRBH000632@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 14:57:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles src/tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 14:57:27 -0000 phk 2005-09-26 14:57:27 UTC FreeBSD src repository Removed files: tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs Log: Remove the old Makefile based nanobsd build method, the new shell script based is far better and the only one supported from now on. Revision Changes Path 1.2 +0 -27 src/tools/tools/nanobsd/Customize/NET4801 (dead) 1.3 +0 -30 src/tools/tools/nanobsd/Customize/comconsole (dead) 1.2 +0 -64 src/tools/tools/nanobsd/Customize/default (dead) 1.3 +0 -15 src/tools/tools/nanobsd/Customize/files (dead) 1.2 +0 -25 src/tools/tools/nanobsd/Customize/nobeastie (dead) 1.2 +0 -18 src/tools/tools/nanobsd/Customize/pkgs (dead) 1.15 +0 -191 src/tools/tools/nanobsd/Makefile (dead) 1.3 +0 -72 src/tools/tools/nanobsd/customize.sh (dead) 1.18 +0 -124 src/tools/tools/nanobsd/i386.diskimage (dead) 1.3 +0 -34 src/tools/tools/nanobsd/localfiles (dead) From owner-cvs-src@FreeBSD.ORG Mon Sep 26 14:58:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1088716A41F; Mon, 26 Sep 2005 14:58:59 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35A743D4C; Mon, 26 Sep 2005 14:58:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEww9w000750; Mon, 26 Sep 2005 14:58:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEwwa4000749; Mon, 26 Sep 2005 14:58:58 GMT (envelope-from phk) Message-Id: <200509261458.j8QEwwa4000749@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 14:58:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 14:58:59 -0000 phk 2005-09-26 14:58:58 UTC FreeBSD src repository Removed files: tools/tools/nanobsd make.conf Log: This one goes as well. Revision Changes Path 1.26 +0 -134 src/tools/tools/nanobsd/make.conf (dead) From owner-cvs-src@FreeBSD.ORG Mon Sep 26 14:59:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 825D016A41F; Mon, 26 Sep 2005 14:59:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B0B43D4C; Mon, 26 Sep 2005 14:59:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QExCIO000793; Mon, 26 Sep 2005 14:59:12 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QExCbR000792; Mon, 26 Sep 2005 14:59:12 GMT (envelope-from glebius) Message-Id: <200509261459.j8QExCbR000792@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 26 Sep 2005 14:59:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 14:59:12 -0000 glebius 2005-09-26 14:59:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net route.c Log: MFC 1.113: Several fixes to rt_setgate(), that fix problems with route changing: - Rearrange code so that in a case of failure the affected route is not changed. Otherwise, a bogus rtentry will be left and later rt_check() can recurse on its lock. [1] - Remove comment about protocol cloning. - Fix two places where rtentry mutex was recursed on, because accessed via two different pointers, that were actually pointing to the same rtentry in some cases. [1] - Return EADDRINUSE instead of bogus EDQUOT, in case when gateway uses the same route. [2] Reported & tested by: ps, Andrej Zverev [1] PR: kern/64090 [2] Approved by: re (scottl) Revision Changes Path 1.109.2.2 +30 -35 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 15:00:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 407BD16A41F; Mon, 26 Sep 2005 15:00:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD29343D48; Mon, 26 Sep 2005 15:00:34 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QF0Y0V000922; Mon, 26 Sep 2005 15:00:34 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QF0YTs000921; Mon, 26 Sep 2005 15:00:34 GMT (envelope-from glebius) Message-Id: <200509261500.j8QF0YTs000921@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 26 Sep 2005 15:00:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/route route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 15:00:35 -0000 glebius 2005-09-26 15:00:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/route route.c Log: MFC 1.80: - Understand EADDRINUSE, and forget EDQUOT. [1] - Add description for EEXIST. - Change description for ENOBUFS. Routing socket can return this error for many different reasons, including general memory shortage, mbuf memory shortage and rtentry zone. PR: kern/64090 [1] Approved by: re (scottl) Revision Changes Path 1.79.2.1 +6 -2 src/sbin/route/route.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 15:00:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9624616A423; Mon, 26 Sep 2005 15:00:49 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC6C43D58; Mon, 26 Sep 2005 15:00:49 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QF0nhk001027; Mon, 26 Sep 2005 15:00:49 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QF0n11001026; Mon, 26 Sep 2005 15:00:49 GMT (envelope-from phk) Message-Id: <200509261500.j8QF0n11001026@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 15:00:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles make.conf nanobsd.sh src/tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs src/tools/tools/nanobsd/Files/root change_password ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 15:00:49 -0000 phk 2005-09-26 15:00:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/nanobsd nanobsd.sh tools/tools/nanobsd/Files/root change_password save_sshkeys updatep1 updatep2 Removed files: (Branch: RELENG_6) tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles make.conf tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs Log: MFC: nanobsd conversion to shell script. Approved by: re@ (scottl) Revision Changes Path 1.1.4.1 +0 -27 src/tools/tools/nanobsd/Customize/NET4801 (dead) 1.2.4.1 +0 -30 src/tools/tools/nanobsd/Customize/comconsole (dead) 1.1.4.1 +0 -64 src/tools/tools/nanobsd/Customize/default (dead) 1.1.4.2 +0 -15 src/tools/tools/nanobsd/Customize/files (dead) 1.1.4.1 +0 -25 src/tools/tools/nanobsd/Customize/nobeastie (dead) 1.1.4.1 +0 -18 src/tools/tools/nanobsd/Customize/pkgs (dead) 1.1.4.2 +29 -6 src/tools/tools/nanobsd/Files/root/change_password 1.1.4.2 +30 -9 src/tools/tools/nanobsd/Files/root/save_sshkeys 1.1.4.1 +35 -5 src/tools/tools/nanobsd/Files/root/updatep1 1.1.4.1 +41 -8 src/tools/tools/nanobsd/Files/root/updatep2 1.14.2.1 +0 -191 src/tools/tools/nanobsd/Makefile (dead) 1.2.2.1 +0 -72 src/tools/tools/nanobsd/customize.sh (dead) 1.15.2.2 +0 -124 src/tools/tools/nanobsd/i386.diskimage (dead) 1.2.2.1 +0 -34 src/tools/tools/nanobsd/localfiles (dead) 1.23.2.2 +0 -134 src/tools/tools/nanobsd/make.conf (dead) 1.7.2.3 +151 -29 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-src@FreeBSD.ORG Mon Sep 26 15:44:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8A0FD16A41F; Mon, 26 Sep 2005 15:44:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B4CE43D49; Mon, 26 Sep 2005 15:44:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 26 Sep 2005 12:00:43 -0400 From: John Baldwin To: "Christian S.J. Peron" Date: Mon, 26 Sep 2005 11:45:42 -0400 User-Agent: KMail/1.8 References: <200509242347.j8ONl4Rv030044@repoman.freebsd.org> In-Reply-To: <200509242347.j8ONl4Rv030044@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509261145.43313.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_sysent.c vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 15:44:48 -0000 On Saturday 24 September 2005 07:47 pm, Christian S.J. Peron wrote: > csjp 2005-09-24 23:47:04 UTC > > FreeBSD src repository > > Modified files: > sys/kern init_sysent.c vfs_syscalls.c > Log: > Implement new world order in VFS locking for extended attributes. This > will remove the unconditional acquisition of Giant for extended attribute > related operations. If the file system is set as being MP safe and > debug.mpsafevfs is 1, do not pickup Giant. > > Mark the following system calls as being MP safe so we no longer pickup > Giant in the system call handler: > > o extattrctl > o extattr_set_file > o extattr_get_file > o extattr_delete_file > o extattr_set_fd > o extattr_get_fd > o extattr_delete_fd > o extattr_set_link > o extattr_get_link > o extattr_delete_link > o extattr_list_file > o extattr_list_link > o extattr_list_fd > > -Pass MPSAFE flags to namei(9) lookup and introduce vfslocked variable > which will keep track of any Giant acquisitions. > -Wrap any fd operations which manipulate vnodes in VFS_{UN}LOCK_GIANT > -Drop VFS_ASSERT_GIANT into function which operate on vnodes to ensure > that we are sufficiently protected. > > I've tested these changes with various TrustedBSD MAC policies which use > extended attribute a lot on SMP and UP systems (thanks to Scott Long for > making some SMP hardware available to me for testing). > > Discussed with: jeff > Requested by: jhb, rwatson > > Revision Changes Path > 1.196 +13 -13 src/sys/kern/init_sysent.c > 1.395 +62 -29 src/sys/kern/vfs_syscalls.c Hmm, it seems you hacked on init_sysent.c directly rather than modifying syscalls.master and then running 'make sysent' to regenerate the appropriate files and doing a follow up commit. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Sep 26 16:55:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4E6CA16A41F; Mon, 26 Sep 2005 16:55:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0349943D58; Mon, 26 Sep 2005 16:55:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QGtBlD012786; Mon, 26 Sep 2005 16:55:11 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QGtBeE012785; Mon, 26 Sep 2005 16:55:11 GMT (envelope-from rwatson) Message-Id: <200509261655.j8QGtBeE012785@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 Sep 2005 16:55:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 16:55:12 -0000 rwatson 2005-09-26 16:55:11 UTC FreeBSD src repository Modified files: sys/kern subr_pcpu.c Log: Add "show allpcpu" to DDB, which prints the current CPU id followed by the per-cpu data for all CPUs. This is easier to ask users to do than "figure out how many CPUs you have, now run show pcpu, then run it once for each CPU you have". MFC after: 3 days Revision Changes Path 1.7 +36 -12 src/sys/kern/subr_pcpu.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 17:21:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6B62716A420; Mon, 26 Sep 2005 17:21:16 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F093443D53; Mon, 26 Sep 2005 17:21:15 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QHLFQn014098; Mon, 26 Sep 2005 17:21:15 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QHLF8e014097; Mon, 26 Sep 2005 17:21:15 GMT (envelope-from damien) Message-Id: <200509261721.j8QHLF8e014097@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 26 Sep 2005 17:21:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb if_ural.c src/share/man/man4 ural.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 17:21:16 -0000 damien 2005-09-26 17:21:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb if_ural.c share/man/man4 ural.4 Log: sync with HEAD. Approved by: re (scottl) Revision Changes Path 1.3.2.2 +13 -3 src/share/man/man4/ural.4 1.10.2.4 +0 -1 src/sys/dev/usb/if_ural.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 17:31:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 BAA6D16A41F; Mon, 26 Sep 2005 17:31:36 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7408E43D48; Mon, 26 Sep 2005 17:31:36 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QHValf014684; Mon, 26 Sep 2005 17:31:36 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QHVaom014683; Mon, 26 Sep 2005 17:31:36 GMT (envelope-from damien) Message-Id: <200509261731.j8QHVaom014683@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 26 Sep 2005 17:31:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 17:31:36 -0000 damien 2005-09-26 17:31:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h Log: sync with HEAD. o Brings WME and IBSS support. o Fix association with APs hiding their SSIDs. Approved by: re (scottl) Revision Changes Path 1.8.2.4 +338 -78 src/sys/dev/iwi/if_iwi.c 1.2.2.1 +28 -1 src/sys/dev/iwi/if_iwireg.h 1.4.2.1 +11 -1 src/sys/dev/iwi/if_iwivar.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 17:44:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E91D816A41F; Mon, 26 Sep 2005 17:44:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A860E43D48; Mon, 26 Sep 2005 17:44:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 81C531A3C1D; Mon, 26 Sep 2005 10:44:43 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 699DB51529; Mon, 26 Sep 2005 13:44:42 -0400 (EDT) Date: Mon, 26 Sep 2005 13:44:42 -0400 From: Kris Kennaway To: Robert Watson Message-ID: <20050926174442.GA57238@xor.obsecurity.org> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <200509261655.j8QGtBeE012785@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 17:44:44 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > rwatson 2005-09-26 16:55:11 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern subr_pcpu.c=20 > Log: > Add "show allpcpu" to DDB, which prints the current CPU id followed by > the per-cpu data for all CPUs. This is easier to ask users to do than > "figure out how many CPUs you have, now run show pcpu, then run it > once for each CPU you have". My 14-cpu machine thanks you :-) Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDODOKWry0BWjoQKURAgUuAJ9OI65uBlTml6eLz3HdfX23bCmSXACgp28f pr2vTuH4ZMyipdonSABEM2o= =4LM+ -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-cvs-src@FreeBSD.ORG Mon Sep 26 18:12:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 1FC0216A420; Mon, 26 Sep 2005 18:12:44 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B97B943D72; Mon, 26 Sep 2005 18:12:36 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr10.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8QICZff087999; Mon, 26 Sep 2005 20:12:35 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8QICYeO023963; Mon, 26 Sep 2005 20:12:34 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8QICYmY023962; Mon, 26 Sep 2005 20:12:34 +0200 (CEST) (envelope-from wb) Date: Mon, 26 Sep 2005 20:12:34 +0200 From: Wilko Bulte To: Kris Kennaway Message-ID: <20050926181234.GA23937@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050926174442.GA57238@xor.obsecurity.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Robert Watson , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 18:12:44 -0000 On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > rwatson 2005-09-26 16:55:11 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_pcpu.c > > Log: > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > the per-cpu data for all CPUs. This is easier to ask users to do than > > "figure out how many CPUs you have, now run show pcpu, then run it > > once for each CPU you have". > > My 14-cpu machine thanks you :-) I'm curious: what machine model is that? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Sep 26 18:14:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B4D2116A41F; Mon, 26 Sep 2005 18:14:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B7043D6D; Mon, 26 Sep 2005 18:14:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIEdPQ016460; Mon, 26 Sep 2005 18:14:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIEdbb016459; Mon, 26 Sep 2005 18:14:39 GMT (envelope-from phk) Message-Id: <200509261814.j8QIEdbb016459@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 18:14:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 18:14:40 -0000 phk 2005-09-26 18:14:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/md md.c Log: MFC: Fixes for various races in md. Approved by: re@ (scottl) Revision Changes Path 1.153.2.3 +81 -117 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 18:22:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 EF47716A41F; Mon, 26 Sep 2005 18:22:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA0443D58; Mon, 26 Sep 2005 18:22:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIMP8a016803; Mon, 26 Sep 2005 18:22:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIMP5N016802; Mon, 26 Sep 2005 18:22:25 GMT (envelope-from imp) Message-Id: <200509261822.j8QIMP5N016802@repoman.freebsd.org> From: Warner Losh Date: Mon, 26 Sep 2005 18:22:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 18:22:31 -0000 imp 2005-09-26 18:22:25 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c Log: Go ahead and detach our children in our detach routine. I'm undecided if we should delete them also or not, but have decided not to do so for the moment. Revision Changes Path 1.265 +1 -0 src/sys/dev/ed/if_ed.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 18:27:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 975A216A420; Mon, 26 Sep 2005 18:27:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB3043D55; Mon, 26 Sep 2005 18:27:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIREgv016976; Mon, 26 Sep 2005 18:27:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIREWS016975; Mon, 26 Sep 2005 18:27:14 GMT (envelope-from imp) Message-Id: <200509261827.j8QIREWS016975@repoman.freebsd.org> From: Warner Losh Date: Mon, 26 Sep 2005 18:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 18:27:14 -0000 imp 2005-09-26 18:27:14 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: Emit a warning when a card matches multiple entries in our table. A number of cards have been discovered to be matching on the strings of the cis rather than manufacturer/product id for cards we already had a prod id for. This is a result of getting the list from the NetBSD driver which also includes the OID for the cards where such a distinction mattered (since it was tested against the MAC address we got from the card). Since we do not try to match OIDs, we do not need the extra entries and they just waste space. I'm guessing that some of the dlink entires (DE-660, DE-660+) and many of the corega cards may fall into this boat and can safely be removed. Revision Changes Path 1.104 +35 -2 src/sys/dev/ed/if_ed_pccard.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 18:30:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 BA28F16A41F; Mon, 26 Sep 2005 18:30:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD6D43D49; Mon, 26 Sep 2005 18:30:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIUCfd017118; Mon, 26 Sep 2005 18:30:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIUCBl017117; Mon, 26 Sep 2005 18:30:12 GMT (envelope-from jhb) Message-Id: <200509261830.j8QIUCBl017117@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 18:30:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 18:30:13 -0000 jhb 2005-09-26 18:30:12 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Add the spin lock used by the binary nvidia driver to the static lock order list so that WITNESS and the driver play together nicely. Tested by: Harald Schmalzbauer MFC after: 3 days Revision Changes Path 1.202 +1 -0 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 18:42:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2BD7016A41F; Mon, 26 Sep 2005 18:42:28 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E754C43D49; Mon, 26 Sep 2005 18:42:27 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIgRx8017641; Mon, 26 Sep 2005 18:42:27 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIgRme017640; Mon, 26 Sep 2005 18:42:27 GMT (envelope-from jhb) Message-Id: <200509261842.j8QIgRme017640@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 18:42:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 18:42:28 -0000 jhb 2005-09-26 18:42:27 UTC FreeBSD src repository Modified files: sys/pci if_sis.c if_sisreg.h Log: Small fixes to sis(4): - Remove sis_unit and use device_printf() and if_printf() instead. - Use callout_init_mtx() for the callout. - Remove spls. - Fix locking for ifmedia to happen in the ifmedia handlers rather than in sis_ioctl(). - Log an error message if we fail to allocate any resources. Perform cleanup if we fail to allocate any resources so that we don't leave a mutex hanging around. Tested by: Jason Tsai jason dot tsai at newcyberian dot com (1-4) MFC after: 3 days Revision Changes Path 1.139 +33 -43 src/sys/pci/if_sis.c 1.36 +0 -1 src/sys/pci/if_sisreg.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 18:48:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C344316A41F; Mon, 26 Sep 2005 18:48:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A2243D48; Mon, 26 Sep 2005 18:48:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIm1PZ017894; Mon, 26 Sep 2005 18:48:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIm11v017893; Mon, 26 Sep 2005 18:48:01 GMT (envelope-from rwatson) Message-Id: <200509261848.j8QIm11v017893@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 Sep 2005 18:48:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net netisr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 18:48:01 -0000 rwatson 2005-09-26 18:48:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net netisr.c Log: Merge missing patch hunk from netisr.c:1.12 from HEAD to RELENG_5: Include opt_net.h from netisr.c, or compiling in NET_WITH_GIANT will not change the default setting for debug.mpsafenet. Submitted by: Ed Maste Revision Changes Path 1.10.2.4 +2 -0 src/sys/net/netisr.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 19:35:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6215A16A41F; Mon, 26 Sep 2005 19:35:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08A143D58; Mon, 26 Sep 2005 19:35:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJZXBw019596; Mon, 26 Sep 2005 19:35:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJZXKs019595; Mon, 26 Sep 2005 19:35:33 GMT (envelope-from jhb) Message-Id: <200509261935.j8QJZXKs019595@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:35:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 19:35:36 -0000 jhb 2005-09-26 19:35:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/alpha busdma_machdep.c Log: MFC: Add a memory barrier for PREWRITE operations to ensure all writes by the CPU have drained before further writes to kick off the DMA operation. Approved by: re (kensmith) Revision Changes Path 1.51.2.1 +4 -0 src/sys/alpha/alpha/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 19:36:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 479AC16A41F; Mon, 26 Sep 2005 19:36:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 042EC43D53; Mon, 26 Sep 2005 19:36:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJacOa019656; Mon, 26 Sep 2005 19:36:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJacmL019655; Mon, 26 Sep 2005 19:36:38 GMT (envelope-from jhb) Message-Id: <200509261936.j8QJacmL019655@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:36:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 19:36:39 -0000 jhb 2005-09-26 19:36:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_tl.c if_tlreg.h Log: MFC: Fixup locking and mark MPSAFE. Approved by: re (kensmith) Revision Changes Path 1.99.2.3 +57 -50 src/sys/pci/if_tl.c 1.21.2.1 +1 -1 src/sys/pci/if_tlreg.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 19:38:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 081F016A41F; Mon, 26 Sep 2005 19:38:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F2743D5D; Mon, 26 Sep 2005 19:38:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJcCYu019741; Mon, 26 Sep 2005 19:38:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJcC7A019740; Mon, 26 Sep 2005 19:38:12 GMT (envelope-from jhb) Message-Id: <200509261938.j8QJcC7A019740@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:38:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 sys_machdep.c src/sys/i386/include pcb_ext.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 19:38:14 -0000 jhb 2005-09-26 19:38:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 sys_machdep.c sys/i386/include pcb_ext.h Log: MFC: Explicitly switch to the new TSS when adding one in i386_extend_pcb(). Approved by: re (kensmith) Revision Changes Path 1.102.2.1 +6 -4 src/sys/i386/i386/sys_machdep.c 1.9.14.1 +1 -0 src/sys/i386/include/pcb_ext.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 19:40:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4128016A420; Mon, 26 Sep 2005 19:40:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C57CD43D77; Mon, 26 Sep 2005 19:40:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJeEdY019873; Mon, 26 Sep 2005 19:40:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJeEmW019872; Mon, 26 Sep 2005 19:40:14 GMT (envelope-from jhb) Message-Id: <200509261940.j8QJeEmW019872@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:40:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/i386/i386 sys_machdep.c src/sys/i386/include pcb_ext.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 19:40:36 -0000 jhb 2005-09-26 19:40:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 sys_machdep.c sys/i386/include pcb_ext.h Log: MFC: Explicitly switch to the new TSS when adding one in i386_extend_pcb(). Revision Changes Path 1.92.2.4 +6 -4 src/sys/i386/i386/sys_machdep.c 1.9.8.1 +1 -0 src/sys/i386/include/pcb_ext.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 19:43:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 801B116A41F; Mon, 26 Sep 2005 19:43:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0CD43D48; Mon, 26 Sep 2005 19:43:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJhcPC020065; Mon, 26 Sep 2005 19:43:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJhc1w020064; Mon, 26 Sep 2005 19:43:38 GMT (envelope-from jhb) Message-Id: <200509261943.j8QJhc1w020064@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:43:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 19:43:38 -0000 jhb 2005-09-26 19:43:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_sleepqueue.c sys/sys proc.h Log: MFC: Add a new simple facility for marking the current thread as being in a state where sleeping on a sleep queue is not allowed. Approved by: re (kensmith) Revision Changes Path 1.18.2.1 +4 -0 src/sys/kern/subr_sleepqueue.c 1.432.2.1 +14 -1 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 19:49:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9C78416A41F; Mon, 26 Sep 2005 19:49:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E4C43D48; Mon, 26 Sep 2005 19:49:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJnD6X020257; Mon, 26 Sep 2005 19:49:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJnDvg020256; Mon, 26 Sep 2005 19:49:13 GMT (envelope-from jhb) Message-Id: <200509261949.j8QJnDvg020256@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:49:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom_io.c src/sys/kern kern_intr.c kern_timeout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 19:49:13 -0000 jhb 2005-09-26 19:49:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_io.c sys/kern kern_intr.c kern_timeout.c Log: MFC: Use the new thread no sleeping facility to replace the g_xup, g_xdown, and dont_sleep_in_callout mutexes. Also, disallow sleeping in hardware interrupt handlers. Approved by: re (kensmith) Revision Changes Path 1.64.2.2 +7 -30 src/sys/geom/geom_io.c 1.124.2.1 +4 -0 src/sys/kern/kern_intr.c 1.97.2.2 +3 -8 src/sys/kern/kern_timeout.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 19:50:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DDEC216A41F; Mon, 26 Sep 2005 19:50:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4783943D49; Mon, 26 Sep 2005 19:50:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJocYM020399; Mon, 26 Sep 2005 19:50:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJocTf020398; Mon, 26 Sep 2005 19:50:38 GMT (envelope-from jhb) Message-Id: <200509261950.j8QJocTf020398@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:50:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 19:50:39 -0000 jhb 2005-09-26 19:50:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 local_apic.c Log: MFC: Adjust comment to note that we now do handle the PMC LVT entry and try to avoid recursively panicing. Approved by: re (kensmith) Revision Changes Path 1.17.2.1 +7 -3 src/sys/i386/i386/local_apic.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 19:54:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A973A16A420; Mon, 26 Sep 2005 19:54:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E857943D4C; Mon, 26 Sep 2005 19:54:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJsJgI020571; Mon, 26 Sep 2005 19:54:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJsJoH020570; Mon, 26 Sep 2005 19:54:19 GMT (envelope-from jhb) Message-Id: <200509261954.j8QJsJoH020570@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:54:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/i386/include atomic.h src/sys/powerpc/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 19:54:20 -0000 jhb 2005-09-26 19:54:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/include atomic.h sys/amd64/include atomic.h sys/i386/include atomic.h sys/powerpc/include atomic.h Log: MFC: Stop using the '+' constraint modifier with memory operands in inline assembly. We still use it for register operands in various places. Approved by: re (kensmith) Revision Changes Path 1.21.2.2 +36 -36 src/sys/alpha/include/atomic.h 1.34.2.3 +27 -22 src/sys/amd64/include/atomic.h 1.38.2.2 +27 -22 src/sys/i386/include/atomic.h 1.11.2.2 +12 -12 src/sys/powerpc/include/atomic.h From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:25:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 258CA16A41F; Mon, 26 Sep 2005 20:25:17 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B870143D4C; Mon, 26 Sep 2005 20:25:16 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKPG5u021851; Mon, 26 Sep 2005 20:25:16 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKPGtG021850; Mon, 26 Sep 2005 20:25:16 GMT (envelope-from andre) Message-Id: <200509262025.j8QKPGtG021850@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 20:25:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:25:17 -0000 andre 2005-09-26 20:25:16 UTC FreeBSD src repository Modified files: sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c Log: Implement IP_DONTFRAG IP socket option enabling the Don't Fragment flag on IP packets. Currently this option is only repected on udp and raw ip sockets. On tcp sockets the DF flag is controlled by the path MTU discovery option. Sending a packet larger than the MTU size of the egress interface returns an EMSGSIZE error. Discussed with: rwatson Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.93 +1 -0 src/sys/netinet/in.h 1.82 +1 -0 src/sys/netinet/in_pcb.h 1.247 +9 -1 src/sys/netinet/ip_output.c 1.152 +4 -1 src/sys/netinet/raw_ip.c 1.177 +9 -0 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:31:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B6FDB16A41F; Mon, 26 Sep 2005 20:31:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DFE43D49; Mon, 26 Sep 2005 20:31:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKV0ha022204; Mon, 26 Sep 2005 20:31:00 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKV0N9022201; Mon, 26 Sep 2005 20:31:00 GMT (envelope-from phk) Message-Id: <200509262031.j8QKV0N9022201@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 20:31:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make Makefile hash_tables.c make.1 parse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:31:01 -0000 phk 2005-09-26 20:31:00 UTC FreeBSD src repository Modified files: usr.bin/make Makefile hash_tables.c make.1 parse.c Log: Add a .sinclude directive which does the exact same as .include, except whine when the file cannot be found and opened. Revision Changes Path 1.62 +2 -0 src/usr.bin/make/Makefile 1.3 +17 -17 src/usr.bin/make/hash_tables.c 1.91 +9 -1 src/usr.bin/make/make.1 1.109 +17 -2 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:33:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7BCED16A41F; Mon, 26 Sep 2005 20:33:54 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3747043D5D; Mon, 26 Sep 2005 20:33:54 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKXsmg022276; Mon, 26 Sep 2005 20:33:54 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKXsUu022275; Mon, 26 Sep 2005 20:33:54 GMT (envelope-from des) Message-Id: <200509262033.j8QKXsUu022275@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Sep 2005 20:33:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:33:54 -0000 des 2005-09-26 20:33:54 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh pam_ssh.c Log: Correct the logic for determining whether the user has already entered a password. Also, work around some harmless type pun warnings. MFC after: 3 days Revision Changes Path 1.43 +7 -4 src/lib/libpam/modules/pam_ssh/pam_ssh.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:34:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7791216A41F; Mon, 26 Sep 2005 20:34:11 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE54043D4C; Mon, 26 Sep 2005 20:34:09 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKY9D0022327; Mon, 26 Sep 2005 20:34:09 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKY9M9022325; Mon, 26 Sep 2005 20:34:09 GMT (envelope-from des) Message-Id: <200509262034.j8QKY9M9022325@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Sep 2005 20:34:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:34:11 -0000 des 2005-09-26 20:34:09 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh Makefile Log: Increase WARNS. Revision Changes Path 1.21 +1 -1 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:34:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 62CCE16A41F; Mon, 26 Sep 2005 20:34:22 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF86F43D5A; Mon, 26 Sep 2005 20:34:21 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKYLic022356; Mon, 26 Sep 2005 20:34:21 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKYLVM022355; Mon, 26 Sep 2005 20:34:21 GMT (envelope-from phk) Message-Id: <200509262034.j8QKYLVM022355@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 20:34:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:34:22 -0000 phk 2005-09-26 20:34:21 UTC FreeBSD src repository Modified files: usr.bin/make Makefile Log: Update coordinates for "mph" hash generator now that it lives in ports. Revision Changes Path 1.63 +1 -1 src/usr.bin/make/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:35:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8972616A420; Mon, 26 Sep 2005 20:35:45 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4342543D49; Mon, 26 Sep 2005 20:35:45 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKZjMF022445; Mon, 26 Sep 2005 20:35:45 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKZj04022444; Mon, 26 Sep 2005 20:35:45 GMT (envelope-from andre) Message-Id: <200509262035.j8QKZj04022444@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 20:35:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:35:45 -0000 andre 2005-09-26 20:35:45 UTC FreeBSD src repository Modified files: sys/netipsec ipsec_mbuf.c Log: Replace custom mbuf writeability test with generic M_WRITABLE() test covering all edge cases too. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.11 +1 -1 src/sys/netipsec/ipsec_mbuf.c From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:38:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8292B16A421 for ; Mon, 26 Sep 2005 20:38:05 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75BD143D55 for ; Mon, 26 Sep 2005 20:38:04 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 65846 invoked from network); 26 Sep 2005 20:11:03 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 26 Sep 2005 20:11:03 -0000 Message-ID: <43385C2D.26237A6D@freebsd.org> Date: Mon, 26 Sep 2005 22:38:05 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509262035.j8QKZj04022444@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:38:05 -0000 Andre Oppermann wrote: > > andre 2005-09-26 20:35:45 UTC > > FreeBSD src repository > > Modified files: > sys/netipsec ipsec_mbuf.c > Log: > Replace custom mbuf writeability test with generic M_WRITABLE() test > covering all edge cases too. Err, s/custom mbuf writeability test/MEXT_IS_REF(m) test/ > Sponsored by: TCP/IP Optimization Fundraise 2005 > > Revision Changes Path > 1.11 +1 -1 src/sys/netipsec/ipsec_mbuf.c -- Andre From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:39:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 84A4D16A41F; Mon, 26 Sep 2005 20:39:54 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2864D43D55; Mon, 26 Sep 2005 20:39:54 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8QKdr6j028376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Sep 2005 13:39:53 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <43385C89.60009@errno.com> Date: Mon, 26 Sep 2005 13:39:37 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050918) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200509262035.j8QKZj04022444@repoman.freebsd.org> In-Reply-To: <200509262035.j8QKZj04022444@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:39:54 -0000 Andre Oppermann wrote: > andre 2005-09-26 20:35:45 UTC > > FreeBSD src repository > > Modified files: > sys/netipsec ipsec_mbuf.c > Log: > Replace custom mbuf writeability test with generic M_WRITABLE() test > covering all edge cases too. I vaguely recall that M_WRITEABLE did exist when I wrote that code but it did not do the right thing. I'm not sure why you needed to make this change but beware of unexpected side effects. Sam From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:50:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8E8A416A41F for ; Mon, 26 Sep 2005 20:50:11 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E921043D5C for ; Mon, 26 Sep 2005 20:50:09 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 65956 invoked from network); 26 Sep 2005 20:23:09 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 26 Sep 2005 20:23:09 -0000 Message-ID: <43385F03.B0BDA733@freebsd.org> Date: Mon, 26 Sep 2005 22:50:11 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Sam Leffler References: <200509262035.j8QKZj04022444@repoman.freebsd.org> <43385C89.60009@errno.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:50:11 -0000 Sam Leffler wrote: > > Andre Oppermann wrote: > > andre 2005-09-26 20:35:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netipsec ipsec_mbuf.c > > Log: > > Replace custom mbuf writeability test with generic M_WRITABLE() test > > covering all edge cases too. > > I vaguely recall that M_WRITEABLE did exist when I wrote that code but > it did not do the right thing. I'm not sure why you needed to make this > change but beware of unexpected side effects. The test in question tries to determine whether to copy the mbuf to make to safe for modification. The old did not respect the M_RDONLY for example. M_WRITABLE() correctly tests for all cases. -- Andre From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:58:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9C7B516A41F; Mon, 26 Sep 2005 20:58:13 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CFA43D73; Mon, 26 Sep 2005 20:58:11 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8QKw96j028500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Sep 2005 13:58:10 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <433860D1.5000200@errno.com> Date: Mon, 26 Sep 2005 13:57:53 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050918) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200509262035.j8QKZj04022444@repoman.freebsd.org> <43385C89.60009@errno.com> <43385F03.B0BDA733@freebsd.org> In-Reply-To: <43385F03.B0BDA733@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:58:13 -0000 Andre Oppermann wrote: > Sam Leffler wrote: > >>Andre Oppermann wrote: >> >>>andre 2005-09-26 20:35:45 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/netipsec ipsec_mbuf.c >>> Log: >>> Replace custom mbuf writeability test with generic M_WRITABLE() test >>> covering all edge cases too. >> >>I vaguely recall that M_WRITEABLE did exist when I wrote that code but >>it did not do the right thing. I'm not sure why you needed to make this >>change but beware of unexpected side effects. > > > The test in question tries to determine whether to copy the mbuf to make > to safe for modification. The old did not respect the M_RDONLY for example. > M_WRITABLE() correctly tests for all cases. > And as I said; I did it for a reason that I cannot recall now. I'm certain that it was pre-mbufs-over-uma so maybe this is now safe but such are the ways that subtle bugs are introduced into code... Sam From owner-cvs-src@FreeBSD.ORG Mon Sep 26 20:58:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E9F4A16A41F; Mon, 26 Sep 2005 20:58:49 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6695643D62; Mon, 26 Sep 2005 20:58:49 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKwnsW030432; Mon, 26 Sep 2005 20:58:49 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKwnrD030431; Mon, 26 Sep 2005 20:58:49 GMT (envelope-from andre) Message-Id: <200509262058.j8QKwnrD030431@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 20:58:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ip.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 20:58:50 -0000 andre 2005-09-26 20:58:49 UTC FreeBSD src repository Modified files: share/man/man4 ip.4 Log: Document the IP_DONTFRAG IP socket option. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.45 +15 -1 src/share/man/man4/ip.4 From owner-cvs-src@FreeBSD.ORG Mon Sep 26 21:05:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C769116A420 for ; Mon, 26 Sep 2005 21:05:08 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBA343D8C for ; Mon, 26 Sep 2005 21:04:16 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 66103 invoked from network); 26 Sep 2005 20:37:15 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 26 Sep 2005 20:37:15 -0000 Message-ID: <43386251.22920A2F@freebsd.org> Date: Mon, 26 Sep 2005 23:04:17 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Sam Leffler References: <200509262035.j8QKZj04022444@repoman.freebsd.org> <43385C89.60009@errno.com> <43385F03.B0BDA733@freebsd.org> <433860D1.5000200@errno.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 21:05:08 -0000 Sam Leffler wrote: > > Andre Oppermann wrote: > > Sam Leffler wrote: > > > >>Andre Oppermann wrote: > >> > >>>andre 2005-09-26 20:35:45 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/netipsec ipsec_mbuf.c > >>> Log: > >>> Replace custom mbuf writeability test with generic M_WRITABLE() test > >>> covering all edge cases too. > >> > >>I vaguely recall that M_WRITEABLE did exist when I wrote that code but > >>it did not do the right thing. I'm not sure why you needed to make this > >>change but beware of unexpected side effects. > > > > > > The test in question tries to determine whether to copy the mbuf to make > > to safe for modification. The old did not respect the M_RDONLY for example. > > M_WRITABLE() correctly tests for all cases. > > > > And as I said; I did it for a reason that I cannot recall now. I'm > certain that it was pre-mbufs-over-uma so maybe this is now safe but > such are the ways that subtle bugs are introduced into code... Indeed. -- Andre From owner-cvs-src@FreeBSD.ORG Mon Sep 26 22:08:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0810016A41F; Mon, 26 Sep 2005 22:08:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82CB43D49; Mon, 26 Sep 2005 22:07:59 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QM7xeL032970; Mon, 26 Sep 2005 22:07:59 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QM7xGK032969; Mon, 26 Sep 2005 22:07:59 GMT (envelope-from phk) Message-Id: <200509262207.j8QM7xGK032969@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 22:07:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 22:08:00 -0000 phk 2005-09-26 22:07:59 UTC FreeBSD src repository Modified files: usr.bin/make Makefile Log: Please ship the pointy hat to its home position. Revision Changes Path 1.64 +0 -2 src/usr.bin/make/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 26 22:09:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 3248816A41F; Mon, 26 Sep 2005 22:09:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5E243D49; Mon, 26 Sep 2005 22:09:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id C481B1A3C1D; Mon, 26 Sep 2005 15:09:55 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 982BB5152A; Mon, 26 Sep 2005 18:09:54 -0400 (EDT) Date: Mon, 26 Sep 2005 18:09:54 -0400 From: Kris Kennaway To: Wilko Bulte Message-ID: <20050926220954.GA34614@xor.obsecurity.org> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <20050926181234.GA23937@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Robert Watson , cvs-all@FreeBSD.ORG, Kris Kennaway Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 22:09:56 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 26, 2005 at 08:12:34PM +0200, Wilko Bulte wrote: > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > rwatson 2005-09-26 16:55:11 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > sys/kern subr_pcpu.c=20 > > > Log: > > > Add "show allpcpu" to DDB, which prints the current CPU id followed= by > > > the per-cpu data for all CPUs. This is easier to ask users to do t= han > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > once for each CPU you have". > >=20 > > My 14-cpu machine thanks you :-) >=20 > I'm curious: what machine model is that? It's a sparc e4500 owned by hrs and kindly provided to me for package builds. He also has 10- and 12-processor versions that I also use for package builds - they've been great for stress-testing FreeBSD and for benchmarking SMP performance. Kris --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOHGyWry0BWjoQKURAkoqAJ9RDEZVheTpXmjdI3C1hsICxXMVsQCgp5mL Fjv9fRIzym0XbHGgg6B3wS8= =htoZ -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-cvs-src@FreeBSD.ORG Mon Sep 26 23:42:53 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 6D5F216A41F; Mon, 26 Sep 2005 23:42:53 +0000 (GMT) (envelope-from harry@schmalzbauer.de) Received: from flb.schmalzbauer.de (flb.schmalzbauer.de [62.245.232.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8496643D48; Mon, 26 Sep 2005 23:42:51 +0000 (GMT) (envelope-from harry@schmalzbauer.de) Received: from korso.flintsbach.schmalzbauer.de (korso.flintsbach.schmalzbauer.de [172.21.2.3]) by flb.schmalzbauer.de (8.13.1/8.13.1) with ESMTP id j8QNgoNh034439; Tue, 27 Sep 2005 01:42:50 +0200 (CEST) (envelope-from harry@cale.flintsbach.schmalzbauer.de) Received: from cale.flintsbach.schmalzbauer.de (cale.flintsbach.schmalzbauer.de [172.21.1.252]) by korso.flintsbach.schmalzbauer.de (Postfix) with ESMTP id CA59D627F; Tue, 27 Sep 2005 01:42:50 +0200 (CEST) Received: from cale.flintsbach.schmalzbauer.de (localhost [127.0.0.1]) by cale.flintsbach.schmalzbauer.de (8.13.4/8.13.4) with ESMTP id j8QNglYl013310; Tue, 27 Sep 2005 01:42:47 +0200 (CEST) (envelope-from harry@cale.flintsbach.schmalzbauer.de) Received: from localhost (localhost [[UNIX: localhost]]) by cale.flintsbach.schmalzbauer.de (8.13.4/8.13.4/Submit) id j8QNglXM013309; Tue, 27 Sep 2005 01:42:47 +0200 (CEST) (envelope-from harry@cale.flintsbach.schmalzbauer.de) From: Harald Schmalzbauer To: cvs-src@freebsd.org Date: Tue, 27 Sep 2005 01:42:36 +0200 User-Agent: KMail/1.8.1 References: <200509261830.j8QIUCBl017117@repoman.freebsd.org> In-Reply-To: <200509261830.j8QIUCBl017117@repoman.freebsd.org> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3154237.0V8QX8DXnC"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509270142.47339@harrymail> Cc: John Baldwin Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Sep 2005 23:42:53 -0000 --nextPart3154237.0V8QX8DXnC Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Montag, 26. September 2005 20:30 CEST schrieb John Baldwin: > jhb 2005-09-26 18:30:12 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > Log: > Add the spin lock used by the binary nvidia driver to the static lock > order list so that WITNESS and the driver play together nicely. Thanks a lot :) But due to performance impcat I currently don't use debug=20 (WITNESS) kernels on my BETA5 workstation any more, please tell me if I=20 should. If I remember correctly some good guy has improoved WITNESS penalty a lot=20 so I'd be glad to test patches for RELENG_6 if somebody thinks it's useful= =20 to MFC. =2DHarry > > Tested by: Harald Schmalzbauer > MFC after: 3 days > > Revision Changes Path > 1.202 +1 -0 src/sys/kern/subr_witness.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" --nextPart3154237.0V8QX8DXnC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDOId3Bylq0S4AzzwRAsEFAJsFJaJbeFlUmbST8Voe3leKyby74gCfTks6 pcO29hLqY1DcUmC0kY6o7eg= =aLGy -----END PGP SIGNATURE----- --nextPart3154237.0V8QX8DXnC-- From owner-cvs-src@FreeBSD.ORG Tue Sep 27 01:09:21 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 B38BF16A420; Tue, 27 Sep 2005 01:09:21 +0000 (GMT) (envelope-from trhodes@freebsd.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A6B43D48; Tue, 27 Sep 2005 01:09:21 +0000 (GMT) (envelope-from trhodes@freebsd.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8QNmk7f085230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 26 Sep 2005 19:48:47 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 26 Sep 2005 19:46:36 -0400 From: Tom Rhodes To: Peter Wemm Message-Id: <20050926194636.17a3cbf7.trhodes@FreeBSD.org> In-Reply-To: <200509221331.16327.peter@wemm.org> References: <200509221546.j8MFkLIG082317@repoman.freebsd.org> <200509221235.57463.jhb@FreeBSD.org> <200509221331.16327.peter@wemm.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ups@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, jhb@freebsd.org Subject: Re: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 01:09:22 -0000 On Thu, 22 Sep 2005 13:31:15 -0700 Peter Wemm wrote: > On Thursday 22 September 2005 09:35 am, John Baldwin wrote: > > On Thursday 22 September 2005 11:46 am, Stephan Uphoff wrote: > > > ups 2005-09-22 15:46:21 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/amd64/linux32 linux32_sysvec.c > > > Log: > > > Fix the "fpudna: fpcurthread == curthread XXX times" problem. > > > > > > Tested by: kris@ > > > Reviewed by: peter@ > > > MFC after: 3 days > > > > Heh, nice. > > And the best part was that it wasn't my fault!! :-) Surely we can find a way to blame you for this. Don't make us try. :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Tue Sep 27 01:59:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 091E416A41F; Tue, 27 Sep 2005 01:59:33 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF0243D48; Tue, 27 Sep 2005 01:59:32 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R1xWqi047928; Tue, 27 Sep 2005 01:59:32 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R1xWoQ047927; Tue, 27 Sep 2005 01:59:32 GMT (envelope-from scottl) Message-Id: <200509270159.j8R1xWoQ047927@repoman.freebsd.org> From: Scott Long Date: Tue, 27 Sep 2005 01:59:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ips ips_commands.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 01:59:33 -0000 scottl 2005-09-27 01:59:32 UTC FreeBSD src repository Modified files: sys/dev/ips ips_commands.c Log: Report status in hex, not decimal. Revision Changes Path 1.14 +1 -1 src/sys/dev/ips/ips_commands.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 02:05:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 29DD716A41F; Tue, 27 Sep 2005 02:05:56 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACE143D49; Tue, 27 Sep 2005 02:05:55 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R25tuL048260; Tue, 27 Sep 2005 02:05:55 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R25tM0048259; Tue, 27 Sep 2005 02:05:55 GMT (envelope-from brooks) Message-Id: <200509270205.j8R25tM0048259@repoman.freebsd.org> From: Brooks Davis Date: Tue, 27 Sep 2005 02:05:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d localpkg X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 02:05:57 -0000 brooks 2005-09-27 02:05:55 UTC FreeBSD src repository Modified files: etc/rc.d localpkg Log: Don't print anything if we can't do any localpkg shutdown (start already does this). Submitted by: Andre Albsmeier PR: conf/86606 Revision Changes Path 1.6 +1 -2 src/etc/rc.d/localpkg From owner-cvs-src@FreeBSD.ORG Tue Sep 27 05:57:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B343A16A41F; Tue, 27 Sep 2005 05:57:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620FD43D48; Tue, 27 Sep 2005 05:57:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R5vmtM064122; Tue, 27 Sep 2005 05:57:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R5vm9E064121; Tue, 27 Sep 2005 05:57:48 GMT (envelope-from imp) Message-Id: <200509270557.j8R5vm9E064121@repoman.freebsd.org> From: Warner Losh Date: Tue, 27 Sep 2005 05:57:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 05:57:48 -0000 imp 2005-09-27 05:57:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci.c Log: MFC: 1.297 and 1.298 Split the do_powerstaes knob into do_power_resume and do_power_nodriver. Go ahead and enable power state management for suspend/resume, but leave the nodriver powerdown off by default. The MFC that changed do_power_state default to 0 broke some resume on some laptops. Approved by: re@ (scottl) Revision Changes Path 1.292.2.3 +43 -22 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 06:51:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E4BE716A41F; Tue, 27 Sep 2005 06:51:25 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A31843D53; Tue, 27 Sep 2005 06:51:24 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Tue, 27 Sep 2005 08:51:22 +0200 Date: Tue, 27 Sep 2005 08:51:25 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Poul-Henning Kamp In-Reply-To: <200509262034.j8QKYLVM022355@repoman.freebsd.org> Message-ID: <20050927085046.W12766@beagle.kn.op.dlr.de> References: <200509262034.j8QKYLVM022355@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 27 Sep 2005 06:51:22.0794 (UTC) FILETIME=[DF58B8A0:01C5C32F] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 06:51:26 -0000 Oh, thanks. I completly forgot about this. harti On Mon, 26 Sep 2005, Poul-Henning Kamp wrote: PK>phk 2005-09-26 20:34:21 UTC PK> PK> FreeBSD src repository PK> PK> Modified files: PK> usr.bin/make Makefile PK> Log: PK> Update coordinates for "mph" hash generator now that it lives in ports. PK> PK> Revision Changes Path PK> 1.63 +1 -1 src/usr.bin/make/Makefile PK> PK> PK> From owner-cvs-src@FreeBSD.ORG Tue Sep 27 07:49:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D8FE516A41F; Tue, 27 Sep 2005 07:49:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957CA43D48; Tue, 27 Sep 2005 07:49:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7n6FZ068295; Tue, 27 Sep 2005 07:49:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7n6ZC068294; Tue, 27 Sep 2005 07:49:06 GMT (envelope-from krion) Message-Id: <200509270749.j8R7n6ZC068294@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 07:49:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/info show.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 07:49:07 -0000 krion 2005-09-27 07:49:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/info show.c Log: MFC: 1.39 date: 2005/09/24 19:41:56; author: krion; state: Exp; lines: +1 -1 Remove '\n' since it's redundant in case if file doesn't exist while running 'pkg_info -g' Based on PR: bin/42609 Submitted by: Jeff King MFC after: 3 days Revision Changes Path 1.37.6.1 +1 -1 src/usr.sbin/pkg_install/info/show.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 07:51:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B707B16A41F; Tue, 27 Sep 2005 07:51:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A1B43D49; Tue, 27 Sep 2005 07:51:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7pjjT068446; Tue, 27 Sep 2005 07:51:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7pjbj068445; Tue, 27 Sep 2005 07:51:45 GMT (envelope-from krion) Message-Id: <200509270751.j8R7pjbj068445@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 07:51:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 07:51:45 -0000 krion 2005-09-27 07:51:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/lib match.c Log: MFC: 1.20 date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 Do not bitch about bsdpan modules not having origin. Based on PR: bin/82269 Submitted by: Steven Hartland MFC after: 3 days Revision Changes Path 1.19.2.1 +1 -1 src/usr.sbin/pkg_install/lib/match.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 07:54:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E86AB16A41F; Tue, 27 Sep 2005 07:54:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A674E43D53; Tue, 27 Sep 2005 07:54:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7s8rq068554; Tue, 27 Sep 2005 07:54:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7s8sF068553; Tue, 27 Sep 2005 07:54:08 GMT (envelope-from krion) Message-Id: <200509270754.j8R7s8sF068553@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 07:54:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/info show.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 07:54:09 -0000 krion 2005-09-27 07:54:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/info show.c Log: MFC: 1.39 date: 2005/09/24 19:41:56; author: krion; state: Exp; lines: +1 -1 Remove '\n' since it's redundant in case if file doesn't exist while running 'pkg_info -g' Based on PR: bin/42609 Submitted by: Jeff King MFC after: 3 days Revision Changes Path 1.14.2.17 +1 -1 src/usr.sbin/pkg_install/info/show.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 07:56:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E763C16A41F; Tue, 27 Sep 2005 07:56:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846AA43D49; Tue, 27 Sep 2005 07:56:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7u3pD068687; Tue, 27 Sep 2005 07:56:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7u3JB068686; Tue, 27 Sep 2005 07:56:03 GMT (envelope-from krion) Message-Id: <200509270756.j8R7u3JB068686@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 07:56:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 07:56:04 -0000 krion 2005-09-27 07:56:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/lib match.c Log: MFC: 1.20 date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 Do not bitch about bsdpan modules not having origin. Based on PR: bin/82269 Submitted by: Steven Hartland MFC after: 3 days Revision Changes Path 1.2.2.11 +1 -1 src/usr.sbin/pkg_install/lib/match.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 08:02:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3B86616A41F; Tue, 27 Sep 2005 08:02:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB4943D48; Tue, 27 Sep 2005 08:02:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R823WE068959; Tue, 27 Sep 2005 08:02:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R823d3068958; Tue, 27 Sep 2005 08:02:03 GMT (envelope-from ru) Message-Id: <200509270802.j8R823d3068958@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Sep 2005 08:02:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 08:02:04 -0000 ru 2005-09-27 08:02:03 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: Fixup previous commit. Revision Changes Path 1.92 +2 -3 src/usr.bin/make/make.1 From owner-cvs-src@FreeBSD.ORG Tue Sep 27 08:06:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 92EA216A41F; Tue, 27 Sep 2005 08:06:22 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536BE43D49; Tue, 27 Sep 2005 08:06:22 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R86M8t069196; Tue, 27 Sep 2005 08:06:22 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R86MCU069191; Tue, 27 Sep 2005 08:06:22 GMT (envelope-from ru) Message-Id: <200509270806.j8R86MCU069191@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Sep 2005 08:06:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 08:06:22 -0000 ru 2005-09-27 08:06:21 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: Remove redundant `\&' escapes. Revision Changes Path 1.93 +28 -28 src/usr.bin/make/make.1 From owner-cvs-src@FreeBSD.ORG Tue Sep 27 09:01:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4A3CF16A41F; Tue, 27 Sep 2005 09:01:12 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A9C43D58; Tue, 27 Sep 2005 09:01:11 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R91Bua078611; Tue, 27 Sep 2005 09:01:11 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R91B6Z078610; Tue, 27 Sep 2005 09:01:11 GMT (envelope-from mux) Message-Id: <200509270901.j8R91B6Z078610@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 27 Sep 2005 09:01:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 09:01:12 -0000 mux 2005-09-27 09:01:11 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c if_fxpvar.h Log: Convert fxp(4) to use the new bus_alloc_resources() API, it simplifies the resource allocation code significantly. Revision Changes Path 1.247 +35 -43 src/sys/dev/fxp/if_fxp.c 1.39 +8 -18 src/sys/dev/fxp/if_fxpvar.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 09:11:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6B26616A41F; Tue, 27 Sep 2005 09:11:45 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2776D43D53; Tue, 27 Sep 2005 09:11:45 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R9Bj5U079100; Tue, 27 Sep 2005 09:11:45 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R9BiO1079099; Tue, 27 Sep 2005 09:11:44 GMT (envelope-from glebius) Message-Id: <200509270911.j8R9BiO1079099@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 27 Sep 2005 09:11:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ips ips_commands.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 09:11:45 -0000 glebius 2005-09-27 09:11:44 UTC FreeBSD src repository Modified files: sys/dev/ips ips_commands.c Log: Fix build. Revision Changes Path 1.15 +1 -1 src/sys/dev/ips/ips_commands.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 10:42:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 EFCE316A420; Tue, 27 Sep 2005 10:42:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB9243D48; Tue, 27 Sep 2005 10:42:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RAg3tL082736; Tue, 27 Sep 2005 10:42:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RAg3Vt082734; Tue, 27 Sep 2005 10:42:03 GMT (envelope-from glebius) Message-Id: <200509271042.j8RAg3Vt082734@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 27 Sep 2005 10:42:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 10:42:04 -0000 glebius 2005-09-27 10:42:03 UTC FreeBSD src repository Modified files: usr.bin/netstat if.c Log: - Print space character in show_stat(). Remove a lot of priuntf(" "). - Utilize show_stat() in sidewaysintpr() loop. This makes periodic statistics to honor -h flag. Revision Changes Path 1.62 +29 -37 src/usr.bin/netstat/if.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 11:54:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 848E616A41F; Tue, 27 Sep 2005 11:54:12 +0000 (GMT) (envelope-from philip@paeps.cx) Received: from gateway.nixsys.be (gateway.nixsys.be [195.144.77.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF12C43D49; Tue, 27 Sep 2005 11:54:11 +0000 (GMT) (envelope-from philip@paeps.cx) Received: from loge.nixsys.be (loge.nixsys.be [IPv6:2001:6f8:32f:0:20c:6eff:fe4b:23f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "loge.home.paeps.cx", Issuer "NixSys CA" (verified OK)) by gateway.nixsys.be (Postfix) with ESMTP id 563D7C131; Tue, 27 Sep 2005 13:54:10 +0200 (CEST) Received: from loge.nixsys.be (philip@localhost [127.0.0.1]) by loge.nixsys.be (8.13.4/8.13.4) with ESMTP id j8RBs9AZ078071; Tue, 27 Sep 2005 13:54:09 +0200 (CEST) (envelope-from philip@loge.nixsys.be) Received: (from philip@localhost) by loge.nixsys.be (8.13.4/8.13.4/Submit) id j8RBs9JL078070; Tue, 27 Sep 2005 13:54:09 +0200 (CEST) (envelope-from philip) Date: Tue, 27 Sep 2005 13:54:09 +0200 From: Philip Paeps To: Poul-Henning Kamp Message-ID: <20050927115409.GG687@loge.nixsys.be> Mail-Followup-To: Poul-Henning Kamp , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509261457.j8QEvRBH000632@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509261457.j8QEvRBH000632@repoman.freebsd.org> X-Date-in-Rome: ante diem V Kalendas Octobres MMDCCLVIII ab Urbe Condida X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get a proper mailclient! Organization: Happily Disorganized User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles src/tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 11:54:12 -0000 On 2005-09-26 14:57:27 (+0000), Poul-Henning Kamp wrote: > Remove the old Makefile based nanobsd build method, the new shell script > based is far better and the only one supported from now on. Yay, fantastic stuff. :-) Thanks! - Philip -- Philip Paeps Please don't Cc me, I am philip@freebsd.org subscribed to the list. A pipe gives a wise man time to think and a fool something to stick in his mouth. From owner-cvs-src@FreeBSD.ORG Tue Sep 27 12:00:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B237416A421; Tue, 27 Sep 2005 12:00:32 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3D443D48; Tue, 27 Sep 2005 12:00:32 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RC0Wvd088719; Tue, 27 Sep 2005 12:00:32 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RC0WhD088718; Tue, 27 Sep 2005 12:00:32 GMT (envelope-from davidxu) Message-Id: <200509271200.j8RC0WhD088718@repoman.freebsd.org> From: David Xu Date: Tue, 27 Sep 2005 12:00:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 12:00:33 -0000 davidxu 2005-09-27 12:00:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern sched_ule.c Log: MFC revisions 1.156 - 1.159, improve stability of ULE scheduler. Approved by: re (scottl) Revision Changes Path 1.153.2.3 +20 -10 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 12:17:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9FD9416A41F; Tue, 27 Sep 2005 12:17:38 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E14B43D49; Tue, 27 Sep 2005 12:17:38 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RCHcps089525; Tue, 27 Sep 2005 12:17:38 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RCHcqx089524; Tue, 27 Sep 2005 12:17:38 GMT (envelope-from davidxu) Message-Id: <200509271217.j8RCHcqx089524@repoman.freebsd.org> From: David Xu Date: Tue, 27 Sep 2005 12:17:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 12:17:38 -0000 davidxu 2005-09-27 12:17:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_kse.c sys_process.c Log: MFC kern/sys_process.c revision 1.132 kern/kern_kse.c revision 1.215 > Fix a LOR between sched_lock and sleep queue lock. Approved by: re(scottl) Revision Changes Path 1.214.2.2 +3 -4 src/sys/kern/kern_kse.c 1.131.2.1 +4 -2 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 12:28:28 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 2D0F216A41F for ; Tue, 27 Sep 2005 12:28:28 +0000 (GMT) (envelope-from massimo@cedoc.mo.it) Received: from insomma.datacode.it (ip-152-166.sn2.eutelia.it [83.211.152.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF1043D48 for ; Tue, 27 Sep 2005 12:28:26 +0000 (GMT) (envelope-from massimo@cedoc.mo.it) Received: from localhost (localhost.datacode.it [127.0.0.1]) by insomma.datacode.it (Postfix) with SMTP id 32A152C90B for ; Tue, 27 Sep 2005 14:28:24 +0200 (CEST) Received: from insomma.datacode.it (localhost.datacode.it [127.0.0.1]) by insomma.datacode.it (Postfix) with ESMTP id 709A12C90A for ; Tue, 27 Sep 2005 14:28:23 +0200 (CEST) Received: from massimo.datacode.it (massimo.datacode.it [192.168.1.13]) by insomma.datacode.it (Postfix) with ESMTP id 329A72C906 for ; Tue, 27 Sep 2005 14:28:23 +0200 (CEST) From: Massimo Lusetti To: cvs-src@freebsd.org In-Reply-To: <20050927115409.GG687@loge.nixsys.be> References: <200509261457.j8QEvRBH000632@repoman.freebsd.org> <20050927115409.GG687@loge.nixsys.be> Content-Type: text/plain Organization: CEDOC - Modena Date: Tue, 27 Sep 2005 14:28:22 +0200 Message-Id: <1127824102.4306.5.camel@massimo.datacode.it> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-6) Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: cvs commit: src/tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles src/tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 12:28:28 -0000 On Tue, 2005-09-27 at 13:54 +0200, Philip Paeps wrote: > Yay, fantastic stuff. :-) Indeed but doesn't it miss FlashDevice.sub on RELENG_6 ? -- Massimo.run(); From owner-cvs-src@FreeBSD.ORG Tue Sep 27 13:10:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0F95916A41F; Tue, 27 Sep 2005 13:10:25 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A1143D48; Tue, 27 Sep 2005 13:10:24 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RDAOWB098445; Tue, 27 Sep 2005 13:10:24 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RDAOnQ098444; Tue, 27 Sep 2005 13:10:24 GMT (envelope-from nyan) Message-Id: <200509271310.j8RDAOnQ098444@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 27 Sep 2005 13:10:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile src/usr.sbin/sysinstall Makefile sysinstall.h src/release/pc98 boot_crunch.conf src/sys/pc98/conf GENERIC GENERIC.hints NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 13:10:25 -0000 nyan 2005-09-27 13:10:24 UTC FreeBSD src repository Modified files: sys/modules Makefile usr.sbin/sysinstall Makefile sysinstall.h release/pc98 boot_crunch.conf sys/pc98/conf GENERIC GENERIC.hints NOTES Log: Switch from OLDCARD to NEWCARD on pc98. Revision Changes Path 1.60 +1 -3 src/release/pc98/boot_crunch.conf 1.456 +3 -3 src/sys/modules/Makefile 1.272 +6 -0 src/sys/pc98/conf/GENERIC 1.24 +0 -4 src/sys/pc98/conf/GENERIC.hints 1.62 +0 -3 src/sys/pc98/conf/NOTES 1.135 +0 -4 src/usr.sbin/sysinstall/Makefile 1.265 +0 -4 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 13:33:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3EBC016A41F; Tue, 27 Sep 2005 13:33:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFDCF43D4C; Tue, 27 Sep 2005 13:33:46 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RDXkV9099288; Tue, 27 Sep 2005 13:33:46 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RDXkJ0099287; Tue, 27 Sep 2005 13:33:46 GMT (envelope-from ru) Message-Id: <200509271333.j8RDXkJ0099287@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Sep 2005 13:33:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 13:33:47 -0000 ru 2005-09-27 13:33:46 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: Calling rman_get_start() after bus_release_resource() is evil. It became fatal after a recent "struct resource" split change. Revision Changes Path 1.53 +2 -2 src/sys/dev/cardbus/cardbus.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 13:37:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 AF78616A41F; Tue, 27 Sep 2005 13:37:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A67643D49; Tue, 27 Sep 2005 13:37:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RDbrBv099511; Tue, 27 Sep 2005 13:37:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RDbrdA099510; Tue, 27 Sep 2005 13:37:53 GMT (envelope-from krion) Message-Id: <200509271337.j8RDbrdA099510@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 13:37:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/info show.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 13:37:53 -0000 krion 2005-09-27 13:37:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/info show.c Log: MFC: 1.39 date: 2005/09/24 19:41:56; author: krion; state: Exp; lines: +1 -1 Remove '\n' since it's redundant in case if file doesn't exist while running 'pkg_info -g' Based on PR: bin/42609 Submitted by: Jeff King MFC after: 3 days Approved by: re (kensmith) Revision Changes Path 1.38.2.1 +1 -1 src/usr.sbin/pkg_install/info/show.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 13:39:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A8E9F16A41F; Tue, 27 Sep 2005 13:39:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FA343D49; Tue, 27 Sep 2005 13:39:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RDd6Xn099569; Tue, 27 Sep 2005 13:39:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RDd61C099568; Tue, 27 Sep 2005 13:39:06 GMT (envelope-from krion) Message-Id: <200509271339.j8RDd61C099568@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 13:39:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 13:39:06 -0000 krion 2005-09-27 13:39:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/lib match.c Log: MFC: 1.20 date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 Do not bitch about bsdpan modules not having origin. Based on PR: bin/82269 Submitted by: Steven Hartland MFC after: 3 days Approved by: re (kensmith) Revision Changes Path 1.19.8.1 +1 -1 src/usr.sbin/pkg_install/lib/match.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 14:32:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 591EB16A41F; Tue, 27 Sep 2005 14:32:05 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E618E43D55; Tue, 27 Sep 2005 14:32:04 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REW4Ke001828; Tue, 27 Sep 2005 14:32:04 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REW4DY001827; Tue, 27 Sep 2005 14:32:04 GMT (envelope-from csjp) Message-Id: <200509271432.j8REW4DY001827@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 27 Sep 2005 14:32:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 14:32:05 -0000 csjp 2005-09-27 14:32:04 UTC FreeBSD src repository Modified files: sys/kern syscalls.master Log: Mark the extended attribute syscalls as being MP safe. Requested by: jhb Revision Changes Path 1.199 +13 -13 src/sys/kern/syscalls.master From owner-cvs-src@FreeBSD.ORG Tue Sep 27 14:37:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E955216A420; Tue, 27 Sep 2005 14:36:59 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FAE43D4C; Tue, 27 Sep 2005 14:36:59 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REaxTf002118; Tue, 27 Sep 2005 14:36:59 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REaxvG002117; Tue, 27 Sep 2005 14:36:59 GMT (envelope-from csjp) Message-Id: <200509271436.j8REaxvG002117@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 27 Sep 2005 14:36:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 14:37:00 -0000 csjp 2005-09-27 14:36:59 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Update the "created from" section to reflect the most recent version of syscalls.master Requested by: jhb Revision Changes Path 1.197 +1 -1 src/sys/kern/init_sysent.c 1.182 +1 -1 src/sys/kern/syscalls.c 1.179 +1 -1 src/sys/sys/syscall.h 1.134 +1 -1 src/sys/sys/syscall.mk 1.178 +1 -1 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 14:39:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 ADA0216A41F; Tue, 27 Sep 2005 14:39:15 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BF043D49; Tue, 27 Sep 2005 14:39:15 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8REeDLP086000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Sep 2005 10:40:13 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Tue, 27 Sep 2005 10:37:46 -0400 From: Tom Rhodes To: Wilko Bulte Message-Id: <20050927103746.364de995.trhodes@FreeBSD.org> In-Reply-To: <20050926181234.GA23937@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, rwatson@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 14:39:15 -0000 On Mon, 26 Sep 2005 20:12:34 +0200 Wilko Bulte wrote: > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern subr_pcpu.c > > > Log: > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > once for each CPU you have". > > > > My 14-cpu machine thanks you :-) > > I'm curious: what machine model is that? Who cares about model, can I borrow it. :P -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Tue Sep 27 14:49:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 20ED416A41F; Tue, 27 Sep 2005 14:49:42 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D415C43D49; Tue, 27 Sep 2005 14:49:41 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REnf3U002833; Tue, 27 Sep 2005 14:49:41 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REnfim002832; Tue, 27 Sep 2005 14:49:41 GMT (envelope-from mp) Message-Id: <200509271449.j8REnfim002832@repoman.freebsd.org> From: Mark Peek Date: Tue, 27 Sep 2005 14:49:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/csh config_p.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 14:49:42 -0000 mp 2005-09-27 14:49:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/csh config_p.h Log: Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow ports builds in the cluster to work correctly. Approved by: re Revision Changes Path 1.11.2.1 +1 -0 src/bin/csh/config_p.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 15:00:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7D7D016A41F; Tue, 27 Sep 2005 15:00:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC69843D49; Tue, 27 Sep 2005 15:00:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 27 Sep 2005 11:16:13 -0400 From: John Baldwin To: "Christian S.J. Peron" Date: Tue, 27 Sep 2005 10:49:29 -0400 User-Agent: KMail/1.8 References: <200509271432.j8REW4DY001827@repoman.freebsd.org> In-Reply-To: <200509271432.j8REW4DY001827@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509271049.30622.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 15:00:15 -0000 On Tuesday 27 September 2005 10:32 am, Christian S.J. Peron wrote: > csjp 2005-09-27 14:32:04 UTC > > FreeBSD src repository > > Modified files: > sys/kern syscalls.master > Log: > Mark the extended attribute syscalls as being MP safe. > > Requested by: jhb Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Sep 27 15:18:58 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 54F1216A41F for ; Tue, 27 Sep 2005 15:18:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B4B43D4C for ; Tue, 27 Sep 2005 15:18:57 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 27 Sep 2005 11:34:52 -0400 From: John Baldwin To: Harald Schmalzbauer Date: Tue, 27 Sep 2005 11:14:10 -0400 User-Agent: KMail/1.8 References: <200509261830.j8QIUCBl017117@repoman.freebsd.org> <200509270142.47339@harrymail> In-Reply-To: <200509270142.47339@harrymail> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509271114.11616.jhb@FreeBSD.org> Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 15:18:58 -0000 On Monday 26 September 2005 07:42 pm, Harald Schmalzbauer wrote: > Am Montag, 26. September 2005 20:30 CEST schrieb John Baldwin: > > jhb 2005-09-26 18:30:12 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_witness.c > > Log: > > Add the spin lock used by the binary nvidia driver to the static lock > > order list so that WITNESS and the driver play together nicely. > > Thanks a lot :) But due to performance impcat I currently don't use debug > (WITNESS) kernels on my BETA5 workstation any more, please tell me if I > should. No, you are probably fine, it's more appropriate for HEAD anyway. > If I remember correctly some good guy has improoved WITNESS penalty a lot > so I'd be glad to test patches for RELENG_6 if somebody thinks it's useful > to MFC. It probably is useful. The person in question is truckman@FreeBSD.org and you can ask him about it if you'd like. > -Harry > > > Tested by: Harald Schmalzbauer > > MFC after: 3 days > > > > Revision Changes Path > > 1.202 +1 -0 src/sys/kern/subr_witness.c > > _______________________________________________ > > cvs-src@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/cvs-src > > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Sep 27 16:12:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3F5C216A41F; Tue, 27 Sep 2005 16:12:50 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F33043D48; Tue, 27 Sep 2005 16:12:50 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RGCncO006161; Tue, 27 Sep 2005 16:12:49 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RGCnqL006160; Tue, 27 Sep 2005 16:12:49 GMT (envelope-from rik) Message-Id: <200509271612.j8RGCnqL006160@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 27 Sep 2005 16:12:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cp if_cp.c src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 16:12:50 -0000 rik 2005-09-27 16:12:49 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c Log: Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien: ---------------------------- revision 1.26 date: 2005/09/07 09:53:35; author: obrien; state: Exp; lines: +1452 -1453 Reorder code to not depend on an ISO-C illegal forward extern declaration. ---------------------------- Reason: do not move large functions location without serious reason. The same could be done by forward function declaration. Please do not enlarge diff without a reason any more. Backout if_cp 1.27 ---------------------------- revision 1.27 date: 2005/09/19 03:10:16; author: imp; state: Exp; lines: +3 -2 Make sure that we call if_free(ifp) after bus_teardown_intr. Since we could get an interrupt after we free the ifp, and the interrupt handler depended on the ifp being still alive, this could, in theory, cause a crash. Eliminate this possibility by moving the if_free to after the bus_teardown_intr() call. Reason: bad previous commit. Would be restored by next commit. Revision Changes Path 1.28 +1451 -1450 src/sys/dev/cp/if_cp.c 1.28 +1368 -1366 src/sys/dev/ctau/if_ct.c 1.48 +1542 -1539 src/sys/dev/cx/if_cx.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 16:45:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 43CEF16A41F; Tue, 27 Sep 2005 16:45:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C4743D49; Tue, 27 Sep 2005 16:45:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RGjMbW007783; Tue, 27 Sep 2005 16:45:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RGjMhR007782; Tue, 27 Sep 2005 16:45:22 GMT (envelope-from rwatson) Message-Id: <200509271645.j8RGjMhR007782@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 16:45:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 16:45:23 -0000 rwatson 2005-09-27 16:45:22 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Back out fifo_vnops.c:1.127, which introduced an sx lock around I/O on a fifo. While this did indeed close the race, confirming suspicions about the nature of the problem, it causes difficulties with blocking I/O on fifos. Discussed with: ups Also spotted by: Peter Holm Revision Changes Path 1.131 +3 -16 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 16:57:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9D35116A41F; Tue, 27 Sep 2005 16:57:45 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CA643D49; Tue, 27 Sep 2005 16:57:45 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RGvjkM015327; Tue, 27 Sep 2005 16:57:45 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RGvj2n015326; Tue, 27 Sep 2005 16:57:45 GMT (envelope-from rik) Message-Id: <200509271657.j8RGvj2n015326@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 27 Sep 2005 16:57:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cp if_cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 16:57:45 -0000 rik 2005-09-27 16:57:45 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c Log: Restore if_cp.c 1.27 ---------------------------- revision 1.27 date: 2005/09/19 03:10:16; author: imp; state: Exp; lines: +3 -2 Make sure that we call if_free(ifp) after bus_teardown_intr. Since we could get an interrupt after we free the ifp, and the interrupt handler depended on the ifp being still alive, this could, in theory, cause a crash. Eliminate this possibility by moving the if_free to after the bus_teardown_intr() call. In fact, this change do nothing for this driver. It is protected from this by cp_destroy variable. This variable also protects driver from initiation of any activity from network stack with disabled intr handler with this change applied. Revision Changes Path 1.29 +3 -2 src/sys/dev/cp/if_cp.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 17:03:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3768916A41F; Tue, 27 Sep 2005 17:03:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7D243D48; Tue, 27 Sep 2005 17:03:53 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RH3rKC015644; Tue, 27 Sep 2005 17:03:53 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RH3rum015643; Tue, 27 Sep 2005 17:03:53 GMT (envelope-from delphij) Message-Id: <200509271703.j8RH3rum015643@repoman.freebsd.org> From: Xin LI Date: Tue, 27 Sep 2005 17:03:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 17:03:54 -0000 delphij 2005-09-27 17:03:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_inode.c Log: MFC 1.64: Restore a historical ufs_inactive behavior that respect the RDONLY option, so subsequent call of UFS_TRUNCATE (ffs_truncate) would not panic the system. This fixes a panic that can happen when mounting a corrputed filesystem read-only, and reading data from it. Reviewed by: mckusick Approved by: re (scottl) Revision Changes Path 1.63.2.1 +1 -1 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 17:04:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1148A16A41F; Tue, 27 Sep 2005 17:04:48 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD56D43D77; Tue, 27 Sep 2005 17:04:45 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RH4j4d015704; Tue, 27 Sep 2005 17:04:45 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RH4jFN015703; Tue, 27 Sep 2005 17:04:45 GMT (envelope-from delphij) Message-Id: <200509271704.j8RH4jFN015703@repoman.freebsd.org> From: Xin LI Date: Tue, 27 Sep 2005 17:04:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 17:04:48 -0000 delphij 2005-09-27 17:04:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ufs/ufs ufs_inode.c Log: MFC 1.64: Restore a historical ufs_inactive behavior that respect the RDONLY option, so subsequent call of UFS_TRUNCATE (ffs_truncate) would not panic the system. This fixes a panic that can happen when mounting a corrputed filesystem read-only, and reading data from it. Reviewed by: mckusick Revision Changes Path 1.54.2.4 +1 -1 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 17:05:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D6D6516A420; Tue, 27 Sep 2005 17:05:46 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9578B43D48; Tue, 27 Sep 2005 17:05:46 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RH5kSY015833; Tue, 27 Sep 2005 17:05:46 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RH5kRF015832; Tue, 27 Sep 2005 17:05:46 GMT (envelope-from delphij) Message-Id: <200509271705.j8RH5kRF015832@repoman.freebsd.org> From: Xin LI Date: Tue, 27 Sep 2005 17:05:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 17:05:47 -0000 delphij 2005-09-27 17:05:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_inode.c Log: MFC 1.64: Restore a historical ufs_inactive behavior that respect the RDONLY option, so subsequent call of UFS_TRUNCATE (ffs_truncate) would not panic the system. This fixes a panic that can happen when mounting a corrputed filesystem read-only, and reading data from it. Reviewed by: mckusick Revision Changes Path 1.25.2.4 +1 -1 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 17:39:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9009616A41F; Tue, 27 Sep 2005 17:39:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5995343D48; Tue, 27 Sep 2005 17:39:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHdBLo017808; Tue, 27 Sep 2005 17:39:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHdB2F017807; Tue, 27 Sep 2005 17:39:11 GMT (envelope-from jhb) Message-Id: <200509271739.j8RHdB2F017807@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 17:39:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/arm/include atomic.h src/sys/i386/include atomic.h src/sys/ia64/include atomic.h src/sys/powerpc/include atomic.h src/sys/sparc64/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 17:39:11 -0000 jhb 2005-09-27 17:39:11 UTC FreeBSD src repository Modified files: sys/alpha/include atomic.h sys/amd64/include atomic.h sys/arm/include atomic.h sys/i386/include atomic.h sys/ia64/include atomic.h sys/powerpc/include atomic.h sys/sparc64/include atomic.h Log: Add a new atomic_fetchadd() primitive that atomically adds a value to a variable and returns the previous value of the variable. Tested on: i386, alpha, sparc64, arm (cognet) Reviewed by: arch@ Submitted by: cognet (arm) MFC after: 1 week Revision Changes Path 1.24 +22 -0 src/sys/alpha/include/atomic.h 1.39 +21 -0 src/sys/amd64/include/atomic.h 1.11 +38 -0 src/sys/arm/include/atomic.h 1.41 +21 -0 src/sys/i386/include/atomic.h 1.10 +19 -0 src/sys/ia64/include/atomic.h 1.14 +13 -0 src/sys/powerpc/include/atomic.h 1.10 +3 -0 src/sys/sparc64/include/atomic.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 17:46:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 34FD516A41F; Tue, 27 Sep 2005 17:46:32 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout7-ext.prodigy.net (pimout7-ext.prodigy.net [207.115.63.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D8943D48; Tue, 27 Sep 2005 17:46:29 +0000 (GMT) (envelope-from nate@root.org) X-ORBL: [67.119.74.222] Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by pimout7-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j8RHkRkV447000; Tue, 27 Sep 2005 13:46:27 -0400 Message-ID: <4339856F.2050706@root.org> Date: Tue, 27 Sep 2005 10:46:23 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050723) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org References: <20050927020136.DE3C416A456@hub.freebsd.org> In-Reply-To: <20050927020136.DE3C416A456@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/dev/ips ips_commands.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 17:46:32 -0000 Scott Long wrote: > scottl 2005-09-27 01:59:32 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ips ips_commands.c > Log: > Report status in hex, not decimal. > > Revision Changes Path > 1.14 +1 -1 src/sys/dev/ips/ips_commands.c > > > Index: src/sys/dev/ips/ips_commands.c > diff -u src/sys/dev/ips/ips_commands.c:1.13 src/sys/dev/ips/ips_commands.c:1.14 > --- src/sys/dev/ips/ips_commands.c:1.13 Sun Sep 25 17:12:41 2005 > +++ src/sys/dev/ips/ips_commands.c Tue Sep 27 01:59:32 2005 > @@ -62,7 +62,7 @@ > if(COMMAND_ERROR(command)){ > iobuf->bio_flags |=BIO_ERROR; > iobuf->bio_error = EIO; > - printf("ips: io error, status= %d\n", command->status.value); > + printf("ips: io error, status= \n", command->status.value); > } > ips_insert_free_cmd(command->sc, command); > ipsd_finish(iobuf); Actually, that should be "don't report status at all". :) -- Nate From owner-cvs-src@FreeBSD.ORG Tue Sep 27 17:59:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 505DB16A41F; Tue, 27 Sep 2005 17:59:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D81A43D48; Tue, 27 Sep 2005 17:59:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHxTAY019109; Tue, 27 Sep 2005 17:59:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHxTjn019108; Tue, 27 Sep 2005 17:59:29 GMT (envelope-from jhb) Message-Id: <200509271759.j8RHxTjn019108@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 17:59:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile atomic.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 17:59:30 -0000 jhb 2005-09-27 17:59:29 UTC FreeBSD src repository Modified files: share/man/man9 Makefile atomic.9 Log: - Document atomic_fetchadd(9) and add a MLINK. - Add arm and ppc to the list of archs not supporting operations on 64-bit integers. - Update the sample code for acquiring a mutex to be more recent and to take into account the recent atomic_foo_ptr() changes. MFC after: 1 week Revision Changes Path 1.263 +1 -0 src/share/man/man9/Makefile 1.12 +38 -8 src/share/man/man9/atomic.9 From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:01:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3033116A41F; Tue, 27 Sep 2005 18:01:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB9A43D49; Tue, 27 Sep 2005 18:01:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI1X76019248; Tue, 27 Sep 2005 18:01:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI1XMC019247; Tue, 27 Sep 2005 18:01:33 GMT (envelope-from jhb) Message-Id: <200509271801.j8RI1XMC019247@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 18:01:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys refcount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:01:34 -0000 jhb 2005-09-27 18:01:33 UTC FreeBSD src repository Added files: sys/sys refcount.h Log: Add a simple reference count API that is simply a thin wrapper API around atomic operations on ints. Reviewed by: arch@ MFC after: 1 week Revision Changes Path 1.1 +59 -0 src/sys/sys/refcount.h (new) From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:03:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 67EA616A41F; Tue, 27 Sep 2005 18:03:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C8443D48; Tue, 27 Sep 2005 18:03:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI3GNS019347; Tue, 27 Sep 2005 18:03:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI3GQM019346; Tue, 27 Sep 2005 18:03:16 GMT (envelope-from jhb) Message-Id: <200509271803.j8RI3GQM019346@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 18:03:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_proc.c src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:03:16 -0000 jhb 2005-09-27 18:03:16 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c sys/sys proc.h Log: Use the refcount API to implement reference counts on process argument structures rather than using a global mutex to protect the reference counts. Tested on: i386, alpha, sparc64 Revision Changes Path 1.231 +4 -11 src/sys/kern/kern_proc.c 1.435 +0 -5 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:04:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5ED8C16A420; Tue, 27 Sep 2005 18:04:21 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195F143D49; Tue, 27 Sep 2005 18:04:21 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI4K98019484; Tue, 27 Sep 2005 18:04:20 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI4KJa019483; Tue, 27 Sep 2005 18:04:20 GMT (envelope-from peter) Message-Id: <200509271804.j8RI4KJa019483@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:04:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/ia32 ia32_signal.c src/sys/ia64/ia32 ia32_signal.c src/sys/compat/freebsd32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:04:21 -0000 peter 2005-09-27 18:04:20 UTC FreeBSD src repository Modified files: sys/amd64/ia32 ia32_signal.c sys/ia64/ia32 ia32_signal.c sys/compat/freebsd32 syscalls.master Log: Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've added stubs for ia64 to keep it compiling. These are used by 32 bit apps such as gdb. Revision Changes Path 1.11 +165 -40 src/sys/amd64/ia32/ia32_signal.c 1.52 +7 -6 src/sys/compat/freebsd32/syscalls.master 1.9 +21 -0 src/sys/ia64/ia32/ia32_signal.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:04:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 41C5A16A4C2; Tue, 27 Sep 2005 18:04:53 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F044A43D48; Tue, 27 Sep 2005 18:04:52 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI4qjZ019540; Tue, 27 Sep 2005 18:04:52 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI4quM019539; Tue, 27 Sep 2005 18:04:52 GMT (envelope-from peter) Message-Id: <200509271804.j8RI4quM019539@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:04:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:04:53 -0000 peter 2005-09-27 18:04:52 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regenerate Revision Changes Path 1.40 +14 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.40 +4 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.31 +4 -4 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.41 +4 -4 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:07:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0AD4B16A41F; Tue, 27 Sep 2005 18:07:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D80B43D6E; Tue, 27 Sep 2005 18:07:05 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI75uS019779; Tue, 27 Sep 2005 18:07:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI75t0019778; Tue, 27 Sep 2005 18:07:05 GMT (envelope-from jhb) Message-Id: <200509271807.j8RI75t0019778@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 18:07:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_resource.c src/sys/sys resourcevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:07:13 -0000 jhb 2005-09-27 18:07:05 UTC FreeBSD src repository Modified files: sys/kern kern_resource.c sys/sys resourcevar.h Log: Use the reference count API to manage the reference counts for process limit structures rather than using pool mutexes to protect the reference counts. Tested on: i386, alpha, sparc64 Revision Changes Path 1.149 +4 -11 src/sys/kern/kern_resource.c 1.48 +0 -5 src/sys/sys/resourcevar.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:09:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 45FC916A41F; Tue, 27 Sep 2005 18:09:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5250943D69; Tue, 27 Sep 2005 18:09:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI9gVw020673; Tue, 27 Sep 2005 18:09:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI9gCO020672; Tue, 27 Sep 2005 18:09:42 GMT (envelope-from jhb) Message-Id: <200509271809.j8RI9gCO020672@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 18:09:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_prot.c vfs_export.c src/sys/nfsserver nfs_srvsock.c nfs_srvsubs.c src/sys/sys ucred.h src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:09:48 -0000 jhb 2005-09-27 18:09:42 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c vfs_export.c sys/nfsserver nfs_srvsock.c nfs_srvsubs.c sys/sys ucred.h sys/ufs/ufs ufs_vnops.c Log: Use the refcount API to manage the reference count for user credentials rather than using pool mutexes. Tested on: i386, alpha, sparc64 Revision Changes Path 1.201 +6 -16 src/sys/kern/kern_prot.c 1.334 +3 -2 src/sys/kern/vfs_export.c 1.95 +4 -4 src/sys/nfsserver/nfs_srvsock.c 1.137 +2 -1 src/sys/nfsserver/nfs_srvsubs.c 1.53 +0 -1 src/sys/sys/ucred.h 1.273 +3 -2 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:10:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8608B16A41F; Tue, 27 Sep 2005 18:10:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C0A43D48; Tue, 27 Sep 2005 18:10:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIARA3021356; Tue, 27 Sep 2005 18:10:27 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIARkk021353; Tue, 27 Sep 2005 18:10:27 GMT (envelope-from peter) Message-Id: <200509271810.j8RIARkk021353@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:10:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:10:27 -0000 peter 2005-09-27 18:10:27 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Don't let the upper bits of %dr6/%dr7 get set. Submitted by: Nate Eldredge Revision Changes Path 1.639 +4 -0 src/sys/amd64/amd64/machdep.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:10:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 22BAF16A427; Tue, 27 Sep 2005 18:10:44 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDA543D48; Tue, 27 Sep 2005 18:10:43 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIAhIf022355; Tue, 27 Sep 2005 18:10:43 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIAhmc022354; Tue, 27 Sep 2005 18:10:43 GMT (envelope-from mlaier) Message-Id: <200509271810.j8RIAhmc022354@repoman.freebsd.org> From: Max Laier Date: Tue, 27 Sep 2005 18:10:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING src/usr.bin/netstat if.c main.c netstat.1 netstat.h src/sys/conf NOTES files options src/sys/dev/em if_em.h src/sys/dev/if_ndis if_ndis.c src/sys/dev/ixgb if_ixgb.h src/sys/modules Makefile src/sys/modules/agp Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:10:44 -0000 mlaier 2005-09-27 18:10:43 UTC FreeBSD src repository Modified files: . UPDATING usr.bin/netstat if.c main.c netstat.1 netstat.h sys/conf NOTES files options sys/dev/em if_em.h sys/dev/if_ndis if_ndis.c sys/dev/ixgb if_ixgb.h sys/modules Makefile sys/modules/agp Makefile sys/modules/ath Makefile sys/modules/ath_rate_amrr Makefile sys/modules/ath_rate_onoe Makefile sys/modules/ath_rate_sample Makefile sys/modules/aue Makefile sys/modules/axe Makefile sys/modules/bfe Makefile sys/modules/bge Makefile sys/modules/cdce Makefile sys/modules/cue Makefile sys/modules/dc Makefile sys/modules/de Makefile sys/modules/dummynet Makefile sys/modules/em Makefile sys/modules/fxp Makefile sys/modules/hifn Makefile sys/modules/if_ndis Makefile sys/modules/ipw Makefile sys/modules/iwi Makefile sys/modules/ixgb Makefile sys/modules/kue Makefile sys/modules/lge Makefile sys/modules/ncv Makefile sys/modules/ndis Makefile sys/modules/nge Makefile sys/modules/nsp Makefile sys/modules/pcn Makefile sys/modules/ral Makefile sys/modules/re Makefile sys/modules/rl Makefile sys/modules/rue Makefile sys/modules/safe Makefile sys/modules/sf Makefile sys/modules/sis Makefile sys/modules/sk Makefile sys/modules/snc Makefile sys/modules/ste Makefile sys/modules/stg Makefile sys/modules/ti Makefile sys/modules/tl Makefile sys/modules/tx Makefile sys/modules/txp Makefile sys/modules/ubsec Makefile sys/modules/udav Makefile sys/modules/ural Makefile sys/modules/vge Makefile sys/modules/vr Makefile sys/modules/vx Makefile sys/modules/wb Makefile sys/modules/xl Makefile sys/net if_ethersubr.c sys/netgraph ng_ether.c sys/netinet if_ether.c ip_dummynet.c ip_dummynet.h ip_fw2.c sys/pci if_wb.c share/man/man4 Makefile dummynet.4 ng_bridge.4 txp.4 share/man/man9 pfil.9 release/picobsd/bridge PICOBSD release/picobsd/tinyware/ns ns.c Removed files: sys/modules/bridge Makefile sys/net bridge.c bridge.h share/man/man4 bridge.4 Log: Remove bridge(4) from the tree. if_bridge(4) is a full functional replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period) Revision Changes Path 1.421 +4 -0 src/UPDATING 1.18 +1 -1 src/release/picobsd/bridge/PICOBSD 1.17 +1 -57 src/release/picobsd/tinyware/ns/ns.c 1.325 +0 -1 src/share/man/man4/Makefile 1.25 +0 -252 src/share/man/man4/bridge.4 (dead) 1.22 +0 -1 src/share/man/man4/dummynet.4 1.11 +1 -1 src/share/man/man4/ng_bridge.4 1.11 +0 -4 src/share/man/man4/txp.4 1.21 +6 -4 src/share/man/man9/pfil.9 1.1331 +0 -5 src/sys/conf/NOTES 1.1051 +0 -1 src/sys/conf/files 1.515 +0 -1 src/sys/conf/options 1.33 +0 -1 src/sys/dev/em/if_em.h 1.103 +0 -2 src/sys/dev/if_ndis/if_ndis.c 1.8 +0 -1 src/sys/dev/ixgb/if_ixgb.h 1.457 +0 -1 src/sys/modules/Makefile 1.16 +1 -1 src/sys/modules/agp/Makefile 1.2 +1 -1 src/sys/modules/ath/Makefile 1.2 +1 -1 src/sys/modules/ath_rate_amrr/Makefile 1.2 +1 -1 src/sys/modules/ath_rate_onoe/Makefile 1.2 +1 -1 src/sys/modules/ath_rate_sample/Makefile 1.8 +1 -1 src/sys/modules/aue/Makefile 1.3 +1 -1 src/sys/modules/axe/Makefile 1.2 +1 -1 src/sys/modules/bfe/Makefile 1.4 +1 -1 src/sys/modules/bge/Makefile 1.6 +0 -7 src/sys/modules/bridge/Makefile (dead) 1.2 +1 -1 src/sys/modules/cdce/Makefile 1.7 +1 -1 src/sys/modules/cue/Makefile 1.7 +2 -2 src/sys/modules/dc/Makefile 1.6 +1 -1 src/sys/modules/de/Makefile 1.4 +1 -1 src/sys/modules/dummynet/Makefile 1.5 +1 -1 src/sys/modules/em/Makefile 1.18 +2 -2 src/sys/modules/fxp/Makefile 1.4 +1 -1 src/sys/modules/hifn/Makefile 1.6 +1 -1 src/sys/modules/if_ndis/Makefile 1.2 +1 -1 src/sys/modules/ipw/Makefile 1.2 +1 -1 src/sys/modules/iwi/Makefile 1.3 +1 -1 src/sys/modules/ixgb/Makefile 1.7 +1 -1 src/sys/modules/kue/Makefile 1.2 +1 -1 src/sys/modules/lge/Makefile 1.3 +1 -1 src/sys/modules/ncv/Makefile 1.11 +1 -1 src/sys/modules/ndis/Makefile 1.4 +2 -2 src/sys/modules/nge/Makefile 1.3 +1 -1 src/sys/modules/nsp/Makefile 1.3 +2 -2 src/sys/modules/pcn/Makefile 1.2 +1 -1 src/sys/modules/ral/Makefile 1.3 +1 -1 src/sys/modules/re/Makefile 1.11 +2 -2 src/sys/modules/rl/Makefile 1.3 +1 -1 src/sys/modules/rue/Makefile 1.2 +1 -1 src/sys/modules/safe/Makefile 1.14 +2 -2 src/sys/modules/sf/Makefile 1.11 +2 -2 src/sys/modules/sis/Makefile 1.13 +2 -2 src/sys/modules/sk/Makefile 1.3 +2 -2 src/sys/modules/snc/Makefile 1.12 +2 -2 src/sys/modules/ste/Makefile 1.4 +1 -1 src/sys/modules/stg/Makefile 1.16 +1 -1 src/sys/modules/ti/Makefile 1.16 +2 -2 src/sys/modules/tl/Makefile 1.10 +1 -1 src/sys/modules/tx/Makefile 1.4 +2 -2 src/sys/modules/txp/Makefile 1.4 +1 -1 src/sys/modules/ubsec/Makefile 1.3 +1 -1 src/sys/modules/udav/Makefile 1.2 +1 -1 src/sys/modules/ural/Makefile 1.2 +1 -1 src/sys/modules/vge/Makefile 1.13 +2 -2 src/sys/modules/vr/Makefile 1.4 +1 -1 src/sys/modules/vx/Makefile 1.13 +2 -2 src/sys/modules/wb/Makefile 1.14 +2 -2 src/sys/modules/xl/Makefile 1.95 +0 -1302 src/sys/net/bridge.c (dead) 1.16 +0 -112 src/sys/net/bridge.h (dead) 1.199 +2 -33 src/sys/net/if_ethersubr.c 1.51 +1 -4 src/sys/netgraph/ng_ether.c 1.143 +1 -3 src/sys/netinet/if_ether.c 1.95 +0 -23 src/sys/netinet/ip_dummynet.c 1.37 +1 -1 src/sys/netinet/ip_dummynet.h 1.113 +1 -1 src/sys/netinet/ip_fw2.c 1.84 +0 -2 src/sys/pci/if_wb.c 1.63 +0 -43 src/usr.bin/netstat/if.c 1.78 +0 -4 src/usr.bin/netstat/main.c 1.54 +2 -2 src/usr.bin/netstat/netstat.1 1.45 +0 -2 src/usr.bin/netstat/netstat.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:13:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B798316A41F; Tue, 27 Sep 2005 18:13:11 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A51D43D72; Tue, 27 Sep 2005 18:13:08 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RID8Eh022455; Tue, 27 Sep 2005 18:13:08 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RID8Ov022454; Tue, 27 Sep 2005 18:13:08 GMT (envelope-from peter) Message-Id: <200509271813.j8RID8Ov022454@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:13:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:13:11 -0000 peter 2005-09-27 18:13:07 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c Log: MFi386: If we take a trap with interrupts disabled while in a critical section, don't enable them if we're servicing an NMI. Revision Changes Path 1.292 +2 -2 src/sys/amd64/amd64/trap.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:15:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2E6DD16A41F; Tue, 27 Sep 2005 18:15:58 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF86943D48; Tue, 27 Sep 2005 18:15:57 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIFved022813; Tue, 27 Sep 2005 18:15:57 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIFvfb022812; Tue, 27 Sep 2005 18:15:57 GMT (envelope-from peter) Message-Id: <200509271815.j8RIFvfb022812@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:15:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:15:58 -0000 peter 2005-09-27 18:15:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Don't report Maxmem as 'real memory'. It is really the highest address available and can give the wrong impression when there are memory holes. Report the total amount of usable memory that we detected instead of the highest address. Revision Changes Path 1.640 +2 -2 src/sys/amd64/amd64/machdep.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:18:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D817516A41F; Tue, 27 Sep 2005 18:18:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBBD43D76; Tue, 27 Sep 2005 18:18:23 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIINe3022899; Tue, 27 Sep 2005 18:18:23 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIINT9022898; Tue, 27 Sep 2005 18:18:23 GMT (envelope-from peter) Message-Id: <200509271818.j8RIINT9022898@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:18:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 elf_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:18:28 -0000 peter 2005-09-27 18:18:23 UTC FreeBSD src repository Modified files: sys/amd64/amd64 elf_machdep.c Log: Add a bare minimum (but wrong) R_X86_64_JMP_SLOT relocation type for kernel modules. We actually need to include any addends and the symbol offset value, but for gcc/binutils didn't set it anywhere I've found on 'cc -fpic -shared' kernel modules. Revision Changes Path 1.23 +1 -0 src/sys/amd64/amd64/elf_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:32:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E7FAE16A420; Tue, 27 Sep 2005 18:32:46 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E4543D49; Tue, 27 Sep 2005 18:32:46 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIWk9w023575; Tue, 27 Sep 2005 18:32:46 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIWklw023574; Tue, 27 Sep 2005 18:32:46 GMT (envelope-from peter) Message-Id: <200509271832.j8RIWklw023574@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:32:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S support.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:32:47 -0000 peter 2005-09-27 18:32:46 UTC FreeBSD src repository Modified files: sys/amd64/amd64 cpu_switch.S support.S Log: Fix a minor nit that has been bugging me for a while. Fix the obvious cases of using a 64 bit operation to zero a register. 32 bit opcodes are smaller and supposedly faster, and clear the upper 32 bits for free. Revision Changes Path 1.152 +1 -1 src/sys/amd64/amd64/cpu_switch.S 1.116 +11 -11 src/sys/amd64/amd64/support.S From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:42:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A336116A41F; Tue, 27 Sep 2005 18:42:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7022F43D48; Tue, 27 Sep 2005 18:42:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIgKuQ024194; Tue, 27 Sep 2005 18:42:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIgK07024193; Tue, 27 Sep 2005 18:42:20 GMT (envelope-from imp) Message-Id: <200509271842.j8RIgK07024193@repoman.freebsd.org> From: Warner Losh Date: Tue, 27 Sep 2005 18:42:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/pccard Makefile src/sys/dev/pccard pccard.c pccard_cis.c pccard_cis_quirks.c pccard_device.c pccardvar.h pccardvarp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:42:20 -0000 imp 2005-09-27 18:42:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/modules/pccard Makefile sys/dev/pccard pccard.c pccard_cis.c pccard_cis_quirks.c pccardvar.h Added files: (Branch: RELENG_6) sys/dev/pccard pccard_device.c pccardvarp.h Log: MFC: CIS exported to userland, and a number of cosmetic fixups Approved by: re@ (scottl) Revision Changes Path 1.1031.2.7 +1 -0 src/sys/conf/files 1.105.2.2 +7 -10 src/sys/dev/pccard/pccard.c 1.34.2.2 +17 -0 src/sys/dev/pccard/pccard_cis.c 1.15.2.1 +1 -0 src/sys/dev/pccard/pccard_cis_quirks.c 1.3.2.1 +173 -0 src/sys/dev/pccard/pccard_device.c (new) 1.53.2.2 +3 -152 src/sys/dev/pccard/pccardvar.h 1.1.2.1 +192 -0 src/sys/dev/pccard/pccardvarp.h (new) 1.11.8.1 +1 -1 src/sys/modules/pccard/Makefile From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:47:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 C32C016A41F; Tue, 27 Sep 2005 18:47:06 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691A943D48; Tue, 27 Sep 2005 18:47:05 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr5.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8RIl3ZL057445; Tue, 27 Sep 2005 20:47:03 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8RIl3QZ030474; Tue, 27 Sep 2005 20:47:03 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8RIl3Tw030473; Tue, 27 Sep 2005 20:47:03 +0200 (CEST) (envelope-from wb) Date: Tue, 27 Sep 2005 20:47:03 +0200 From: Wilko Bulte To: Kris Kennaway Message-ID: <20050927184702.GA30441@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050926220954.GA34614@xor.obsecurity.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Robert Watson , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:47:07 -0000 On Mon, Sep 26, 2005 at 06:09:54PM -0400, Kris Kennaway wrote.. > On Mon, Sep 26, 2005 at 08:12:34PM +0200, Wilko Bulte wrote: > > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/kern subr_pcpu.c > > > > Log: > > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > > once for each CPU you have". > > > > > > My 14-cpu machine thanks you :-) > > > > I'm curious: what machine model is that? > > It's a sparc e4500 owned by hrs and kindly provided to me for package > builds. He also has 10- and 12-processor versions that I also use for > package builds - they've been great for stress-testing FreeBSD and for > benchmarking SMP performance. Ah, yes. Nice box. I gather you are not interested in the UE10k that we have hanging around at work? ;-) (I'm kiddin') -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:47:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 28CD016A41F; Tue, 27 Sep 2005 18:47:45 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B24F43D4C; Tue, 27 Sep 2005 18:47:44 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr14.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8RIlgIg070354; Tue, 27 Sep 2005 20:47:42 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8RIlgl3030493; Tue, 27 Sep 2005 20:47:42 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8RIlgL9030492; Tue, 27 Sep 2005 20:47:42 +0200 (CEST) (envelope-from wb) Date: Tue, 27 Sep 2005 20:47:42 +0200 From: Wilko Bulte To: Tom Rhodes Message-ID: <20050927184742.GB30441@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050927103746.364de995.trhodes@FreeBSD.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, rwatson@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:47:45 -0000 On Tue, Sep 27, 2005 at 10:37:46AM -0400, Tom Rhodes wrote.. > On Mon, 26 Sep 2005 20:12:34 +0200 > Wilko Bulte wrote: > > > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/kern subr_pcpu.c > > > > Log: > > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > > once for each CPU you have". > > > > > > My 14-cpu machine thanks you :-) > > > > I'm curious: what machine model is that? > > Who cares about model, can I borrow it. :P A UE4500 is quite loud and quite hot. Not a box I would want at home. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:51:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 64D2716A41F; Tue, 27 Sep 2005 18:51:03 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2260C43D48; Tue, 27 Sep 2005 18:51:03 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIp3hj024705; Tue, 27 Sep 2005 18:51:03 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIp3w3024704; Tue, 27 Sep 2005 18:51:03 GMT (envelope-from mlaier) Message-Id: <200509271851.j8RIp3w3024704@repoman.freebsd.org> From: Max Laier Date: Tue, 27 Sep 2005 18:51:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 bridge.4 src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:51:03 -0000 mlaier 2005-09-27 18:51:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 bridge.4 sys/conf NOTES Log: Document bridge(4) removal. Approved by: re (scottl) Revision Changes Path 1.24.2.1 +9 -1 src/share/man/man4/bridge.4 1.1325.2.3 +4 -1 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:52:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3EDD016A41F; Tue, 27 Sep 2005 18:52:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA8443D48; Tue, 27 Sep 2005 18:52:17 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIqHkj024774; Tue, 27 Sep 2005 18:52:17 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIqH5u024773; Tue, 27 Sep 2005 18:52:17 GMT (envelope-from brooks) Message-Id: <200509271852.j8RIqH5u024773@repoman.freebsd.org> From: Brooks Davis Date: Tue, 27 Sep 2005 18:52:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/bc/bc main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 18:52:18 -0000 brooks 2005-09-27 18:52:17 UTC FreeBSD src repository Modified files: contrib/bc/bc main.c Log: s/routnes/routines/ in help message. This file is already off the vendor branch and there hasn't been a bc release in more than 4 years so I can't see any harm in fixing this. Submitted by: Arne Woerner PR: gnu/86627 Revision Changes Path 1.7 +1 -1 src/contrib/bc/bc/main.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 19:09:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A13A616A41F; Tue, 27 Sep 2005 19:09:16 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFA143D49; Tue, 27 Sep 2005 19:09:15 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8RJ9Jo5012600 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Sep 2005 12:09:20 -0700 Message-ID: <433998D8.1090302@root.org> Date: Tue, 27 Sep 2005 12:09:12 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <20050927180138.C2B0D16A44E@hub.freebsd.org> In-Reply-To: <20050927180138.C2B0D16A44E@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys refcount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 19:09:16 -0000 John Baldwin wrote: > jhb 2005-09-27 18:01:33 UTC > > FreeBSD src repository > > Added files: > sys/sys refcount.h > Log: > Add a simple reference count API that is simply a thin wrapper API around > atomic operations on ints. > > Reviewed by: arch@ > MFC after: 1 week > > Revision Changes Path > 1.1 +59 -0 src/sys/sys/refcount.h (new) Excellent, thanks for doing this. I'll use it with my next project. -- Nate From owner-cvs-src@FreeBSD.ORG Tue Sep 27 20:28:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B927016A41F; Tue, 27 Sep 2005 20:28:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C0F43D48; Tue, 27 Sep 2005 20:28:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RKSjNB028692; Tue, 27 Sep 2005 20:28:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RKSjBK028690; Tue, 27 Sep 2005 20:28:45 GMT (envelope-from rwatson) Message-Id: <200509272028.j8RKSjBK028690@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 20:28:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 20:28:45 -0000 rwatson 2005-09-27 20:28:44 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: No longer maintain mbstat statistics for the mbuf allocator, UMA statistics and libmemstat(3) are now used to track mbuf statistics. MFC after: 1 month Revision Changes Path 1.11 +0 -11 src/sys/kern/kern_mbuf.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 20:57:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 197EC16A41F; Tue, 27 Sep 2005 20:57:51 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF96443D48; Tue, 27 Sep 2005 20:57:50 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RKvovN037077; Tue, 27 Sep 2005 20:57:50 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RKvoHZ037076; Tue, 27 Sep 2005 20:57:50 GMT (envelope-from jkim) Message-Id: <200509272057.j8RKvoHZ037076@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 27 Sep 2005 20:57:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci agp_amd64.c agpreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 20:57:51 -0000 jkim 2005-09-27 20:57:50 UTC FreeBSD src repository Modified files: sys/pci agp_amd64.c agpreg.h Log: - Add a work-around for nForce3-250. Aperture base address encoded in misc. control register and AGP bridge seems to be inconsistent with some BIOS. Instead of relying on BIOS settings, we just take the initial aperture size and encode them for both miscellaneous control register and AGP bridge. Some idea was borrowed from agp_nvidia.c. - Add preliminary ULi M1689 chipset support. The idea was taken from Linux because hardware and documentation are unavailable. Not tested. - Add more VIA chipset PCI IDs taken from Linux driver. Approved by: anholt (mentor) Tested by: Adam Gregoire Ganael Laplanche K Wieland Revision Changes Path 1.8 +158 -8 src/sys/pci/agp_amd64.c 1.15 +17 -0 src/sys/pci/agpreg.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 21:03:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5BBD616A41F; Tue, 27 Sep 2005 21:03:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E1143D48; Tue, 27 Sep 2005 21:03:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RL2xmd037420; Tue, 27 Sep 2005 21:02:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RL2xtv037419; Tue, 27 Sep 2005 21:02:59 GMT (envelope-from rwatson) Message-Id: <200509272102.j8RL2xtv037419@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 21:02:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 21:03:00 -0000 rwatson 2005-09-27 21:02:59 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: In lockstatus(), don't lock and unlock the interlock when testing the sleep lock status while kdb_active, or we risk contending with the mutex on another CPU, resulting in a panic when using "show lockedvnods" while in DDB. MFC after: 3 days Reviewed by: jhb Reported by: kris Revision Changes Path 1.94 +8 -2 src/sys/kern/kern_lock.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 21:10:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1456C16A454; Tue, 27 Sep 2005 21:10:11 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D5A43D48; Tue, 27 Sep 2005 21:10:10 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLAAxI037785; Tue, 27 Sep 2005 21:10:10 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLAA3S037784; Tue, 27 Sep 2005 21:10:10 GMT (envelope-from peter) Message-Id: <200509272110.j8RLAA3S037784@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 21:10:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S gdb_machdep.c genassym.c vm_machdep.c src/sys/amd64/include pcb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 21:10:11 -0000 peter 2005-09-27 21:10:10 UTC FreeBSD src repository Modified files: sys/amd64/amd64 cpu_switch.S gdb_machdep.c genassym.c vm_machdep.c sys/amd64/include pcb.h Log: Kill pcb_rflags. It served no purpose. Reported by: bde Revision Changes Path 1.153 +0 -6 src/sys/amd64/amd64/cpu_switch.S 1.5 +1 -1 src/sys/amd64/amd64/gdb_machdep.c 1.157 +0 -1 src/sys/amd64/amd64/genassym.c 1.249 +0 -3 src/sys/amd64/amd64/vm_machdep.c 1.61 +0 -1 src/sys/amd64/include/pcb.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 21:11:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7B47D16A420; Tue, 27 Sep 2005 21:11:37 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D688843D62; Tue, 27 Sep 2005 21:11:35 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLBZ6I037915; Tue, 27 Sep 2005 21:11:35 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLBZBK037914; Tue, 27 Sep 2005 21:11:35 GMT (envelope-from peter) Message-Id: <200509272111.j8RLBZBK037914@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 21:11:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include pcb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 21:11:37 -0000 peter 2005-09-27 21:11:35 UTC FreeBSD src repository Modified files: sys/amd64/include pcb.h Log: I believe the stack underflows during early development that caused me to add spare padding at the beginning of the pcb are long gone. Remove the padding fields. Revision Changes Path 1.62 +0 -1 src/sys/amd64/include/pcb.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 21:12:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E764316A41F; Tue, 27 Sep 2005 21:12:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6396743D83; Tue, 27 Sep 2005 21:12:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLC5lY037972; Tue, 27 Sep 2005 21:12:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLC5L7037971; Tue, 27 Sep 2005 21:12:05 GMT (envelope-from rwatson) Message-Id: <200509272112.j8RLC5L7037971@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 21:12:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_kdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 21:12:07 -0000 rwatson 2005-09-27 21:12:05 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: If KDB_STOP_NMI is compiled into the kernel, default debug.kdb.stop_cpus_with_nmi to 1 rather than 0. MFC after: 3 days Revision Changes Path 1.13 +1 -1 src/sys/kern/subr_kdb.c From owner-cvs-src@FreeBSD.ORG Tue Sep 27 21:14:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4AA5316A420; Tue, 27 Sep 2005 21:14:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783E443D80; Tue, 27 Sep 2005 21:14:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLEA67038136; Tue, 27 Sep 2005 21:14:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLEAiL038135; Tue, 27 Sep 2005 21:14:10 GMT (envelope-from rwatson) Message-Id: <200509272114.j8RLEAiL038135@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 21:14:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys socket.h src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 21:14:22 -0000 rwatson 2005-09-27 21:14:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys socket.h sys/kern uipc_socket.c Log: Merge uipc_socket.c:1.249, socket.h:1.89 from HEAD to RELENG_6: Add three new read-only socket options, which allow regression tests and other applications to query the state of the stack regarding the accept queue on a listen socket: SO_LISTENQLIMIT Return the value of so_qlimit (socket backlog) SO_LISTENQLEN Return the value of so_qlen (complete sockets) SO_LISTENINCQLEN Return the value of so_incqlen (incomplete sockets) Minor white space tweaks to existing socket options to make them consistent. Discussed with: andre Approved by: re (scottl) Revision Changes Path 1.242.2.2 +17 -0 src/sys/kern/uipc_socket.c 1.88.2.1 +3 -0 src/sys/sys/socket.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 21:32:18 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 2C7AA16A41F; Tue, 27 Sep 2005 21:32:18 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from caelis.elvandar.org (caelis.elvandar.org [217.148.169.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1991743D62; Tue, 27 Sep 2005 21:32:15 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (caelis.elvandar.org [217.148.169.59]) by caelis.elvandar.org (Postfix) with ESMTP id E7806930D57; Tue, 27 Sep 2005 23:32:10 +0200 (CEST) Received: from caelis.elvandar.org ([217.148.169.59]) by localhost (caelis.elvandar.org [217.148.169.59]) (amavisd-new, port 10024) with ESMTP id 24350-03; Tue, 27 Sep 2005 23:32:10 +0200 (CEST) Received: from [10.0.2.125] (home.evilcoder.org [195.64.94.120]) by caelis.elvandar.org (Postfix) with ESMTP id 57C61930D1F; Tue, 27 Sep 2005 23:32:10 +0200 (CEST) Message-ID: <4339BAAD.1070504@FreeBSD.org> Date: Tue, 27 Sep 2005 23:33:33 +0200 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> <20050927184702.GA30441@freebie.xs4all.nl> In-Reply-To: <20050927184702.GA30441@freebie.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the elvandar.org maildomain Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Robert Watson , cvs-all@FreeBSD.ORG, Kris Kennaway Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:32:18 -0000 Wilko Bulte wrote: > > Ah, yes. Nice box. I gather you are not interested in the UE10k that > we have hanging around at work? ;-) > > (I'm kiddin') > Ik maak geen grapje als ik zeg dat ik regel -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org Reporter DSINET ** remko@DSINet.org From owner-cvs-src@FreeBSD.ORG Tue Sep 27 21:37:43 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 D971C16A41F; Tue, 27 Sep 2005 21:37:43 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from caelis.elvandar.org (caelis.elvandar.org [217.148.169.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65AAE43D48; Tue, 27 Sep 2005 21:37:43 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (caelis.elvandar.org [217.148.169.59]) by caelis.elvandar.org (Postfix) with ESMTP id 93BE4930DB2; Tue, 27 Sep 2005 23:37:42 +0200 (CEST) Received: from caelis.elvandar.org ([217.148.169.59]) by localhost (caelis.elvandar.org [217.148.169.59]) (amavisd-new, port 10024) with ESMTP id 23729-08; Tue, 27 Sep 2005 23:37:42 +0200 (CEST) Received: from [10.0.2.125] (home.evilcoder.org [195.64.94.120]) by caelis.elvandar.org (Postfix) with ESMTP id 30651930D55; Tue, 27 Sep 2005 23:37:42 +0200 (CEST) Message-ID: <4339BBF9.3050805@FreeBSD.org> Date: Tue, 27 Sep 2005 23:39:05 +0200 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> <20050927184702.GA30441@freebie.xs4all.nl> <4339BAAD.1070504@FreeBSD.org> In-Reply-To: <4339BAAD.1070504@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the elvandar.org maildomain Cc: cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:37:44 -0000 Remko Lodder wrote: > Wilko Bulte wrote: > >> >> Ah, yes. Nice box. I gather you are not interested in the UE10k that >> we have hanging around at work? ;-) >> >> (I'm kiddin') >> > > Ik maak geen grapje als ik zeg dat ik regel > Sorry for this brainless reply. This was not intended to be sent out to the public. Cheers, remko -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org Reporter DSINET ** remko@DSINet.org From owner-cvs-src@FreeBSD.ORG Tue Sep 27 21:54:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E794616A41F; Tue, 27 Sep 2005 21:54:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B424143D48; Tue, 27 Sep 2005 21:54:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLs3io039872; Tue, 27 Sep 2005 21:54:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLs3NP039871; Tue, 27 Sep 2005 21:54:03 GMT (envelope-from rwatson) Message-Id: <200509272154.j8RLs3NP039871@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 21:54:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern uipc_socket.c src/sys/sys socket.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 21:54:04 -0000 rwatson 2005-09-27 21:54:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern uipc_socket.c sys/sys socket.h Log: Merge uipc_socket.c:1.249, socket.h:1.89 from HEAD to RELENG_5: Add three new read-only socket options, which allow regression tests and other applications to query the state of the stack regarding the accept queue on a listen socket: SO_LISTENQLIMIT Return the value of so_qlimit (socket backlog) SO_LISTENQLEN Return the value of so_qlen (complete sockets) SO_LISTENINCQLEN Return the value of so_incqlen (incomplete sockets) Minor white space tweaks to existing socket options to make them consistent. Discussed with: andre Revision Changes Path 1.208.2.24 +17 -0 src/sys/kern/uipc_socket.c 1.83.2.2 +3 -0 src/sys/sys/socket.h From owner-cvs-src@FreeBSD.ORG Tue Sep 27 22:11:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3262616A41F; Tue, 27 Sep 2005 22:11:17 +0000 (GMT) (envelope-from scottl@pooker.samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A8643D49; Tue, 27 Sep 2005 22:11:16 +0000 (GMT) (envelope-from scottl@pooker.samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8RMBEDk014065; Tue, 27 Sep 2005 16:11:14 -0600 (MDT) (envelope-from scottl@pooker.samsco.org) Date: Tue, 27 Sep 2005 16:11:14 -0600 (MDT) From: Scott To: Nate Lawson In-Reply-To: <4339856F.2050706@root.org> Message-ID: <20050927115334.C5371@pooker.samsco.org> References: <20050927020136.DE3C416A456@hub.freebsd.org> <4339856F.2050706@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Scott Long , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ips ips_commands.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 22:11:17 -0000 On Tue, 27 Sep 2005, Nate Lawson wrote: > Scott Long wrote: >> scottl 2005-09-27 01:59:32 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ips ips_commands.c Log: >> Report status in hex, not decimal. >> Revision Changes Path >> 1.14 +1 -1 src/sys/dev/ips/ips_commands.c >> >> >> Index: src/sys/dev/ips/ips_commands.c >> diff -u src/sys/dev/ips/ips_commands.c:1.13 >> src/sys/dev/ips/ips_commands.c:1.14 >> --- src/sys/dev/ips/ips_commands.c:1.13 Sun Sep 25 17:12:41 2005 >> +++ src/sys/dev/ips/ips_commands.c Tue Sep 27 01:59:32 2005 >> @@ -62,7 +62,7 @@ >> if(COMMAND_ERROR(command)){ >> iobuf->bio_flags |=BIO_ERROR; >> iobuf->bio_error = EIO; >> - printf("ips: io error, status= %d\n", command->status.value); >> + printf("ips: io error, status= \n", command->status.value); >> } >> ips_insert_free_cmd(command->sc, command); >> ipsd_finish(iobuf); > > Actually, that should be "don't report status at all". :) > > -- > Nate > I blame my cats.... yeah, that the ticket! From owner-cvs-src@FreeBSD.ORG Wed Sep 28 00:30:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5F0B216A41F; Wed, 28 Sep 2005 00:30:57 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C0B343D49; Wed, 28 Sep 2005 00:30:57 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S0UuZP056019; Wed, 28 Sep 2005 00:30:56 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S0UuME056018; Wed, 28 Sep 2005 00:30:56 GMT (envelope-from csjp) Message-Id: <200509280030.j8S0UuME056018@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 28 Sep 2005 00:30:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 00:30:57 -0000 csjp 2005-09-28 00:30:56 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep track of whether or not Giant was picked up by the filesystem. Add VFS_LOCK_GIANT macros around vrele as it's possible that this can call in the VOP_INACTIVE filesystem specific code. Also while we are here, remove the Giant assertion. from the sysctl handler, we do not actually require Giant here so we shouldn't assert it. Doing so will just complicate things when Giant is removed from the sysctl framework. Revision Changes Path 1.51 +15 -16 src/sys/kern/kern_jail.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 02:50:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 BD56A16A41F; Wed, 28 Sep 2005 02:50:08 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED9A43D49; Wed, 28 Sep 2005 02:50:07 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.56] (ns.portaone.com [209.121.79.7] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j8S2nwwh095419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Sep 2005 04:50:01 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <433A04D4.9040602@portaone.com> Date: Tue, 27 Sep 2005 19:49:56 -0700 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Ponomarew References: <200509270751.j8R7pjbj068445@repoman.freebsd.org> In-Reply-To: <200509270751.j8R7pjbj068445@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1102/Sun Sep 25 16:04:56 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 02:50:09 -0000 IMHO this is an ugly hack. Handling some packages differently purely based on their name is simply a completely wrong way to go. The proper way to implement this is to add additional PLIST flag which will tell pkg_* tools to ignore absent origin. -Maxim Kirill Ponomarew wrote: > krion 2005-09-27 07:51:44 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > usr.sbin/pkg_install/lib match.c > Log: > MFC: 1.20 > > date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 > Do not bitch about bsdpan modules not having origin. > > Based on PR: bin/82269 > Submitted by: Steven Hartland > MFC after: 3 days > > Revision Changes Path > 1.19.2.1 +1 -1 src/usr.sbin/pkg_install/lib/match.c > > > From owner-cvs-src@FreeBSD.ORG Wed Sep 28 03:02:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 EEE9116A41F; Wed, 28 Sep 2005 03:02:17 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2987543D49; Wed, 28 Sep 2005 03:02:17 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S32H3o069529; Wed, 28 Sep 2005 03:02:17 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S32HpW069528; Wed, 28 Sep 2005 03:02:17 GMT (envelope-from jkoshy) Message-Id: <200509280302.j8S32HpW069528@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 28 Sep 2005 03:02:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 03:02:18 -0000 jkoshy 2005-09-28 03:02:16 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Correct a typo. MFC after: 3 days Revision Changes Path 1.11 +1 -1 src/share/man/man4/hwpmc.4 From owner-cvs-src@FreeBSD.ORG Wed Sep 28 03:44:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 06D7116A41F; Wed, 28 Sep 2005 03:44:36 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5998A43D48; Wed, 28 Sep 2005 03:44:35 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.56] (ns.portaone.com [209.121.79.7] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j8S2gXIF094443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Sep 2005 04:42:36 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <433A0317.8050200@portaone.com> Date: Tue, 27 Sep 2005 19:42:31 -0700 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200509262025.j8QKPGtG021850@repoman.freebsd.org> In-Reply-To: <200509262025.j8QKPGtG021850@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1102/Sun Sep 25 16:04:56 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 03:44:36 -0000 Great, but can you please also update ip(4) and udp(4) manual pages, since otherwise this option is mostly a no-op. -Maxim Andre Oppermann wrote: > andre 2005-09-26 20:25:16 UTC > > FreeBSD src repository > > Modified files: > sys/netinet in.h in_pcb.h ip_output.c raw_ip.c > udp_usrreq.c > Log: > Implement IP_DONTFRAG IP socket option enabling the Don't Fragment > flag on IP packets. Currently this option is only repected on udp > and raw ip sockets. On tcp sockets the DF flag is controlled by the > path MTU discovery option. > > Sending a packet larger than the MTU size of the egress interface > returns an EMSGSIZE error. > > Discussed with: rwatson > Sponsored by: TCP/IP Optimization Fundraise 2005 > > Revision Changes Path > 1.93 +1 -0 src/sys/netinet/in.h > 1.82 +1 -0 src/sys/netinet/in_pcb.h > 1.247 +9 -1 src/sys/netinet/ip_output.c > 1.152 +4 -1 src/sys/netinet/raw_ip.c > 1.177 +9 -0 src/sys/netinet/udp_usrreq.c > > > From owner-cvs-src@FreeBSD.ORG Wed Sep 28 04:38:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7421F16A41F; Wed, 28 Sep 2005 04:38:08 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E3B43D4C; Wed, 28 Sep 2005 04:38:07 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j8S4c6cV044291; Wed, 28 Sep 2005 08:38:06 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Wed, 28 Sep 2005 08:38:06 +0400 (MSD) From: Maxim Konovalov To: Maxim.Sobolev@portaone.com In-Reply-To: <433A0317.8050200@portaone.com> Message-ID: <20050928083629.X44280@mp2.macomnet.net> References: <200509262025.j8QKPGtG021850@repoman.freebsd.org> <433A0317.8050200@portaone.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Andre Oppermann , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 04:38:08 -0000 On Tue, 27 Sep 2005, 19:42-0700, Maxim Sobolev wrote: > Great, but can you please also update ip(4) and udp(4) manual pages, since > otherwise this option is mostly a no-op. Already documented in ip(4): http://lists.freebsd.org/pipermail/cvs-src/2005-September/052994.html > -Maxim > > Andre Oppermann wrote: > > andre 2005-09-26 20:25:16 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet in.h in_pcb.h ip_output.c raw_ip.c > > udp_usrreq.c Log: > > Implement IP_DONTFRAG IP socket option enabling the Don't Fragment > > flag on IP packets. Currently this option is only repected on udp > > and raw ip sockets. On tcp sockets the DF flag is controlled by the > > path MTU discovery option. [...] -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:05:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5188816A41F; Wed, 28 Sep 2005 06:05:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1316443D48; Wed, 28 Sep 2005 06:05:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S65jJt086484; Wed, 28 Sep 2005 06:05:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S65j0j086483; Wed, 28 Sep 2005 06:05:45 GMT (envelope-from imp) Message-Id: <200509280605.j8S65j0j086483@repoman.freebsd.org> From: Warner Losh Date: Wed, 28 Sep 2005 06:05:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:05:46 -0000 imp 2005-09-28 06:05:45 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Remove more OLDCARD references. Revision Changes Path 1.1332 +0 -15 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:23:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4D55016A41F; Wed, 28 Sep 2005 06:23:48 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8E243D48; Wed, 28 Sep 2005 06:23:48 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6NlYi087279; Wed, 28 Sep 2005 06:23:47 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6NlGZ087278; Wed, 28 Sep 2005 06:23:47 GMT (envelope-from des) Message-Id: <200509280623.j8S6NlGZ087278@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 28 Sep 2005 06:23:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:23:48 -0000 des 2005-09-28 06:23:47 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh Makefile Log: Comment out WARNS, the OpenSSL headers don't compile cleanly on some platforms. Revision Changes Path 1.22 +1 -1 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:47:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C54E116A41F; Wed, 28 Sep 2005 06:47:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8552B43D49; Wed, 28 Sep 2005 06:47:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6lWxV088390; Wed, 28 Sep 2005 06:47:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6lWKk088389; Wed, 28 Sep 2005 06:47:32 GMT (envelope-from rwatson) Message-Id: <200509280647.j8S6lWKk088389@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:47:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:47:33 -0000 rwatson 2005-09-28 06:47:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.128 from HEAD to RELENG_6: For reasons of consistency (and necessity), assert an exclusive vnode lock on the fifo vnode in fifo_open(): we rely on the vnode lock to serialize access to v_fifoinfo. Approved by: re (scottl) Revision Changes Path 1.113.2.14 +1 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:48:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 930E116A41F; Wed, 28 Sep 2005 06:48:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F32743D55; Wed, 28 Sep 2005 06:48:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6m9jP088433; Wed, 28 Sep 2005 06:48:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6m92V088432; Wed, 28 Sep 2005 06:48:09 GMT (envelope-from rwatson) Message-Id: <200509280648.j8S6m92V088432@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:48:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:48:09 -0000 rwatson 2005-09-28 06:48:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.128 from HEAD to RELENG_5: For reasons of consistency (and necessity), assert an exclusive vnode lock on the fifo vnode in fifo_open(): we rely on the vnode lock to serialize access to v_fifoinfo. Revision Changes Path 1.101.2.9 +1 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:52:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3456216A41F; Wed, 28 Sep 2005 06:52:11 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A2943D48; Wed, 28 Sep 2005 06:52:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6qAVA089022; Wed, 28 Sep 2005 06:52:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6qALu089021; Wed, 28 Sep 2005 06:52:10 GMT (envelope-from rwatson) Message-Id: <200509280652.j8S6qALu089021@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:52:11 -0000 rwatson 2005-09-28 06:52:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.156 from HEAD to RELENG_6: Canonicalize the UNIX domain socket copyright layout: original holders before more recent holders. Approved by: re (scottl) Revision Changes Path 1.155.2.1 +3 -2 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:52:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 F0F4016A41F; Wed, 28 Sep 2005 06:52:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E5143D48; Wed, 28 Sep 2005 06:52:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6qZMm089300; Wed, 28 Sep 2005 06:52:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6qZrD089299; Wed, 28 Sep 2005 06:52:35 GMT (envelope-from rwatson) Message-Id: <200509280652.j8S6qZrD089299@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:52:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:52:36 -0000 rwatson 2005-09-28 06:52:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.156 from HEAD to RELENG_5: Canonicalize the UNIX domain socket copyright layout: original holders before more recent holders. Revision Changes Path 1.138.2.15 +3 -2 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:55:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CBFD516A41F; Wed, 28 Sep 2005 06:55:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878CC43D48; Wed, 28 Sep 2005 06:55:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6t2it089636; Wed, 28 Sep 2005 06:55:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6t24e089635; Wed, 28 Sep 2005 06:55:02 GMT (envelope-from rwatson) Message-Id: <200509280655.j8S6t24e089635@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:55:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:55:03 -0000 rwatson 2005-09-28 06:55:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.129 from HEAD to RELENG_6: Lock the read socket receive buffer when frobbing the sb_state flag on that socket during open, not the write socket receive buffer. Spotted by: ups Approved by: re (scottl) Revision Changes Path 1.113.2.15 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:56:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6D06216A41F; Wed, 28 Sep 2005 06:56:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF4643D4C; Wed, 28 Sep 2005 06:56:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6uFaA089755; Wed, 28 Sep 2005 06:56:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6uF8r089754; Wed, 28 Sep 2005 06:56:15 GMT (envelope-from rwatson) Message-Id: <200509280656.j8S6uF8r089754@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:56:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:56:15 -0000 rwatson 2005-09-28 06:56:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.129 from HEAD to RELENG_5: Lock the read socket receive buffer when frobbing the sb_state flag on that socket during open, not the write socket receive buffer. Spotted by: ups Revision Changes Path 1.101.2.10 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 06:57:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0226316A41F; Wed, 28 Sep 2005 06:57:57 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD3E43D58; Wed, 28 Sep 2005 06:57:56 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6vu38089835; Wed, 28 Sep 2005 06:57:56 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6vums089834; Wed, 28 Sep 2005 06:57:56 GMT (envelope-from ru) Message-Id: <200509280657.j8S6vums089834@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 06:57:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 06:57:57 -0000 ru 2005-09-28 06:57:56 UTC FreeBSD src repository Modified files: sbin/reboot boot_i386.8 Log: Simplified markup. Revision Changes Path 1.55 +3 -10 src/sbin/reboot/boot_i386.8 From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:03:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9B36116A41F; Wed, 28 Sep 2005 07:03:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A8E43D49; Wed, 28 Sep 2005 07:03:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S734G4090378; Wed, 28 Sep 2005 07:03:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S734w3090377; Wed, 28 Sep 2005 07:03:04 GMT (envelope-from rwatson) Message-Id: <200509280703.j8S734w3090377@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 07:03:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/alpha/osf1 osf1_ioctl.c osf1_misc.c osf1_signal.c src/sys/amd64/amd64 trap.c src/sys/compat/linux linux_socket.c src/sys/compat/svr4 svr4_fcntl.c svr4_ioctl.c svr4_ipc.c svr4_misc.c svr4_signal.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:03:04 -0000 rwatson 2005-09-28 07:03:04 UTC FreeBSD src repository Modified files: sys/alpha/alpha trap.c sys/alpha/osf1 osf1_ioctl.c osf1_misc.c osf1_signal.c sys/amd64/amd64 trap.c sys/compat/linux linux_socket.c sys/compat/svr4 svr4_fcntl.c svr4_ioctl.c svr4_ipc.c svr4_misc.c svr4_signal.c svr4_stat.c svr4_stream.c svr4_termios.c svr4_ttold.c svr4_util.h sys/gnu/fs/ext2fs ext2_alloc.c sys/i386/i386 trap.c vm86.c sys/ia64/ia64 unaligned.c sys/kern imgact_elf.c sys/ufs/ffs ffs_alloc.c Log: Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, osf1_signal.c:1.41, amd64/amd64/trap.c:1.291, linux_socket.c:1.60, svr4_fcntl.c:1.36, svr4_ioctl.c:1.23, svr4_ipc.c:1.18, svr4_misc.c:1.81, svr4_signal.c:1.34, svr4_stat.c:1.21, svr4_stream.c:1.55, svr4_termios.c:1.13, svr4_ttold.c:1.15, svr4_util.h:1.10, ext2_alloc.c:1.43, i386/i386/trap.c:1.279, vm86.c:1.58, unaligned.c:1.12, imgact_elf.c:1.164, ffs_alloc.c:1.133: Now that Giant is acquired in uprintf() and tprintf(), the caller no longer leads to acquire Giant unless it also holds another mutex that would generate a lock order reversal when calling into these functions. Specifically not backed out is the acquisition of Giant in nfs_socket.c and rpcclnt.c, where local mutexes are held and would otherwise violate the lock order with Giant. This aligns this code more with the eventual locking of ttys. Suggested by: bde Revision Changes Path 1.125 +0 -2 src/sys/alpha/alpha/trap.c 1.15 +0 -4 src/sys/alpha/osf1/osf1_ioctl.c 1.58 +0 -4 src/sys/alpha/osf1/osf1_misc.c 1.42 +6 -24 src/sys/alpha/osf1/osf1_signal.c 1.293 +0 -2 src/sys/amd64/amd64/trap.c 1.61 +0 -2 src/sys/compat/linux/linux_socket.c 1.37 +2 -4 src/sys/compat/svr4/svr4_fcntl.c 1.24 +0 -2 src/sys/compat/svr4/svr4_ioctl.c 1.19 +0 -2 src/sys/compat/svr4/svr4_ipc.c 1.82 +0 -2 src/sys/compat/svr4/svr4_misc.c 1.35 +1 -4 src/sys/compat/svr4/svr4_signal.c 1.22 +0 -2 src/sys/compat/svr4/svr4_stat.c 1.56 +2 -26 src/sys/compat/svr4/svr4_stream.c 1.14 +0 -9 src/sys/compat/svr4/svr4_termios.c 1.16 +0 -24 src/sys/compat/svr4/svr4_ttold.c 1.11 +1 -4 src/sys/compat/svr4/svr4_util.h 1.44 +0 -2 src/sys/gnu/fs/ext2fs/ext2_alloc.c 1.280 +0 -2 src/sys/i386/i386/trap.c 1.59 +0 -2 src/sys/i386/i386/vm86.c 1.13 +0 -4 src/sys/ia64/ia64/unaligned.c 1.165 +0 -6 src/sys/kern/imgact_elf.c 1.134 +0 -6 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:20:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8CE6F16A41F; Wed, 28 Sep 2005 07:20:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4EA43D53; Wed, 28 Sep 2005 07:20:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7KlUo091986; Wed, 28 Sep 2005 07:20:47 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7KlRe091985; Wed, 28 Sep 2005 07:20:47 GMT (envelope-from ru) Message-Id: <200509280720.j8S7KlRe091985@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:20:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:20:47 -0000 ru 2005-09-28 07:20:46 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Sort SUBDIR. Revision Changes Path 1.337 +3 -3 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:27:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 04FE116A41F; Wed, 28 Sep 2005 07:27:15 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC4443D49; Wed, 28 Sep 2005 07:27:14 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7RErl092324; Wed, 28 Sep 2005 07:27:14 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7RExd092323; Wed, 28 Sep 2005 07:27:14 GMT (envelope-from ru) Message-Id: <200509280727.j8S7RExd092323@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:27:15 -0000 ru 2005-09-28 07:27:14 UTC FreeBSD src repository Modified files: share/man/man5 Makefile Log: Sort MAN. Revision Changes Path 1.61 +1 -1 src/share/man/man5/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:31:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CF33E16A41F; Wed, 28 Sep 2005 07:31:19 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9343C43D49; Wed, 28 Sep 2005 07:31:19 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7VJOp092630; Wed, 28 Sep 2005 07:31:19 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7VJZ0092629; Wed, 28 Sep 2005 07:31:19 GMT (envelope-from ru) Message-Id: <200509280731.j8S7VJZ0092629@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:31:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:31:20 -0000 ru 2005-09-28 07:31:19 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Sort MAN. Revision Changes Path 1.326 +3 -3 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:32:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 17D4116A41F; Wed, 28 Sep 2005 07:32:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A214643D48; Wed, 28 Sep 2005 07:32:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7WhWE092727; Wed, 28 Sep 2005 07:32:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7WhGc092726; Wed, 28 Sep 2005 07:32:43 GMT (envelope-from ru) Message-Id: <200509280732.j8S7WhGc092726@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:32:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:32:44 -0000 ru 2005-09-28 07:32:43 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Sort MLINKS. Revision Changes Path 1.264 +17 -17 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:40:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6192A16A41F; Wed, 28 Sep 2005 07:40:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6A643D4C; Wed, 28 Sep 2005 07:40:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7e3Dh092950; Wed, 28 Sep 2005 07:40:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7e3aX092949; Wed, 28 Sep 2005 07:40:03 GMT (envelope-from ru) Message-Id: <200509280740.j8S7e3aX092949@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:40:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/msgdef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:40:04 -0000 ru 2005-09-28 07:40:03 UTC FreeBSD src repository Modified files: share/msgdef Makefile Log: Sort LOCALES. Revision Changes Path 1.63 +4 -4 src/share/msgdef/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:40:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A779E16A45B; Wed, 28 Sep 2005 07:40:28 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C905143D6A; Wed, 28 Sep 2005 07:40:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7eRTS093027; Wed, 28 Sep 2005 07:40:27 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7eRB0093026; Wed, 28 Sep 2005 07:40:27 GMT (envelope-from peter) Message-Id: <200509280740.j8S7eRB0093026@repoman.freebsd.org> From: Peter Wemm Date: Wed, 28 Sep 2005 07:40:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_amd64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:40:29 -0000 peter 2005-09-28 07:40:27 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_amd64.c Log: Unbreak - remove leftover reference to pcb_rflags. Revision Changes Path 1.6 +0 -1 src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:49:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4E09D16A41F; Wed, 28 Sep 2005 07:49:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12ADE43D49; Wed, 28 Sep 2005 07:49:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7nU4K093370; Wed, 28 Sep 2005 07:49:30 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7nUlZ093369; Wed, 28 Sep 2005 07:49:30 GMT (envelope-from ru) Message-Id: <200509280749.j8S7nUlZ093369@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:49:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/lorder Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:49:31 -0000 ru 2005-09-28 07:49:30 UTC FreeBSD src repository Modified files: usr.bin/lorder Makefile Log: Add NO_OBJ. Revision Changes Path 1.9 +2 -1 src/usr.bin/lorder/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:52:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 83AC016A420; Wed, 28 Sep 2005 07:52:28 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BAE43D5C; Wed, 28 Sep 2005 07:52:27 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7qRxD093542; Wed, 28 Sep 2005 07:52:27 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7qRoU093537; Wed, 28 Sep 2005 07:52:27 GMT (envelope-from ru) Message-Id: <200509280752.j8S7qRoU093537@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:52:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ntp/ntptrace Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:52:28 -0000 ru 2005-09-28 07:52:27 UTC FreeBSD src repository Modified files: usr.sbin/ntp/ntptrace Makefile Log: Add NO_OBJ, remove redundant SCRIPTSNAME. Revision Changes Path 1.7 +1 -2 src/usr.sbin/ntp/ntptrace/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 07:54:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C1B3016A41F; Wed, 28 Sep 2005 07:54:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C3043D48; Wed, 28 Sep 2005 07:54:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7sI2h093597; Wed, 28 Sep 2005 07:54:18 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7sIeQ093596; Wed, 28 Sep 2005 07:54:18 GMT (envelope-from ru) Message-Id: <200509280754.j8S7sIeQ093596@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:54:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/lorder Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 07:54:18 -0000 ru 2005-09-28 07:54:18 UTC FreeBSD src repository Modified files: usr.bin/lorder Makefile Log: Oops, revert last commit (the manpage is still built in objdir). Revision Changes Path 1.10 +0 -1 src/usr.bin/lorder/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 08:04:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8F46116A41F; Wed, 28 Sep 2005 08:04:17 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5CD43D48; Wed, 28 Sep 2005 08:04:17 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S84H1Z094089; Wed, 28 Sep 2005 08:04:17 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S84Hki094088; Wed, 28 Sep 2005 08:04:17 GMT (envelope-from jcamou) Message-Id: <200509280804.j8S84Hki094088@repoman.freebsd.org> From: "Jesus R. Camou" Date: Wed, 28 Sep 2005 08:04:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libbsnmp/modules/snmp_netgraph snmp_netgraph.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 08:04:17 -0000 jcamou 2005-09-28 08:04:16 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) lib/libbsnmp/modules/snmp_netgraph snmp_netgraph.3 Log: Fix reference paths. Noticed by: Ilya Kiselyov Approved by: trhodes (mentor) Revision Changes Path 1.5.2.1 +3 -3 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 From owner-cvs-src@FreeBSD.ORG Wed Sep 28 08:11:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E240716A41F; Wed, 28 Sep 2005 08:11:15 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9939843D58; Wed, 28 Sep 2005 08:11:15 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8BFQ4094618; Wed, 28 Sep 2005 08:11:15 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8BFpt094617; Wed, 28 Sep 2005 08:11:15 GMT (envelope-from mlaier) Message-Id: <200509280811.j8S8BFpt094617@repoman.freebsd.org> From: Max Laier Date: Wed, 28 Sep 2005 08:11:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/pf/man pf.4 pf.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 08:11:16 -0000 mlaier 2005-09-28 08:11:15 UTC FreeBSD src repository Modified files: contrib/pf/man pf.4 pf.conf.5 Log: Redirect bridge(4) to if_bridge(4). These should have pointed to if_bridge from the begining. Reminded by: ru Revision Changes Path 1.8 +1 -1 src/contrib/pf/man/pf.4 1.9 +2 -2 src/contrib/pf/man/pf.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Sep 28 08:17:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6314816A41F; Wed, 28 Sep 2005 08:17:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2690D43D48; Wed, 28 Sep 2005 08:17:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8HU3I094838; Wed, 28 Sep 2005 08:17:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8HUEP094837; Wed, 28 Sep 2005 08:17:30 GMT (envelope-from ru) Message-Id: <200509280817.j8S8HUEP094837@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 08:17:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 08:17:31 -0000 ru 2005-09-28 08:17:30 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: We bootstrap make(1) if necessary during an upgrade, so checking if MACHINE_ARCH is defined is no longer needed. Revision Changes Path 1.87 +0 -7 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Wed Sep 28 08:18:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B95E116A41F; Wed, 28 Sep 2005 08:18:55 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7437F43D53; Wed, 28 Sep 2005 08:18:55 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8ItXl094942; Wed, 28 Sep 2005 08:18:55 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8ItEf094941; Wed, 28 Sep 2005 08:18:55 GMT (envelope-from mlaier) Message-Id: <200509280818.j8S8ItEf094941@repoman.freebsd.org> From: Max Laier Date: Wed, 28 Sep 2005 08:18:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 08:18:56 -0000 mlaier 2005-09-28 08:18:55 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 Log: Redirect bridge(4) to if_bridge(4) and rename sysctl accordingly. Reminded by: ru Revision Changes Path 1.177 +4 -4 src/sbin/ipfw/ipfw.8 From owner-cvs-src@FreeBSD.ORG Wed Sep 28 08:25:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B018D16A424; Wed, 28 Sep 2005 08:25:48 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4F043D48; Wed, 28 Sep 2005 08:25:48 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8PmH6095298; Wed, 28 Sep 2005 08:25:48 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8PmSv095297; Wed, 28 Sep 2005 08:25:48 GMT (envelope-from mlaier) Message-Id: <200509280825.j8S8PmSv095297@repoman.freebsd.org> From: Max Laier Date: Wed, 28 Sep 2005 08:25:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 08:25:49 -0000 mlaier 2005-09-28 08:25:48 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Document bridge(4) leftovers. Submitted by: maxim Revision Changes Path 1.16 +3 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Wed Sep 28 08:47:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DFE2C16A41F; Wed, 28 Sep 2005 08:47:33 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F4943D58; Wed, 28 Sep 2005 08:47:33 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8S8mwJO099875 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Sep 2005 04:48:59 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 28 Sep 2005 04:46:24 -0400 From: Tom Rhodes To: Wilko Bulte Message-Id: <20050928044624.2e052569.trhodes@FreeBSD.org> In-Reply-To: <20050927184742.GB30441@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, rwatson@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 08:47:34 -0000 On Tue, 27 Sep 2005 20:47:42 +0200 Wilko Bulte wrote: > On Tue, Sep 27, 2005 at 10:37:46AM -0400, Tom Rhodes wrote.. > > On Mon, 26 Sep 2005 20:12:34 +0200 > > Wilko Bulte wrote: > > > > > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > > > > > FreeBSD src repository > > > > > > > > > > Modified files: > > > > > sys/kern subr_pcpu.c > > > > > Log: > > > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > > > once for each CPU you have". > > > > > > > > My 14-cpu machine thanks you :-) > > > > > > I'm curious: what machine model is that? > > > > Who cares about model, can I borrow it. :P > > A UE4500 is quite loud and quite hot. Not a box I would want at home. Could heat the house during those cold winter nights. :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Sep 28 09:13:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5A64316A41F; Wed, 28 Sep 2005 09:13:08 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E2743D49; Wed, 28 Sep 2005 09:13:07 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by smtp1-g19.free.fr (Postfix) with ESMTP id F08422FBED; Wed, 28 Sep 2005 11:13:06 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id A20EB4083; Wed, 28 Sep 2005 11:13:08 +0200 (CEST) Date: Wed, 28 Sep 2005 11:13:08 +0200 From: Jeremie Le Hen To: "Christian S.J. Peron" Message-ID: <20050928091308.GA2151@obiwan.tataz.chchile.org> References: <200509280030.j8S0UuME056018@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509280030.j8S0UuME056018@repoman.freebsd.org> User-Agent: Mutt/1.5.10i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 09:13:08 -0000 Hi Christian, On Wed, Sep 28, 2005 at 12:30:56AM +0000, Christian S.J. Peron wrote: > csjp 2005-09-28 00:30:56 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_jail.c > Log: > Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep track > of whether or not Giant was picked up by the filesystem. Add VFS_LOCK_GIANT > macros around vrele as it's possible that this can call in the VOP_INACTIVE > filesystem specific code. Also while we are here, remove the Giant assertion. > from the sysctl handler, we do not actually require Giant here so we > shouldn't assert it. Doing so will just complicate things when Giant is removed > from the sysctl framework. Do you plan to MFC this to RELENG_6 ? Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-src@FreeBSD.ORG Wed Sep 28 09:16:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9D03016A41F; Wed, 28 Sep 2005 09:16:37 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B27343D49; Wed, 28 Sep 2005 09:16:36 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by smtp1-g19.free.fr (Postfix) with ESMTP id 3D09B2FBF9; Wed, 28 Sep 2005 11:16:36 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 57068405A; Wed, 28 Sep 2005 11:16:38 +0200 (CEST) Date: Wed, 28 Sep 2005 11:16:38 +0200 From: Jeremie Le Hen To: John Baldwin Message-ID: <20050928091638.GB2151@obiwan.tataz.chchile.org> References: <200509271809.j8RI9gCO020672@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509271809.j8RI9gCO020672@repoman.freebsd.org> User-Agent: Mutt/1.5.10i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c vfs_export.c src/sys/nfsserver nfs_srvsock.c nfs_srvsubs.c src/sys/sys ucred.h src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 09:16:37 -0000 Hi John, > jhb 2005-09-27 18:09:42 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_prot.c vfs_export.c > sys/nfsserver nfs_srvsock.c nfs_srvsubs.c > sys/sys ucred.h > sys/ufs/ufs ufs_vnops.c > Log: > Use the refcount API to manage the reference count for user credentials > rather than using pool mutexes. Regarding your great job on atomic operations and the modification you made on process argument and process limit structures as well as user credentials, I wonder if you managed to get some figures illustrating the improvement. Thanks. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-src@FreeBSD.ORG Wed Sep 28 09:19:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1B40C16A41F; Wed, 28 Sep 2005 09:19:20 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0D1A43D4C; Wed, 28 Sep 2005 09:19:19 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S9JJCC004642; Wed, 28 Sep 2005 09:19:19 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S9JJmL004637; Wed, 28 Sep 2005 09:19:19 GMT (envelope-from mlaier) Message-Id: <200509280919.j8S9JJmL004637@repoman.freebsd.org> From: Max Laier Date: Wed, 28 Sep 2005 09:19:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 09:19:20 -0000 mlaier 2005-09-28 09:19:17 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Do not commit before the first cup of coffee. Other entries don't have a preceeding slash. Pointed out by: thompsa Revision Changes Path 1.17 +2 -2 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Wed Sep 28 09:27:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5DB7816A41F; Wed, 28 Sep 2005 09:27:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E37343D48; Wed, 28 Sep 2005 09:27:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S9Rkcx005012; Wed, 28 Sep 2005 09:27:47 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S9RkXZ005011; Wed, 28 Sep 2005 09:27:46 GMT (envelope-from ru) Message-Id: <200509280927.j8S9RkXZ005011@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 09:27:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 09:27:47 -0000 ru 2005-09-28 09:27:46 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fix "taskqueue_drain with the following non-sleepable locks held" witness(9) warning on detach. Revision Changes Path 1.191 +1 -1 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 10:15:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1843416A41F; Wed, 28 Sep 2005 10:15:15 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635A043D48; Wed, 28 Sep 2005 10:15:13 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j8SAFCkj005077; Wed, 28 Sep 2005 14:15:12 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Wed, 28 Sep 2005 14:15:12 +0400 (MSD) From: Maxim Konovalov To: Max Laier In-Reply-To: <200509280919.j8S9JJmL004637@repoman.freebsd.org> Message-ID: <20050928141456.L4235@mp2.macomnet.net> References: <200509280919.j8S9JJmL004637@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 10:15:15 -0000 On Wed, 28 Sep 2005, 09:19-0000, Max Laier wrote: > mlaier 2005-09-28 09:19:17 UTC > > FreeBSD src repository > > Modified files: > . ObsoleteFiles.inc > Log: > Do not commit before the first cup of coffee. Other entries don't have a > preceeding slash. Sorry, my fault. -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Wed Sep 28 10:53:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C415716A41F; Wed, 28 Sep 2005 10:53:26 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D3943D49; Wed, 28 Sep 2005 10:53:25 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5EBB5.dip.t-dialin.net [84.165.235.181]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j8SAcSLp031375; Wed, 28 Sep 2005 12:38:39 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j8SAqE4g089124; Wed, 28 Sep 2005 12:52:14 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Wed, 28 Sep 2005 12:52:13 +0200 Message-ID: <20050928125213.8z22vwsfksoosc8k@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 28 Sep 2005 12:52:13 +0200 From: Alexander Leidinger To: Wilko Bulte References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> <20050927184702.GA30441@freebie.xs4all.nl> In-Reply-To: <20050927184702.GA30441@freebie.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 10:53:27 -0000 Wilko Bulte wrote: [e4500] > Ah, yes. Nice box. I gather you are not interested in the UE10k that > we have hanging around at work? ;-) Did you try FreeBSD on it? I would like to try it on the fully equipped e15k or the partly equipped e25k here (even if it is just to see the dmesg), but i doubt this will happen... > (I'm kiddin') Of course... :-) Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 BOFH excuse #353: Second-system effect From owner-cvs-src@FreeBSD.ORG Wed Sep 28 12:12:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 ABEE316A41F; Wed, 28 Sep 2005 12:12:15 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D5D743D48; Wed, 28 Sep 2005 12:12:15 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SCCFZA011333; Wed, 28 Sep 2005 12:12:15 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SCCFQ8011332; Wed, 28 Sep 2005 12:12:15 GMT (envelope-from tobez) Message-Id: <200509281212.j8SCCFQ8011332@repoman.freebsd.org> From: Anton Berezin Date: Wed, 28 Sep 2005 12:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/route keywords route.8 route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 12:12:15 -0000 tobez 2005-09-28 12:12:15 UTC FreeBSD src repository Modified files: sbin/route keywords route.8 route.c Log: Introduce "route del" as an alias to "route delete". Reviewed by: arch Revision Changes Path 1.6 +2 -1 src/sbin/route/keywords 1.45 +5 -1 src/sbin/route/route.8 1.81 +1 -0 src/sbin/route/route.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 12:39:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0BD8F16A41F; Wed, 28 Sep 2005 12:39:07 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9073843D72; Wed, 28 Sep 2005 12:39:00 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SCd0OK012321; Wed, 28 Sep 2005 12:39:00 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SCd0WM012320; Wed, 28 Sep 2005 12:39:00 GMT (envelope-from kensmith) Message-Id: <200509281239.j8SCd0WM012320@repoman.freebsd.org> From: Ken Smith Date: Wed, 28 Sep 2005 12:39:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 12:39:07 -0000 kensmith 2005-09-28 12:39:00 UTC FreeBSD src repository Modified files: release Makefile Log: Add SHA256 checksums to the release build. Requested by: cperciva (so) Reviewed/improved by: ru MFC after: 2 days Revision Changes Path 1.890 +17 -6 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 12:46:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A7C2616A41F; Wed, 28 Sep 2005 12:46:16 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B12C43D53; Wed, 28 Sep 2005 12:46:16 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EKbKA-000LOb-KU; Wed, 28 Sep 2005 13:46:14 +0100 Date: Wed, 28 Sep 2005 13:46:14 +0100 From: Ceri Davies To: Ken Smith Message-ID: <20050928124614.GJ94010@submonkey.net> Mail-Followup-To: Ceri Davies , Ken Smith , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bGR76rFJjkSxVeRa" Content-Disposition: inline In-Reply-To: <200509281239.j8SCd0WM012320@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 12:46:16 -0000 --bGR76rFJjkSxVeRa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > kensmith 2005-09-28 12:39:00 UTC >=20 > FreeBSD src repository >=20 > Modified files: > release Makefile=20 > Log: > Add SHA256 checksums to the release build. Good idea. Along these lines, does anyone know what the barriers are in moving the default password hash from md5 to blowfish (not for RELENG_6, just in general), or has it just not been done yet? > | @@ -654,8 +654,10 @@ release.6: > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.sh > | @(cd ${RD}/dists/ports; \ > | - rm -f CHECKSUM.MD5; \ > | - md5 * > CHECKSUM.MD5) > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ > | + md5 * > .CHECKSUM.MD5; \ > | + sha256 * > CHECKSUM.SHA256; \ > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --bGR76rFJjkSxVeRa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOpCWocfcwTS3JF8RAuP+AJwLXZS3s+7MKcv9bNduPGJGaAeNagCgv+lY RU3Y0gc/V1zur+wPBwSBEzg= =HSNB -----END PGP SIGNATURE----- --bGR76rFJjkSxVeRa-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 12:51:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 796AD16A421 for ; Wed, 28 Sep 2005 12:51:12 +0000 (GMT) (envelope-from rpaulo@fnop.net) Received: from pluricanal.net (mail.pluricanal.net [83.144.129.196]) by mx1.FreeBSD.org (Postfix) with SMTP id 1831643D4C for ; Wed, 28 Sep 2005 12:51:08 +0000 (GMT) (envelope-from rpaulo@fnop.net) Received: (qmail 29346 invoked from network); 28 Sep 2005 13:18:48 -0000 Received: from unknown (HELO proton.internal.fnop.net) (83.144.140.111) by mail.pluricanal.net with SMTP; 28 Sep 2005 13:18:48 -0000 Received: by proton.internal.fnop.net (Postfix, from userid 1000) id 0933F2FD6; Wed, 28 Sep 2005 13:48:13 +0100 (WEST) Date: Wed, 28 Sep 2005 13:48:12 +0100 From: Rui Paulo To: Ceri Davies , Ken Smith , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050928124812.GA17908@proton.internal.fnop.net> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20050928124614.GJ94010@submonkey.net> User-Agent: Mutt/1.5.10i Cc: Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 12:51:12 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.09.28 13:46:14 +0100, Ceri Davies wrote: | > | @@ -654,8 +654,10 @@ release.6: | > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports | > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.sh | > | @(cd ${RD}/dists/ports; \ | > | - rm -f CHECKSUM.MD5; \ | > | - md5 * > CHECKSUM.MD5) | > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ | > | + md5 * > .CHECKSUM.MD5; \ | > | + sha256 * > CHECKSUM.SHA256; \ | > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) |=20 | Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? Probably because of the previous instruction. ``sha256 *'' will not include hidden files and thus will not include '.CHECKSUM.MD5'. -- Rui Paulo --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (NetBSD) iD8DBQFDOpELZPqyxs9FH4QRAgUKAJwNcBgUPSGtbUWbnqfQt4hzBt9lsACfXARu cZV7ZOuDA7VygVHSwBhNwEQ= =VtZq -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 12:52:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 563C716A41F; Wed, 28 Sep 2005 12:52:24 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from opus.cse.buffalo.edu (opus.cse.Buffalo.EDU [128.205.32.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59F843D70; Wed, 28 Sep 2005 12:52:22 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from opus.cse.buffalo.edu (opus.cse.buffalo.edu [128.205.32.4]) by opus.cse.buffalo.edu (8.13.3/8.12.10) with ESMTP id j8SCqLg4091464; Wed, 28 Sep 2005 08:52:21 -0400 (EDT) From: Ken Smith To: Ceri Davies In-Reply-To: <20050928124614.GJ94010@submonkey.net> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3jZLH0FYwP84g8wC0RF+" Organization: U. Buffalo CSE Department Date: Wed, 28 Sep 2005 08:52:21 -0400 Message-Id: <1127911941.91368.6.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 12:52:24 -0000 --=-3jZLH0FYwP84g8wC0RF+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-09-28 at 13:46 +0100, Ceri Davies wrote: > On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > > kensmith 2005-09-28 12:39:00 UTC > > | @@ -654,8 +654,10 @@ release.6: > > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports > > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.s= h > > | @(cd ${RD}/dists/ports; \ > > | - rm -f CHECKSUM.MD5; \ > > | - md5 * > CHECKSUM.MD5) > > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ > > | + md5 * > .CHECKSUM.MD5; \ > > | + sha256 * > CHECKSUM.SHA256; \ > > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) >=20 > Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? So that CHECKSUM.MD5 doesn't wind up being one of the files that get checksum-ed and included in CHECKSUM.SHA256. It's not a huge deal I suppose but CHECKSUM.SHA256 wouldn't be in CHECKSUM.MD5 so this keeps them consistent. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-3jZLH0FYwP84g8wC0RF+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDOpIF/G14VSmup/YRAnndAJ9DWDz45Rwef9pjPt0nLShs3/IlQQCdGsqz 9eGj+9JzK4fewKv95cCt/S0= =p70A -----END PGP SIGNATURE----- --=-3jZLH0FYwP84g8wC0RF+-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 12:56:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 41C7716A41F; Wed, 28 Sep 2005 12:56:26 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A3E43D48; Wed, 28 Sep 2005 12:56:25 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EKbU0-000NSm-S9; Wed, 28 Sep 2005 13:56:24 +0100 Date: Wed, 28 Sep 2005 13:56:24 +0100 From: Ceri Davies To: Ken Smith Message-ID: <20050928125624.GM94010@submonkey.net> Mail-Followup-To: Ceri Davies , Ken Smith , Ken Smith , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <1127911941.91368.6.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nEsDIrWrg+hrB7l1" Content-Disposition: inline In-Reply-To: <1127911941.91368.6.camel@opus.cse.buffalo.edu> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 12:56:26 -0000 --nEsDIrWrg+hrB7l1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 08:52:21AM -0400, Ken Smith wrote: > On Wed, 2005-09-28 at 13:46 +0100, Ceri Davies wrote: > > On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > > > kensmith 2005-09-28 12:39:00 UTC > > > | @@ -654,8 +654,10 @@ release.6: > > > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports > > > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install= =2Esh > > > | @(cd ${RD}/dists/ports; \ > > > | - rm -f CHECKSUM.MD5; \ > > > | - md5 * > CHECKSUM.MD5) > > > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ > > > | + md5 * > .CHECKSUM.MD5; \ > > > | + sha256 * > CHECKSUM.SHA256; \ > > > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) > >=20 > > Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? >=20 > So that CHECKSUM.MD5 doesn't wind up being one of the files that get > checksum-ed and included in CHECKSUM.SHA256. It's not a huge deal I > suppose but CHECKSUM.SHA256 wouldn't be in CHECKSUM.MD5 so this keeps > them consistent. Oh yeah. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --nEsDIrWrg+hrB7l1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOpL4ocfcwTS3JF8RAshcAKCiFiN2ynfJ95H5C6nC2JK2OL81FwCfUpNG fuxREDtasu3otgaETbHItMo= =bsBp -----END PGP SIGNATURE----- --nEsDIrWrg+hrB7l1-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 13:07:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A4CF316A41F; Wed, 28 Sep 2005 13:07:49 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB0E43D55; Wed, 28 Sep 2005 13:07:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SD7mwP020606; Wed, 28 Sep 2005 13:07:48 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SD7lAK020605; Wed, 28 Sep 2005 13:07:47 GMT (envelope-from yar) Message-Id: <200509281307.j8SD7lAK020605@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 28 Sep 2005 13:07:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 13:07:49 -0000 yar 2005-09-28 13:07:44 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Minor clarifications and fixes to wording, grammar, and markup around ${network_interfaces}. Revision Changes Path 1.266 +27 -16 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Sep 28 13:10:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A4EB316A41F; Wed, 28 Sep 2005 13:10:37 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6921443D6E; Wed, 28 Sep 2005 13:10:31 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id A75DC52CD0; Wed, 28 Sep 2005 15:10:29 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 9975452CA8; Wed, 28 Sep 2005 15:10:24 +0200 (CEST) Date: Wed, 28 Sep 2005 15:10:19 +0200 From: Pawel Jakub Dawidek To: Ceri Davies , Ken Smith , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050928131019.GB24355@garage.freebsd.pl> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: <20050928124614.GJ94010@submonkey.net> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 13:10:37 -0000 --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: +> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: +> > kensmith 2005-09-28 12:39:00 UTC +> >=20 +> > FreeBSD src repository +> >=20 +> > Modified files: +> > release Makefile=20 +> > Log: +> > Add SHA256 checksums to the release build. +>=20 +> Good idea. Along these lines, does anyone know what the barriers are +> in moving the default password hash from md5 to blowfish (not for +> RELENG_6, just in general), or has it just not been done yet? I'd really like to see us using PKCS#5v2 for system passwords at some point instead of home-grown hash(hash(...(x))) or encrypt(encrypt(...(x))). --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDOpY6ForvXbEpPzQRAu9EAJ4yc+hleoUAzVC4wWcCnLvMvZMJqACbBQQr Frwj7aRuEd9TY77zIXOVGkQ= =RVk4 -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 14:00:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 170C316A454; Wed, 28 Sep 2005 14:00:14 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CFD43D48; Wed, 28 Sep 2005 14:00:13 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SE0Dqc022648; Wed, 28 Sep 2005 14:00:13 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SE0DZq022647; Wed, 28 Sep 2005 14:00:13 GMT (envelope-from kensmith) Message-Id: <200509281400.j8SE0DZq022647@repoman.freebsd.org> From: Ken Smith Date: Wed, 28 Sep 2005 14:00:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/examples/cvsup stable-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 14:00:14 -0000 kensmith 2005-09-28 14:00:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/examples/cvsup stable-supfile Log: MFC v1.30: Update for RELENG_6. Approved by: re (scottl) Revision Changes Path 1.29.2.1 +4 -3 src/share/examples/cvsup/stable-supfile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 14:10:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9B51016A41F; Wed, 28 Sep 2005 14:10:01 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5527E43D48; Wed, 28 Sep 2005 14:10:01 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEA1k0023273; Wed, 28 Sep 2005 14:10:01 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEA15b023272; Wed, 28 Sep 2005 14:10:01 GMT (envelope-from kensmith) Message-Id: <200509281410.j8SEA15b023272@repoman.freebsd.org> From: Ken Smith Date: Wed, 28 Sep 2005 14:10:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/hme if_hme.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 14:10:01 -0000 kensmith 2005-09-28 14:10:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/hme if_hme.c Log: MFC v1.43: Move hme_stop() BEFORE ether_ifdetach() and if_free() to prevent a memory-referenced-after-free panic if the hme interface fails to attach. Patch obtained from: marius Suggested same thing: brooks Approved by: re (scottl) Revision Changes Path 1.37.2.4 +2 -2 src/sys/dev/hme/if_hme.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 14:19:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E7E7A16A41F; Wed, 28 Sep 2005 14:19:32 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CA343D60; Wed, 28 Sep 2005 14:19:31 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEJV0U023724; Wed, 28 Sep 2005 14:19:31 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEJVts023723; Wed, 28 Sep 2005 14:19:31 GMT (envelope-from jkoshy) Message-Id: <200509281419.j8SEJVts023723@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 28 Sep 2005 14:19:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 14:19:33 -0000 jkoshy 2005-09-28 14:19:31 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Note the requirement for 'device apic' on i386 systems. [1] Consistently use 'x86' when referring to behaviour common to the i386 and amd64. Submitted by: Niklas Sorensson [1] Revision Changes Path 1.12 +7 -4 src/share/man/man4/hwpmc.4 From owner-cvs-src@FreeBSD.ORG Wed Sep 28 14:36:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E8BF516A41F; Wed, 28 Sep 2005 14:36:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA8043D48; Wed, 28 Sep 2005 14:36:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEaGTc024336; Wed, 28 Sep 2005 14:36:16 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEaGXK024335; Wed, 28 Sep 2005 14:36:16 GMT (envelope-from ru) Message-Id: <200509281436.j8SEaGXK024335@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 14:36:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 14:36:17 -0000 ru 2005-09-28 14:36:16 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh Makefile Log: Commenting out WARNS actually brought it up to 4. Revision Changes Path 1.23 +1 -1 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 28 14:54:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A358316A41F; Wed, 28 Sep 2005 14:54:08 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D6C43D55; Wed, 28 Sep 2005 14:54:08 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEs8Q2025112; Wed, 28 Sep 2005 14:54:08 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEs8V2025111; Wed, 28 Sep 2005 14:54:08 GMT (envelope-from marius) Message-Id: <200509281454.j8SEs8V2025111@repoman.freebsd.org> From: Marius Strobl Date: Wed, 28 Sep 2005 14:54:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fb creator.c fbreg.h gfb.c machfb.c s3_pci.c tga.c vga.c src/sys/dev/syscons scgfbrndr.c scmouse.c scvgarndr.c scvidctl.c syscons.c syscons.h src/sys/i386/isa vesa.c src/sys/powerpc/ofw ofw_syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 14:54:08 -0000 marius 2005-09-28 14:54:08 UTC FreeBSD src repository Modified files: sys/dev/fb creator.c fbreg.h gfb.c machfb.c s3_pci.c tga.c vga.c sys/dev/syscons scgfbrndr.c scmouse.c scvgarndr.c scvidctl.c syscons.c syscons.h sys/i386/isa vesa.c sys/powerpc/ofw ofw_syscons.c Log: Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t and do some preparations for handling 12x22 fonts (currently lots of code implies and/or hardcodes a font width of 8 pixels). This will be required on sparc64 which uses a default font size of 12x22 in order to add font loading and saving support as well as to use a syscons(4)-supplied mouse pointer image. This API breakage is committed now so it can be MFC'ed in time for 6.0 and later on upcoming framebuffer drivers destined for use on sparc64 and which are expected to rely on using font loading internally and on a syscons(4)-supplied mouse pointer image can be easily MFC'ed to RELENG_6 rather than requiring a backport. Tested on: i386, sparc64, make universe MFC after: 1 week Revision Changes Path 1.9 +5 -5 src/sys/dev/fb/creator.c 1.19 +4 -4 src/sys/dev/fb/fbreg.h 1.8 +8 -8 src/sys/dev/fb/gfb.c 1.4 +5 -5 src/sys/dev/fb/machfb.c 1.10 +8 -6 src/sys/dev/fb/s3_pci.c 1.8 +1 -1 src/sys/dev/fb/tga.c 1.35 +6 -6 src/sys/dev/fb/vga.c 1.23 +1 -1 src/sys/dev/syscons/scgfbrndr.c 1.40 +1 -0 src/sys/dev/syscons/scmouse.c 1.20 +2 -2 src/sys/dev/syscons/scvgarndr.c 1.37 +3 -3 src/sys/dev/syscons/scvidctl.c 1.439 +18 -16 src/sys/dev/syscons/syscons.c 1.85 +6 -4 src/sys/dev/syscons/syscons.h 1.52 +8 -6 src/sys/i386/isa/vesa.c 1.9 +5 -7 src/sys/powerpc/ofw/ofw_syscons.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 15:01:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2540416A41F; Wed, 28 Sep 2005 15:01:59 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D771243D49; Wed, 28 Sep 2005 15:01:58 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SF1wBp025795; Wed, 28 Sep 2005 15:01:58 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SF1wdG025794; Wed, 28 Sep 2005 15:01:58 GMT (envelope-from marius) Message-Id: <200509281501.j8SF1wdG025794@repoman.freebsd.org> From: Marius Strobl Date: Wed, 28 Sep 2005 15:01:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/isa pnp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 15:01:59 -0000 marius 2005-09-28 15:01:58 UTC FreeBSD src repository Modified files: sys/isa pnp.c Log: Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDs on big-endian archs like sparc64, e.g.: uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 43 pnpid @HEd041 on isa0 is now correctly printed as: uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 43 pnpid PNP0501 on isa0 There are probably other endianness issues lurking in the PnP code which however aren't exhibited on sparc64 as the PnP devices there are sort of PnP BIOS devices rather than ISA PnP devices. Tested on: i386, sparc64 MFC after: 1 week Revision Changes Path 1.21 +4 -1 src/sys/isa/pnp.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 15:22:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 09D8716A41F; Wed, 28 Sep 2005 15:22:18 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C1543D48; Wed, 28 Sep 2005 15:22:17 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SFMHNf026574; Wed, 28 Sep 2005 15:22:17 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SFMHgP026573; Wed, 28 Sep 2005 15:22:17 GMT (envelope-from maxim) Message-Id: <200509281522.j8SFMHgP026573@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 28 Sep 2005 15:22:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ath.4 wi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 15:22:18 -0000 maxim 2005-09-28 15:22:17 UTC FreeBSD src repository Modified files: share/man/man4 ath.4 wi.4 Log: o Follow the trend and update a host-based wireless bridge example. Revision Changes Path 1.35 +3 -3 src/share/man/man4/ath.4 1.67 +3 -3 src/share/man/man4/wi.4 From owner-cvs-src@FreeBSD.ORG Wed Sep 28 16:05:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0E49F16A420; Wed, 28 Sep 2005 16:05:14 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B729D43D55; Wed, 28 Sep 2005 16:05:13 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SG5Djf028253; Wed, 28 Sep 2005 16:05:13 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SG5DGL028252; Wed, 28 Sep 2005 16:05:13 GMT (envelope-from cognet) Message-Id: <200509281605.j8SG5DGL028252@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 28 Sep 2005 16:05:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 16:05:14 -0000 cognet 2005-09-28 16:05:13 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier. Submitted by: Jeremie Le Hen Revision Changes Path 1.146 +7 -1 src/usr.sbin/syslogd/syslogd.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 16:14:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 70D6616A41F; Wed, 28 Sep 2005 16:14:44 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3136643D49; Wed, 28 Sep 2005 16:14:44 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGEiTC028716; Wed, 28 Sep 2005 16:14:44 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGEheA028715; Wed, 28 Sep 2005 16:14:44 GMT (envelope-from cognet) Message-Id: <200509281614.j8SGEheA028715@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 28 Sep 2005 16:14:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 16:14:44 -0000 cognet 2005-09-28 16:14:43 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: setsockopt() will return -1 on error, not 0. Pointy hat to: Jeremie Le Hen Revision Changes Path 1.147 +1 -1 src/usr.sbin/syslogd/syslogd.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 16:24:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6C73216A41F; Wed, 28 Sep 2005 16:24:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E7143D53; Wed, 28 Sep 2005 16:24:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGOmHL029099; Wed, 28 Sep 2005 16:24:48 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGOmor029098; Wed, 28 Sep 2005 16:24:48 GMT (envelope-from yar) Message-Id: <200509281624.j8SGOmor029098@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 28 Sep 2005 16:24:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d archdep X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 16:24:48 -0000 yar 2005-09-28 16:24:47 UTC FreeBSD src repository Modified files: etc/rc.d archdep Log: Make it a good-mannered rcNG script respectful to the command line. Revision Changes Path 1.8 +23 -16 src/etc/rc.d/archdep From owner-cvs-src@FreeBSD.ORG Wed Sep 28 16:46:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1A09D16A420; Wed, 28 Sep 2005 16:46:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFD543D4C; Wed, 28 Sep 2005 16:46:17 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGkH8M030690; Wed, 28 Sep 2005 16:46:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGkH7j030689; Wed, 28 Sep 2005 16:46:17 GMT (envelope-from ru) Message-Id: <200509281646.j8SGkH7j030689@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 16:46:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/vx if_vx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 16:46:18 -0000 ru 2005-09-28 16:46:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/vx if_vx.c Log: MFC: 1.57: Respect IFF_PROMISC. Approved by: re (scottl) Revision Changes Path 1.56.2.2 +2 -1 src/sys/dev/vx/if_vx.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 16:50:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0975716A41F; Wed, 28 Sep 2005 16:50:26 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB4443D4C; Wed, 28 Sep 2005 16:50:25 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGoP2A038088; Wed, 28 Sep 2005 16:50:25 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGoPnV038087; Wed, 28 Sep 2005 16:50:25 GMT (envelope-from ru) Message-Id: <200509281650.j8SGoPnV038087@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 16:50:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/vx if_vx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 16:50:26 -0000 ru 2005-09-28 16:50:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/vx if_vx.c Log: MFC: 1.57: Respect IFF_PROMISC. Revision Changes Path 1.51.2.2 +2 -1 src/sys/dev/vx/if_vx.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 16:51:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E821016A41F; Wed, 28 Sep 2005 16:51:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A486743D49; Wed, 28 Sep 2005 16:51:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGpRYp038207; Wed, 28 Sep 2005 16:51:27 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGpRuf038206; Wed, 28 Sep 2005 16:51:27 GMT (envelope-from brueffer) Message-Id: <200509281651.j8SGpRuf038206@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 28 Sep 2005 16:51:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 16:51:28 -0000 brueffer 2005-09-28 16:51:27 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml Log: MFC: rev. 1.6 Fix typo. Approved by: re (hrs) Revision Changes Path 1.5.2.1 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/amd64/proc-amd64.sgml From owner-cvs-src@FreeBSD.ORG Wed Sep 28 16:52:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 69D9016A41F; Wed, 28 Sep 2005 16:52:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2801D43D58; Wed, 28 Sep 2005 16:52:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGqAMU038303; Wed, 28 Sep 2005 16:52:10 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGqAGw038302; Wed, 28 Sep 2005 16:52:10 GMT (envelope-from brueffer) Message-Id: <200509281652.j8SGqAGw038302@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 28 Sep 2005 16:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 16:52:10 -0000 brueffer 2005-09-28 16:52:10 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml Log: MFC: rev. 1.6 Fix typo. Revision Changes Path 1.3.4.2 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/amd64/proc-amd64.sgml From owner-cvs-src@FreeBSD.ORG Wed Sep 28 17:24:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9109616A420; Wed, 28 Sep 2005 17:24:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id C124B43D55; Wed, 28 Sep 2005 17:23:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 28 Sep 2005 13:39:56 -0400 From: John Baldwin To: Jeremie Le Hen Date: Wed, 28 Sep 2005 13:07:11 -0400 User-Agent: KMail/1.8 References: <200509271809.j8RI9gCO020672@repoman.freebsd.org> <20050928091638.GB2151@obiwan.tataz.chchile.org> In-Reply-To: <20050928091638.GB2151@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509281307.13026.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c vfs_export.c src/sys/nfsserver nfs_srvsock.c nfs_srvsubs.c src/sys/sys ucred.h src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 17:24:00 -0000 On Wednesday 28 September 2005 05:16 am, Jeremie Le Hen wrote: > Hi John, > > > jhb 2005-09-27 18:09:42 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_prot.c vfs_export.c > > sys/nfsserver nfs_srvsock.c nfs_srvsubs.c > > sys/sys ucred.h > > sys/ufs/ufs ufs_vnops.c > > Log: > > Use the refcount API to manage the reference count for user credentials > > rather than using pool mutexes. > > Regarding your great job on atomic operations and the modification you > made on process argument and process limit structures as well as > user credentials, I wonder if you managed to get some figures > illustrating the improvement. No, I didn't run any before/after benchmarks, just stability tests to make sure I didn't break anything. I'm pretty sure 2 atomic operations aren't cheaper than just 1 though. However, on some archs (ppc and ia64 currently) there might be a penalty in the edge case where the atomic_cmpset loop races and has to do more than one atomic_cmpset. However, in that case it would have had to contest on the mutex anyways, so even then I still think it would be a win. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Sep 28 17:24:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 F0CE316A41F; Wed, 28 Sep 2005 17:24:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3AB743D55; Wed, 28 Sep 2005 17:24:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 28 Sep 2005 13:39:56 -0400 From: John Baldwin To: Maxim.Sobolev@portaone.com Date: Wed, 28 Sep 2005 13:04:27 -0400 User-Agent: KMail/1.8 References: <200509270751.j8R7pjbj068445@repoman.freebsd.org> <433A04D4.9040602@portaone.com> In-Reply-To: <433A04D4.9040602@portaone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509281304.29338.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 17:24:19 -0000 On Tuesday 27 September 2005 10:49 pm, Maxim Sobolev wrote: > IMHO this is an ugly hack. Handling some packages differently purely > based on their name is simply a completely wrong way to go. The proper > way to implement this is to add additional PLIST flag which will tell > pkg_* tools to ignore absent origin. Umm, there's a bit of a chicken and egg in that if you could edit the package in question to put a custom @noorigin in the packing list you could already just put a bogus @origin in the packing list. I think the warning should just be shut up across the board anyways as not all pkg's have valid origins. > Kirill Ponomarew wrote: > > krion 2005-09-27 07:51:44 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_5) > > usr.sbin/pkg_install/lib match.c > > Log: > > MFC: 1.20 > > > > date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 > > Do not bitch about bsdpan modules not having origin. > > > > Based on PR: bin/82269 > > Submitted by: Steven Hartland > > MFC after: 3 days > > > > Revision Changes Path > > 1.19.2.1 +1 -1 src/usr.sbin/pkg_install/lib/match.c -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:01:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6D86916A41F; Wed, 28 Sep 2005 18:01:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF3643D48; Wed, 28 Sep 2005 18:01:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SI1gCU041215; Wed, 28 Sep 2005 18:01:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SI1gNC041214; Wed, 28 Sep 2005 18:01:42 GMT (envelope-from jhb) Message-Id: <200509281801.j8SI1gNC041214@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 Sep 2005 18:01:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:01:42 -0000 jhb 2005-09-28 18:01:42 UTC FreeBSD src repository Modified files: sys/i386/i386 local_apic.c Log: Rename the lapic timer interrupt counters from lapicX: timer to cpuX: timer since it's not always obvious that lapic == cpu. MFC after: 3 days Revision Changes Path 1.19 +1 -1 src/sys/i386/i386/local_apic.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:04:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E0DEC16A41F; Wed, 28 Sep 2005 18:04:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C0743D53; Wed, 28 Sep 2005 18:04:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SI4BL3041339; Wed, 28 Sep 2005 18:04:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SI4Bcd041338; Wed, 28 Sep 2005 18:04:11 GMT (envelope-from jhb) Message-Id: <200509281804.j8SI4Bcd041338@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 Sep 2005 18:04:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 apic_vector.s mp_machdep.c src/sys/i386/include smptests.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:04:12 -0000 jhb 2005-09-28 18:04:11 UTC FreeBSD src repository Modified files: sys/i386/i386 apic_vector.s mp_machdep.c sys/i386/include smptests.h Log: Add interrupt counters for IPIs. By default they are disabled, but they can be enabled by enabling COUNT_IPIS in smptests.h. When enabled, each CPU provides an interrupt counter for nearly all of the IPIs it receives (IPI_STOP currently doesn't have a counter) that can be examined using vmstat -i, etc. MFC after: 3 days Requested by: rwatson Revision Changes Path 1.104 +34 -6 src/sys/i386/i386/apic_vector.s 1.254 +56 -1 src/sys/i386/i386/mp_machdep.c 1.48 +7 -1 src/sys/i386/include/smptests.h From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:06:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9B10A16A41F; Wed, 28 Sep 2005 18:06:25 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 591BD43D49; Wed, 28 Sep 2005 18:06:25 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SI6PqH041625; Wed, 28 Sep 2005 18:06:25 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SI6PAH041624; Wed, 28 Sep 2005 18:06:25 GMT (envelope-from phk) Message-Id: <200509281806.j8SI6PAH041624@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Sep 2005 18:06:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:06:25 -0000 phk 2005-09-28 18:06:25 UTC FreeBSD src repository Modified files: sys/sys rman.h sys/kern subr_rman.c sys/dev/puc puc.c Log: puc(4) does strange things to resources in order to fool the subdrivers to hook up. It should probably be rewritten to implement a simple bus to which the sub drivers attach using some kind of hint. Until then, provide a couple of crutch functions with big warning signs so it can survive the recent changes to struct resource. Revision Changes Path 1.41 +3 -4 src/sys/dev/puc/puc.c 1.46 +25 -0 src/sys/kern/subr_rman.c 1.31 +9 -0 src/sys/sys/rman.h From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:13:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6454016A41F; Wed, 28 Sep 2005 18:13:48 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB94643D53; Wed, 28 Sep 2005 18:13:47 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8SIDk3R020427; Wed, 28 Sep 2005 12:13:46 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <433ADD5A.90104@samsco.org> Date: Wed, 28 Sep 2005 12:13:46 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200509281806.j8SI6PAH041624@repoman.freebsd.org> In-Reply-To: <200509281806.j8SI6PAH041624@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 required=3.8 tests=ALL_TRUSTED, SUBJ_HAS_SPACES autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:13:48 -0000 Poul-Henning Kamp wrote: > phk 2005-09-28 18:06:25 UTC > > FreeBSD src repository > > Modified files: > sys/sys rman.h > sys/kern subr_rman.c > sys/dev/puc puc.c > Log: > puc(4) does strange things to resources in order to fool the > subdrivers to hook up. > > It should probably be rewritten to implement a simple bus to which > the sub drivers attach using some kind of hint. > > Until then, provide a couple of crutch functions with big warning > signs so it can survive the recent changes to struct resource. > > Revision Changes Path > 1.41 +3 -4 src/sys/dev/puc/puc.c > 1.46 +25 -0 src/sys/kern/subr_rman.c > 1.31 +9 -0 src/sys/sys/rman.h #ifndef BURN_BRIDGES_FOR_GREAT_JUSTICE ? Scott From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:18:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D2C2116A41F; Wed, 28 Sep 2005 18:18:29 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A084143D4C; Wed, 28 Sep 2005 18:18:29 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SIITxL042220; Wed, 28 Sep 2005 18:18:29 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SIITwf042217; Wed, 28 Sep 2005 18:18:29 GMT (envelope-from schweikh) Message-Id: <200509281818.j8SIITwf042217@repoman.freebsd.org> From: Jens Schweikhardt Date: Wed, 28 Sep 2005 18:18:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles limerick X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:18:30 -0000 schweikh 2005-09-28 18:18:29 UTC FreeBSD src repository Modified files: games/fortune/datfiles limerick Log: Nuke duplicates found via fuzzy logic: - typos - different spelling, punctuation, whitespace - phonetically similar names - words rearranged ("was once" vs "once was" etc) If a limerick appeared as a single one and as part of a double or triple, the singleton was removed. With a little help from: sort limerick|uniq -d This still turns up 20 lines being repeated, but the respective limericks are sufficiently unique to leave them in (i.e. most differ in at least two lines). Nuke spaces in front of colons while I'm here. Revision Changes Path 1.9 +15 -401 src/games/fortune/datfiles/limerick From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:40:24 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 A4C1416A41F; Wed, 28 Sep 2005 18:40:24 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019DB43D4C; Wed, 28 Sep 2005 18:40:23 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr7.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SIeLAL056681; Wed, 28 Sep 2005 20:40:22 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SIeLc1038480; Wed, 28 Sep 2005 20:40:21 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8SIeLqT038479; Wed, 28 Sep 2005 20:40:21 +0200 (CEST) (envelope-from wb) Date: Wed, 28 Sep 2005 20:40:21 +0200 From: Wilko Bulte To: Tom Rhodes Message-ID: <20050928184021.GA38430@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050928044624.2e052569.trhodes@FreeBSD.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@freebsd.org, src-committers@freebsd.org, rwatson@freebsd.org, cvs-all@freebsd.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:40:24 -0000 On Wed, Sep 28, 2005 at 04:46:24AM -0400, Tom Rhodes wrote.. > On Tue, 27 Sep 2005 20:47:42 +0200 > Wilko Bulte wrote: > > > On Tue, Sep 27, 2005 at 10:37:46AM -0400, Tom Rhodes wrote.. > > > On Mon, 26 Sep 2005 20:12:34 +0200 > > > Wilko Bulte wrote: > > > > > > > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > > > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > > > > > > > FreeBSD src repository > > > > > > > > > > > > Modified files: > > > > > > sys/kern subr_pcpu.c > > > > > > Log: > > > > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > > > > once for each CPU you have". > > > > > > > > > > My 14-cpu machine thanks you :-) > > > > > > > > I'm curious: what machine model is that? > > > > > > Who cares about model, can I borrow it. :P > > > > A UE4500 is quite loud and quite hot. Not a box I would want at home. > > Could heat the house during those cold winter nights. :) And burn it to charcoal during summer. Sure.. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:41:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DA5FD16A41F; Wed, 28 Sep 2005 18:41:40 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5AF43D58; Wed, 28 Sep 2005 18:41:32 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr12.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SIfVUP039675; Wed, 28 Sep 2005 20:41:31 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SIfULS038493; Wed, 28 Sep 2005 20:41:30 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8SIfUwA038492; Wed, 28 Sep 2005 20:41:30 +0200 (CEST) (envelope-from wb) Date: Wed, 28 Sep 2005 20:41:30 +0200 From: Wilko Bulte To: Alexander Leidinger Message-ID: <20050928184130.GB38430@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> <20050927184702.GA30441@freebie.xs4all.nl> <20050928125213.8z22vwsfksoosc8k@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050928125213.8z22vwsfksoosc8k@netchild.homeip.net> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:41:41 -0000 On Wed, Sep 28, 2005 at 12:52:13PM +0200, Alexander Leidinger wrote.. > Wilko Bulte wrote: > > [e4500] > > >Ah, yes. Nice box. I gather you are not interested in the UE10k that > >we have hanging around at work? ;-) > > Did you try FreeBSD on it? I would like to try it on the fully equipped > e15k No, never. > or the partly equipped e25k here (even if it is just to see the dmesg), but > i doubt this will happen... I have a much nicer machine at work I would like FreeBSD to run on: a Marvel (AlphaServer ES80). EV7 dual CPU box. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:50:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E56CB16A425; Wed, 28 Sep 2005 18:50:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 097A043D48; Wed, 28 Sep 2005 18:50:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 28 Sep 2005 15:06:18 -0400 From: John Baldwin To: src-committers@FreeBSD.org Date: Wed, 28 Sep 2005 14:23:49 -0400 User-Agent: KMail/1.8 References: <200509281804.j8SI4Bcd041338@repoman.freebsd.org> In-Reply-To: <200509281804.j8SI4Bcd041338@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509281423.51002.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 apic_vector.s mp_machdep.c src/sys/i386/include smptests.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:50:20 -0000 On Wednesday 28 September 2005 02:04 pm, John Baldwin wrote: > jhb 2005-09-28 18:04:11 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 apic_vector.s mp_machdep.c > sys/i386/include smptests.h > Log: > Add interrupt counters for IPIs. By default they are disabled, but they > can be enabled by enabling COUNT_IPIS in smptests.h. When enabled, each > CPU provides an interrupt counter for nearly all of the IPIs it receives > (IPI_STOP currently doesn't have a counter) that can be examined using > vmstat -i, etc. > > MFC after: 3 days > Requested by: rwatson Sample output: > vmstat -i interrupt total rate irq4: sio0 280 0 irq6: fdc0 7 0 irq14: ata0 37 0 irq19: fxp0 uhci0 17033 0 irq23: ahc0 ahc1 138407 1 cpu0: timer 148380184 2000 cpu0: invltlb 7072 0 cpu0: invlrng 83176 1 cpu0: invlpg 14355 0 cpu1: invltlb 9413 0 cpu1: invlrng 79973 1 cpu1: invlpg 17284 0 cpu2: invltlb 7225 0 cpu2: invlrng 78156 1 cpu2: invlpg 10619 0 cpu3: invltlb 7384 0 cpu3: invlrng 81039 1 cpu3: invlpg 9739 0 cpu2: timer 148364410 2000 cpu3: timer 148364409 2000 cpu1: timer 148364409 2000 Total 594034611 8008 This is after the box has been idle overnight. During a -j 32 buildworld I saw it up as high as 1000 invlrng IPIs per second on all 4 CPUs. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:50:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 79DAB16A41F; Wed, 28 Sep 2005 18:50:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A55443D53; Wed, 28 Sep 2005 18:50:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 28 Sep 2005 15:06:19 -0400 From: John Baldwin To: Scott Long Date: Wed, 28 Sep 2005 14:51:32 -0400 User-Agent: KMail/1.8 References: <200509281806.j8SI6PAH041624@repoman.freebsd.org> <433ADD5A.90104@samsco.org> In-Reply-To: <433ADD5A.90104@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509281451.34142.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Poul-Henning Kamp , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 18:50:20 -0000 On Wednesday 28 September 2005 02:13 pm, Scott Long wrote: > Poul-Henning Kamp wrote: > > phk 2005-09-28 18:06:25 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sys rman.h > > sys/kern subr_rman.c > > sys/dev/puc puc.c > > Log: > > puc(4) does strange things to resources in order to fool the > > subdrivers to hook up. > > > > It should probably be rewritten to implement a simple bus to which > > the sub drivers attach using some kind of hint. > > > > Until then, provide a couple of crutch functions with big warning > > signs so it can survive the recent changes to struct resource. > > > > Revision Changes Path > > 1.41 +3 -4 src/sys/dev/puc/puc.c > > 1.46 +25 -0 src/sys/kern/subr_rman.c > > 1.31 +9 -0 src/sys/sys/rman.h > > #ifndef BURN_BRIDGES_FOR_GREAT_JUSTICE > > ? #define ALL_YOUR_RESOURCE_ARE_BELONG_TO_PHK -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Sep 28 19:03:14 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 7CDD616A420; Wed, 28 Sep 2005 19:03:14 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail23.syd.optusnet.com.au (mail23.syd.optusnet.com.au [211.29.133.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA2143D5D; Wed, 28 Sep 2005 19:03:09 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail23.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j8SJ2KKe025542 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 29 Sep 2005 05:02:36 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j8SJ2JSR073143; Thu, 29 Sep 2005 05:02:19 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j8SJ2GJR073142; Thu, 29 Sep 2005 05:02:16 +1000 (EST) (envelope-from pjeremy) Date: Thu, 29 Sep 2005 05:02:16 +1000 From: Peter Jeremy To: Pawel Jakub Dawidek Message-ID: <20050928190216.GB72352@cirb503493.alcatel.com.au> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <20050928131019.GB24355@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050928131019.GB24355@garage.freebsd.pl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, Ceri Davies , src-committers@freebsd.org, cvs-all@freebsd.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 19:03:14 -0000 On Wed, 2005-Sep-28 15:10:19 +0200, Pawel Jakub Dawidek wrote: >On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: >+> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: >+> > kensmith 2005-09-28 12:39:00 UTC >+> > >+> > FreeBSD src repository >+> > >+> > Modified files: >+> > release Makefile >+> > Log: >+> > Add SHA256 checksums to the release build. >+> >+> Good idea. Along these lines, does anyone know what the barriers are >+> in moving the default password hash from md5 to blowfish (not for >+> RELENG_6, just in general), or has it just not been done yet? You need to a line "crypt_default = blf" to /etc/auth.conf That said, the blowfish magic string looks wrong - the MD5 and NT hashes both have a training '$' but blowfish doesn't. Is this deliberate or a typo? >I'd really like to see us using PKCS#5v2 for system passwords at some >point instead of home-grown hash(hash(...(x))) or encrypt(encrypt(...(x))). As long as you can describe PKCS in a way that's compatible with the modular crypt described in crypt(3), this is trivial. -- Peter Jeremy From owner-cvs-src@FreeBSD.ORG Wed Sep 28 19:08:13 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 57CD716A41F; Wed, 28 Sep 2005 19:08:13 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC63E43D48; Wed, 28 Sep 2005 19:08:12 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EKhHn-00098V-2t; Wed, 28 Sep 2005 20:08:11 +0100 Date: Wed, 28 Sep 2005 20:08:11 +0100 From: Ceri Davies To: Peter Jeremy Message-ID: <20050928190810.GP94010@submonkey.net> Mail-Followup-To: Ceri Davies , Peter Jeremy , Pawel Jakub Dawidek , Ken Smith , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <20050928131019.GB24355@garage.freebsd.pl> <20050928190216.GB72352@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eWbcAUUbgrfSEG1c" Content-Disposition: inline In-Reply-To: <20050928190216.GB72352@cirb503493.alcatel.com.au> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-all@freebsd.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 19:08:13 -0000 --eWbcAUUbgrfSEG1c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 05:02:16AM +1000, Peter Jeremy wrote: > On Wed, 2005-Sep-28 15:10:19 +0200, Pawel Jakub Dawidek wrote: > >On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: > >+> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > >+> > kensmith 2005-09-28 12:39:00 UTC > >+> >=20 > >+> > FreeBSD src repository > >+> >=20 > >+> > Modified files: > >+> > release Makefile=20 > >+> > Log: > >+> > Add SHA256 checksums to the release build. > >+>=20 > >+> Good idea. Along these lines, does anyone know what the barriers are > >+> in moving the default password hash from md5 to blowfish (not for > >+> RELENG_6, just in general), or has it just not been done yet? >=20 > You need to a line "crypt_default =3D blf" to /etc/auth.conf > That said, the blowfish magic string looks wrong - the MD5 and NT > hashes both have a training '$' but blowfish doesn't. Is this > deliberate or a typo? I know how to do it, and it does work (it has been the first thing I do on any system I build from 4.x up - you also need to update the default login class in login.conf). I'm just wondering why it isn't default. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --eWbcAUUbgrfSEG1c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOuoaocfcwTS3JF8RAgwcAKC1Z3RzUhhS2eJyKnTQBqtIeCsoJACffBax un3LHYABl2DFf8O3NBTrEFE= =+f6j -----END PGP SIGNATURE----- --eWbcAUUbgrfSEG1c-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 19:20:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DF72C16A41F; Wed, 28 Sep 2005 19:20:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A028F43D49; Wed, 28 Sep 2005 19:20:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJKnTc044795; Wed, 28 Sep 2005 19:20:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJKn9C044794; Wed, 28 Sep 2005 19:20:49 GMT (envelope-from pjd) Message-Id: <200509281920.j8SJKn9C044794@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 28 Sep 2005 19:20:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 19:20:50 -0000 pjd 2005-09-28 19:20:49 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Implement suspend/resume methods to be more ACPI friendly. I'm able to suspend/resume my laptop without this change, but then I need to wait for the watchdog to reset the card. With this change, it is ready immediately. Glanced at by: glebius Revision Changes Path 1.96 +36 -0 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Wed Sep 28 19:31:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8D54516A41F; Wed, 28 Sep 2005 19:31:21 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4233F43D53; Wed, 28 Sep 2005 19:31:19 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8SJVMo5028461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Sep 2005 12:31:23 -0700 Message-ID: <433AEF82.5070007@root.org> Date: Wed, 28 Sep 2005 12:31:14 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <20050928192056.B7E6D16A42B@hub.freebsd.org> In-Reply-To: <20050928192056.B7E6D16A42B@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 19:31:21 -0000 Pawel Jakub Dawidek wrote: > pjd 2005-09-28 19:20:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c > Log: > Implement suspend/resume methods to be more ACPI friendly. > I'm able to suspend/resume my laptop without this change, but then I need > to wait for the watchdog to reset the card. > With this change, it is ready immediately. > > Glanced at by: glebius > > Revision Changes Path > 1.96 +36 -0 src/sys/dev/bge/if_bge.c Great, thanks! To other developers with hardware that doesn't work for suspend/resume, this is the area that needs the most improvement. There are known cases of at least agp and apic breaking resume. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Sep 28 19:38:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A4FBC16A41F; Wed, 28 Sep 2005 19:38:15 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CCE043D55; Wed, 28 Sep 2005 19:38:14 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8SJdvTI002643 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Sep 2005 15:39:57 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 28 Sep 2005 15:37:11 -0400 From: Tom Rhodes To: Ceri Davies Message-Id: <20050928153711.461b4743.trhodes@FreeBSD.org> In-Reply-To: <20050928190810.GP94010@submonkey.net> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <20050928131019.GB24355@garage.freebsd.pl> <20050928190216.GB72352@cirb503493.alcatel.com.au> <20050928190810.GP94010@submonkey.net> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, pjd@FreeBSD.org, PeterJeremy@optushome.com.au, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, kensmith@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 19:38:15 -0000 On Wed, 28 Sep 2005 20:08:11 +0100 Ceri Davies wrote: > On Thu, Sep 29, 2005 at 05:02:16AM +1000, Peter Jeremy wrote: > > On Wed, 2005-Sep-28 15:10:19 +0200, Pawel Jakub Dawidek wrote: > > >On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: > > >+> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > > >+> > kensmith 2005-09-28 12:39:00 UTC > > >+> > > > >+> > FreeBSD src repository > > >+> > > > >+> > Modified files: > > >+> > release Makefile > > >+> > Log: > > >+> > Add SHA256 checksums to the release build. > > >+> > > >+> Good idea. Along these lines, does anyone know what the barriers are > > >+> in moving the default password hash from md5 to blowfish (not for > > >+> RELENG_6, just in general), or has it just not been done yet? > > > > You need to a line "crypt_default = blf" to /etc/auth.conf > > That said, the blowfish magic string looks wrong - the MD5 and NT > > hashes both have a training '$' but blowfish doesn't. Is this > > deliberate or a typo? > > I know how to do it, and it does work (it has been the first thing I do > on any system I build from 4.x up - you also need to update the default > login class in login.conf). I'm just wondering why it isn't default. Issues interacting with NIS(+)? Not listed in FIPS as an approved US government algorithm yet? Everyone's too lazy? :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Sep 28 19:38:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9BF9116A41F; Wed, 28 Sep 2005 19:38:57 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C72843D6B; Wed, 28 Sep 2005 19:38:50 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id AAB0152CD0; Wed, 28 Sep 2005 21:38:48 +0200 (CEST) Received: from localhost (dkl11.neoplus.adsl.tpnet.pl [83.24.15.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 20CF152CA8; Wed, 28 Sep 2005 21:38:39 +0200 (CEST) Date: Wed, 28 Sep 2005 21:38:33 +0200 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20050928193833.GA1235@garage.freebsd.pl> References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <433AEF82.5070007@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline In-Reply-To: <433AEF82.5070007@root.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 19:38:57 -0000 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 12:31:14PM -0700, Nate Lawson wrote: +> Pawel Jakub Dawidek wrote: +> >pjd 2005-09-28 19:20:49 UTC +> > FreeBSD src repository +> > Modified files: +> > sys/dev/bge if_bge.c Log: +> > Implement suspend/resume methods to be more ACPI friendly. +> > I'm able to suspend/resume my laptop without this change, but then I = need +> > to wait for the watchdog to reset the card. +> > With this change, it is ready immediately. +> > Glanced at by: glebius +> > Revision Changes Path +> > 1.96 +36 -0 src/sys/dev/bge/if_bge.c +>=20 +> Great, thanks! To other developers with hardware that doesn't work for = suspend/resume, this is the area that needs the most improvement. There ar= e known cases of at least=20 +> agp and apic breaking resume. On my ThinkPad t43 suspend/resume works just fine in most cases, but sometimes (once every ~20 suspends) it stops before turning off LCD - the moon-led is turned on, but LCD is on as well and system freeze hard. What kind of debug can I add to track down the problem? Can we printf some steps done on suspend (which device's suspend method is called, etc.)? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDOvE5ForvXbEpPzQRAsokAJ4iEccS/7W7oQE0+Yp2ix4mmz+PmACgviqw SVTcVTEEQRASpSXzyxvl+2U= =Gqlu -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 19:41:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C24A816A41F; Wed, 28 Sep 2005 19:41:25 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C7743D48; Wed, 28 Sep 2005 19:41:25 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJfPc9045820; Wed, 28 Sep 2005 19:41:25 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJfPaL045819; Wed, 28 Sep 2005 19:41:25 GMT (envelope-from ume) Message-Id: <200509281941.j8SJfPaL045819@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 28 Sep 2005 19:41:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 19:41:26 -0000 ume 2005-09-28 19:41:25 UTC FreeBSD src repository Modified files: sys/dev/usb if_cdce.c usbdevs Log: add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x. Submitted by: Keiichi SHIMA MFC after: 2 days Revision Changes Path 1.11 +1 -0 src/sys/dev/usb/if_cdce.c 1.234 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Wed Sep 28 19:59:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 AE33616A41F; Wed, 28 Sep 2005 19:59:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F24243D4C; Wed, 28 Sep 2005 19:59:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJxILJ046473; Wed, 28 Sep 2005 19:59:18 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJxIpD046472; Wed, 28 Sep 2005 19:59:18 GMT (envelope-from brooks) Message-Id: <200509281959.j8SJxIpD046472@repoman.freebsd.org> From: Brooks Davis Date: Wed, 28 Sep 2005 19:59:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 19:59:18 -0000 brooks 2005-09-28 19:59:18 UTC FreeBSD src repository Modified files: etc pccard_ether Log: Be less IPv4 centric. When checking if the interface is already configured, check if the UP flag is set instead of checking for the netmask keyword. Revision Changes Path 1.47 +1 -1 src/etc/pccard_ether From owner-cvs-src@FreeBSD.ORG Wed Sep 28 20:11:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6AA4116A41F; Wed, 28 Sep 2005 20:11:18 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02F743D48; Wed, 28 Sep 2005 20:11:17 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:/T/PDBeXHwhH7z9Zn/EBGo/E9I/tR21UxLw4zcYMPTrxpsURmxwR2Pu0inJglZbr@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id j8SKBAnk081860 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 05:11:10 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 29 Sep 2005 05:11:10 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <200509281959.j8SJxIpD046472@repoman.freebsd.org> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA5 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 29 Sep 2005 05:11:11 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 20:11:18 -0000 Hi, >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) >>>>> Brooks Davis said: brooks> Modified files: brooks> etc pccard_ether brooks> Log: brooks> Be less IPv4 centric. When checking if the interface is already brooks> configured, check if the UP flag is set instead of checking for the brooks> netmask keyword. Umm, it means we cannot use pccard_ether for already upped interface, anymore. :( Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Wed Sep 28 20:14:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 04C7C16A41F; Wed, 28 Sep 2005 20:14:32 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AD043D48; Wed, 28 Sep 2005 20:14:31 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8SKEVw1018849; Wed, 28 Sep 2005 13:14:31 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8SKEVmv018848; Wed, 28 Sep 2005 13:14:31 -0700 Date: Wed, 28 Sep 2005 13:14:31 -0700 From: Brooks Davis To: Hajimu UMEMOTO Message-ID: <20050928201431.GA18560@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: cvs-src@FreeBSD.org, Brooks Davis , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 20:14:32 -0000 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 05:11:10AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) > >>>>> Brooks Davis said: >=20 > brooks> Modified files: > brooks> etc pccard_ether=20 > brooks> Log: > brooks> Be less IPv4 centric. When checking if the interface is already > brooks> configured, check if the UP flag is set instead of checking for= the > brooks> netmask keyword. >=20 > Umm, it means we cannot use pccard_ether for already upped interface, > anymore. :( That's correct. What is the specific use case you are concerned about? -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDOvmmXY6L6fI4GtQRAiKPAKDTuDyJHg8faqvjb9upXc8HRJdG+QCeKGbB RxnN9cNIaUjt4d+68IKgxZI= =eZiY -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 20:28:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 037AD16A41F; Wed, 28 Sep 2005 20:28:09 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FEF43D48; Wed, 28 Sep 2005 20:28:07 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:wam3WQK/PMhVM0CvH+YO9/WSebIlOrFTxmIzdVH0EkQL4edVYdg83hUflfFR98r5@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id j8SKRrwS005046 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 05:27:58 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 29 Sep 2005 05:27:53 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <20050928201431.GA18560@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA5 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 29 Sep 2005 05:27:59 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 20:28:09 -0000 Hi, >>>>> On Wed, 28 Sep 2005 13:14:31 -0700 >>>>> Brooks Davis said: brooks> On Thu, Sep 29, 2005 at 05:11:10AM +0900, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) > >>>>> Brooks Davis said: > > brooks> Modified files: > brooks> etc pccard_ether > brooks> Log: > brooks> Be less IPv4 centric. When checking if the interface is already > brooks> configured, check if the UP flag is set instead of checking for the > brooks> netmask keyword. > > Umm, it means we cannot use pccard_ether for already upped interface, > anymore. :( brooks> That's correct. What is the specific use case you are concerned about? I'm calling pccard_ether from my tool to manage interface for laptop environment. I want to invoke dhclient after linkup to avoid weired delay. I need to up wireless interface before calling pccard_ether to confirm that a link could be associated. http://www.imasy.or.jp/~ume/FreeBSD/ifstatd-20050926.tar.gz Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Wed Sep 28 20:36:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0F34116A41F; Wed, 28 Sep 2005 20:36:52 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9823643D49; Wed, 28 Sep 2005 20:36:51 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8SKato5029131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Sep 2005 13:36:55 -0700 Message-ID: <433AFEDE.2000902@root.org> Date: Wed, 28 Sep 2005 13:36:46 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <433AEF82.5070007@root.org> <20050928193833.GA1235@garage.freebsd.pl> In-Reply-To: <20050928193833.GA1235@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 20:36:52 -0000 Pawel Jakub Dawidek wrote: > On Wed, Sep 28, 2005 at 12:31:14PM -0700, Nate Lawson wrote: > +> Pawel Jakub Dawidek wrote: > +> >pjd 2005-09-28 19:20:49 UTC > +> > FreeBSD src repository > +> > Modified files: > +> > sys/dev/bge if_bge.c Log: > +> > Implement suspend/resume methods to be more ACPI friendly. > +> > I'm able to suspend/resume my laptop without this change, but then I need > +> > to wait for the watchdog to reset the card. > +> > With this change, it is ready immediately. > +> > Glanced at by: glebius > +> > Revision Changes Path > +> > 1.96 +36 -0 src/sys/dev/bge/if_bge.c > +> > +> Great, thanks! To other developers with hardware that doesn't work for suspend/resume, this is the area that needs the most improvement. There are known cases of at least > +> agp and apic breaking resume. > > On my ThinkPad t43 suspend/resume works just fine in most cases, but > sometimes (once every ~20 suspends) it stops before turning off LCD - > the moon-led is turned on, but LCD is on as well and system freeze > hard. > What kind of debug can I add to track down the problem? > Can we printf some steps done on suspend (which device's suspend method > is called, etc.)? I've heard disabling apic helps T42s, otherwise they get a hard hang. It's difficult to print the driver progress while suspending because the function call stack is recursive, not iterative. For example, root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that exists). You'd have to add a printf in every driver and bus. A better way might be to add printf or KTR to bus_generic_suspend() to print the device name before calling its method. BTW, I'm working on committing a patch that adds KTR to acpi so we can track down issues like this although the device suspending stuff should be done separately as listed above. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Sep 28 20:41:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1FC2916A41F; Wed, 28 Sep 2005 20:41:46 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9336543D48; Wed, 28 Sep 2005 20:41:45 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8SKfjNx022869; Wed, 28 Sep 2005 13:41:45 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8SKfjMH022868; Wed, 28 Sep 2005 13:41:45 -0700 Date: Wed, 28 Sep 2005 13:41:45 -0700 From: Brooks Davis To: Hajimu UMEMOTO , 4@odin.ac.hmc.edu Message-ID: <20050928204145.GA20866@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 20:41:46 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 05:27:53AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 13:14:31 -0700 > >>>>> Brooks Davis said: >=20 > brooks> On Thu, Sep 29, 2005 at 05:11:10AM +0900, Hajimu UMEMOTO wrote: > > Hi, > >=20 > > >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) > > >>>>> Brooks Davis said: > >=20 > > brooks> Modified files: > > brooks> etc pccard_ether=20 > > brooks> Log: > > brooks> Be less IPv4 centric. When checking if the interface is alre= ady > > brooks> configured, check if the UP flag is set instead of checking f= or the > > brooks> netmask keyword. > >=20 > > Umm, it means we cannot use pccard_ether for already upped interface, > > anymore. :( >=20 > brooks> That's correct. What is the specific use case you are concerned = about? >=20 > I'm calling pccard_ether from my tool to manage interface for laptop > environment. I want to invoke dhclient after linkup to avoid weired > delay. I need to up wireless interface before calling pccard_ether to > confirm that a link could be associated. >=20 > http://www.imasy.or.jp/~ume/FreeBSD/ifstatd-20050926.tar.gz If you just want dhclient just use /etc/rc.d/dhclient to start it. pccard_ether does more than that. Specificaly it calls /etc/rc.d/netif which may do static confirguration, start wpa_supplicant, and start dhclient. Then it does some routing configuration for static interfaces and finaly does IPv6 configuraition of the interface. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDOwAIXY6L6fI4GtQRApzoAJwLa+AAJaR1QP04fjLdWnfrsqOb9gCgxnoi Sq6Jmru9/KxAvW0JNffTY8s= =tRIf -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 20:42:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 F17A316A41F; Wed, 28 Sep 2005 20:42:27 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9916D43D48; Wed, 28 Sep 2005 20:42:27 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8SKgRnO023025; Wed, 28 Sep 2005 13:42:27 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8SKgRXL023024; Wed, 28 Sep 2005 13:42:27 -0700 Date: Wed, 28 Sep 2005 13:42:27 -0700 From: Brooks Davis To: Hajimu UMEMOTO Message-ID: <20050928204145.GA20866@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EuxKj2iCbKjpUGkD" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 20:42:28 -0000 --EuxKj2iCbKjpUGkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 05:27:53AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 13:14:31 -0700 > >>>>> Brooks Davis said: >=20 > brooks> On Thu, Sep 29, 2005 at 05:11:10AM +0900, Hajimu UMEMOTO wrote: > > Hi, > >=20 > > >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) > > >>>>> Brooks Davis said: > >=20 > > brooks> Modified files: > > brooks> etc pccard_ether=20 > > brooks> Log: > > brooks> Be less IPv4 centric. When checking if the interface is alre= ady > > brooks> configured, check if the UP flag is set instead of checking f= or the > > brooks> netmask keyword. > >=20 > > Umm, it means we cannot use pccard_ether for already upped interface, > > anymore. :( >=20 > brooks> That's correct. What is the specific use case you are concerned = about? >=20 > I'm calling pccard_ether from my tool to manage interface for laptop > environment. I want to invoke dhclient after linkup to avoid weired > delay. I need to up wireless interface before calling pccard_ether to > confirm that a link could be associated. >=20 > http://www.imasy.or.jp/~ume/FreeBSD/ifstatd-20050926.tar.gz If you just want dhclient just use /etc/rc.d/dhclient to start it. pccard_ether does more than that. Specificaly it calls /etc/rc.d/netif which may do static confirguration, start wpa_supplicant, and start dhclient. Then it does some routing configuration for static interfaces and finaly does IPv6 configuraition of the interface. pccard_ether is intended to configure a cold interface on insert. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --EuxKj2iCbKjpUGkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDOwAyXY6L6fI4GtQRAqHgAKCnOeAdA/r1exFmdJE+4EXdno0laACfbxyl EJlVseq+vhhUVogo2SL0W+Y= =GiP7 -----END PGP SIGNATURE----- --EuxKj2iCbKjpUGkD-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 21:10:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8483816A421; Wed, 28 Sep 2005 21:10:12 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B2243D64; Wed, 28 Sep 2005 21:10:02 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:+ryu0lIOwUTk674QtSLZvAWFpMct94yNjoPyOepz/mCpKvVU8FvtfQ8VtdTbO3uW@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id j8SL9qQh054695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 06:09:53 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 29 Sep 2005 06:09:52 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <20050928204145.GA20866@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> <20050928204145.GA20866@odin.ac.hmc.edu> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA5 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 29 Sep 2005 06:09:54 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, 4@odin.ac.hmc.edu Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 21:10:12 -0000 Hi, >>>>> On Wed, 28 Sep 2005 13:41:45 -0700 >>>>> Brooks Davis said: brooks> If you just want dhclient just use /etc/rc.d/dhclient to start it. brooks> pccard_ether does more than that. Specificaly it calls /etc/rc.d/netif brooks> which may do static confirguration, start wpa_supplicant, and start brooks> dhclient. Then it does some routing configuration for static interfaces brooks> and finaly does IPv6 configuraition of the interface. Yup, since we have such convenient script as pccard_ether already, we can just use it. Perhaps, I'm not the only person who use it. :) Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Wed Sep 28 21:18:28 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 6A24516A41F; Wed, 28 Sep 2005 21:18:28 +0000 (GMT) (envelope-from schmidtm@mathematik.uni-marburg.de) Received: from outpost.cyberadaptor.de (outpost.cyberadaptor.de [213.133.123.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000D543D49; Wed, 28 Sep 2005 21:18:27 +0000 (GMT) (envelope-from schmidtm@mathematik.uni-marburg.de) Received: from p54ae209a.dip0.t-ipconnect.de ([84.174.32.154] helo=mail.xhr.gi.mrm) by outpost.cyberadaptor.de with asmtp (Exim 3.35 #1 (Debian)) id 1EKjJq-0002wp-00; Wed, 28 Sep 2005 23:18:26 +0200 Received: from [10.253.195.98] (zwerg [10.253.195.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.xhr.gi.mrm (Postfix) with ESMTP id D094C46ABC; Wed, 28 Sep 2005 23:18:24 +0200 (CEST) Message-ID: <433B08A0.4010004@mathematik.uni-marburg.de> Date: Wed, 28 Sep 2005 23:18:24 +0200 From: Matthias Schmidt User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050806) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200509281920.j8SJKn9C044794@repoman.freebsd.org> In-Reply-To: <200509281920.j8SJKn9C044794@repoman.freebsd.org> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 21:18:28 -0000 Hi Pawel, Pawel Jakub Dawidek wrote: > pjd 2005-09-28 19:20:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c > Log: > Implement suspend/resume methods to be more ACPI friendly. > I'm able to suspend/resume my laptop without this change, but then I need > to wait for the watchdog to reset the card. > With this change, it is ready immediately. Do you plan to MFC this? I have a T43 too and waiting for the watchdog is really annoing ;) Matthias From owner-cvs-src@FreeBSD.ORG Wed Sep 28 21:26:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 651FD16A41F; Wed, 28 Sep 2005 21:26:37 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FD743D48; Wed, 28 Sep 2005 21:26:36 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 1BBCC52CD0; Wed, 28 Sep 2005 23:26:35 +0200 (CEST) Received: from localhost (dkc128.neoplus.adsl.tpnet.pl [83.24.6.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id E72CD52CA8; Wed, 28 Sep 2005 23:26:28 +0200 (CEST) Date: Wed, 28 Sep 2005 23:26:22 +0200 From: Pawel Jakub Dawidek To: Matthias Schmidt Message-ID: <20050928212621.GB1235@garage.freebsd.pl> References: <200509281920.j8SJKn9C044794@repoman.freebsd.org> <433B08A0.4010004@mathematik.uni-marburg.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline In-Reply-To: <433B08A0.4010004@mathematik.uni-marburg.de> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 21:26:37 -0000 --V0207lvV8h4k8FAm Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 11:18:24PM +0200, Matthias Schmidt wrote: +> Hi Pawel, +>=20 +> Pawel Jakub Dawidek wrote: +> >pjd 2005-09-28 19:20:49 UTC +> > FreeBSD src repository +> > Modified files: +> > sys/dev/bge if_bge.c Log: +> > Implement suspend/resume methods to be more ACPI friendly. +> > I'm able to suspend/resume my laptop without this change, but then I = need +> > to wait for the watchdog to reset the card. +> > With this change, it is ready immediately. +>=20 +> Do you plan to MFC this? I have a T43 too and waiting for the watchdog = is really annoing ;) Maybe, if it gets more testing. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDOwp9ForvXbEpPzQRAsA0AKCtLMVgQZKRMz6g3OfOkQNXs0FDOgCg+NNP YlkqM7v8ROtOfkqvUrjrhcI= =S7/G -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 22:05:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5AB7616A41F; Wed, 28 Sep 2005 22:05:50 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30D843D48; Wed, 28 Sep 2005 22:05:49 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8SM5nf9003814; Wed, 28 Sep 2005 15:05:49 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8SM5nme003813; Wed, 28 Sep 2005 15:05:49 -0700 Date: Wed, 28 Sep 2005 15:05:49 -0700 From: Brooks Davis To: Hajimu UMEMOTO Message-ID: <20050928220549.GA28378@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> <20050928204145.GA20866@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 22:05:50 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 06:09:52AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 13:41:45 -0700 > >>>>> Brooks Davis said: >=20 > brooks> If you just want dhclient just use /etc/rc.d/dhclient to start it. > brooks> pccard_ether does more than that. Specificaly it calls /etc/rc.d= /netif > brooks> which may do static confirguration, start wpa_supplicant, and sta= rt > brooks> dhclient. Then it does some routing configuration for static int= erfaces > brooks> and finaly does IPv6 configuraition of the interface. >=20 > Yup, since we have such convenient script as pccard_ether already, we > can just use it. Perhaps, I'm not the only person who use it. :) I'm not sure the static routing stuff should exist at all. It's certainly using undocumented variables and without profile.sh type probing the current support is pretty much useless for removable interfaces. The IPv6 interface configuration really needs to move into /etc/rc.d/netif. Overall I think /etc/rc.d/network_ipv6 needs to die if IPv6 is ever going to be anything by a second class citizen in the startup scripts. My goal is to do away with /etc/pccard_ether in some future release, but it's go functionality I can't replace yet. How would you feel about a forcestart option as a compromise for now? That would override both the AUTO check and the up check. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDOxO8XY6L6fI4GtQRAoJNAKChzLYyJcBnoBDyTagxK+8xXgJzngCgljMg zfWFluTzyPwOxG+yLFZGdeA= =JHl2 -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-cvs-src@FreeBSD.ORG Wed Sep 28 23:39:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2B32616A420 for ; Wed, 28 Sep 2005 23:39:51 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 4022B43D5A for ; Wed, 28 Sep 2005 23:39:48 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 13255 invoked by uid 399); 28 Sep 2005 23:39:47 -0000 Received: from mail1.fluidhosting.com (204.14.90.61) by mail2.fluidhosting.com with SMTP; 28 Sep 2005 23:39:47 -0000 Received: (qmail 65575 invoked by uid 399); 28 Sep 2005 23:39:47 -0000 Received: from localhost (HELO ?192.168.0.5?) (dougb@dougbarton.net@127.0.0.1) by localhost with SMTP; 28 Sep 2005 23:39:47 -0000 Message-ID: <433B29C2.10504@FreeBSD.org> Date: Wed, 28 Sep 2005 16:39:46 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200509270751.j8R7pjbj068445@repoman.freebsd.org> <433A04D4.9040602@portaone.com> <200509281304.29338.jhb@FreeBSD.org> In-Reply-To: <200509281304.29338.jhb@FreeBSD.org> X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, Maxim.Sobolev@portaone.com, Kirill Ponomarew , src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Sep 2005 23:39:51 -0000 John Baldwin wrote: > On Tuesday 27 September 2005 10:49 pm, Maxim Sobolev wrote: > >>IMHO this is an ugly hack. Handling some packages differently purely >>based on their name is simply a completely wrong way to go. The proper >>way to implement this is to add additional PLIST flag which will tell >>pkg_* tools to ignore absent origin. > > > Umm, there's a bit of a chicken and egg in that if you could edit the package > in question to put a custom @noorigin in the packing list you could already > just put a bogus @origin in the packing list. I think the warning should just > be shut up across the board anyways as not all pkg's have valid origins. Unless a good reason can be found for the check, I agree with John here. Doug From owner-cvs-src@FreeBSD.ORG Thu Sep 29 01:40:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2281116A41F; Thu, 29 Sep 2005 01:40:04 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDE243D48; Thu, 29 Sep 2005 01:40:03 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T1e3Ln072503; Thu, 29 Sep 2005 01:40:03 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T1e3UN072502; Thu, 29 Sep 2005 01:40:03 GMT (envelope-from jkoshy) Message-Id: <200509290140.j8T1e3UN072502@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 29 Sep 2005 01:40:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmccontrol pmccontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 01:40:04 -0000 jkoshy 2005-09-29 01:40:03 UTC FreeBSD src repository Modified files: usr.sbin/pmccontrol pmccontrol.c Log: The 'intr_bufferfull' driver statistic actually counts the number of times sampling was stopped due to a space shortage; change its description in the output of `pmcstat -s` to match reality. MFC after: 3 days Revision Changes Path 1.5 +1 -1 src/usr.sbin/pmccontrol/pmccontrol.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 05:45:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0BA0B16A41F; Thu, 29 Sep 2005 05:45:36 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACF343D48; Thu, 29 Sep 2005 05:45:34 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:FRx+X6FvkeVh+sbSw85smftJaAhXyDqMcUIIAR3/Hzh9HIugBWuLgjhUsqSUgPFO@localhost [IPv6:::1]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id j8T5jPW5084473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 14:45:28 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 29 Sep 2005 14:45:25 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <20050928220549.GA28378@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> <20050928204145.GA20866@odin.ac.hmc.edu> <20050928220549.GA28378@odin.ac.hmc.edu> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 5.4-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:::1]); Thu, 29 Sep 2005 14:45:29 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 05:45:36 -0000 Hi, >>>>> On Wed, 28 Sep 2005 15:05:49 -0700 >>>>> Brooks Davis said: brooks> How would you feel about a forcestart option as a compromise for now? brooks> That would override both the AUTO check and the up check. Yes, I'll be happy with your offer. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Thu Sep 29 08:56:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0334416A41F; Thu, 29 Sep 2005 08:56:17 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B1B43D4C; Thu, 29 Sep 2005 08:56:16 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T8uGvq006195; Thu, 29 Sep 2005 08:56:16 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T8uGVG006194; Thu, 29 Sep 2005 08:56:16 GMT (envelope-from pjd) Message-Id: <200509290856.j8T8uGVG006194@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 29 Sep 2005 08:56:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/mirror gmirror.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 08:56:17 -0000 pjd 2005-09-29 08:56:15 UTC FreeBSD src repository Modified files: sbin/geom/class/mirror gmirror.8 Log: Add a note in example as well, that last sector is used for metadata, so it don't provoke confusions. Noticed by: Victor Sudakov MFC after: 2 days Revision Changes Path 1.17 +2 -1 src/sbin/geom/class/mirror/gmirror.8 From owner-cvs-src@FreeBSD.ORG Thu Sep 29 10:37:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0D63816A41F; Thu, 29 Sep 2005 10:37:21 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DA043D48; Thu, 29 Sep 2005 10:37:20 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TAbKw4010228; Thu, 29 Sep 2005 10:37:20 GMT (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TAbKdI010227; Thu, 29 Sep 2005 10:37:20 GMT (envelope-from peadar) Message-Id: <200509291037.j8TAbKdI010227@repoman.freebsd.org> From: Peter Edwards Date: Thu, 29 Sep 2005 10:37:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 10:37:21 -0000 peadar 2005-09-29 10:37:20 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Close a race in biodone(), whereby the bio_done field of the passed bio may have been freed and reassigned by the wakeup before being tested after releasing the bdonelock. There's a non-zero chance this is the cause of a few of the crashes knocking around with biodone() sitting in the stack backtrace. Reviewed By: phk@ Revision Changes Path 1.494 +5 -3 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 11:17:55 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AD5F216A420; Thu, 29 Sep 2005 11:17:55 +0000 (GMT) Date: Thu, 29 Sep 2005 11:17:55 +0000 From: Alexey Dokuchaev To: Peter Jeremy Message-ID: <20050929111755.GB72050@FreeBSD.org> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <20050928131019.GB24355@garage.freebsd.pl> <20050928190216.GB72352@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050928190216.GB72352@cirb503493.alcatel.com.au> User-Agent: Mutt/1.4.2.1i Cc: src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-src@freebsd.org, cvs-all@freebsd.org, Ceri Davies , Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 11:17:55 -0000 On Thu, Sep 29, 2005 at 05:02:16AM +1000, Peter Jeremy wrote: > On Wed, 2005-Sep-28 15:10:19 +0200, Pawel Jakub Dawidek wrote: > >On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: > >+> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > >+> > kensmith 2005-09-28 12:39:00 UTC > >+> > > >+> > FreeBSD src repository > >+> > > >+> > Modified files: > >+> > release Makefile > >+> > Log: > >+> > Add SHA256 checksums to the release build. > >+> > >+> Good idea. Along these lines, does anyone know what the barriers are > >+> in moving the default password hash from md5 to blowfish (not for > >+> RELENG_6, just in general), or has it just not been done yet? > > You need to a line "crypt_default = blf" to /etc/auth.conf And you also have to change /etc/login.conf in the same manner for passwd(1) to work. ./danfe From owner-cvs-src@FreeBSD.ORG Thu Sep 29 11:56:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DA7F216A420; Thu, 29 Sep 2005 11:56:23 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218E243D76; Thu, 29 Sep 2005 11:56:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TBuGiC013356; Thu, 29 Sep 2005 11:56:16 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TBuGOA013355; Thu, 29 Sep 2005 11:56:16 GMT (envelope-from fjoe) Message-Id: <200509291156.j8TBuGOA013355@repoman.freebsd.org> From: Max Khon Date: Thu, 29 Sep 2005 11:56:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/geom/geom_uzip Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 11:56:24 -0000 fjoe 2005-09-29 11:56:16 UTC FreeBSD src repository Modified files: sys/modules/geom/geom_uzip Makefile Log: Add -DINVARIANT_SUPPORT -DINVARIANTS (to commented out CFLAGS, used for debugging). Revision Changes Path 1.3 +1 -1 src/sys/modules/geom/geom_uzip/Makefile From owner-cvs-src@FreeBSD.ORG Thu Sep 29 12:31:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 06FA016A41F; Thu, 29 Sep 2005 12:31:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0D943D53; Thu, 29 Sep 2005 12:31:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TCViLS014722; Thu, 29 Sep 2005 12:31:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TCViWY014721; Thu, 29 Sep 2005 12:31:44 GMT (envelope-from phk) Message-Id: <200509291231.j8TCViWY014721@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 29 Sep 2005 12:31:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/watchdog watchdog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 12:31:45 -0000 phk 2005-09-29 12:31:44 UTC FreeBSD src repository Modified files: sys/dev/watchdog watchdog.c Log: Return zero when disabling watchdog, unless any of the drivers complain. Revision Changes Path 1.3 +6 -2 src/sys/dev/watchdog/watchdog.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 13:03:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 16BE416A420; Thu, 29 Sep 2005 13:03:55 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2BFF43D49; Thu, 29 Sep 2005 13:03:53 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 7D09052D13; Thu, 29 Sep 2005 15:03:52 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id BF7D852CD7; Thu, 29 Sep 2005 15:03:45 +0200 (CEST) Date: Thu, 29 Sep 2005 15:03:38 +0200 From: Pawel Jakub Dawidek To: Peter Edwards Message-ID: <20050929130338.GC1715@garage.freebsd.pl> References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0/kgSOzhNoDC5T3a" Content-Disposition: inline In-Reply-To: <200509291037.j8TAbKdI010227@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 13:03:55 -0000 --0/kgSOzhNoDC5T3a Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: +> peadar 2005-09-29 10:37:20 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern vfs_bio.c=20 +> Log: +> Close a race in biodone(), whereby the bio_done field of the passed +> bio may have been freed and reassigned by the wakeup before being +> tested after releasing the bdonelock. +> =20 +> There's a non-zero chance this is the cause of a few of the crashes +> knocking around with biodone() sitting in the stack backtrace. Should this fix the panic on boot in vmware? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --0/kgSOzhNoDC5T3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDO+YpForvXbEpPzQRAoj4AJ43TSi7Vdvt7DqJJoyC6QWt/yBJmwCdFMbO 4TAYj20P9mbnnwYjw5lZ1N0= =Aj0v -----END PGP SIGNATURE----- --0/kgSOzhNoDC5T3a-- From owner-cvs-src@FreeBSD.ORG Thu Sep 29 13:09:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 F3B5816A41F; Thu, 29 Sep 2005 13:09:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B537843D49; Thu, 29 Sep 2005 13:09:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TD94I0023621; Thu, 29 Sep 2005 13:09:04 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TD94NQ023620; Thu, 29 Sep 2005 13:09:04 GMT (envelope-from ru) Message-Id: <200509291309.j8TD94NQ023620@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 29 Sep 2005 13:09:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 13:09:05 -0000 ru 2005-09-29 13:09:04 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: err() -> errx() where appropriate. Revision Changes Path 1.26 +5 -5 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 13:19:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 104B116A41F; Thu, 29 Sep 2005 13:19:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C26C243D48; Thu, 29 Sep 2005 13:19:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDJB00024051; Thu, 29 Sep 2005 13:19:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDJBul024050; Thu, 29 Sep 2005 13:19:11 GMT (envelope-from glebius) Message-Id: <200509291319.j8TDJBul024050@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 29 Sep 2005 13:19:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/netstat if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 13:19:12 -0000 glebius 2005-09-29 13:19:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat if.c Log: MFC 1.62: - Print space character in show_stat(). Remove a lot of priuntf(" "). - Utilize show_stat() in sidewaysintpr() loop. This makes periodic statistics to honor -h flag. Approved by: re (kensmith) Revision Changes Path 1.58.8.3 +29 -37 src/usr.bin/netstat/if.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 13:23:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 85D0016A41F; Thu, 29 Sep 2005 13:23:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4411843D48; Thu, 29 Sep 2005 13:23:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDNZ9r024304; Thu, 29 Sep 2005 13:23:35 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDNZCQ024303; Thu, 29 Sep 2005 13:23:35 GMT (envelope-from glebius) Message-Id: <200509291323.j8TDNZCQ024303@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 29 Sep 2005 13:23:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 13:23:35 -0000 glebius 2005-09-29 13:23:35 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: In em_process_receive_interrupts() store and clear adapter->fmt. This make function reenterable. In the runtime the race is masked by serializing of em_process_receive_interrupts() either by interrupt thread, or by polling. The race can be triggered when polling is switched on or off. Revision Changes Path 1.73 +4 -2 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 13:49:09 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 ACCA916A41F for ; Thu, 29 Sep 2005 13:49:09 +0000 (GMT) (envelope-from peadar.edwards@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB2B143D49 for ; Thu, 29 Sep 2005 13:49:07 +0000 (GMT) (envelope-from peadar.edwards@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so222352nzd for ; Thu, 29 Sep 2005 06:49:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m+a03kqIBvhyhyGfCIS0LP4165BERghvGuBX0lFUJsjLcOeDRziGXFjHrc8BOcwhhbx2DuggkjxXKhCQL1EkyhukM/Hj96rObuGPGUF4MXAevPkiV6u1dqdjMfKdKaASfO3EoTii0Q8fSNtHdIvmbeCnErrmvrIvM7ldscK1TdA= Received: by 10.37.15.4 with SMTP id s4mr1817069nzi; Thu, 29 Sep 2005 06:49:07 -0700 (PDT) Received: by 10.36.68.16 with HTTP; Thu, 29 Sep 2005 06:49:07 -0700 (PDT) Message-ID: <34cb7c84050929064918862231@mail.gmail.com> Date: Thu, 29 Sep 2005 14:49:07 +0100 From: Peter Edwards To: Pawel Jakub Dawidek In-Reply-To: <20050929130338.GC1715@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <20050929130338.GC1715@garage.freebsd.pl> Cc: Peter Edwards , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Edwards List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:49:10 -0000 On 9/29/05, Pawel Jakub Dawidek wrote: > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > +> peadar 2005-09-29 10:37:20 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/kern vfs_bio.c > +> Log: > +> Close a race in biodone(), whereby the bio_done field of the passed > +> bio may have been freed and reassigned by the wakeup before being > +> tested after releasing the bdonelock. > +> > +> There's a non-zero chance this is the cause of a few of the crashes > +> knocking around with biodone() sitting in the stack backtrace. > > Should this fix the panic on boot in vmware? > That one falls under the "non-zero chance" mentioned above :-) The problem was very intermittent for me, and wanting the laptop not to fall over seemed to be a prerequisite to reproducing the panic, so I can't positively say it's fixed the problem yet. If you have a reliable way of reproducing the panic, can you try out the patch and let me know? From owner-cvs-src@FreeBSD.ORG Thu Sep 29 14:09:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8901F16A41F; Thu, 29 Sep 2005 14:09:47 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B4043D48; Thu, 29 Sep 2005 14:09:47 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TE9lhw026866; Thu, 29 Sep 2005 14:09:47 GMT (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TE9lvP026865; Thu, 29 Sep 2005 14:09:47 GMT (envelope-from peadar) Message-Id: <200509291409.j8TE9lvP026865@repoman.freebsd.org> From: Peter Edwards Date: Thu, 29 Sep 2005 14:09:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs bootsect.h msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 14:09:47 -0000 peadar 2005-09-29 14:09:46 UTC FreeBSD src repository Modified files: sys/fs/msdosfs bootsect.h msdosfs_vfsops.c Log: Remove checks for BOOTSIG[23] from FAT32 bootblocks. There seems to be very little documentary evidence outside this implementation to suggest a these checks are neccessary, and more than one camera-formatted flash disk fails the check, but mounts successfully on most other systems. Reviewed By: bde@ Revision Changes Path 1.13 +1 -5 src/sys/fs/msdosfs/bootsect.h 1.146 +1 -3 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 14:56:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 20CA416A41F; Thu, 29 Sep 2005 14:56:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1AA743D49; Thu, 29 Sep 2005 14:56:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TEuUtU028725; Thu, 29 Sep 2005 14:56:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TEuUmG028724; Thu, 29 Sep 2005 14:56:30 GMT (envelope-from jhb) Message-Id: <200509291456.j8TEuUmG028724@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 14:56:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/en if_en_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 14:56:31 -0000 jhb 2005-09-29 14:56:30 UTC FreeBSD src repository Modified files: sys/dev/en if_en_pci.c Log: - Use PCIR_BAR macro rather than hardcoding 0x10. - Use pci_enable_busmaster() rather than doing it by hand. - Remove duplicate if_free(). Revision Changes Path 1.40 +2 -6 src/sys/dev/en/if_en_pci.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 14:57:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 BF97E16A41F; Thu, 29 Sep 2005 14:57:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EDB443D48; Thu, 29 Sep 2005 14:57:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TEvpES028784; Thu, 29 Sep 2005 14:57:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TEvpM1028783; Thu, 29 Sep 2005 14:57:51 GMT (envelope-from imp) Message-Id: <200509291457.j8TEvpM1028783@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 14:57:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 14:57:51 -0000 imp 2005-09-29 14:57:51 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb_pci.c Log: I added the device IDs to the header, but not to the table. Add them to the table. MFC After: 3 days Revision Changes Path 1.12 +9 -0 src/sys/dev/pccbb/pccbb_pci.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 15:00:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 04DFA16A41F; Thu, 29 Sep 2005 15:00:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAED543D48; Thu, 29 Sep 2005 15:00:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF09xQ028953; Thu, 29 Sep 2005 15:00:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF09MF028952; Thu, 29 Sep 2005 15:00:09 GMT (envelope-from jhb) Message-Id: <200509291500.j8TF09MF028952@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 15:00:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci isa_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 15:00:10 -0000 jhb 2005-09-29 15:00:09 UTC FreeBSD src repository Modified files: sys/dev/pci isa_pci.c Log: Don't save and restore the ELCR register across suspend and resume for the Intel 82371AB PCI-ISA bridge. We now do this all the time for the !APIC case in the atpic driver. This cuts the raw line count for this driver by about 40%. MFC after: 1 week Revision Changes Path 1.13 +5 -100 src/sys/dev/pci/isa_pci.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 15:04:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4953216A41F; Thu, 29 Sep 2005 15:04:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D01D43D48; Thu, 29 Sep 2005 15:04:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF4frd029205; Thu, 29 Sep 2005 15:04:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF4fFe029204; Thu, 29 Sep 2005 15:04:41 GMT (envelope-from jhb) Message-Id: <200509291504.j8TF4fFe029204@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 15:04:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 15:04:42 -0000 jhb 2005-09-29 15:04:41 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: - Consolidate duplicated code for assigning interrupts to PCI devices via routing, etc. in a static pci_assign_interrupt() function. - Add a sledgehammer that allows the user to override the interrupt assignment of any PCI device via a tunable (e.g. "hw.pci0.7.INTB=5" would force any functions on the pci device in slot 7 of bus 0 that use B# to use IRQ 5). This should be used with great caution! Generally, if the interrupt routing in use provides specific tunables (such as hard-wiring the IRQ for a given $PIR or ACPI PCI link device), then those should be used instead. One instance where this tunable might be useful is if a box has an MPTable with duplicate entries for the same PCI device with different IRQs. MFC after: 1 week Revision Changes Path 1.299 +55 -17 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 15:04:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CC3B316A41F; Thu, 29 Sep 2005 15:04:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4E543D53; Thu, 29 Sep 2005 15:04:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF4wns029249; Thu, 29 Sep 2005 15:04:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF4wVl029248; Thu, 29 Sep 2005 15:04:58 GMT (envelope-from jhb) Message-Id: <200509291504.j8TF4wVl029248@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 15:04:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_tireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 15:04:59 -0000 jhb 2005-09-29 15:04:58 UTC FreeBSD src repository Modified files: sys/pci if_tireg.h Log: Typo. Revision Changes Path 1.32 +1 -1 src/sys/pci/if_tireg.h From owner-cvs-src@FreeBSD.ORG Thu Sep 29 15:19:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7251516A41F; Thu, 29 Sep 2005 15:19:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A7A43D49; Thu, 29 Sep 2005 15:19:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 3665046BAC; Thu, 29 Sep 2005 11:19:17 -0400 (EDT) Date: Thu, 29 Sep 2005 16:19:17 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tom Rhodes In-Reply-To: <20050928044624.2e052569.trhodes@FreeBSD.org> Message-ID: <20050929161804.F34322@fledge.watson.org> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Wilko Bulte , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 15:19:18 -0000 On Wed, 28 Sep 2005, Tom Rhodes wrote: >>>>> My 14-cpu machine thanks you :-) >>>> >>>> I'm curious: what machine model is that? >>> >>> Who cares about model, can I borrow it. :P >> >> A UE4500 is quite loud and quite hot. Not a box I would want at home. > > Could heat the house during those cold winter nights. :) I remember my old sparcstation hardware at CMU with some fondness for this reason -- on a cold Pittsburgh evening, overheating computer hardware was strictly necessary, even in the presence of decent radiators. However, with 14+ cooling fans for one machine, it did need to be a couple of rooms down. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Thu Sep 29 15:38:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 45D6F16A41F; Thu, 29 Sep 2005 15:38:06 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4FE543D49; Thu, 29 Sep 2005 15:38:05 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8TFc36j048498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 08:38:04 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <433C0A4B.8030504@errno.com> Date: Thu, 29 Sep 2005 08:37:47 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050927) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Edwards References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <20050929130338.GC1715@garage.freebsd.pl> <34cb7c84050929064918862231@mail.gmail.com> In-Reply-To: <34cb7c84050929064918862231@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Peter Edwards , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 15:38:06 -0000 Peter Edwards wrote: > On 9/29/05, Pawel Jakub Dawidek wrote: > >>On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: >>+> peadar 2005-09-29 10:37:20 UTC >>+> >>+> FreeBSD src repository >>+> >>+> Modified files: >>+> sys/kern vfs_bio.c >>+> Log: >>+> Close a race in biodone(), whereby the bio_done field of the passed >>+> bio may have been freed and reassigned by the wakeup before being >>+> tested after releasing the bdonelock. >>+> >>+> There's a non-zero chance this is the cause of a few of the crashes >>+> knocking around with biodone() sitting in the stack backtrace. >> >>Should this fix the panic on boot in vmware? >> > > > That one falls under the "non-zero chance" mentioned above :-) The > problem was very intermittent for me, and wanting the laptop not to > fall over seemed to be a prerequisite to reproducing the panic, so I > can't positively say it's fixed the problem yet. > > If you have a reliable way of reproducing the panic, can you try out > the patch and let me know? vmware is great for finding races like these because of the way it handles concurrency. I can remember finding many problems like this in "client operating systems" when I worked on it. Sam From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:00:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 07D0216A41F; Thu, 29 Sep 2005 16:00:47 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CD343D48; Thu, 29 Sep 2005 16:00:44 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8TG7JwK020093; Thu, 29 Sep 2005 12:07:19 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Pawel Jakub Dawidek Date: Thu, 29 Sep 2005 12:00:26 -0400 User-Agent: KMail/1.6.2 References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <20050929130338.GC1715@garage.freebsd.pl> In-Reply-To: <20050929130338.GC1715@garage.freebsd.pl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509291200.29735.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1104/Wed Sep 28 18:20:40 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Peter Edwards , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:00:47 -0000 On Thursday 29 September 2005 09:03 am, Pawel Jakub Dawidek wrote: > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > +> peadar 2005-09-29 10:37:20 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/kern vfs_bio.c > +> Log: > +> Close a race in biodone(), whereby the bio_done field of the > passed +> bio may have been freed and reassigned by the wakeup > before being +> tested after releasing the bdonelock. > +> > +> There's a non-zero chance this is the cause of a few of the > crashes +> knocking around with biodone() sitting in the stack > backtrace. > > Should this fix the panic on boot in vmware? I thought that might be it, too. I tried it with 6.0-BETA5 on QEMU but no change. :-( Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:07:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 17C0016A41F; Thu, 29 Sep 2005 16:07:01 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2948743D5A; Thu, 29 Sep 2005 16:07:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TG6xAY031949; Thu, 29 Sep 2005 16:06:59 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TG6xEP031948; Thu, 29 Sep 2005 16:06:59 GMT (envelope-from phk) Message-Id: <200509291606.j8TG6xEP031948@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 29 Sep 2005 16:06:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:07:01 -0000 phk 2005-09-29 16:06:59 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Fix a bug in disk geometry calculation. Fix NANO_TOOLS usage in FlashDevice() Revision Changes Path 1.15 +12 -4 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:17:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8882F16A41F; Thu, 29 Sep 2005 16:17:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFD443D68; Thu, 29 Sep 2005 16:17:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 29 Sep 2005 12:32:49 -0400 From: John Baldwin To: Nate Lawson Date: Thu, 29 Sep 2005 10:54:38 -0400 User-Agent: KMail/1.8 References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <20050928193833.GA1235@garage.freebsd.pl> <433AFEDE.2000902@root.org> In-Reply-To: <433AFEDE.2000902@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509291054.40587.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:17:24 -0000 On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: > Pawel Jakub Dawidek wrote: > > On Wed, Sep 28, 2005 at 12:31:14PM -0700, Nate Lawson wrote: > > +> Pawel Jakub Dawidek wrote: > > +> >pjd 2005-09-28 19:20:49 UTC > > +> > FreeBSD src repository > > +> > Modified files: > > +> > sys/dev/bge if_bge.c Log: > > +> > Implement suspend/resume methods to be more ACPI friendly. > > +> > I'm able to suspend/resume my laptop without this change, but then > > I need +> > to wait for the watchdog to reset the card. > > +> > With this change, it is ready immediately. > > +> > Glanced at by: glebius > > +> > Revision Changes Path > > +> > 1.96 +36 -0 src/sys/dev/bge/if_bge.c > > +> > > +> Great, thanks! To other developers with hardware that doesn't work > > for suspend/resume, this is the area that needs the most improvement. > > There are known cases of at least +> agp and apic breaking resume. > > > > On my ThinkPad t43 suspend/resume works just fine in most cases, but > > sometimes (once every ~20 suspends) it stops before turning off LCD - > > the moon-led is turned on, but LCD is on as well and system freeze > > hard. > > What kind of debug can I add to track down the problem? > > Can we printf some steps done on suspend (which device's suspend method > > is called, etc.)? > > I've heard disabling apic helps T42s, otherwise they get a hard hang. > It's difficult to print the driver progress while suspending because the > function call stack is recursive, not iterative. For example, > root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that > exists). You'd have to add a printf in every driver and bus. A better > way might be to add printf or KTR to bus_generic_suspend() to print the > device name before calling its method. > > BTW, I'm working on committing a patch that adds KTR to acpi so we can > track down issues like this although the device suspending stuff should > be done separately as listed above. BTW, the issue with APIC on some systems is that when we use the APIC, the current code doesn't end up doing suspend/resume for the ATPIC and so it ends up in some random state. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:33:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8E70516A41F; Thu, 29 Sep 2005 16:33:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4009443D49; Thu, 29 Sep 2005 16:33:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id E9B691A3C1F; Thu, 29 Sep 2005 09:33:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6A593513C0; Thu, 29 Sep 2005 12:33:50 -0400 (EDT) Date: Thu, 29 Sep 2005 12:33:50 -0400 From: Kris Kennaway To: Jung-uk Kim Message-ID: <20050929163350.GA53677@xor.obsecurity.org> References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <20050929130338.GC1715@garage.freebsd.pl> <200509291200.29735.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <200509291200.29735.jkim@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: Peter Edwards , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:33:57 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 12:00:26PM -0400, Jung-uk Kim wrote: > On Thursday 29 September 2005 09:03 am, Pawel Jakub Dawidek wrote: > > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > > +> peadar 2005-09-29 10:37:20 UTC > > +> > > +> FreeBSD src repository > > +> > > +> Modified files: > > +> sys/kern vfs_bio.c > > +> Log: > > +> Close a race in biodone(), whereby the bio_done field of the > > passed +> bio may have been freed and reassigned by the wakeup > > before being +> tested after releasing the bdonelock. > > +> > > +> There's a non-zero chance this is the cause of a few of the > > crashes +> knocking around with biodone() sitting in the stack > > backtrace. > > > > Should this fix the panic on boot in vmware? >=20 > I thought that might be it, too. I tried it with 6.0-BETA5 on QEMU=20 > but no change. :-( This patch is not part of 6.0-BETA5. Kris --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDPBdtWry0BWjoQKURAnaoAJ920TDdOdzTLDcIqEBKWqEtLyV77ACg2zsB z3OEfCVt6kj3M8kDPDCKUVk= =FOJ3 -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:37:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8FE5016A41F; Thu, 29 Sep 2005 16:37:34 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2204743D5D; Thu, 29 Sep 2005 16:37:33 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8TGiAWM021904; Thu, 29 Sep 2005 12:44:10 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Kris Kennaway Date: Thu, 29 Sep 2005 12:37:18 -0400 User-Agent: KMail/1.6.2 References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <200509291200.29735.jkim@FreeBSD.org> <20050929163350.GA53677@xor.obsecurity.org> In-Reply-To: <20050929163350.GA53677@xor.obsecurity.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509291237.19873.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1104/Wed Sep 28 18:20:40 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Peter Edwards , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:37:34 -0000 On Thursday 29 September 2005 12:33 pm, Kris Kennaway wrote: > On Thu, Sep 29, 2005 at 12:00:26PM -0400, Jung-uk Kim wrote: > > On Thursday 29 September 2005 09:03 am, Pawel Jakub Dawidek wrote: > > > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > > > +> peadar 2005-09-29 10:37:20 UTC > > > +> > > > +> FreeBSD src repository > > > +> > > > +> Modified files: > > > +> sys/kern vfs_bio.c > > > +> Log: > > > +> Close a race in biodone(), whereby the bio_done field of > > > the passed +> bio may have been freed and reassigned by the > > > wakeup before being +> tested after releasing the bdonelock. > > > +> > > > +> There's a non-zero chance this is the cause of a few of > > > the crashes +> knocking around with biodone() sitting in the > > > stack backtrace. > > > > > > Should this fix the panic on boot in vmware? > > > > I thought that might be it, too. I tried it with 6.0-BETA5 on > > QEMU but no change. :-( > > This patch is not part of 6.0-BETA5. I meant 6.0-BETA5 with patched kernel, of course. I am sorry about the confusion. Jung-uk Kim > Kris From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:45:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5F61216A41F; Thu, 29 Sep 2005 16:45:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3DF43D4C; Thu, 29 Sep 2005 16:45:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TGjrR7033348; Thu, 29 Sep 2005 16:45:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TGjrMi033347; Thu, 29 Sep 2005 16:45:53 GMT (envelope-from imp) Message-Id: <200509291645.j8TGjrMi033347@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 16:45:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 cardbus.4 pccard.4 pccbb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:45:54 -0000 imp 2005-09-29 16:45:53 UTC FreeBSD src repository Modified files: share/man/man4 cardbus.4 pccard.4 pccbb.4 Log: Dcoument typical debugging options, plus the new CIS device for pccard. Revision Changes Path 1.5 +15 -0 src/share/man/man4/cardbus.4 1.6 +33 -2 src/share/man/man4/pccard.4 1.7 +12 -0 src/share/man/man4/pccbb.4 From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:47:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1CFB316A41F; Thu, 29 Sep 2005 16:47:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B039B43D4C; Thu, 29 Sep 2005 16:47:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TGl8eO037898; Thu, 29 Sep 2005 16:47:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TGl8Up037879; Thu, 29 Sep 2005 16:47:08 GMT (envelope-from jhb) Message-Id: <200509291647.j8TGl8Up037879@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 16:47:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_ti.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:47:09 -0000 jhb 2005-09-29 16:47:08 UTC FreeBSD src repository Modified files: sys/pci if_ti.c Log: Use if_printf() and device_printf(). Revision Changes Path 1.111 +92 -90 src/sys/pci/if_ti.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:52:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4035716A41F; Thu, 29 Sep 2005 16:52:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 115D843D48; Thu, 29 Sep 2005 16:52:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TGqJgD040867; Thu, 29 Sep 2005 16:52:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TGqJhZ040866; Thu, 29 Sep 2005 16:52:19 GMT (envelope-from jhb) Message-Id: <200509291652.j8TGqJhZ040866@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 16:52:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rl.c if_rlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:52:20 -0000 jhb 2005-09-29 16:52:19 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c sys/pci if_rl.c if_rlreg.h Log: - Use if_printf() and device_printf() in re(4) and remove rl_unit from the softc. - Use callout_init_mtx() and rather than timeout/untimeout in both rl(4) and re(4). - Fix locking for ifmedia by locking the driver in the ifmedia handlers rather than in the miibus functions. (re(4) didn't lock the mii stuff at all!) - Fix some locking in re_ioctl(). Note: the two drivers share the same softc declared in if_rlreg.h, so they had to be change simultaneously. MFC after: 1 week Tested by: several on rl(4), none on re(4) Revision Changes Path 1.55 +49 -54 src/sys/dev/re/if_re.c 1.157 +11 -17 src/sys/pci/if_rl.c 1.53 +1 -2 src/sys/pci/if_rlreg.h From owner-cvs-src@FreeBSD.ORG Thu Sep 29 16:57:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3FC0516A41F; Thu, 29 Sep 2005 16:57:13 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D3B43D48; Thu, 29 Sep 2005 16:57:12 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8TH3lB3022747; Thu, 29 Sep 2005 13:03:47 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Peter Edwards Date: Thu, 29 Sep 2005 12:56:46 -0400 User-Agent: KMail/1.6.2 References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <200509291200.29735.jkim@FreeBSD.org> <34cb7c8405092909181163c887@mail.gmail.com> In-Reply-To: <34cb7c8405092909181163c887@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509291256.55435.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1104/Wed Sep 28 18:20:40 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 16:57:13 -0000 On Thursday 29 September 2005 12:18 pm, Peter Edwards wrote: > On 9/29/05, Jung-uk Kim wrote: > > On Thursday 29 September 2005 09:03 am, Pawel Jakub Dawidek wrote: > > > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > > > +> peadar 2005-09-29 10:37:20 UTC > > > +> > > > +> FreeBSD src repository > > > +> > > > +> Modified files: > > > +> sys/kern vfs_bio.c > > > +> Log: > > > +> Close a race in biodone(), whereby the bio_done field of > > > the passed +> bio may have been freed and reassigned by the > > > wakeup before being +> tested after releasing the bdonelock. > > > +> > > > +> There's a non-zero chance this is the cause of a few of > > > the crashes +> knocking around with biodone() sitting in the > > > stack backtrace. > > > > > > Should this fix the panic on boot in vmware? > > > > I thought that might be it, too. I tried it with 6.0-BETA5 on > > QEMU but no change. :-( > > Ah: If it fails in QEMU, I might be able to reproduce it. FYI, the most reliable way to reproduce is to 'tar tfv BIG_TARBALL' from CD-ROM image. I have been using 16 MB something.tar.bz2 file as a test case. 100% success. BTW, depending on the emulated CD-ROM mode, i. e., DMA or PIO, you will see different crash because of different code path. DMA case: http://www.freebsd.org/cgi/query-pr.cgi?pr=84102 PIO case: http://docs.freebsd.org/cgi/mid.cgi?42C626C9.60206 It seems the similar things happened on real hardware: http://www.freebsd.org/cgi/query-pr.cgi?pr=84568 http://docs.freebsd.org/cgi/mid.cgi?20050921181336.GF72516 I am not sure they are really related but it looks very suspicious. BTW, 5.4 is okay. 5.4 with ATA mkIII patch is okay. 6.0 without PEEMPTION is okay. So, please don't blame it on the emulators. Like sam@ said, it is good tool to find real bugs without causing real damage. ;-) > Do you mean you replaced the 6.0-BETA5 with your own kernel, yes? Correct. Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Thu Sep 29 17:46:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C123316A41F; Thu, 29 Sep 2005 17:46:09 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2013143D4C; Thu, 29 Sep 2005 17:46:08 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8THk3FK005161; Thu, 29 Sep 2005 19:46:07 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8THk2Gl045551; Thu, 29 Sep 2005 19:46:02 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8THk2eC045550; Thu, 29 Sep 2005 19:46:02 +0200 (CEST) (envelope-from wb) Date: Thu, 29 Sep 2005 19:46:02 +0200 From: Wilko Bulte To: Robert Watson Message-ID: <20050929174602.GA45515@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050929161804.F34322@fledge.watson.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Tom Rhodes , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 17:46:09 -0000 On Thu, Sep 29, 2005 at 04:19:17PM +0100, Robert Watson wrote.. > On Wed, 28 Sep 2005, Tom Rhodes wrote: > > >>>>>My 14-cpu machine thanks you :-) > >>>> > >>>>I'm curious: what machine model is that? > >>> > >>>Who cares about model, can I borrow it. :P > >> > >>A UE4500 is quite loud and quite hot. Not a box I would want at home. > > > >Could heat the house during those cold winter nights. :) > > I remember my old sparcstation hardware at CMU with some fondness for this > reason -- on a cold Pittsburgh evening, overheating computer hardware was > strictly necessary, even in the presence of decent radiators. However, > with 14+ cooling fans for one machine, it did need to be a couple of rooms > down. Hum, yes. That is why I handed down my AS4100 to ticso ;) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Sep 29 17:49:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8601416A41F; Thu, 29 Sep 2005 17:49:22 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3079D43D49; Thu, 29 Sep 2005 17:49:21 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8THnPo5010760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Sep 2005 10:49:26 -0700 Message-ID: <433C291E.3050409@root.org> Date: Thu, 29 Sep 2005 10:49:18 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <20050928193833.GA1235@garage.freebsd.pl> <433AFEDE.2000902@root.org> <200509291054.40587.jhb@FreeBSD.org> In-Reply-To: <200509291054.40587.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 17:49:22 -0000 John Baldwin wrote: > On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: >>I've heard disabling apic helps T42s, otherwise they get a hard hang. >>It's difficult to print the driver progress while suspending because the >>function call stack is recursive, not iterative. For example, >>root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that >>exists). You'd have to add a printf in every driver and bus. A better >>way might be to add printf or KTR to bus_generic_suspend() to print the >>device name before calling its method. >> >>BTW, I'm working on committing a patch that adds KTR to acpi so we can >>track down issues like this although the device suspending stuff should >>be done separately as listed above. > > > BTW, the issue with APIC on some systems is that when we use the APIC, the > current code doesn't end up doing suspend/resume for the ATPIC and so it ends > up in some random state. > Ah, is a fix for that upcoming? :) -- Nate From owner-cvs-src@FreeBSD.ORG Thu Sep 29 18:07:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 15CB716A41F; Thu, 29 Sep 2005 18:07:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14B943D48; Thu, 29 Sep 2005 18:07:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 29 Sep 2005 14:23:01 -0400 From: John Baldwin To: Nate Lawson Date: Thu, 29 Sep 2005 14:06:17 -0400 User-Agent: KMail/1.8 References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <200509291054.40587.jhb@FreeBSD.org> <433C291E.3050409@root.org> In-Reply-To: <433C291E.3050409@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509291406.19775.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 18:07:02 -0000 On Thursday 29 September 2005 01:49 pm, Nate Lawson wrote: > John Baldwin wrote: > > On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: > >>I've heard disabling apic helps T42s, otherwise they get a hard hang. > >>It's difficult to print the driver progress while suspending because the > >>function call stack is recursive, not iterative. For example, > >>root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that > >>exists). You'd have to add a printf in every driver and bus. A better > >>way might be to add printf or KTR to bus_generic_suspend() to print the > >>device name before calling its method. > >> > >>BTW, I'm working on committing a patch that adds KTR to acpi so we can > >>track down issues like this although the device suspending stuff should > >>be done separately as listed above. > > > > BTW, the issue with APIC on some systems is that when we use the APIC, > > the current code doesn't end up doing suspend/resume for the ATPIC and so > > it ends up in some random state. > > Ah, is a fix for that upcoming? :) It's in my head. I think I need to rework the suspend/resume support in the x86 interrupt code to instead of doing all the interrupt sources, having the atpic and apic code register pic devices in a separate list that gets iterated on suspend and resume. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Sep 29 18:40:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E19D016A420; Thu, 29 Sep 2005 18:40:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACC943D5A; Thu, 29 Sep 2005 18:40:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIeanU061811; Thu, 29 Sep 2005 18:40:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIeaKK061810; Thu, 29 Sep 2005 18:40:36 GMT (envelope-from rwatson) Message-Id: <200509291840.j8TIeaKK061810@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 Sep 2005 18:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_prf.c src/sys/nfsclient nfs_socket.c src/sys/rpc rpcclnt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 18:40:37 -0000 rwatson 2005-09-29 18:40:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_prf.c sys/nfsclient nfs_socket.c sys/rpc rpcclnt.c Log: Merge subr_prof.c:1.119, 1.120, 1.121, nfs_socket.c:1.130, rpcclnt.c:1.14 from HEAD to RELENG_6: Acquire Giant in uprintf() and tprintf() due to the non-MPSAFEty of the tty code invoked from these functions. In two cases, during timeout handling in NFS-related RPC client code, acquire Giant in the caller before other mutexes the caller might hold, in order to avoid lock order reversals with Giant (a recursive acquire is not a reversal as it won't ever wait). Correct age-old comments about uprintf()/tprintf() sleeping: they will never sleep. Much useful feedback from: bde Approved by: re (scottl) Revision Changes Path 1.116.2.2 +13 -8 src/sys/kern/subr_prf.c 1.125.2.2 +13 -1 src/sys/nfsclient/nfs_socket.c 1.13.2.1 +8 -1 src/sys/rpc/rpcclnt.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 18:45:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 AEA9A16A41F; Thu, 29 Sep 2005 18:45:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF2343D48; Thu, 29 Sep 2005 18:45:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIj2Oq062002; Thu, 29 Sep 2005 18:45:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIj2R5062001; Thu, 29 Sep 2005 18:45:02 GMT (envelope-from rwatson) Message-Id: <200509291845.j8TIj2R5062001@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 Sep 2005 18:45:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 18:45:02 -0000 rwatson 2005-09-29 18:45:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_prf.c Log: Merge subr_prof.c:1.119, 1.120, 1.121 from HEAD to RELENG_6: Acquire Giant in uprintf() and tprintf() due to the non-MPSAFEty of the tty code invoked from these functions. Correct age-old comments about uprintf()/tprintf() sleeping: they will never sleep. Unlike in the merge to RELENG_6, it is not necesary to acquire Giant in the NFS code, as the NFS client runs entirely under Giant in 5.x. Likewise, this is not a critical fix in 5.x as the vast majority of relevant calls to uprintf() are in the VFS code, which also runs with Giant in 5.x. However, there are some exposed code paths that make this MFC a good idea. Much useful feedback from: bde Approved by: re (scottl) Revision Changes Path 1.113.2.2 +13 -8 src/sys/kern/subr_prf.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 18:47:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 01C5B16A41F; Thu, 29 Sep 2005 18:47:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B464743D48; Thu, 29 Sep 2005 18:47:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIlVcR062152; Thu, 29 Sep 2005 18:47:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIlVbK062151; Thu, 29 Sep 2005 18:47:31 GMT (envelope-from jhb) Message-Id: <200509291847.j8TIlVbK062151@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 18:47:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 18:47:32 -0000 jhb 2005-09-29 18:47:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_witness.c Log: MFC: Add the spin lock used by the binary nvidia-driver to the static lock order list. Approved by: re (scottl) Revision Changes Path 1.195.2.3 +1 -0 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 18:52:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6939116A41F; Thu, 29 Sep 2005 18:52:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FA043D48; Thu, 29 Sep 2005 18:52:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIqMRj062363; Thu, 29 Sep 2005 18:52:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIqMHc062362; Thu, 29 Sep 2005 18:52:22 GMT (envelope-from jhb) Message-Id: <200509291852.j8TIqMHc062362@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 18:52:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 18:52:22 -0000 jhb 2005-09-29 18:52:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_sis.c if_sisreg.h Log: MFC various fixes to sis(4): - Remove sis_unit and use device_printf() and if_printf() instead. - Use callout_init_mtx() for the callout. - Remove spls. - Fix locking for ifmedia to happen in the ifmedia handlers rather than in sis_ioctl(). Approved by: re (scottl) Revision Changes Path 1.132.2.4 +31 -43 src/sys/pci/if_sis.c 1.33.2.1 +0 -1 src/sys/pci/if_sisreg.h From owner-cvs-src@FreeBSD.ORG Thu Sep 29 18:53:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 88F6216A41F; Thu, 29 Sep 2005 18:53:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46DAE43D48; Thu, 29 Sep 2005 18:53:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIrAHx062415; Thu, 29 Sep 2005 18:53:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIrAJK062414; Thu, 29 Sep 2005 18:53:10 GMT (envelope-from jhb) Message-Id: <200509291853.j8TIrAJK062414@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 18:53:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_lookup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 18:53:10 -0000 jhb 2005-09-29 18:53:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_lookup.c Log: MFC: Use correct VFS locking in kern_alternate_path(). Approved by: re (scottl) Revision Changes Path 1.80.2.3 +8 -12 src/sys/kern/vfs_lookup.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 19:12:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0A0FE16A41F; Thu, 29 Sep 2005 19:12:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC3443D49; Thu, 29 Sep 2005 19:12:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJCixf063323; Thu, 29 Sep 2005 19:12:44 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJCiFN063322; Thu, 29 Sep 2005 19:12:44 GMT (envelope-from jhb) Message-Id: <200509291912.j8TJCiFN063322@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 19:12:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/alpha interrupt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 19:12:45 -0000 jhb 2005-09-29 19:12:44 UTC FreeBSD src repository Modified files: sys/alpha/alpha interrupt.c Log: Remove the hack to clear the owepreempt flag after running a fast interrupt handler from Alpha. Instead, expand the scheduler pinning in the interrupt handling code so that curthread is pinned while executing fast interrupt handlers. MFC after: 1 week Revision Changes Path 1.87 +16 -17 src/sys/alpha/alpha/interrupt.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 19:13:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 25FF416A41F; Thu, 29 Sep 2005 19:13:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83F343D49; Thu, 29 Sep 2005 19:13:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJDq8s063408; Thu, 29 Sep 2005 19:13:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJDqmt063407; Thu, 29 Sep 2005 19:13:52 GMT (envelope-from jhb) Message-Id: <200509291913.j8TJDqmt063407@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 19:13:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_turnstile.c src/sys/vm vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 19:13:53 -0000 jhb 2005-09-29 19:13:52 UTC FreeBSD src repository Modified files: sys/kern subr_turnstile.c sys/vm vm_zeroidle.c Log: Trim a couple of unneeded includes. Revision Changes Path 1.153 +0 -1 src/sys/kern/subr_turnstile.c 1.35 +0 -1 src/sys/vm/vm_zeroidle.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 19:29:12 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 065BC16A41F; Thu, 29 Sep 2005 19:29:12 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail26.syd.optusnet.com.au (mail26.syd.optusnet.com.au [211.29.133.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D4B43D48; Thu, 29 Sep 2005 19:29:10 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail26.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j8TJSxeu028796 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 30 Sep 2005 05:29:01 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j8TJSxSR074753; Fri, 30 Sep 2005 05:28:59 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j8TJSx9V074752; Fri, 30 Sep 2005 05:28:59 +1000 (EST) (envelope-from pjeremy) Date: Fri, 30 Sep 2005 05:28:59 +1000 From: Peter Jeremy To: Wilko Bulte Message-ID: <20050929192859.GD72352@cirb503493.alcatel.com.au> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> <20050929174602.GA45515@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050929174602.GA45515@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 19:29:12 -0000 On Thu, 2005-Sep-29 19:46:02 +0200, Wilko Bulte wrote: >> I remember my old sparcstation hardware at CMU with some fondness for this >> reason -- on a cold Pittsburgh evening, overheating computer hardware was >> strictly necessary, even in the presence of decent radiators. However, >> with 14+ cooling fans for one machine, it did need to be a couple of rooms >> down. > >Hum, yes. That is why I handed down my AS4100 to ticso ;) Compared to ES40/ES45's, AS4100's run very cool and I think they're quieter. If you want to warm things up, try a 42U cabinet full of SunFire V440's. -- Peter Jeremy From owner-cvs-src@FreeBSD.ORG Thu Sep 29 19:44:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 ECED216A41F; Thu, 29 Sep 2005 19:44:30 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9628F43D49; Thu, 29 Sep 2005 19:44:30 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8TJiXo5012084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Sep 2005 12:44:34 -0700 Message-ID: <433C441A.8050508@root.org> Date: Thu, 29 Sep 2005 12:44:26 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <200509291054.40587.jhb@FreeBSD.org> <433C291E.3050409@root.org> <200509291406.19775.jhb@FreeBSD.org> In-Reply-To: <200509291406.19775.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 19:44:31 -0000 John Baldwin wrote: > On Thursday 29 September 2005 01:49 pm, Nate Lawson wrote: > >>John Baldwin wrote: >> >>>On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: >>> >>>>I've heard disabling apic helps T42s, otherwise they get a hard hang. >>>>It's difficult to print the driver progress while suspending because the >>>>function call stack is recursive, not iterative. For example, >>>>root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that >>>>exists). You'd have to add a printf in every driver and bus. A better >>>>way might be to add printf or KTR to bus_generic_suspend() to print the >>>>device name before calling its method. >>>> >>>>BTW, I'm working on committing a patch that adds KTR to acpi so we can >>>>track down issues like this although the device suspending stuff should >>>>be done separately as listed above. >>> >>>BTW, the issue with APIC on some systems is that when we use the APIC, >>>the current code doesn't end up doing suspend/resume for the ATPIC and so >>>it ends up in some random state. >> >>Ah, is a fix for that upcoming? :) > > > It's in my head. I think I need to rework the suspend/resume support in the > x86 interrupt code to instead of doing all the interrupt sources, having the > atpic and apic code register pic devices in a separate list that gets > iterated on suspend and resume. I think that makes sense since they have different programming methods. Does it make sense to separate them into different newbus devices as well, so you get proper ordering? -- Nate From owner-cvs-src@FreeBSD.ORG Thu Sep 29 19:59:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CC2B116A41F; Thu, 29 Sep 2005 19:59:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A05843D48; Thu, 29 Sep 2005 19:59:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJx3UG065251; Thu, 29 Sep 2005 19:59:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJx3cE065250; Thu, 29 Sep 2005 19:59:03 GMT (envelope-from imp) Message-Id: <200509291959.j8TJx3cE065250@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 19:59:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb_pci.c pccbbdevid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 19:59:04 -0000 imp 2005-09-29 19:59:03 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb_pci.c pccbbdevid.h Log: o Add a bunch of o2micro controller IDs o Add SMC34C90 to list as well, since I've found enough more data about it since my original research to know it is appropriate for this driver. Revision Changes Path 1.13 +7 -0 src/sys/dev/pccbb/pccbb_pci.c 1.20 +6 -2 src/sys/dev/pccbb/pccbbdevid.h From owner-cvs-src@FreeBSD.ORG Thu Sep 29 20:40:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B075E16A420; Thu, 29 Sep 2005 20:40:30 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5620643D55; Thu, 29 Sep 2005 20:40:30 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TKeT42068157; Thu, 29 Sep 2005 20:40:30 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TKeTPf068156; Thu, 29 Sep 2005 20:40:29 GMT (envelope-from dougb) Message-Id: <200509292040.j8TKeTPf068156@repoman.freebsd.org> From: Doug Barton Date: Thu, 29 Sep 2005 20:40:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/rm rm.1 rm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 20:40:30 -0000 dougb 2005-09-29 20:40:29 UTC FreeBSD src repository Modified files: bin/rm rm.1 rm.c Log: Handle the case where the -P flag is specified for a read-only file earlier, and more gracefully. Previously, this combination would be ignored early in the code where permissions are tested and fail later with a very unhelpful "permission denied" error. Instead, test for this flag in the same block that generates the "override?" messages for read-only files, but instead of trying to guess what the user has in mind, generate an error and exit. Update the man page to reflect this new behavior. Not objected to by: freebsd-hackers@ Revision Changes Path 1.37 +4 -0 src/bin/rm/rm.1 1.53 +5 -4 src/bin/rm/rm.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 20:41:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CBABE16A41F; Thu, 29 Sep 2005 20:41:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A15D43D4C; Thu, 29 Sep 2005 20:41:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TKf4W8068238; Thu, 29 Sep 2005 20:41:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TKf42a068237; Thu, 29 Sep 2005 20:41:04 GMT (envelope-from imp) Message-Id: <200509292041.j8TKf42a068237@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 20:41:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb_pci.c pccbbdevid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 20:41:05 -0000 imp 2005-09-29 20:41:04 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb_pci.c pccbbdevid.h Log: Fix bad compile. Pointy hat to: imp Revision Changes Path 1.14 +1 -1 src/sys/dev/pccbb/pccbb_pci.c 1.21 +1 -1 src/sys/dev/pccbb/pccbbdevid.h From owner-cvs-src@FreeBSD.ORG Thu Sep 29 20:51:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 BD33316A41F; Thu, 29 Sep 2005 20:51:29 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA3543D4C; Thu, 29 Sep 2005 20:51:29 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8TKpStF018710; Thu, 29 Sep 2005 13:51:28 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8TKpScu018709; Thu, 29 Sep 2005 13:51:28 -0700 Date: Thu, 29 Sep 2005 13:51:28 -0700 From: Brooks Davis To: Hajimu UMEMOTO Message-ID: <20050929205128.GA18164@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> <20050928204145.GA20866@odin.ac.hmc.edu> <20050928220549.GA28378@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 20:51:30 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 02:45:25PM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 15:05:49 -0700 > >>>>> Brooks Davis said: >=20 > brooks> How would you feel about a forcestart option as a compromise for = now? > brooks> That would override both the AUTO check and the up check. >=20 > Yes, I'll be happy with your offer. Here's a lightly tested implementation based on rc.subr. It adds support for the force prefix to start and stop as well as a new restart option. It seems to work in limited testing. -- Brooks Index: pccard_ether =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/etc/pccard_ether,v retrieving revision 1.47 diff -u -p -r1.47 pccard_ether --- pccard_ether 28 Sep 2005 19:59:18 -0000 1.47 +++ pccard_ether 29 Sep 2005 20:36:48 -0000 @@ -2,7 +2,7 @@ # # $FreeBSD: src/etc/pccard_ether,v 1.47 2005/09/28 19:59:18 brooks Exp $ # -# pccard_ether interfacename [start|stop] +# pccard_ether interfacename [start|stop|restart] # # example: pccard_ether fxp0 start # @@ -10,10 +10,13 @@ . /etc/rc.subr . /etc/network.subr =20 -usage() -{ - err 3 'USAGE: $0 interface (start|stop)' -} +name=3D"pccard_ether" +start_precmd=3D"checkauto" +start_cmd=3D"pccard_ether_start" +stop_precmd=3D"checkauto" +stop_cmd=3D"pccard_ether_stop" +restart_precmd=3D"checkauto" +restart_cmd=3D"pccard_ether_restart" =20 setup_routes() { @@ -54,23 +57,17 @@ remove_routes() fi } =20 -ifn=3D$1 -shift -startstop=3D$1 -shift - -load_rc_config pccard_ether - -# Ignore interfaces with the NOAUTO keyword -autoif $ifn || exit 0 - -if [ -n "$1" ]; then - usage -fi +checkauto() +{ + if [ -z "$rc_force" ]; then + # Ignore interfaces with the NOAUTO keyword + autoif $ifn || exit 0 + fi +} =20 -case ${startstop} in -[Ss][Tt][Aa][Rr][Tt] | '') - if [ -x /usr/bin/grep ]; then +pccard_ether_start() +{ + if [ -z "$rc_force" -a -x /usr/bin/grep ]; then if ifconfig $ifn | grep -s '[<,]UP[,>]' > /dev/null 2>&1; then # Interface is already up, so ignore it. exit 0 @@ -91,10 +88,10 @@ case ${startstop} in if checkyesno ipv6_enable; then network6_interface_setup $ifn fi - ;; +} =20 -# Stop the interface -[Ss][Tt][Oo][Pp]) +pccard_ether_stop() +{ if [ -n "`ifconfig_getargs $ifn`" ]; then if ! dhcpif $ifn; then remove_routes @@ -110,7 +107,24 @@ case ${startstop} in if checkyesno removable_route_flush; then route -n flush -inet > /dev/null fi - ;; -*) - usage -esac +} + +pccard_ether_restart() +{ + # Hand implemented because the default implementation runs + # the equivalent of "$0 start; $0 stop" and this script + # doesn't support that syntax + pccard_ether_stop + pccard_ether_start +} + +ifn=3D$1 +shift +if [ -z "$*" ]; then + args=3D"start" +else + args=3D$* +fi + +load_rc_config pccard_ether +run_rc_command $args --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDPFPPXY6L6fI4GtQRAptSAJ4qW5VTZAx2YQImYx4LXisedqPyJwCeK0PB C+CmILqtK4gfrtwFfMRK5BE= =JOjo -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-cvs-src@FreeBSD.ORG Thu Sep 29 20:57:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A1B4A16A41F; Thu, 29 Sep 2005 20:57:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7375F43D48; Thu, 29 Sep 2005 20:57:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TKv8ZS076043; Thu, 29 Sep 2005 20:57:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TKv8U0076042; Thu, 29 Sep 2005 20:57:08 GMT (envelope-from rwatson) Message-Id: <200509292057.j8TKv8U0076042@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 Sep 2005 20:57:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c src/sys/netinet in.c in.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 20:57:08 -0000 rwatson 2005-09-29 20:57:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c sys/netinet in.c in.h Log: Merge if.c:1.247, in.c:1.88, in.h:1.92 from HEAD to RELENG_6: Take a first cut at cleaning up ifnet removal and multicast socket panics, which occur when stale ifnet pointers are left in struct moptions hung off of inpcbs: - Add in_ifdetach(), which matches in6_ifdetach(), and allows the protocol to perform early tear-down on the interface early in if_detach(). - Annotate that if_detach() needs careful consideration. - Remove calls to in_pcbpurgeif0() in the handling of SIOCDIFADDR -- this is not the place to detect interface removal! This also removes what is basically a nasty (and now unnecessary) hack. - Invoke in_pcbpurgeif0() from in_ifdetach(), in both raw and UDP IPv4 sockets. It is now possible to run the msocket_ifnet_remove regression test using HEAD without panicking. Reported by: Gavin Atkinson Approved by: re (scottl) Revision Changes Path 1.234.2.12 +7 -0 src/sys/net/if.c 1.85.2.3 +12 -8 src/sys/netinet/in.c 1.90.2.1 +1 -0 src/sys/netinet/in.h From owner-cvs-src@FreeBSD.ORG Thu Sep 29 20:59:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2F5B016A41F for ; Thu, 29 Sep 2005 20:59:44 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.62]) by mx1.FreeBSD.org (Postfix) with SMTP id A8A5143D58 for ; Thu, 29 Sep 2005 20:59:38 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 90424 invoked by uid 399); 29 Sep 2005 20:59:38 -0000 Received: from mail1.fluidhosting.com (204.14.90.61) by mail2.fluidhosting.com with SMTP; 29 Sep 2005 20:59:38 -0000 Received: (qmail 8333 invoked by uid 399); 29 Sep 2005 20:59:37 -0000 Received: from localhost (HELO ?192.168.1.100?) (dougb@dougbarton.net@127.0.0.1) by localhost with SMTP; 29 Sep 2005 20:59:37 -0000 Message-ID: <433C55B7.8060901@FreeBSD.org> Date: Thu, 29 Sep 2005 13:59:35 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200509292040.j8TKeTPf068156@repoman.freebsd.org> In-Reply-To: <200509292040.j8TKeTPf068156@repoman.freebsd.org> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.1 rm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 20:59:44 -0000 Doug Barton wrote: > dougb 2005-09-29 20:40:29 UTC > > FreeBSD src repository > > Modified files: > bin/rm rm.1 rm.c > Log: > Handle the case where the -P flag is specified for a read-only file > earlier, and more gracefully. Previously, this combination would be > ignored early in the code where permissions are tested and fail later > with a very unhelpful "permission denied" error. > > Instead, test for this flag in the same block that generates the > "override?" messages for read-only files, but instead of trying > to guess what the user has in mind, generate an error and exit. > > Update the man page to reflect this new behavior. > > Not objected to by: freebsd-hackers@ > > Revision Changes Path > 1.37 +4 -0 src/bin/rm/rm.1 > 1.53 +5 -4 src/bin/rm/rm.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/bin/rm/rm.1.diff?&r1=1.36&r2=1.37&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/bin/rm/rm.c.diff?&r1=1.52&r2=1.53&f=h Assuming there is no overwhelming bikeshed over this change, I'll request an MFC prior to 6.0-RELEASE. I am of course still willing to listen to rational arguments about why this change might be a bad idea, or could be handled in a better way. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Thu Sep 29 21:32:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7BF8316A41F; Thu, 29 Sep 2005 21:32:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8CD443D66; Thu, 29 Sep 2005 21:32:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TLWvAR077481; Thu, 29 Sep 2005 21:32:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TLWvSe077480; Thu, 29 Sep 2005 21:32:57 GMT (envelope-from imp) Message-Id: <200509292132.j8TLWvSe077480@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 21:32:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pccard Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 21:32:59 -0000 imp 2005-09-29 21:32:57 UTC FreeBSD src repository Modified files: usr.sbin/pccard Makefile Log: Don't build pccardd anymore. Revision Changes Path 1.7 +2 -2 src/usr.sbin/pccard/Makefile From owner-cvs-src@FreeBSD.ORG Thu Sep 29 21:50:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 28A6816A41F; Thu, 29 Sep 2005 21:50:27 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED72943D4C; Thu, 29 Sep 2005 21:50:26 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TLoQms078260; Thu, 29 Sep 2005 21:50:26 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TLoQLs078259; Thu, 29 Sep 2005 21:50:26 GMT (envelope-from truckman) Message-Id: <200509292150.j8TLoQLs078259@repoman.freebsd.org> From: Don Lewis Date: Thu, 29 Sep 2005 21:50:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 21:50:27 -0000 truckman 2005-09-29 21:50:26 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: After a rmdir()ed directory has been truncated, force an update of the directory's inode after queuing the dirrem that will decrement the parent directory's link count. This will force the update of the parent directory's actual link to actually be scheduled. Without this change the parent directory's actual link count would not be updated until ufs_inactive() cleared the inode of the newly removed directory, which might be deferred indefinitely. ufs_inactive() will not be called as long as any process holds a reference to the removed directory, and ufs_inactive() will not clear the inode if the link count is non-zero, which could be the result of an earlier system crash. If a background fsck is run before the update of the parent directory's actual link count has been performed, or at least scheduled by putting the dirrem on the leaf directory's inodedep id_bufwait list, fsck will corrupt the file system by decrementing the parent directory's effective link count, which was previously correct because it already took the removal of the leaf directory into account, and setting the actual link count to the same value as the effective link count after the dangling, removed, leaf directory has been removed. This happens because fsck acts based on the actual link count, which will be too high when fsck creates the file system snapshot that it references. This change has the fortunate side effect of more quickly cleaning up the large number dirrem structures that linger for an extended time after the removal of a large directory tree. It also fixes a potential problem with the shutdown of the syncer thread timing out if the system is rebooted immediately after removing a large directory tree. Submitted by: tegge MFC after: 3 days Revision Changes Path 1.185 +2 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 22:27:08 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 7A40216A41F; Thu, 29 Sep 2005 22:27:08 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E6043D48; Thu, 29 Sep 2005 22:27:07 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr6.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8TMR6NG084410; Fri, 30 Sep 2005 00:27:06 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8TMR5if047336; Fri, 30 Sep 2005 00:27:05 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8TMR5Kt047335; Fri, 30 Sep 2005 00:27:05 +0200 (CEST) (envelope-from wb) Date: Fri, 30 Sep 2005 00:27:05 +0200 From: Wilko Bulte To: Peter Jeremy Message-ID: <20050929222705.GA47314@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> <20050929174602.GA45515@freebie.xs4all.nl> <20050929192859.GD72352@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050929192859.GD72352@cirb503493.alcatel.com.au> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 22:27:08 -0000 On Fri, Sep 30, 2005 at 05:28:59AM +1000, Peter Jeremy wrote.. > On Thu, 2005-Sep-29 19:46:02 +0200, Wilko Bulte wrote: > >> I remember my old sparcstation hardware at CMU with some fondness for this > >> reason -- on a cold Pittsburgh evening, overheating computer hardware was > >> strictly necessary, even in the presence of decent radiators. However, > >> with 14+ cooling fans for one machine, it did need to be a couple of rooms > >> down. > > > >Hum, yes. That is why I handed down my AS4100 to ticso ;) > > Compared to ES40/ES45's, AS4100's run very cool and I think they're quieter. Well, a quad 600MHz EV56 AS4100 is quite a heater. That is what I had. ES40 is hot, true. I hope to get an ES45 at work, found an idle one somewhere. Maybe I can get FreeBSD to run on it. Time... :/ > If you want to warm things up, try a 42U cabinet full of SunFire V440's. We have V880s at work, I know where you are coming from :) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Sep 29 22:41:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D1DD416A41F; Thu, 29 Sep 2005 22:41:24 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A204343D77; Thu, 29 Sep 2005 22:41:20 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TMfKJs080400; Thu, 29 Sep 2005 22:41:20 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TMfKkR080399; Thu, 29 Sep 2005 22:41:20 GMT (envelope-from fjoe) Message-Id: <200509292241.j8TMfKkR080399@repoman.freebsd.org> From: Max Khon Date: Thu, 29 Sep 2005 22:41:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/geom_uzip Makefile test-1.img.gz.uue test-1.img.uzip.uue test-1.sh test-2.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 22:41:25 -0000 fjoe 2005-09-29 22:41:20 UTC FreeBSD src repository Modified files: tools/regression/geom_uzip Makefile test-1.sh test-2.sh Added files: tools/regression/geom_uzip test-1.img.uzip.uue Removed files: tools/regression/geom_uzip test-1.img.gz.uue Log: Use mkuzip(8) instead of create_compressed_fs. Revision Changes Path 1.2 +4 -2 src/tools/regression/geom_uzip/Makefile 1.3 +0 -73 src/tools/regression/geom_uzip/test-1.img.gz.uue (dead) 1.1 +110 -0 src/tools/regression/geom_uzip/test-1.img.uzip.uue (new) 1.2 +3 -2 src/tools/regression/geom_uzip/test-1.sh 1.2 +2 -2 src/tools/regression/geom_uzip/test-2.sh From owner-cvs-src@FreeBSD.ORG Thu Sep 29 22:45:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E542B16A41F; Thu, 29 Sep 2005 22:45:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9618543D48; Thu, 29 Sep 2005 22:45:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TMjGV6080583; Thu, 29 Sep 2005 22:45:16 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TMjGr7080582; Thu, 29 Sep 2005 22:45:16 GMT (envelope-from fjoe) Message-Id: <200509292245.j8TMjGr7080582@repoman.freebsd.org> From: Max Khon Date: Thu, 29 Sep 2005 22:45:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/uzip g_uzip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 22:45:17 -0000 fjoe 2005-09-29 22:45:16 UTC FreeBSD src repository Modified files: sys/geom/uzip g_uzip.c Log: - Fix "end_blk out of range" panic when INVARIANTS. - Do not allow rw access. Submitted by: Dario Freni MFC after: 3 days Revision Changes Path 1.5 +5 -2 src/sys/geom/uzip/g_uzip.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 22:48:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9C97416A41F; Thu, 29 Sep 2005 22:48:56 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: from jail1-fbsd4.consiagnet.it (jail1-fbsd4.consiagnet.it [83.149.128.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FFA43D49; Thu, 29 Sep 2005 22:48:53 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: from [192.168.99.16] (host80-139.pool8254.interbusiness.it [82.54.139.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jail1-fbsd4.consiagnet.it (Postfix) with ESMTP id 6E046574D; Fri, 30 Sep 2005 00:51:40 +0200 (CEST) Message-ID: <433C6F4F.8060107@freesbie.org> Date: Fri, 30 Sep 2005 00:48:47 +0200 From: Dario Freni User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: it, it-it, en-us, en MIME-Version: 1.0 To: Max Khon References: <200509292245.j8TMjGr7080582@repoman.freebsd.org> In-Reply-To: <200509292245.j8TMjGr7080582@repoman.freebsd.org> X-Enigmail-Version: 0.92.0.0 OpenPGP: url=http://www.saturnero.net/saturnero.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9C27F8857C9E46DEE75AF369" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/uzip g_uzip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 22:48:56 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9C27F8857C9E46DEE75AF369 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Max Khon ha scritto: > fjoe 2005-09-29 22:45:16 UTC > > FreeBSD src repository > > Modified files: > sys/geom/uzip g_uzip.c > Log: > - Fix "end_blk out of range" panic when INVARIANTS. > - Do not allow rw access. > > Submitted by: Dario Freni > MFC after: 3 days Thank you! -- Dario Freni (saturnero@freesbie.org) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc --------------enig9C27F8857C9E46DEE75AF369 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDPG9Symi72IiShysRAmjeAKCLLksIl9FiLKwqD3vS2p32Fb9ZjQCg1JPB /UVJm7wFSd2jyK+9t2yl1vI= =unk8 -----END PGP SIGNATURE----- --------------enig9C27F8857C9E46DEE75AF369-- From owner-cvs-src@FreeBSD.ORG Thu Sep 29 23:38:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1D8B616A41F; Thu, 29 Sep 2005 23:38:25 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B6C43D4C; Thu, 29 Sep 2005 23:38:24 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNcOH8084877; Thu, 29 Sep 2005 23:38:24 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNcOns084876; Thu, 29 Sep 2005 23:38:24 GMT (envelope-from yar) Message-Id: <200509292338.j8TNcOns084876@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Sep 2005 23:38:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifvlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 23:38:25 -0000 yar 2005-09-29 23:38:24 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifvlan.c Log: Deprecate the useless argument to -vlandev. Submitted by: Fredrik Lindberg (implementation) Reviewed by: brooks MFC after: 5 days Revision Changes Path 1.103 +5 -4 src/sbin/ifconfig/ifconfig.8 1.8 +5 -1 src/sbin/ifconfig/ifvlan.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 23:39:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B152216A41F; Thu, 29 Sep 2005 23:39:37 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7077143D49; Thu, 29 Sep 2005 23:39:37 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNdbsj084929; Thu, 29 Sep 2005 23:39:37 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNdbk1084928; Thu, 29 Sep 2005 23:39:37 GMT (envelope-from yar) Message-Id: <200509292339.j8TNdbk1084928@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Sep 2005 23:39:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 23:39:37 -0000 yar 2005-09-29 23:39:37 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Forgot to touch .Dd in the previous commit. Revision Changes Path 1.104 +1 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Thu Sep 29 23:48:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0D80816A41F; Thu, 29 Sep 2005 23:48:05 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E3443D53; Thu, 29 Sep 2005 23:48:04 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNm4vt085280; Thu, 29 Sep 2005 23:48:04 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNm4nY085279; Thu, 29 Sep 2005 23:48:04 GMT (envelope-from csjp) Message-Id: <200509292348.j8TNm4nY085279@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 29 Sep 2005 23:48:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bpf.c bpf.h bpfdesc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 23:48:05 -0000 csjp 2005-09-29 23:48:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c bpf.h bpfdesc.h Log: MFC privilege separation enhancements for bpf(4) Introduce BIOCLOCK and BIOCSETWF Revision(s) 1.158 +81 -23 src/sys/net/bpf.c 1.40 +2 -0 src/sys/net/bpf.h 1.31 +4 -1 src/sys/net/bpfdesc.h Approved by: re (scottl) Revision Changes Path 1.153.2.5 +81 -23 src/sys/net/bpf.c 1.39.2.1 +2 -0 src/sys/net/bpf.h 1.29.2.2 +4 -1 src/sys/net/bpfdesc.h From owner-cvs-src@FreeBSD.ORG Thu Sep 29 23:50:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 25BA116A41F; Thu, 29 Sep 2005 23:50:30 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B5B43D49; Thu, 29 Sep 2005 23:50:29 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNoTLB085456; Thu, 29 Sep 2005 23:50:29 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNoTJG085455; Thu, 29 Sep 2005 23:50:29 GMT (envelope-from csjp) Message-Id: <200509292350.j8TNoTJG085455@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 29 Sep 2005 23:50:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/pf/pflogd pflogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 23:50:30 -0000 csjp 2005-09-29 23:50:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/pf/pflogd pflogd.c Log: MFC src/contrib/pf/pflogd/pflogd.c rev 1.9 Implement BIOCLOCK Approved by: re (kensmith) Revision Changes Path 1.8.2.1 +1 -5 src/contrib/pf/pflogd/pflogd.c From owner-cvs-src@FreeBSD.ORG Thu Sep 29 23:53:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D5DB416A41F; Thu, 29 Sep 2005 23:53:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D1F43D48; Thu, 29 Sep 2005 23:53:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNrTCk085539; Thu, 29 Sep 2005 23:53:29 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNrTXU085538; Thu, 29 Sep 2005 23:53:29 GMT (envelope-from yar) Message-Id: <200509292353.j8TNrTXU085538@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Sep 2005 23:53:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2005 23:53:30 -0000 yar 2005-09-29 23:53:29 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: For the sake of consistency and easier typing, introduce "-tunnel" as an alias for "deletetunnel". The latter is overly long and prone to typos, but keep it for POLA since it costs nothing. MFC after: 5 days Revision Changes Path 1.105 +5 -1 src/sbin/ifconfig/ifconfig.8 1.116 +1 -0 src/sbin/ifconfig/ifconfig.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 01:30:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 874DF16A420; Fri, 30 Sep 2005 01:30:02 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3707343D4C; Fri, 30 Sep 2005 01:30:02 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U1U2X7098516; Fri, 30 Sep 2005 01:30:02 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U1U2nb098515; Fri, 30 Sep 2005 01:30:02 GMT (envelope-from truckman) Message-Id: <200509300130.j8U1U2nb098515@repoman.freebsd.org> From: Don Lewis Date: Fri, 30 Sep 2005 01:30:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_bio.c vfs_subr.c src/sys/sys buf.h proc.h src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 01:30:02 -0000 truckman 2005-09-30 01:30:01 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c vfs_subr.c sys/sys buf.h proc.h sys/ufs/ffs ffs_snapshot.c Log: Un-staticize runningbufwakeup() and staticize updateproc. Add a new private thread flag to indicate that the thread should not sleep if runningbufspace is too large. Set this flag on the bufdaemon and syncer threads so that they skip the waitrunningbufspace() call in bufwrite() rather than than checking the proc pointer vs. the known proc pointers for these two threads. A way of preventing these threads from being starved for I/O but still placing limits on their outstanding I/O would be desirable. Set this flag in ffs_copyonwrite() to prevent bufwrite() calls from blocking on the runningbufspace check while holding snaplk. This prevents snaplk from being held for an arbitrarily long period of time if runningbufspace is high and greatly reduces the contention for snaplk. The disadvantage is that ffs_copyonwrite() can start a large amount of I/O if there are a large number of snapshots, which could cause a deadlock in other parts of the code. Call runningbufwakeup() in ffs_copyonwrite() to decrement runningbufspace before attempting to grab snaplk so that I/O requests waiting on snaplk are not counted in runningbufspace as being in-progress. Increment runningbufspace again before actually launching the original I/O request. Prior to the above two changes, the system could deadlock if enough I/O requests were blocked by snaplk to prevent runningbufspace from falling below lorunningspace and one of the bawrite() calls in ffs_copyonwrite() blocked in waitrunningbufspace() while holding snaplk. See Revision Changes Path 1.495 +3 -3 src/sys/kern/vfs_bio.c 1.648 +2 -1 src/sys/kern/vfs_subr.c 1.190 +1 -0 src/sys/sys/buf.h 1.436 +1 -1 src/sys/sys/proc.h 1.104 +16 -4 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 01:33:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9E6B516A41F; Fri, 30 Sep 2005 01:33:53 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 200ED43D49; Fri, 30 Sep 2005 01:33:52 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j8U1XiCt009131; Thu, 29 Sep 2005 18:33:48 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509300133.j8U1XiCt009131@gw.catspoiler.org> Date: Thu, 29 Sep 2005 18:33:44 -0700 (PDT) From: Don Lewis To: src-committers@FreeBSD.org In-Reply-To: <200509292150.j8TLoQLs078259@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 01:33:54 -0000 On 29 Sep, Don Lewis wrote: > truckman 2005-09-29 21:50:26 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_softdep.c > Log: > After a rmdir()ed directory has been truncated, force an update of > the directory's inode after queuing the dirrem that will decrement > the parent directory's link count. This will force the update of > the parent directory's actual link to actually be scheduled. Without > this change the parent directory's actual link count would not be > updated until ufs_inactive() cleared the inode of the newly removed > directory, which might be deferred indefinitely. ufs_inactive() > will not be called as long as any process holds a reference to the > removed directory, and ufs_inactive() will not clear the inode if > the link count is non-zero, which could be the result of an earlier > system crash. > > If a background fsck is run before the update of the parent directory's > actual link count has been performed, or at least scheduled by > putting the dirrem on the leaf directory's inodedep id_bufwait list, > fsck will corrupt the file system by decrementing the parent > directory's effective link count, which was previously correct > because it already took the removal of the leaf directory into > account, and setting the actual link count to the same value as the > effective link count after the dangling, removed, leaf directory > has been removed. This happens because fsck acts based on the > actual link count, which will be too high when fsck creates the > file system snapshot that it references. > > This change has the fortunate side effect of more quickly cleaning > up the large number dirrem structures that linger for an extended > time after the removal of a large directory tree. It also fixes a > potential problem with the shutdown of the syncer thread timing out > if the system is rebooted immediately after removing a large directory > tree. > > Submitted by: tegge > MFC after: 3 days > > Revision Changes Path > 1.185 +2 -0 src/sys/ufs/ffs/ffs_softdep.c This may fix the "panic: handle_written_inodeblock: live inodedep" problem. From owner-cvs-src@FreeBSD.ORG Fri Sep 30 02:12:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 55C5016A41F; Fri, 30 Sep 2005 02:12:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F4C43D49; Fri, 30 Sep 2005 02:12:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U2CFuM099960; Fri, 30 Sep 2005 02:12:15 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U2CFuO099959; Fri, 30 Sep 2005 02:12:15 GMT (envelope-from dougb) Message-Id: <200509300212.j8U2CFuO099959@repoman.freebsd.org> From: Doug Barton Date: Fri, 30 Sep 2005 02:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/rm rm.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 02:12:16 -0000 dougb 2005-09-30 02:12:15 UTC FreeBSD src repository Modified files: bin/rm rm.1 Log: Give .Dd a tummy rub, forgotten on my last commit. Revision Changes Path 1.38 +1 -1 src/bin/rm/rm.1 From owner-cvs-src@FreeBSD.ORG Fri Sep 30 02:41:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B4A4916A41F; Fri, 30 Sep 2005 02:41:38 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB1643D4C; Fri, 30 Sep 2005 02:41:38 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8U2hUch030630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Sep 2005 22:43:31 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 29 Sep 2005 22:40:26 -0400 From: Tom Rhodes To: Robert Watson Message-Id: <20050929224026.192de1bd.trhodes@FreeBSD.org> In-Reply-To: <20050929161804.F34322@fledge.watson.org> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: wb@freebie.xs4all.nl, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 02:41:38 -0000 On Thu, 29 Sep 2005 16:19:17 +0100 (BST) Robert Watson wrote: > On Wed, 28 Sep 2005, Tom Rhodes wrote: > > >>>>> My 14-cpu machine thanks you :-) > >>>> > >>>> I'm curious: what machine model is that? > >>> > >>> Who cares about model, can I borrow it. :P > >> > >> A UE4500 is quite loud and quite hot. Not a box I would want at home. > > > > Could heat the house during those cold winter nights. :) > > I remember my old sparcstation hardware at CMU with some fondness for this > reason -- on a cold Pittsburgh evening, overheating computer hardware was > strictly necessary, even in the presence of decent radiators. However, > with 14+ cooling fans for one machine, it did need to be a couple of rooms > down. With the potential temps in Pittsburgh during the winter, just remove most of the fans and place a big one right beside it. You'll be nice and toasty. I keep thinking to give my electric company the finger and run continuous FreeBSD builds on a handfull of machines this year. :P -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Fri Sep 30 03:27:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 49E0116A41F; Fri, 30 Sep 2005 03:27:12 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E876343D4C; Fri, 30 Sep 2005 03:27:11 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8U3RBgZ054584; Fri, 30 Sep 2005 03:27:11 GMT (envelope-from csjp@freefall.freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8U3RBtH054583; Fri, 30 Sep 2005 03:27:11 GMT (envelope-from csjp) Date: Fri, 30 Sep 2005 03:27:11 +0000 From: "Christian S.J. Peron" To: Don Lewis Message-ID: <20050930032711.GA24607@freefall.freebsd.org> References: <200509300130.j8U1U2nb098515@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509300130.j8U1U2nb098515@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c vfs_subr.c src/sys/sys buf.h proc.h src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 03:27:12 -0000 Hooooorraay! On Fri, Sep 30, 2005 at 01:30:02AM +0000, Don Lewis wrote: > truckman 2005-09-30 01:30:01 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_bio.c vfs_subr.c > sys/sys buf.h proc.h > sys/ufs/ffs ffs_snapshot.c > Log: > Un-staticize runningbufwakeup() and staticize updateproc. > > Add a new private thread flag to indicate that the thread should > not sleep if runningbufspace is too large. > > Set this flag on the bufdaemon and syncer threads so that they skip > the waitrunningbufspace() call in bufwrite() rather than than > checking the proc pointer vs. the known proc pointers for these two > threads. A way of preventing these threads from being starved for > I/O but still placing limits on their outstanding I/O would be > desirable. > > Set this flag in ffs_copyonwrite() to prevent bufwrite() calls from > blocking on the runningbufspace check while holding snaplk. This > prevents snaplk from being held for an arbitrarily long period of > time if runningbufspace is high and greatly reduces the contention > for snaplk. The disadvantage is that ffs_copyonwrite() can start > a large amount of I/O if there are a large number of snapshots, > which could cause a deadlock in other parts of the code. > > Call runningbufwakeup() in ffs_copyonwrite() to decrement runningbufspace > before attempting to grab snaplk so that I/O requests waiting on > snaplk are not counted in runningbufspace as being in-progress. > Increment runningbufspace again before actually launching the > original I/O request. > > Prior to the above two changes, the system could deadlock if enough > I/O requests were blocked by snaplk to prevent runningbufspace from > falling below lorunningspace and one of the bawrite() calls in > ffs_copyonwrite() blocked in waitrunningbufspace() while holding > snaplk. > > See > > Revision Changes Path > 1.495 +3 -3 src/sys/kern/vfs_bio.c > 1.648 +2 -1 src/sys/kern/vfs_subr.c > 1.190 +1 -0 src/sys/sys/buf.h > 1.436 +1 -1 src/sys/sys/proc.h > 1.104 +16 -4 src/sys/ufs/ffs/ffs_snapshot.c -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer FreeBSD Security Team From owner-cvs-src@FreeBSD.ORG Fri Sep 30 06:09:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3B7CC16A41F; Fri, 30 Sep 2005 06:09:42 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C465543D53; Fri, 30 Sep 2005 06:09:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U69for017036; Fri, 30 Sep 2005 06:09:41 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U69fZw017035; Fri, 30 Sep 2005 06:09:41 GMT (envelope-from davidxu) Message-Id: <200509300609.j8U69fZw017035@repoman.freebsd.org> From: David Xu Date: Fri, 30 Sep 2005 06:09:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_kse.c kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 06:09:42 -0000 davidxu 2005-09-30 06:09:41 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c kern_thread.c Log: Fox a LOR of sleep and sched_lock by using a timeout wait when process reaches maximum number of threads. MFC after: 3 days Revision Changes Path 1.218 +1 -1 src/sys/kern/kern_kse.c 1.217 +0 -7 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 06:11:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7C74316A41F; Fri, 30 Sep 2005 06:11:00 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA2D43D48; Fri, 30 Sep 2005 06:11:00 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U6B0GJ017189; Fri, 30 Sep 2005 06:11:00 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U6B0vL017188; Fri, 30 Sep 2005 06:11:00 GMT (envelope-from delphij) Message-Id: <200509300611.j8U6B0vL017188@repoman.freebsd.org> From: Xin LI Date: Fri, 30 Sep 2005 06:11:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 06:11:00 -0000 delphij 2005-09-30 06:11:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_mount.c Log: MFC 1.197 (by ssouhlal): Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessed and unbusied in devfs_fixup(), which assumes that the devfs mount is still locked. Approved by: re (scottl) Revision Changes Path 1.196.2.1 +0 -1 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 06:14:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1B6B816A41F; Fri, 30 Sep 2005 06:14:45 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAC643D48; Fri, 30 Sep 2005 06:14:44 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U6Ei9E017434; Fri, 30 Sep 2005 06:14:44 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U6Ei38017433; Fri, 30 Sep 2005 06:14:44 GMT (envelope-from delphij) Message-Id: <200509300614.j8U6Ei38017433@repoman.freebsd.org> From: Xin LI Date: Fri, 30 Sep 2005 06:14:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 06:14:45 -0000 delphij 2005-09-30 06:14:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_vfsops.c Log: MFC 1.293 (by ssouhlal): ffs_mountfs() needs devvp to be locked, so lock it. Approved by: re (scottl) Revision Changes Path 1.290.2.3 +3 -5 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 06:26:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 540BF16A41F; Fri, 30 Sep 2005 06:26:43 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D84743D53; Fri, 30 Sep 2005 06:26:43 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U6QgBI018016; Fri, 30 Sep 2005 06:26:43 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U6QgLx018015; Fri, 30 Sep 2005 06:26:42 GMT (envelope-from delphij) Message-Id: <200509300626.j8U6QgLx018015@repoman.freebsd.org> From: Xin LI Date: Fri, 30 Sep 2005 06:26:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/fs/udf udf_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/gnu/fs/reiserfs reiserfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 06:26:43 -0000 delphij 2005-09-30 06:26:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/hpfs hpfs_vfsops.c sys/fs/msdosfs msdosfs_vfsops.c sys/fs/ntfs ntfs_vfsops.c sys/fs/udf udf_vfsops.c sys/gnu/fs/ext2fs ext2_vfsops.c sys/gnu/fs/reiserfs reiserfs_vfsops.c Log: MFC sys/fs/hpfs/hpfs_vfsops.c:1.54-1.56, sys/fs/msdosfs/msdosfs_vfsops.c:1.145, sys/fs/ntfs/ntfs_vfsops.c:1.79-1.80, sys/fs/udf/udf_vfsops.c:1.34-1.35, sys/gnu/fs/ext2fs/ext2_vfsops.c:1.152-1.153, sys/gnu/fs/reiserfs/reiserfs_vfsops.c:1.2-1.3 (by ssouhlal): *_mountfs() (if the filesystem mounts from a device) needs devvp to be locked, so lock it. Approved by: re (scottl) Revision Changes Path 1.53.2.1 +9 -12 src/sys/fs/hpfs/hpfs_vfsops.c 1.144.2.1 +3 -5 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.78.2.1 +11 -13 src/sys/fs/ntfs/ntfs_vfsops.c 1.33.2.1 +2 -5 src/sys/fs/udf/udf_vfsops.c 1.151.2.1 +7 -8 src/sys/gnu/fs/ext2fs/ext2_vfsops.c 1.1.2.1 +4 -6 src/sys/gnu/fs/reiserfs/reiserfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 08:22:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CAC9216A41F; Fri, 30 Sep 2005 08:22:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6909743D48; Fri, 30 Sep 2005 08:22:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 41F39BC6D; Fri, 30 Sep 2005 08:22:55 +0000 (UTC) To: Sam Leffler From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 29 Sep 2005 08:37:47 PDT." <433C0A4B.8030504@errno.com> Date: Fri, 30 Sep 2005 10:22:55 +0200 Message-ID: <28581.1128068575@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: src-committers@FreeBSD.org, Pawel Jakub Dawidek , Peter Edwards , Peter Edwards , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 08:22:59 -0000 In message <433C0A4B.8030504@errno.com>, Sam Leffler writes: >vmware is great for finding races like these because of the way it >handles concurrency. I can remember finding many problems like this in >"client operating systems" when I worked on it. Can you elaborate on the "the way it handles concurrency" without violating any paperwork ? It sounds like something we should know about... -- 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 Sep 30 08:30:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B16D416A443; Fri, 30 Sep 2005 08:30:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C53D243D58; Fri, 30 Sep 2005 08:30:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U8UKcP024042; Fri, 30 Sep 2005 08:30:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U8UKk3024041; Fri, 30 Sep 2005 08:30:20 GMT (envelope-from phk) Message-Id: <200509300830.j8U8UKk3024041@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Sep 2005 08:30:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/watchdogd watchdogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 08:30:29 -0000 phk 2005-09-30 08:30:20 UTC FreeBSD src repository Modified files: usr.sbin/watchdogd watchdogd.c Log: Report any errors we might see when disabling the watchdog. Complain about extra arguments so people don't get surprised if they type "watchdog 0" Revision Changes Path 1.13 +3 -2 src/usr.sbin/watchdogd/watchdogd.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 11:48:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E287616A423; Fri, 30 Sep 2005 11:48:44 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6B843D4C; Fri, 30 Sep 2005 11:48:44 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UBmiKh037984; Fri, 30 Sep 2005 11:48:44 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UBmiHu037983; Fri, 30 Sep 2005 11:48:44 GMT (envelope-from kensmith) Message-Id: <200509301148.j8UBmiHu037983@repoman.freebsd.org> From: Ken Smith Date: Fri, 30 Sep 2005 11:48:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 11:48:45 -0000 kensmith 2005-09-30 11:48:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release Makefile Log: MFC revision 1.890: > date: 2005/09/28 12:39:00; author: kensmith; state: Exp; lines: +17 -6 > Add SHA256 checksums to the release build. > > Requested by: cperciva (so) > Reviewed/improved by: ru Revision Changes Path 1.853.2.17 +17 -6 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 30 12:00:12 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 39E7A16A41F; Fri, 30 Sep 2005 12:00:12 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6744843D5C; Fri, 30 Sep 2005 12:00:10 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 9164C1FFAD1; Fri, 30 Sep 2005 14:00:08 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 4484E1FFACA; Fri, 30 Sep 2005 14:00:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 8EDB715899; Fri, 30 Sep 2005 11:59:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 84737157F2; Fri, 30 Sep 2005 11:59:42 +0000 (UTC) Date: Fri, 30 Sep 2005 11:59:42 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: David Xu In-Reply-To: <200509300609.j8U69fZw017035@repoman.freebsd.org> Message-ID: References: <200509300609.j8U69fZw017035@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_kse.c kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 12:00:12 -0000 On Fri, 30 Sep 2005, David Xu wrote: > davidxu 2005-09-30 06:09:41 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_kse.c kern_thread.c > Log: > Fox a LOR of sleep and sched_lock by using a timeout wait > when process reaches maximum number of threads. is it listed on http://sources.zabbadoz.net/freebsd/lor.html and of which id? > Revision Changes Path > 1.218 +1 -1 src/sys/kern/kern_kse.c > 1.217 +0 -7 src/sys/kern/kern_thread.c > -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Fri Sep 30 12:49:15 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 8C5BA16A41F; Fri, 30 Sep 2005 12:49:15 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FEB43D49; Fri, 30 Sep 2005 12:49:12 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [10.1.1.7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.10/8.12.10) with ESMTP id j8UCn5BS058574 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 30 Sep 2005 14:49:07 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id j8UCm4eG080669 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Sep 2005 14:48:05 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id j8UCm4U5071805; Fri, 30 Sep 2005 14:48:04 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id j8UCm2ru071804; Fri, 30 Sep 2005 14:48:02 +0200 (CEST) (envelope-from ticso) Date: Fri, 30 Sep 2005 14:48:02 +0200 From: Bernd Walter To: Peter Jeremy Message-ID: <20050930124802.GF54923@cicely12.cicely.de> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> <20050929174602.GA45515@freebie.xs4all.nl> <20050929192859.GD72352@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050929192859.GD72352@cirb503493.alcatel.com.au> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Report: * -3.3 ALL_TRUSTED Did not pass through any untrusted hosts * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on cicely12.cicely.de Cc: Wilko Bulte , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 12:49:15 -0000 On Fri, Sep 30, 2005 at 05:28:59AM +1000, Peter Jeremy wrote: > On Thu, 2005-Sep-29 19:46:02 +0200, Wilko Bulte wrote: > >> I remember my old sparcstation hardware at CMU with some fondness for this > >> reason -- on a cold Pittsburgh evening, overheating computer hardware was > >> strictly necessary, even in the presence of decent radiators. However, > >> with 14+ cooling fans for one machine, it did need to be a couple of rooms > >> down. > > > >Hum, yes. That is why I handed down my AS4100 to ticso ;) > > Compared to ES40/ES45's, AS4100's run very cool and I think they're quieter. A major difference is that EV6 CPUs have more advanced power management features, while the EV56 in AS4100 even burn lots of power when idle :( But there is still much we could do from software to spare power on all alpha systems - I plan to do measurements with idle-loops soon. Yes - AS4100 are quitely, you don't really hear much from it in my server room. But I don't have to pay for noise, power is the critical point. > If you want to warm things up, try a 42U cabinet full of SunFire V440's. :) -- B.Walter BWCT http://www.bwct.de bernd@bwct.de info@bwct.de From owner-cvs-src@FreeBSD.ORG Fri Sep 30 13:09:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 90F3416A41F; Fri, 30 Sep 2005 13:09:01 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 520C443D48; Fri, 30 Sep 2005 13:09:01 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UD91vf048781; Fri, 30 Sep 2005 13:09:01 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UD91Za048780; Fri, 30 Sep 2005 13:09:01 GMT (envelope-from nyan) Message-Id: <200509301309.j8UD91Za048780@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 30 Sep 2005 13:09:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/fdisk_pc98 fdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 13:09:01 -0000 nyan 2005-09-30 13:09:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/fdisk_pc98 fdisk.c Log: MFC: Call gctl_free() to free resource allocated with gctl_get_handle(). Approved by: re (kensmith) Revision Changes Path 1.17.2.2 +4 -1 src/sbin/fdisk_pc98/fdisk.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 13:15:08 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 2846F16A41F; Fri, 30 Sep 2005 13:15:08 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C567943D49; Fri, 30 Sep 2005 13:15:07 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8UDF4HH042531; Fri, 30 Sep 2005 13:15:05 GMT (envelope-from davidxu@freebsd.org) Message-ID: <433D3A58.4010602@freebsd.org> Date: Fri, 30 Sep 2005 21:15:04 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200509300609.j8U69fZw017035@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_kse.c kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 13:15:08 -0000 Bjoern A. Zeeb wrote: >On Fri, 30 Sep 2005, David Xu wrote: > > > >>davidxu 2005-09-30 06:09:41 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_kse.c kern_thread.c >> Log: >> Fox a LOR of sleep and sched_lock by using a timeout wait >> when process reaches maximum number of threads. >> >> > >is it listed on http://sources.zabbadoz.net/freebsd/lor.html >and of which id? > > > No, I didn't find it on the list. From owner-cvs-src@FreeBSD.ORG Fri Sep 30 13:17:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9E90E16A41F; Fri, 30 Sep 2005 13:17:55 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33E4343D55; Fri, 30 Sep 2005 13:17:55 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDHtTZ050339; Fri, 30 Sep 2005 13:17:55 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDHtMs050338; Fri, 30 Sep 2005 13:17:55 GMT (envelope-from nyan) Message-Id: <200509301317.j8UDHtMs050338@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 30 Sep 2005 13:17:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/cbus sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 13:17:55 -0000 nyan 2005-09-30 13:17:55 UTC FreeBSD src repository Modified files: sys/pc98/cbus sio.c Log: Use 'PC Card' Revision Changes Path 1.236 +2 -2 src/sys/pc98/cbus/sio.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 13:24:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 749FF16A41F; Fri, 30 Sep 2005 13:24:15 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F6443D48; Fri, 30 Sep 2005 13:24:15 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDOFkP050608; Fri, 30 Sep 2005 13:24:15 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDOFR2050607; Fri, 30 Sep 2005 13:24:15 GMT (envelope-from nyan) Message-Id: <200509301324.j8UDOFR2050607@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 30 Sep 2005 13:24:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/pc98/loader main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 13:24:15 -0000 nyan 2005-09-30 13:24:15 UTC FreeBSD src repository Modified files: sys/boot/pc98/loader main.c Log: MFi386: revision 1.33. > Cause all flags passed by boot2 to set the respective loader(8) > boot_* variable. The end effect is that all flags from boot2 > are now passed to the kernel. Revision Changes Path 1.21 +1 -1 src/sys/boot/pc98/loader/main.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 13:25:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 44B2116A41F; Fri, 30 Sep 2005 13:25:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059A043D48; Fri, 30 Sep 2005 13:25:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDPUlL050698; Fri, 30 Sep 2005 13:25:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDPUqS050697; Fri, 30 Sep 2005 13:25:30 GMT (envelope-from jhb) Message-Id: <200509301325.j8UDPUqS050697@repoman.freebsd.org> From: John Baldwin Date: Fri, 30 Sep 2005 13:25:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/alpha/pci cia.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 13:25:31 -0000 jhb 2005-09-30 13:25:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/alpha/pci cia.c Log: Enable BWX for the Alcor2 chipset treating it like the Pyxis. This is not an MFC as the code in 5.x and beyond is rather different. Submitted by: Paul V. Bolotoff walter at alasir dot com Revision Changes Path 1.25.2.1 +13 -9 src/sys/alpha/pci/cia.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 13:27:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C8CD116A41F; Fri, 30 Sep 2005 13:27:36 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88EAF43D49; Fri, 30 Sep 2005 13:27:36 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDRahD050894; Fri, 30 Sep 2005 13:27:36 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDRarW050893; Fri, 30 Sep 2005 13:27:36 GMT (envelope-from nyan) Message-Id: <200509301327.j8UDRarW050893@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 30 Sep 2005 13:27:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d archdep X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 13:27:36 -0000 nyan 2005-09-30 13:27:36 UTC FreeBSD src repository Modified files: etc/rc.d archdep Log: Use hw.machine_arch instead of hw.machine. Revision Changes Path 1.9 +1 -1 src/etc/rc.d/archdep From owner-cvs-src@FreeBSD.ORG Fri Sep 30 14:02:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 EC4F816A41F; Fri, 30 Sep 2005 14:02:29 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF2A43D48; Fri, 30 Sep 2005 14:02:29 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UE2TAI052513; Fri, 30 Sep 2005 14:02:29 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UE2T4S052512; Fri, 30 Sep 2005 14:02:29 GMT (envelope-from des) Message-Id: <200509301402.j8UE2T4S052512@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 30 Sep 2005 14:02:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.8 pam_ssh.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 14:02:30 -0000 des 2005-09-30 14:02:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpam/modules/pam_ssh pam_ssh.8 pam_ssh.c Log: MFC: don't take unprotected keys into account for authentication. PR: bin/81231 Approved by: re (kensmith) Revision Changes Path 1.13.8.1 +5 -0 src/lib/libpam/modules/pam_ssh/pam_ssh.8 1.40.8.1 +25 -20 src/lib/libpam/modules/pam_ssh/pam_ssh.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 14:17:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6A4D616A41F; Fri, 30 Sep 2005 14:17:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B7943D49; Fri, 30 Sep 2005 14:17:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Fri, 30 Sep 2005 10:33:07 -0400 From: John Baldwin To: Nate Lawson Date: Fri, 30 Sep 2005 10:14:19 -0400 User-Agent: KMail/1.8 References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <200509291406.19775.jhb@FreeBSD.org> <433C441A.8050508@root.org> In-Reply-To: <433C441A.8050508@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509301014.21572.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 14:17:38 -0000 On Thursday 29 September 2005 03:44 pm, Nate Lawson wrote: > John Baldwin wrote: > > On Thursday 29 September 2005 01:49 pm, Nate Lawson wrote: > >>John Baldwin wrote: > >>>On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: > >>>>I've heard disabling apic helps T42s, otherwise they get a hard hang. > >>>>It's difficult to print the driver progress while suspending because > >>>> the function call stack is recursive, not iterative. For example, > >>>> root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that > >>>> exists). You'd have to add a printf in every driver and bus. A > >>>> better way might be to add printf or KTR to bus_generic_suspend() to > >>>> print the device name before calling its method. > >>>> > >>>>BTW, I'm working on committing a patch that adds KTR to acpi so we can > >>>>track down issues like this although the device suspending stuff should > >>>>be done separately as listed above. > >>> > >>>BTW, the issue with APIC on some systems is that when we use the APIC, > >>>the current code doesn't end up doing suspend/resume for the ATPIC and > >>> so it ends up in some random state. > >> > >>Ah, is a fix for that upcoming? :) > > > > It's in my head. I think I need to rework the suspend/resume support in > > the x86 interrupt code to instead of doing all the interrupt sources, > > having the atpic and apic code register pic devices in a separate list > > that gets iterated on suspend and resume. > > I think that makes sense since they have different programming methods. > Does it make sense to separate them into different newbus devices as > well, so you get proper ordering? Getting interrupt controllers into new-bus is a far-off goal I think. It needs all that multipass stuff in place first. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Sep 30 14:45:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 EFF0D16A41F; Fri, 30 Sep 2005 14:45:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B156A43D49; Fri, 30 Sep 2005 14:45:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEjAV7054536; Fri, 30 Sep 2005 14:45:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEjAvx054535; Fri, 30 Sep 2005 14:45:10 GMT (envelope-from imp) Message-Id: <200509301445.j8UEjAvx054535@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 14:45:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii miivar.h nsgphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 14:45:11 -0000 imp 2005-09-30 14:45:10 UTC FreeBSD src repository Modified files: sys/dev/mii miivar.h nsgphy.c Log: Add macros which follow the miidevs design pattern to make it easier to construct tables for mii_phy_match. Revision Changes Path 1.16 +3 -0 src/sys/dev/mii/miivar.h 1.20 +3 -8 src/sys/dev/mii/nsgphy.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 14:50:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7315116A41F; Fri, 30 Sep 2005 14:50:36 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F1A43D5C; Fri, 30 Sep 2005 14:50:32 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8UEoU6j055556 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Sep 2005 07:50:31 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <433D50A6.3030800@errno.com> Date: Fri, 30 Sep 2005 07:50:14 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050927) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <28581.1128068575@critter.freebsd.dk> In-Reply-To: <28581.1128068575@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 14:50:36 -0000 Poul-Henning Kamp wrote: > In message <433C0A4B.8030504@errno.com>, Sam Leffler writes: > > >>vmware is great for finding races like these because of the way it >>handles concurrency. I can remember finding many problems like this in >>"client operating systems" when I worked on it. > > > Can you elaborate on the "the way it handles concurrency" without > violating any paperwork ? It sounds like something we should know > about... > Mostly that code of the form: unguarded assignment to variable v wait for interrupt to see if v changed value will almost always fail (i.e. you must protect against an interrupt when writing v). On real hardware it would typically work because the hardware takes enough time to post the interrupt for the cpu to get ready to wait. This kind of kernel programming 101 mistake mostly was found in device drivers but not always. Sam From owner-cvs-src@FreeBSD.ORG Fri Sep 30 14:51:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9019816A41F; Fri, 30 Sep 2005 14:51:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D8943D48; Fri, 30 Sep 2005 14:51:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEpimT055283; Fri, 30 Sep 2005 14:51:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEpiwj055282; Fri, 30 Sep 2005 14:51:44 GMT (envelope-from imp) Message-Id: <200509301451.j8UEpiwj055282@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 14:51:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii mii_physubr.c miivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 14:51:44 -0000 imp 2005-09-30 14:51:44 UTC FreeBSD src repository Modified files: sys/dev/mii mii_physubr.c miivar.h Log: Add a more generic version of the mii_phy_match routine (mii_phy_match_gen) which can be used for phy that want to piggy back other data with their table. Revision Changes Path 1.23 +10 -2 src/sys/dev/mii/mii_physubr.c 1.17 +4 -1 src/sys/dev/mii/miivar.h From owner-cvs-src@FreeBSD.ORG Fri Sep 30 14:54:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B95B916A41F; Fri, 30 Sep 2005 14:54:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B44043D48; Fri, 30 Sep 2005 14:54:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEsH5M055368; Fri, 30 Sep 2005 14:54:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEsHo7055367; Fri, 30 Sep 2005 14:54:17 GMT (envelope-from imp) Message-Id: <200509301454.j8UEsHo7055367@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 14:54:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/mii Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 14:54:17 -0000 imp 2005-09-30 14:54:17 UTC FreeBSD src repository Modified files: sys/modules/mii Makefile Log: ciphy wasn't included here. Revision Changes Path 1.27 +1 -1 src/sys/modules/mii/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 30 17:31:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B316616A41F; Fri, 30 Sep 2005 17:31:43 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD7B43D7C; Fri, 30 Sep 2005 17:31:39 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHVdgx070832; Fri, 30 Sep 2005 17:31:39 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHVd7a070831; Fri, 30 Sep 2005 17:31:39 GMT (envelope-from garys) Message-Id: <200509301731.j8UHVd7a070831@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Fri, 30 Sep 2005 17:31:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/mt mt.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 17:31:43 -0000 garys 2005-09-30 17:31:39 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/mt mt.1 Log: A minor overhaul: added comments, split cmds in 2, changed synopsis. Split commands into two groups: one with optional count and one with required argument. Changed synopsis line accordingly. Added some hopefully-helpful comments based on experiments, knowing that not all hardware works the same. PR: docs/84101 Approved by: keramida MFC after: 3 days Revision Changes Path 1.43 +133 -105 src/usr.bin/mt/mt.1 From owner-cvs-src@FreeBSD.ORG Fri Sep 30 17:32:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4401B16A420; Fri, 30 Sep 2005 17:32:14 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF8043D73; Fri, 30 Sep 2005 17:32:08 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHW8AK070875; Fri, 30 Sep 2005 17:32:08 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHW8Tu070874; Fri, 30 Sep 2005 17:32:08 GMT (envelope-from tegge) Message-Id: <200509301732.j8UHW8Tu070874@repoman.freebsd.org> From: Tor Egge Date: Fri, 30 Sep 2005 17:32:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 17:32:14 -0000 tegge 2005-09-30 17:32:08 UTC FreeBSD src repository Modified files: sys/geom geom_disk.c Log: Move some devstat collection to below where large IO operations are chopped up. This make iostat report operations passed down to the device driver instead of operations passed down to GEOM disk. The transfer size limit imposed by the device driver is no longer hidden, improving the correlation between iostat output and device driver workload. Revision Changes Path 1.97 +3 -3 src/sys/geom/geom_disk.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 18:07:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 4C9FF16A41F; Fri, 30 Sep 2005 18:07:42 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099C543D48; Fri, 30 Sep 2005 18:07:42 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UI7fca073628; Fri, 30 Sep 2005 18:07:41 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UI7f4u073627; Fri, 30 Sep 2005 18:07:41 GMT (envelope-from truckman) Message-Id: <200509301807.j8UI7f4u073627@repoman.freebsd.org> From: Don Lewis Date: Fri, 30 Sep 2005 18:07:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/sys buf.h src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 18:07:42 -0000 truckman 2005-09-30 18:07:41 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c sys/sys buf.h sys/ufs/ffs ffs_snapshot.c Log: Un-staticize waitrunningbufspace() and call it before returning from ffs_copyonwrite() if any async writes were launched. Restore the threads previous TDP_NORUNNINGBUF state before returning from ffs_copyonwrite(). Revision Changes Path 1.496 +1 -1 src/sys/kern/vfs_bio.c 1.191 +1 -0 src/sys/sys/buf.h 1.105 +13 -1 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 18:21:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9500016A41F; Fri, 30 Sep 2005 18:21:05 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4716B43D4C; Fri, 30 Sep 2005 18:21:05 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UIL5HL074275; Fri, 30 Sep 2005 18:21:05 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UIL5qR074274; Fri, 30 Sep 2005 18:21:05 GMT (envelope-from phk) Message-Id: <200509301821.j8UIL5qR074274@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Sep 2005 18:21:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/nwfs nwfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 18:21:05 -0000 phk 2005-09-30 18:21:05 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_vfsops.c Log: The NWFS code in RELENG_6 is broken due to a typo in sys/fs/nwfs/nwfs_vfsop= s.c, introduced with the conversion to nmount with revision 1.38. This causes mount_nwfs to fail with the error message: mount_nwfs: mount error: /mnt/netware: syserr = No such file or directo= ry This is caused by a typo on line 178, which specifies "nwfw_args" rather than "nwfs_args". Submitted by: Antony Mawer Fat fingers: phk PR: 86757 MFC: 3 days Revision Changes Path 1.41 +1 -1 src/sys/fs/nwfs/nwfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 18:21:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5D66616A41F; Fri, 30 Sep 2005 18:21:20 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09EAF43D48; Fri, 30 Sep 2005 18:21:19 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j8UILAuj011123; Fri, 30 Sep 2005 11:21:14 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509301821.j8UILAuj011123@gw.catspoiler.org> Date: Fri, 30 Sep 2005 11:21:10 -0700 (PDT) From: Don Lewis To: src-committers@FreeBSD.org In-Reply-To: <200509301807.j8UI7f4u073627@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c src/sys/sys buf.h src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 18:21:20 -0000 On 30 Sep, To: src-committers@FreeBSD.org wrote: > truckman 2005-09-30 18:07:41 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_bio.c > sys/sys buf.h > sys/ufs/ffs ffs_snapshot.c > Log: > Un-staticize waitrunningbufspace() and call it before returning from > ffs_copyonwrite() if any async writes were launched. > > Restore the threads previous TDP_NORUNNINGBUF state before returning > from ffs_copyonwrite(). > > Revision Changes Path > 1.496 +1 -1 src/sys/kern/vfs_bio.c > 1.191 +1 -0 src/sys/sys/buf.h > 1.105 +13 -1 src/sys/ufs/ffs/ffs_snapshot.c I forgot to mention that I will MFC this with my previous snapshot patch. From owner-cvs-src@FreeBSD.ORG Fri Sep 30 19:35:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 57A3D16A41F; Fri, 30 Sep 2005 19:35:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EFF43D48; Fri, 30 Sep 2005 19:35:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UJZiFb077217; Fri, 30 Sep 2005 19:35:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UJZiHo077216; Fri, 30 Sep 2005 19:35:44 GMT (envelope-from imp) Message-Id: <200509301935.j8UJZiHo077216@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 19:35:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii tdkphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 19:35:45 -0000 imp 2005-09-30 19:35:44 UTC FreeBSD src repository Modified files: sys/dev/mii tdkphy.c Log: Not sporttings on other cards Revision Changes Path 1.17 +3 -3 src/sys/dev/mii/tdkphy.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 19:39:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E47CF16A41F; Fri, 30 Sep 2005 19:39:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A8843D49; Fri, 30 Sep 2005 19:39:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UJdRTs077454; Fri, 30 Sep 2005 19:39:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UJdRRj077453; Fri, 30 Sep 2005 19:39:27 GMT (envelope-from imp) Message-Id: <200509301939.j8UJdRRj077453@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 19:39:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii acphy.c amphy.c brgphy.c ciphy.c dcphy.c exphy.c lxtphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rgephy.c rlphy.c tlphy.c ukphy.c xmphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 19:39:28 -0000 imp 2005-09-30 19:39:27 UTC FreeBSD src repository Modified files: sys/dev/mii acphy.c amphy.c brgphy.c ciphy.c dcphy.c exphy.c lxtphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rgephy.c rlphy.c tlphy.c ukphy.c xmphy.c Log: Use ansi function definitions in preference to K&R to reduce diffs with NetBSD (and cause it looks cooler). Revision Changes Path 1.17 +5 -12 src/sys/dev/mii/acphy.c 1.18 +4 -10 src/sys/dev/mii/amphy.c 1.35 +5 -12 src/sys/dev/mii/brgphy.c 1.3 +4 -10 src/sys/dev/mii/ciphy.c 1.29 +6 -14 src/sys/dev/mii/dcphy.c 1.20 +3 -8 src/sys/dev/mii/exphy.c 1.15 +6 -14 src/sys/dev/mii/lxtphy.c 1.24 +4 -10 src/sys/dev/mii/nsphy.c 1.16 +3 -8 src/sys/dev/mii/pnaphy.c 1.19 +4 -10 src/sys/dev/mii/pnphy.c 1.15 +5 -12 src/sys/dev/mii/qsphy.c 1.7 +5 -12 src/sys/dev/mii/rgephy.c 1.22 +4 -10 src/sys/dev/mii/rlphy.c 1.19 +6 -14 src/sys/dev/mii/tlphy.c 1.18 +3 -8 src/sys/dev/mii/ukphy.c 1.18 +5 -12 src/sys/dev/mii/xmphy.c From owner-cvs-src@FreeBSD.ORG Fri Sep 30 23:41:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0B51116A41F; Fri, 30 Sep 2005 23:41:11 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC2F43D48; Fri, 30 Sep 2005 23:41:10 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UNfAS7093252; Fri, 30 Sep 2005 23:41:10 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UNfAqf093251; Fri, 30 Sep 2005 23:41:10 GMT (envelope-from trhodes) Message-Id: <200509302341.j8UNfAqf093251@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 30 Sep 2005 23:41:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac_seeotheruids mac_seeotheruids.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2005 23:41:11 -0000 trhodes 2005-09-30 23:41:10 UTC FreeBSD src repository Modified files: sys/security/mac_seeotheruids mac_seeotheruids.c Log: Allow the root user to be aware of other credentials by virtue of privilege. Submitted by: rwatson Revision Changes Path 1.8 +12 -2 src/sys/security/mac_seeotheruids/mac_seeotheruids.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 04:37:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2720D16A41F; Sat, 1 Oct 2005 04:37:10 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E493443D48; Sat, 1 Oct 2005 04:37:09 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914b9ro015678; Sat, 1 Oct 2005 04:37:09 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914b9RS015677; Sat, 1 Oct 2005 04:37:09 GMT (envelope-from tjr) Message-Id: <200510010437.j914b9RS015677@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 04:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: GNU Cc: Subject: cvs commit: src/contrib/cpio - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 04:37:10 -0000 tjr 2005-10-01 04:37:09 UTC FreeBSD src repository src/contrib/cpio - Imported sources Update of /home/ncvs/src/contrib/cpio In directory repoman.freebsd.org:/tmp/cvs-serv15625 Log Message: Import GNU cpio 2.6 (trimmed) Status: Vendor Tag: GNU Release Tags: v2_6 U src/contrib/cpio/README N src/contrib/cpio/ABOUT-NLS N src/contrib/cpio/AUTHORS U src/contrib/cpio/COPYING U src/contrib/cpio/ChangeLog N src/contrib/cpio/INSTALL U src/contrib/cpio/NEWS N src/contrib/cpio/THANKS N src/contrib/cpio/TODO N src/contrib/cpio/doc/cpio.texi N src/contrib/cpio/doc/cpio.1 N src/contrib/cpio/lib/system.h N src/contrib/cpio/lib/localedir.h N src/contrib/cpio/lib/rmt.h N src/contrib/cpio/lib/error.c N src/contrib/cpio/lib/error.h N src/contrib/cpio/lib/getopt.c N src/contrib/cpio/lib/getopt1.c N src/contrib/cpio/lib/mempcpy.c N src/contrib/cpio/lib/strchrnul.c N src/contrib/cpio/lib/strndup.c N src/contrib/cpio/lib/strnlen.c N src/contrib/cpio/lib/rtapelib.c N src/contrib/cpio/lib/argp.h N src/contrib/cpio/lib/argp-ba.c N src/contrib/cpio/lib/argp-eexst.c N src/contrib/cpio/lib/argp-fmtstream.c N src/contrib/cpio/lib/argp-fmtstream.h N src/contrib/cpio/lib/argp-fs-xinl.c N src/contrib/cpio/lib/argp-help.c N src/contrib/cpio/lib/argp-namefrob.h N src/contrib/cpio/lib/argp-parse.c N src/contrib/cpio/lib/argp-pv.c N src/contrib/cpio/lib/argp-pvh.c N src/contrib/cpio/lib/argp-xinl.c N src/contrib/cpio/lib/dirname.h N src/contrib/cpio/lib/dirname.c N src/contrib/cpio/lib/basename.c N src/contrib/cpio/lib/stripslash.c N src/contrib/cpio/lib/exit.h N src/contrib/cpio/lib/exitfail.h N src/contrib/cpio/lib/exitfail.c N src/contrib/cpio/lib/full-write.h N src/contrib/cpio/lib/full-write.c N src/contrib/cpio/lib/gettext.h N src/contrib/cpio/lib/mempcpy.h N src/contrib/cpio/lib/safe-read.h N src/contrib/cpio/lib/safe-read.c N src/contrib/cpio/lib/safe-write.h N src/contrib/cpio/lib/safe-write.c N src/contrib/cpio/lib/savedir.h N src/contrib/cpio/lib/savedir.c N src/contrib/cpio/lib/strcase.h N src/contrib/cpio/lib/strchrnul.h N src/contrib/cpio/lib/strndup.h N src/contrib/cpio/lib/unlocked-io.h N src/contrib/cpio/lib/xalloc.h N src/contrib/cpio/lib/xmalloc.c N src/contrib/cpio/lib/xalloc-die.c N src/contrib/cpio/lib/alloca_.h N src/contrib/cpio/lib/getopt_.h N src/contrib/cpio/lib/getopt_int.h N src/contrib/cpio/src/cpio.h N src/contrib/cpio/src/cpiohdr.h N src/contrib/cpio/src/tar.h N src/contrib/cpio/src/tarhdr.h N src/contrib/cpio/src/defer.h N src/contrib/cpio/src/dstring.h N src/contrib/cpio/src/extern.h N src/contrib/cpio/src/filetypes.h N src/contrib/cpio/src/safe-stat.h N src/contrib/cpio/src/copyin.c N src/contrib/cpio/src/copyout.c N src/contrib/cpio/src/copypass.c N src/contrib/cpio/src/defer.c N src/contrib/cpio/src/dstring.c N src/contrib/cpio/src/global.c N src/contrib/cpio/src/main.c N src/contrib/cpio/src/tar.c N src/contrib/cpio/src/util.c N src/contrib/cpio/src/filemode.c N src/contrib/cpio/src/idcache.c N src/contrib/cpio/src/makepath.c N src/contrib/cpio/src/userspec.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Sat Oct 1 04:47:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 F2AA916A41F; Sat, 1 Oct 2005 04:47:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EF743D49; Sat, 1 Oct 2005 04:47:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914lili023380; Sat, 1 Oct 2005 04:47:44 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914liFm023379; Sat, 1 Oct 2005 04:47:44 GMT (envelope-from tjr) Message-Id: <200510010447.j914liFm023379@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 04:47:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio COPYING.LIB alloca.c copyin.c copyout.c copypass.c cpio.1 cpio.h cpio.texi cpiohdr.h defer.c defer.h dirname.c dstring.c dstring.h error.c extern.h filemode.c filetypes.h global.c idcache.c main.c makepath.c rmt.h rtapelib.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 04:47:45 -0000 tjr 2005-10-01 04:47:44 UTC FreeBSD src repository Removed files: contrib/cpio COPYING.LIB alloca.c copyin.c copyout.c copypass.c cpio.1 cpio.h cpio.texi cpiohdr.h defer.c defer.h dirname.c dstring.c dstring.h error.c extern.h filemode.c filetypes.h global.c idcache.c main.c makepath.c rmt.h rtapelib.c safe-stat.h stripslash.c system.h tar.c tar.h tarhdr.h userspec.c util.c version.c xmalloc.c xstrdup.c Log: Remove files no longer present in GNU cpio distribution. Most of these were actually moved into subdirectories. Revision Changes Path 1.2 +0 -481 src/contrib/cpio/COPYING.LIB (dead) 1.2 +0 -495 src/contrib/cpio/alloca.c (dead) 1.8 +0 -1399 src/contrib/cpio/copyin.c (dead) 1.3 +0 -945 src/contrib/cpio/copyout.c (dead) 1.4 +0 -475 src/contrib/cpio/copypass.c (dead) 1.4 +0 -328 src/contrib/cpio/cpio.1 (dead) 1.2 +0 -69 src/contrib/cpio/cpio.h (dead) 1.2 +0 -558 src/contrib/cpio/cpio.texi (dead) 1.2 +0 -90 src/contrib/cpio/cpiohdr.h (dead) 1.2 +0 -43 src/contrib/cpio/defer.c (dead) 1.2 +0 -8 src/contrib/cpio/defer.h (dead) 1.2 +0 -70 src/contrib/cpio/dirname.c (dead) 1.2 +0 -114 src/contrib/cpio/dstring.c (dead) 1.2 +0 -49 src/contrib/cpio/dstring.h (dead) 1.2 +0 -130 src/contrib/cpio/error.c (dead) 1.3 +0 -199 src/contrib/cpio/extern.h (dead) 1.2 +0 -255 src/contrib/cpio/filemode.c (dead) 1.2 +0 -84 src/contrib/cpio/filetypes.h (dead) 1.2 +0 -197 src/contrib/cpio/global.c (dead) 1.2 +0 -210 src/contrib/cpio/idcache.c (dead) 1.4 +0 -533 src/contrib/cpio/main.c (dead) 1.2 +0 -307 src/contrib/cpio/makepath.c (dead) 1.2 +0 -98 src/contrib/cpio/rmt.h (dead) 1.3 +0 -566 src/contrib/cpio/rtapelib.c (dead) 1.2 +0 -1 src/contrib/cpio/safe-stat.h (dead) 1.2 +0 -43 src/contrib/cpio/stripslash.c (dead) 1.2 +0 -142 src/contrib/cpio/system.h (dead) 1.3 +0 -537 src/contrib/cpio/tar.c (dead) 1.2 +0 -112 src/contrib/cpio/tar.h (dead) 1.2 +0 -62 src/contrib/cpio/tarhdr.h (dead) 1.2 +0 -277 src/contrib/cpio/userspec.c (dead) 1.3 +0 -1343 src/contrib/cpio/util.c (dead) 1.2 +0 -2 src/contrib/cpio/version.c (dead) 1.2 +0 -103 src/contrib/cpio/xmalloc.c (dead) 1.2 +0 -36 src/contrib/cpio/xstrdup.c (dead) From owner-cvs-src@FreeBSD.ORG Sat Oct 1 04:56:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CB4A416A41F; Sat, 1 Oct 2005 04:56:09 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B3F643D49; Sat, 1 Oct 2005 04:56:09 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914u98e024352; Sat, 1 Oct 2005 04:56:09 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914u990024351; Sat, 1 Oct 2005 04:56:09 GMT (envelope-from tjr) Message-Id: <200510010456.j914u990024351@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 04:56:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src userspec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 04:56:09 -0000 tjr 2005-10-01 04:56:09 UTC FreeBSD src repository Modified files: contrib/cpio/src userspec.c Log: Rename isnumber() to cpio_isnumber() to avoid clashing with the library function of the same name. Revision Changes Path 1.2 +5 -3 src/contrib/cpio/src/userspec.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 04:57:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6F8CC16A41F; Sat, 1 Oct 2005 04:57:02 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C61C43D4C; Sat, 1 Oct 2005 04:57:02 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914v1ZS024454; Sat, 1 Oct 2005 04:57:01 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914v1YN024453; Sat, 1 Oct 2005 04:57:01 GMT (envelope-from tjr) Message-Id: <200510010457.j914v1YN024453@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 04:57:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/cpio Makefile config.h src/gnu/usr.bin/cpio/doc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 04:57:02 -0000 tjr 2005-10-01 04:57:01 UTC FreeBSD src repository Modified files: gnu/usr.bin/cpio Makefile gnu/usr.bin/cpio/doc Makefile Added files: gnu/usr.bin/cpio config.h Log: Update for GNU cpio 2.6. Revision Changes Path 1.10 +52 -14 src/gnu/usr.bin/cpio/Makefile 1.1 +475 -0 src/gnu/usr.bin/cpio/config.h (new) 1.4 +2 -2 src/gnu/usr.bin/cpio/doc/Makefile From owner-cvs-src@FreeBSD.ORG Sat Oct 1 05:36:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C754816A420; Sat, 1 Oct 2005 05:36:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E9143D48; Sat, 1 Oct 2005 05:36:39 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915ad7R025948; Sat, 1 Oct 2005 05:36:39 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915adSM025947; Sat, 1 Oct 2005 05:36:39 GMT (envelope-from tjr) Message-Id: <200510010536.j915adSM025947@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:36:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src copyin.c copypass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 05:36:42 -0000 tjr 2005-10-01 05:36:39 UTC FreeBSD src repository Modified files: contrib/cpio/src copyin.c copypass.c Log: Merge from old copyin.c rev 1.5, copypass.c rev 1.2: Create fifos using mkfifo() instead of attempting to create them using mknod(). Revision Changes Path 1.2 +16 -4 src/contrib/cpio/src/copyin.c 1.2 +16 -4 src/contrib/cpio/src/copypass.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 05:42:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 7B4AE16A41F; Sat, 1 Oct 2005 05:42:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A29243D48; Sat, 1 Oct 2005 05:42:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915giOU026445; Sat, 1 Oct 2005 05:42:44 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915giHK026444; Sat, 1 Oct 2005 05:42:44 GMT (envelope-from tjr) Message-Id: <200510010542.j915giHK026444@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:42:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 05:42:45 -0000 tjr 2005-10-01 05:42:44 UTC FreeBSD src repository Modified files: contrib/cpio/src tar.c Log: Merge from old tar.c rev 1.2: Recognize and skip 'x' and 'g' pax extension entries. Revision Changes Path 1.2 +15 -0 src/contrib/cpio/src/tar.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 05:49:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0143716A41F; Sat, 1 Oct 2005 05:49:30 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF0643D4C; Sat, 1 Oct 2005 05:49:29 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915nTb1026887; Sat, 1 Oct 2005 05:49:29 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915nTCv026886; Sat, 1 Oct 2005 05:49:29 GMT (envelope-from tjr) Message-Id: <200510010549.j915nTCv026886@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:49:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 05:49:30 -0000 tjr 2005-10-01 05:49:29 UTC FreeBSD src repository Modified files: contrib/cpio/src main.c Log: Merge from old main.c rev 1.2: Don't set the umask until after we have processed the arguments and opened the archive file. Revision Changes Path 1.2 +4 -2 src/contrib/cpio/src/main.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 05:52:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6D17216A420; Sat, 1 Oct 2005 05:52:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEDE43D48; Sat, 1 Oct 2005 05:52:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915qff3027057; Sat, 1 Oct 2005 05:52:41 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915qfb3027056; Sat, 1 Oct 2005 05:52:41 GMT (envelope-from tjr) Message-Id: <200510010552.j915qfb3027056@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:52:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 05:52:41 -0000 tjr 2005-10-01 05:52:40 UTC FreeBSD src repository Modified files: contrib/cpio/src util.c Log: Merge from old util.c rev 1.2: say "volume" instead of "tape". Revision Changes Path 1.2 +4 -2 src/contrib/cpio/src/util.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 05:54:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 212A516A41F; Sat, 1 Oct 2005 05:54:40 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E1243D4C; Sat, 1 Oct 2005 05:54:39 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915sdbr027134; Sat, 1 Oct 2005 05:54:39 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915sdnU027133; Sat, 1 Oct 2005 05:54:39 GMT (envelope-from tjr) Message-Id: <200510010554.j915sdnU027133@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:54:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src copypass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 05:54:40 -0000 tjr 2005-10-01 05:54:39 UTC FreeBSD src repository Modified files: contrib/cpio/src copypass.c Log: Merge from old copypass.c rev 1.3: If we must yell at the user than a file cannot be linked into place when requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead. Revision Changes Path 1.3 +1 -1 src/contrib/cpio/src/copypass.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 06:09:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 EFCB316A41F; Sat, 1 Oct 2005 06:09:55 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC4A43D4C; Sat, 1 Oct 2005 06:09:55 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9169tdw027889; Sat, 1 Oct 2005 06:09:55 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9169twC027888; Sat, 1 Oct 2005 06:09:55 GMT (envelope-from tjr) Message-Id: <200510010609.j9169twC027888@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 06:09:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src copyout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 06:09:56 -0000 tjr 2005-10-01 06:09:55 UTC FreeBSD src repository Modified files: contrib/cpio/src copyout.c Log: Merge from old copyout.c rev 1.2: Output a zero rdev except for bdevs, cdevs, fifos and sockets. Don't output a file if the major, minor or totality of its rdev would be truncated. Revision Changes Path 1.2 +139 -2 src/contrib/cpio/src/copyout.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 06:35:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 75DCB16A41F; Sat, 1 Oct 2005 06:35:59 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3527D43D4C; Sat, 1 Oct 2005 06:35:59 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916Zx0f029136; Sat, 1 Oct 2005 06:35:59 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916ZxSg029135; Sat, 1 Oct 2005 06:35:59 GMT (envelope-from tjr) Message-Id: <200510010635.j916ZxSg029135@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 06:35:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/cpio Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 06:35:59 -0000 tjr 2005-10-01 06:35:59 UTC FreeBSD src repository Modified files: gnu/usr.bin/cpio Makefile Log: Define HAVE_MKFIFO and HAVE_SETLOCALE here since the configure script apparently fails to do it. Revision Changes Path 1.11 +2 -1 src/gnu/usr.bin/cpio/Makefile From owner-cvs-src@FreeBSD.ORG Sat Oct 1 06:37:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 F0EB416A41F; Sat, 1 Oct 2005 06:37:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA5343D48; Sat, 1 Oct 2005 06:37:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916bfRS029244; Sat, 1 Oct 2005 06:37:41 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916bfUT029243; Sat, 1 Oct 2005 06:37:41 GMT (envelope-from tjr) Message-Id: <200510010637.j916bfUT029243@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 06:37:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src copyin.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 06:37:42 -0000 tjr 2005-10-01 06:37:41 UTC FreeBSD src repository Modified files: contrib/cpio/src copyin.c Log: Merge long_format() time formatting code and fixes for printf() format errors from old copyin.c. Revision Changes Path 1.3 +14 -11 src/contrib/cpio/src/copyin.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 06:41:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DC76816A41F; Sat, 1 Oct 2005 06:41:34 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5CB43D49; Sat, 1 Oct 2005 06:41:34 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916fYZA029430; Sat, 1 Oct 2005 06:41:34 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916fYoS029429; Sat, 1 Oct 2005 06:41:34 GMT (envelope-from tjr) Message-Id: <200510010641.j916fYoS029429@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 06:41:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 06:41:35 -0000 tjr 2005-10-01 06:41:34 UTC FreeBSD src repository Modified files: contrib/cpio FREEBSD-upgrade Log: Update for GNU cpio 2.6. Revision Changes Path 1.5 +24 -12 src/contrib/cpio/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Sat Oct 1 08:33:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E751816A41F; Sat, 1 Oct 2005 08:33:59 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59BF43D48; Sat, 1 Oct 2005 08:33:59 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j918XxwA034302; Sat, 1 Oct 2005 08:33:59 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j918XwVj034301; Sat, 1 Oct 2005 08:33:58 GMT (envelope-from truckman) Message-Id: <200510010833.j918XwVj034301@repoman.freebsd.org> From: Don Lewis Date: Sat, 1 Oct 2005 08:33:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_exec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 08:34:00 -0000 truckman 2005-10-01 08:33:57 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c Log: Copy new process argument list in do_execve() before grabbing PROC_LOCK to avoid touching pageable memory while holding a mutex. Simplify argument list replacement logic. PR: kern/84935 Submitted by: "Antoine Pelisse" apelisse AT gmail.com (in a different form) MFC after: 3 days Revision Changes Path 1.276 +10 -10 src/sys/kern/kern_exec.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 15:48:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D868616A41F; Sat, 1 Oct 2005 15:48:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9505243D45; Sat, 1 Oct 2005 15:48:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Fm20T066841; Sat, 1 Oct 2005 15:48:02 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Fm2x6066840; Sat, 1 Oct 2005 15:48:02 GMT (envelope-from jkoshy) Message-Id: <200510011548.j91Fm2x6066840@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 1 Oct 2005 15:48:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pmccontrol pmccontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 15:48:03 -0000 jkoshy 2005-10-01 15:48:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pmccontrol pmccontrol.c Log: MFC r1.5: The 'intr_bufferfull' driver statistic actually counts the number of times sampling was stopped due to a space shortage; change its description in the output of `pmcstat -s` to match reality. Approved by: re (scottl) Revision Changes Path 1.4.2.1 +1 -1 src/usr.sbin/pmccontrol/pmccontrol.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 15:52:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6338316A41F; Sat, 1 Oct 2005 15:52:16 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A192243D5E; Sat, 1 Oct 2005 15:52:13 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91FqDpU067037; Sat, 1 Oct 2005 15:52:13 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91FqDfb067036; Sat, 1 Oct 2005 15:52:13 GMT (envelope-from jkoshy) Message-Id: <200510011552.j91FqDfb067036@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 1 Oct 2005 15:52:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 15:52:16 -0000 jkoshy 2005-10-01 15:52:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 hwpmc.4 Log: MFC r1.11-1.12: - Correct a typo. - Note the requirement for 'device apic' on i386 systems. - Consistently use 'x86' when referring to behaviour common to the i386 and amd64. Approved by: re (hrs) Revision Changes Path 1.6.2.3 +8 -5 src/share/man/man4/hwpmc.4 From owner-cvs-src@FreeBSD.ORG Sat Oct 1 15:56:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2975F16A41F; Sat, 1 Oct 2005 15:56:45 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9C743D48; Sat, 1 Oct 2005 15:56:44 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91FuieH067633; Sat, 1 Oct 2005 15:56:44 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91FuisY067632; Sat, 1 Oct 2005 15:56:44 GMT (envelope-from andre) Message-Id: <200510011556.j91FuisY067632@repoman.freebsd.org> From: Andre Oppermann Date: Sat, 1 Oct 2005 15:56:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c tcp_input.c udp_usrreq.c src/share/man/man4 ip.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 15:56:45 -0000 andre 2005-10-01 15:56:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet in.h in_pcb.h ip_output.c raw_ip.c tcp_input.c udp_usrreq.c share/man/man4 ip.4 Log: MFC: IP_MINTTL socket option. Approved by: re (scottl) Revision Changes Path 1.43.2.1 +9 -1 src/share/man/man4/ip.4 1.90.2.2 +1 -0 src/sys/netinet/in.h 1.80.2.1 +1 -0 src/sys/netinet/in_pcb.h 1.242.2.3 +14 -0 src/sys/netinet/ip_output.c 1.150.2.1 +3 -0 src/sys/netinet/raw_ip.c 1.281.2.2 +5 -0 src/sys/netinet/tcp_input.c 1.175.2.1 +3 -0 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 16:26:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 44FE216A41F; Sat, 1 Oct 2005 16:26:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F6043D46; Sat, 1 Oct 2005 16:26:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91GQQlL069646; Sat, 1 Oct 2005 16:26:26 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GQQHO069645; Sat, 1 Oct 2005 16:26:26 GMT (envelope-from ume) Message-Id: <200510011626.j91GQQHO069645@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 1 Oct 2005 16:26:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 16:26:27 -0000 ume 2005-10-01 16:26:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb if_cdce.c usbdevs Log: MFC: add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x. sys/dev/usb/if_cdce.c: 1.11 sys/dev/usb/usbdevs: 1.234 Approved by: re (scottl) Revision Changes Path 1.7.2.2 +1 -0 src/sys/dev/usb/if_cdce.c 1.232.2.1 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sat Oct 1 16:32:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2EDFF16A41F; Sat, 1 Oct 2005 16:32:33 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE1543D68; Sat, 1 Oct 2005 16:32:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91GWRrb070327; Sat, 1 Oct 2005 16:32:27 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GWRf9070326; Sat, 1 Oct 2005 16:32:27 GMT (envelope-from ume) Message-Id: <200510011632.j91GWRf9070326@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 1 Oct 2005 16:32:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 16:32:33 -0000 ume 2005-10-01 16:32:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb if_cdce.c usbdevs Log: MFC: add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x. sys/dev/usb/if_cdce.c: 1.11 sys/dev/usb/usbdevs: 1.234 Revision Changes Path 1.6.2.2 +1 -0 src/sys/dev/usb/if_cdce.c 1.195.2.13 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sat Oct 1 17:39:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0E01E16A41F; Sat, 1 Oct 2005 17:39:50 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B005043D48; Sat, 1 Oct 2005 17:39:50 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Hdoao081833; Sat, 1 Oct 2005 17:39:50 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91HdomB081832; Sat, 1 Oct 2005 17:39:50 GMT (envelope-from phk) Message-Id: <200510011739.j91HdomB081832@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 1 Oct 2005 17:39:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/nwfs nwfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 17:39:51 -0000 phk 2005-10-01 17:39:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nwfs nwfs_vfsops.c Log: MFC: one character fix in mount option name. Approved by: re@ (scottl) Revision Changes Path 1.40.2.1 +1 -1 src/sys/fs/nwfs/nwfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 18:17:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3310716A420; Sat, 1 Oct 2005 18:17:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E53A43D4C; Sat, 1 Oct 2005 18:17:29 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IHTDO083293; Sat, 1 Oct 2005 18:17:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IHTsR083292; Sat, 1 Oct 2005 18:17:29 GMT (envelope-from ru) Message-Id: <200510011817.j91IHTsR083292@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 1 Oct 2005 18:17:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 18:17:31 -0000 ru 2005-10-01 18:17:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/groff/tmac mdoc.local Log: Re-add FreeBSD 5.4 which got mistakenly nuked in rev. 1.41.2.5, add 7.0. Revision Changes Path 1.41.2.6 +2 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Sat Oct 1 18:43:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A0E4716A41F; Sat, 1 Oct 2005 18:43:21 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F02D943D45; Sat, 1 Oct 2005 18:43:16 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IhGC6084293; Sat, 1 Oct 2005 18:43:16 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IhGmR084292; Sat, 1 Oct 2005 18:43:16 GMT (envelope-from csjp) Message-Id: <200510011843.j91IhGmR084292@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 1 Oct 2005 18:43:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 18:43:21 -0000 csjp 2005-10-01 18:43:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c Log: MFC bpf.c v1.159 Make stats a bit more accurate by refreshing the PID after each descriptor operation. Approved by: re (scottl) Revision Changes Path 1.153.2.6 +12 -0 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 18:56:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 193D516A41F; Sat, 1 Oct 2005 18:56:20 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C892E43D45; Sat, 1 Oct 2005 18:56:19 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IuJDZ085129; Sat, 1 Oct 2005 18:56:19 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IuJYt085128; Sat, 1 Oct 2005 18:56:19 GMT (envelope-from glebius) Message-Id: <200510011856.j91IuJYt085128@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 18:56:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 trap.c src/sys/dev/em if_em.c src/sys/dev/firewire 00README if_fwe.c if_fwip.c src/sys/dev/fxp if_fxp.c src/sys/dev/ixgb README if_ixgb.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c src/sys/dev/vge if_vge.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 18:56:20 -0000 glebius 2005-10-01 18:56:19 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c sys/dev/em if_em.c sys/dev/firewire 00README if_fwe.c if_fwip.c sys/dev/fxp if_fxp.c sys/dev/ixgb README if_ixgb.c sys/dev/nge if_nge.c sys/dev/re if_re.c sys/dev/vge if_vge.c sys/i386/i386 trap.c sys/kern kern_poll.c sys/net if.h if_var.h sys/pci if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c if_vr.c if_xl.c Log: Big polling(4) cleanup. o Axe poll in trap. o Axe IFF_POLLING flag from if_flags. o Rework revision 1.21 (Giant removal), in such a way that poll_mtx is not dropped during call to polling handler. This fixes problem with idle polling. o Make registration and deregistration from polling in a functional way, insted of next tick/interrupt. o Obsolete kern.polling.enable. Polling is turned on/off with ifconfig. Detailed kern_poll.c changes: - Remove polling handler flags, introduced in 1.21. The are not needed now. - Forget and do not check if_flags, if_capenable and if_drv_flags. - Call all registered polling handlers unconditionally. - Do not drop poll_mtx, when entering polling handlers. - In ether_poll() NET_LOCK_GIANT prior to locking poll_mtx. - In netisr_poll() axe the block, where polling code asks drivers to unregister. - In netisr_poll() and ether_poll() do polling always, if any handlers are present. - In ether_poll_[de]register() remove a lot of error hiding code. Assert that arguments are correct, instead. - In ether_poll_[de]register() use standard return values in case of error or success. - Introduce poll_switch() that is a sysctl handler for kern.polling.enable. poll_switch() goes through interface list and enabled/disables polling. A message that kern.polling.enable is deprecated is printed. Detailed driver changes: - On attach driver announces IFCAP_POLLING in if_capabilities, but not in if_capenable. - On detach driver calls ether_poll_deregister() if polling is enabled. - In polling handler driver obtains its lock and checks IFF_DRV_RUNNING flag. If there is no, then unlocks and returns. - In ioctl handler driver checks for IFCAP_POLLING flag requested to be set or cleared. Driver first calls ether_poll_[de]register(), then obtains driver lock and [dis/en]ables interrupts. - In interrupt handler driver checks IFCAP_POLLING flag in if_capenable. If present, then returns.This is important to protect from spurious interrupts. Reviewed by: ru, sam, jhb Revision Changes Path 1.294 +0 -10 src/sys/amd64/amd64/trap.c 1.74 +37 -34 src/sys/dev/em/if_em.c 1.2 +0 -3 src/sys/dev/firewire/00README 1.39 +40 -29 src/sys/dev/firewire/if_fwe.c 1.10 +47 -31 src/sys/dev/firewire/if_fwip.c 1.248 +32 -24 src/sys/dev/fxp/if_fxp.c 1.2 +7 -8 src/sys/dev/ixgb/README 1.15 +43 -34 src/sys/dev/ixgb/if_ixgb.c 1.80 +37 -25 src/sys/dev/nge/if_nge.c 1.56 +49 -40 src/sys/dev/re/if_re.c 1.19 +51 -54 src/sys/dev/vge/if_vge.c 1.281 +0 -10 src/sys/i386/i386/trap.c 1.23 +88 -100 src/sys/kern/kern_poll.c 1.99 +2 -3 src/sys/net/if.h 1.103 +1 -1 src/sys/net/if_var.h 1.169 +41 -28 src/sys/pci/if_dc.c 1.158 +40 -36 src/sys/pci/if_rl.c 1.88 +45 -44 src/sys/pci/if_sf.c 1.140 +44 -31 src/sys/pci/if_sis.c 1.90 +41 -32 src/sys/pci/if_ste.c 1.108 +39 -31 src/sys/pci/if_vr.c 1.197 +45 -41 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 19:04:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 736AC16A41F; Sat, 1 Oct 2005 19:04:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3090143D46; Sat, 1 Oct 2005 19:04:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91J4NOa085490; Sat, 1 Oct 2005 19:04:23 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91J4N88085489; Sat, 1 Oct 2005 19:04:23 GMT (envelope-from glebius) Message-Id: <200510011904.j91J4N88085489@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 19:04:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 19:04:23 -0000 glebius 2005-10-01 19:04:23 UTC FreeBSD src repository Modified files: share/man/man4 polling.4 Log: - Catch up with the fact that HZ is 1000 now by default. - Remove description of poll in trap feature. - Tell that polling should be turned on and off with ifconfig. - Move description of kern.polling.enable to the end and say that this a deprecated way of turning polling on. - Remove note that idle poll has some problems in CURRENT. I failed to find them, while Sam and Luigi failed to remember what the problem actually were there. Revision Changes Path 1.20 +21 -22 src/share/man/man4/polling.4 From owner-cvs-src@FreeBSD.ORG Sat Oct 1 19:10:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5F1E216A41F; Sat, 1 Oct 2005 19:10:49 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1491A43D48; Sat, 1 Oct 2005 19:10:49 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91JAmVt085884; Sat, 1 Oct 2005 19:10:48 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91JAm3C085883; Sat, 1 Oct 2005 19:10:48 GMT (envelope-from truckman) Message-Id: <200510011910.j91JAm3C085883@repoman.freebsd.org> From: Don Lewis Date: Sat, 1 Oct 2005 19:10:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 19:10:49 -0000 truckman 2005-10-01 19:10:48 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Correct previous commit to fix the sense of the TDP_NORUNNINGBUF check in ffs_copyonwrite() that is a precondition for calling waitrunningbufspace(). Pointed out by: tegge Pointy hat to: truckman MFC after: 3 days Revision Changes Path 1.106 +1 -1 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 19:14:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5F7EB16A41F; Sat, 1 Oct 2005 19:14:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D1EF43D48; Sat, 1 Oct 2005 19:14:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91JEYIE086026; Sat, 1 Oct 2005 19:14:35 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91JEYtC086025; Sat, 1 Oct 2005 19:14:34 GMT (envelope-from glebius) Message-Id: <200510011914.j91JEYtC086025@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 19:14:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 19:14:35 -0000 glebius 2005-10-01 19:14:34 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Now ifconfig is the one right way to turn polling on. Thus, remove the "if" clauses. Revision Changes Path 1.106 +6 -5 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Sat Oct 1 19:21:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 740D016A41F; Sat, 1 Oct 2005 19:21:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3282443D45; Sat, 1 Oct 2005 19:21:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91JL41w086376; Sat, 1 Oct 2005 19:21:04 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91JL40Z086375; Sat, 1 Oct 2005 19:21:04 GMT (envelope-from phk) Message-Id: <200510011921.j91JL40Z086375@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 1 Oct 2005 19:21:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 19:21:04 -0000 phk 2005-10-01 19:21:04 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Make sure the clone lists are sorted in the right order. Explosion triggered by: pjd MFC: 3 days Revision Changes Path 1.194 +5 -3 src/sys/kern/kern_conf.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 20:15:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 3E9B516A41F; Sat, 1 Oct 2005 20:15:42 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F028343D45; Sat, 1 Oct 2005 20:15:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91KFfSC088400; Sat, 1 Oct 2005 20:15:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91KFfES088399; Sat, 1 Oct 2005 20:15:41 GMT (envelope-from rwatson) Message-Id: <200510012015.j91KFfES088399@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Oct 2005 20:15:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 20:15:42 -0000 rwatson 2005-10-01 20:15:41 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Second attempt at a work-around for fifo-related socket panics during make -j with high levels of parallelism: acquire Giant in fifo I/O routines. Discussed with: ups MFC after: 3 days Revision Changes Path 1.132 +4 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Oct 1 20:53:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D192D16A41F; Sat, 1 Oct 2005 20:53:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9227D43D45; Sat, 1 Oct 2005 20:53:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Krpnx096984; Sat, 1 Oct 2005 20:53:51 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91KrpEA096983; Sat, 1 Oct 2005 20:53:51 GMT (envelope-from glebius) Message-Id: <200510012053.j91KrpEA096983@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 20:53:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 20:53:52 -0000 glebius 2005-10-01 20:53:51 UTC FreeBSD src repository Modified files: . UPDATING Log: Note that kern.polling.enable is deprecated. Revision Changes Path 1.422 +4 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Sat Oct 1 20:58:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CF3F316A41F; Sat, 1 Oct 2005 20:58:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F9F243D45; Sat, 1 Oct 2005 20:58:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Kw3WF097138; Sat, 1 Oct 2005 20:58:03 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Kw3L9097137; Sat, 1 Oct 2005 20:58:03 GMT (envelope-from yar) Message-Id: <200510012058.j91Kw3L9097137@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 1 Oct 2005 20:58:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Oct 2005 20:58:04 -0000 yar 2005-10-01 20:58:03 UTC FreeBSD src repository Modified files: etc rc.subr Log: Fix the usage of rc_usage. The rc_usage function takes a list of possible keywords, not all them in a single argument. This also fixes the issue of extra delimiter characters appearing on the help line from rc.d scripts not setting $extra_commands. Revision Changes Path 1.38 +3 -3 src/etc/rc.subr