From owner-cvs-src@FreeBSD.ORG Sun Apr 20 00:08:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F61F37B401; Sun, 20 Apr 2003 00:08:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3FE043F85; Sun, 20 Apr 2003 00:08:31 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3K78V0U071486; Sun, 20 Apr 2003 00:08:31 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3K78VNA071485; Sun, 20 Apr 2003 00:08:31 -0700 (PDT) Message-Id: <200304200708.h3K78VNA071485@repoman.freebsd.org> From: Alan Cox Date: Sun, 20 Apr 2003 00:08:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm swap_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 07:08:32 -0000 alc 2003/04/20 00:08:31 PDT FreeBSD src repository Modified files: sys/vm swap_pager.c Log: - Lock the vm_object when performing vm_object_pip_add(). - Remove an unnecessary variable. Revision Changes Path 1.192 +3 -4 src/sys/vm/swap_pager.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 00:29:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE2337B401; Sun, 20 Apr 2003 00:29:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FF643FA3; Sun, 20 Apr 2003 00:29:50 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3K7To0U072977; Sun, 20 Apr 2003 00:29:50 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3K7ToJb072976; Sun, 20 Apr 2003 00:29:50 -0700 (PDT) Message-Id: <200304200729.h3K7ToJb072976@repoman.freebsd.org> From: Alan Cox Date: Sun, 20 Apr 2003 00:29:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_cluster.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 07:29:51 -0000 alc 2003/04/20 00:29:50 PDT FreeBSD src repository Modified files: sys/kern vfs_cluster.c Log: - Lock the vm_object when performing vm_object_pip_add(). Revision Changes Path 1.137 +8 -0 src/sys/kern/vfs_cluster.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 00:43:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB40437B401; Sun, 20 Apr 2003 00:43:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418F143FCB; Sun, 20 Apr 2003 00:43:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3K7hA0U074210; Sun, 20 Apr 2003 00:43:10 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3K7h99m074209; Sun, 20 Apr 2003 00:43:09 -0700 (PDT) Message-Id: <200304200743.h3K7h99m074209@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 00:43:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci emu10k1.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 07:43:11 -0000 obrien 2003/04/20 00:43:09 PDT FreeBSD src repository Modified files: sys/dev/sound/pci emu10k1.c Log: A few style(9) fixes. Revision Changes Path 1.35 +50 -50 src/sys/dev/sound/pci/emu10k1.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 01:37:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAC637B404; Sun, 20 Apr 2003 01:37:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE33343FB1; Sun, 20 Apr 2003 01:37:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3K8bT0U084016; Sun, 20 Apr 2003 01:37:29 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3K8bTvx084015; Sun, 20 Apr 2003 01:37:29 -0700 (PDT) Message-Id: <200304200837.h3K8bTvx084015@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 01:37:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci emu10k1.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 08:37:30 -0000 obrien 2003/04/20 01:37:29 PDT FreeBSD src repository Modified files: sys/dev/sound/pci emu10k1.c Log: more style(9) changes. Revision Changes Path 1.36 +30 -30 src/sys/dev/sound/pci/emu10k1.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 02:07:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB5037B401; Sun, 20 Apr 2003 02:07:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE76843FAF; Sun, 20 Apr 2003 02:07:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3K97E0U087567; Sun, 20 Apr 2003 02:07:14 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3K97E9Z087566; Sun, 20 Apr 2003 02:07:14 -0700 (PDT) Message-Id: <200304200907.h3K97E9Z087566@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 02:07:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci emu10k1.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 09:07:15 -0000 obrien 2003/04/20 02:07:14 PDT FreeBSD src repository Modified files: sys/dev/sound/pci emu10k1.c Log: more style(9) changes. Revision Changes Path 1.37 +8 -6 src/sys/dev/sound/pci/emu10k1.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 04:20:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287C437B401; Sun, 20 Apr 2003 04:20:20 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6477243FB1; Sun, 20 Apr 2003 04:20:18 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id VAA32546; Sun, 20 Apr 2003 21:20:16 +1000 Date: Sun, 20 Apr 2003 21:20:15 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: David Xu In-Reply-To: <200304200135.h3K1ZMZ5033572@repoman.freebsd.org> Message-ID: <20030420212003.G20065@gamplex.bde.org> References: <200304200135.h3K1ZMZ5033572@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 11:20:21 -0000 On Sat, 19 Apr 2003, David Xu wrote: > davidxu 2003/04/19 18:35:22 PDT > > FreeBSD src repository > > Modified files: > sys/i386/include cpufunc.h > Log: > Backout my last commit. > > Requested by: bde Thanks. Bruce From owner-cvs-src@FreeBSD.ORG Sun Apr 20 06:11:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68DE37B401; Sun, 20 Apr 2003 06:11:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6286A43F3F; Sun, 20 Apr 2003 06:11:12 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KDBB0U013937; Sun, 20 Apr 2003 06:11:11 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KDBB44013932; Sun, 20 Apr 2003 06:11:11 -0700 (PDT) Message-Id: <200304201311.h3KDBB44013932@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 20 Apr 2003 06:11:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config config.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 13:11:13 -0000 brueffer 2003/04/20 06:11:11 PDT FreeBSD src repository (doc committer) Modified files: usr.sbin/config config.8 Log: Grammar fix PR: 51164 Submitted by: Jeff Ito MFC after: 3 days Revision Changes Path 1.39 +1 -1 src/usr.sbin/config/config.8 From owner-cvs-src@FreeBSD.ORG Sun Apr 20 06:54:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1379137B401; Sun, 20 Apr 2003 06:54:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63A543FB1; Sun, 20 Apr 2003 06:54:04 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KDs40U017065; Sun, 20 Apr 2003 06:54:04 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KDs4iX017064; Sun, 20 Apr 2003 06:54:04 -0700 (PDT) Message-Id: <200304201354.h3KDs4iX017064@repoman.freebsd.org> From: Robert Watson Date: Sun, 20 Apr 2003 06:54:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys resourcevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 13:54:05 -0000 rwatson 2003/04/20 06:54:04 PDT FreeBSD src repository Modified files: sys/sys resourcevar.h Log: Use u_int for the struct uidinfo reference count rather than u_short; while >65534 references is unlikely, it is possible. Reviewed by: tjr Revision Changes Path 1.35 +1 -1 src/sys/sys/resourcevar.h From owner-cvs-src@FreeBSD.ORG Sun Apr 20 07:08:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D93F37B401; Sun, 20 Apr 2003 07:08:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038C543FE0; Sun, 20 Apr 2003 07:08:06 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KE850U018987; Sun, 20 Apr 2003 07:08:05 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KE85H8018986; Sun, 20 Apr 2003 07:08:05 -0700 (PDT) Message-Id: <200304201408.h3KE85H8018986@repoman.freebsd.org> From: Robert Watson Date: Sun, 20 Apr 2003 07:08:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/newfs newfs.8 newfs.c src/usr.sbin/sysinstall install.c label.c sysinstall.h src/usr.sbin/sysinstall/help partition.hlp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 14:08:06 -0000 rwatson 2003/04/20 07:08:05 PDT FreeBSD src repository Modified files: sbin/newfs newfs.8 newfs.c usr.sbin/sysinstall install.c label.c sysinstall.h usr.sbin/sysinstall/help partition.hlp Log: Throw the switch--change to UFS2 as our default file system format for FreeBSD 5.1-RELEASE and later: - newfs(8) will now create UFS2 file systems unless UFS1 is specifically requested (-O1). To do this, I just twiddled the Oflag default. - sysinstall(8) will now select UFS2 as the default layout for new file systems unless specifically requested (use '1' and '2' to change the file system layout in the disk labeler). To do this, I inverted the ufs2 flag into a ufs1 flag, since ufs2 is now the default and ufs1 is the edge case. There's a slight semantic change in the key behavior: '2' no longer toggles, it changes the selection to UFS2. This is very similar to a patch David O'Brien sent me at one point, and that I couldn't find. Approved by: re (telecon) Reviewed by: mckusick, phk, bmah Revision Changes Path 1.60 +1 -1 src/sbin/newfs/newfs.8 1.72 +1 -1 src/sbin/newfs/newfs.c 1.12 +14 -10 src/usr.sbin/sysinstall/help/partition.hlp 1.341 +1 -1 src/usr.sbin/sysinstall/install.c 1.137 +21 -7 src/usr.sbin/sysinstall/label.c 1.244 +1 -1 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src@FreeBSD.ORG Sun Apr 20 10:09:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A4637B421; Sun, 20 Apr 2003 10:09:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B92E43FDF; Sun, 20 Apr 2003 10:08:57 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KH8v0U040237; Sun, 20 Apr 2003 10:08:57 -0700 (PDT) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KH8vPD040236; Sun, 20 Apr 2003 10:08:57 -0700 (PDT) Message-Id: <200304201708.h3KH8vPD040236@repoman.freebsd.org> From: Orion Hodson Date: Sun, 20 Apr 2003 10:08:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm buffer.c feeder_fmt.c feeder_rate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 17:09:03 -0000 orion 2003/04/20 10:08:57 PDT FreeBSD src repository Modified files: sys/dev/sound/pcm buffer.c feeder_fmt.c feeder_rate.c Log: Additional malloc failure checks. Revision Changes Path 1.19 +7 -4 src/sys/dev/sound/pcm/buffer.c 1.11 +6 -0 src/sys/dev/sound/pcm/feeder_fmt.c 1.10 +2 -0 src/sys/dev/sound/pcm/feeder_rate.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 10:36:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB2137B401; Sun, 20 Apr 2003 10:36:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C2E43FE1; Sun, 20 Apr 2003 10:36:27 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KHaR0U042410; Sun, 20 Apr 2003 10:36:27 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KHaROv042409; Sun, 20 Apr 2003 10:36:27 -0700 (PDT) Message-Id: <200304201736.h3KHaROv042409@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 20 Apr 2003 10:36:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/tx if_tx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 17:36:28 -0000 mux 2003/04/20 10:36:26 PDT FreeBSD src repository Modified files: sys/dev/tx if_tx.c Log: Better comment, more style(9) fixes. Revision Changes Path 1.71 +4 -4 src/sys/dev/tx/if_tx.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 11:08:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE1B37B401; Sun, 20 Apr 2003 11:08:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D09743FE0; Sun, 20 Apr 2003 11:08:01 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KI800U045641; Sun, 20 Apr 2003 11:08:00 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KI80Me045640; Sun, 20 Apr 2003 11:08:00 -0700 (PDT) Message-Id: <200304201808.h3KI80Me045640@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 20 Apr 2003 11:08:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/tx if_tx.c if_txvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 18:08:01 -0000 mux 2003/04/20 11:08:00 PDT FreeBSD src repository Modified files: sys/dev/tx if_tx.c if_txvar.h Log: Convert the tx(4) driver to use the busdma API. Special thanks to brueffer for sending me such a card so that I could do this work. Revision Changes Path 1.72 +313 -124 src/sys/dev/tx/if_tx.c 1.18 +15 -2 src/sys/dev/tx/if_txvar.h From owner-cvs-src@FreeBSD.ORG Sun Apr 20 11:39:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8185E37B412; Sun, 20 Apr 2003 11:39:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218D243FA3; Sun, 20 Apr 2003 11:39:00 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KIcx0U047962; Sun, 20 Apr 2003 11:38:59 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KIcxkc047961; Sun, 20 Apr 2003 11:38:59 -0700 (PDT) Message-Id: <200304201838.h3KIcxkc047961@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 11:38:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libalias Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 18:39:01 -0000 obrien 2003/04/20 11:38:59 PDT FreeBSD src repository Modified files: lib/libalias Makefile Log: style.Makefile(5) Revision Changes Path 1.20 +6 -7 src/lib/libalias/Makefile From owner-cvs-src@FreeBSD.ORG Sun Apr 20 11:41:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C42FA37B401; Sun, 20 Apr 2003 11:41:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638A343F93; Sun, 20 Apr 2003 11:41:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KIfG0U048484; Sun, 20 Apr 2003 11:41:16 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KIfG3C048483; Sun, 20 Apr 2003 11:41:16 -0700 (PDT) Message-Id: <200304201841.h3KIfG3C048483@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 11:41:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libatm atm_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 18:41:17 -0000 obrien 2003/04/20 11:41:16 PDT FreeBSD src repository Modified files: lib/libatm atm_addr.c Log: fix __FBSDID Revision Changes Path 1.10 +2 -2 src/lib/libatm/atm_addr.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 12:05:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C5037B401; Sun, 20 Apr 2003 12:05:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E6043FA3; Sun, 20 Apr 2003 12:05:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KJ5Y0U051297; Sun, 20 Apr 2003 12:05:34 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KJ5Yds051296; Sun, 20 Apr 2003 12:05:34 -0700 (PDT) Message-Id: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> From: Bill Paul Date: Sun, 20 Apr 2003 12:05:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile src/sys/modules/axe Makefile src/sys/modules/netgraph Makefile src/sys/conf files src/sys/i386/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/alpha/conf GENERIC src/sys/pc98/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 19:05:35 -0000 wpaul 2003/04/20 12:05:34 PDT FreeBSD src repository Modified files: sys/modules Makefile sys/modules/netgraph Makefile sys/conf files sys/i386/conf GENERIC sys/sparc64/conf GENERIC sys/alpha/conf GENERIC sys/pc98/conf GENERIC sys/dev/usb usbdevs share/man/man4 Makefile usr.sbin/sysinstall devices.c Added files: sys/modules/axe Makefile sys/dev/usb if_axe.c if_axereg.h share/man/man4 axe.4 Log: Add device driver support for the ASIX Electronics AX88172 USB 2.0 ethernet controller. The driver has been tested with the LinkSys USB200M adapter. I know for a fact that there are other devices out there with this chip but don't have all the USB vendor/device IDs. Note: I'm not sure if this will force the driver to end up in the install kernel image or not. Special magic needs to be done to exclude it to keep the boot floppies from bloating again, someone please advise. Revision Changes Path 1.198 +1 -0 src/share/man/man4/Makefile 1.1 +144 -0 src/share/man/man4/axe.4 (new) 1.158 +1 -0 src/sys/alpha/conf/GENERIC 1.785 +1 -0 src/sys/conf/files 1.1 +1192 -0 src/sys/dev/usb/if_axe.c (new) 1.1 +178 -0 src/sys/dev/usb/if_axereg.h (new) 1.119 +4 -0 src/sys/dev/usb/usbdevs 1.381 +1 -0 src/sys/i386/conf/GENERIC 1.319 +1 -0 src/sys/modules/Makefile 1.1 +10 -0 src/sys/modules/axe/Makefile (new) 1.28 +1 -0 src/sys/modules/netgraph/Makefile 1.231 +1 -0 src/sys/pc98/conf/GENERIC 1.53 +1 -0 src/sys/sparc64/conf/GENERIC 1.149 +1 -0 src/usr.sbin/sysinstall/devices.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 12:07:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F17A37B401; Sun, 20 Apr 2003 12:07:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC6143FAF; Sun, 20 Apr 2003 12:07:52 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KJ7q0U051406; Sun, 20 Apr 2003 12:07:52 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KJ7pcp051405; Sun, 20 Apr 2003 12:07:51 -0700 (PDT) Message-Id: <200304201907.h3KJ7pcp051405@repoman.freebsd.org> From: Bill Paul Date: Sun, 20 Apr 2003 12:07:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 19:07:54 -0000 wpaul 2003/04/20 12:07:51 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen usbdevs. Revision Changes Path 1.128 +5 -1 src/sys/dev/usb/usbdevs.h 1.128 +13 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Sun Apr 20 12:14:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3C537B401; Sun, 20 Apr 2003 12:14:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3D843FF2; Sun, 20 Apr 2003 12:14:17 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KJEH0U052094; Sun, 20 Apr 2003 12:14:17 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KJEG8Q052093; Sun, 20 Apr 2003 12:14:16 -0700 (PDT) Message-Id: <200304201914.h3KJEG8Q052093@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 20 Apr 2003 12:14:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 19:14:18 -0000 mtm 2003/04/20 12:14:16 PDT FreeBSD src repository Modified files: etc/rc.d dhclient Log: Run interface specific scripts for dhcp interfaces too. This is how it has always been done (before and after rc.d) but I somehow failed to include it when I broke up network1. Submitted by: bmah Approved by: markm (mentor)(implicit) Revision Changes Path 1.4 +5 -0 src/etc/rc.d/dhclient From owner-cvs-src@FreeBSD.ORG Sun Apr 20 12:16:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B93237B401; Sun, 20 Apr 2003 12:16:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7B843F93; Sun, 20 Apr 2003 12:16:21 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KJGL0U052204; Sun, 20 Apr 2003 12:16:21 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KJGLtt052203; Sun, 20 Apr 2003 12:16:21 -0700 (PDT) Message-Id: <200304201916.h3KJGLtt052203@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 20 Apr 2003 12:16:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/newfs newfs.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 19:16:22 -0000 brueffer 2003/04/20 12:16:21 PDT FreeBSD src repository (doc committer) Modified files: sbin/newfs newfs.8 Log: Remove reference to diskpart(8) PR: 51193 Submitted by: Yonatan@xpert.com Revision Changes Path 1.61 +0 -1 src/sbin/newfs/newfs.8 From owner-cvs-src@FreeBSD.ORG Sun Apr 20 12:25:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A79CF37B401; Sun, 20 Apr 2003 12:25:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4956843FE1; Sun, 20 Apr 2003 12:25:29 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KJPT0U054245; Sun, 20 Apr 2003 12:25:29 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KJPSho054244; Sun, 20 Apr 2003 12:25:28 -0700 (PDT) Message-Id: <200304201925.h3KJPSho054244@repoman.freebsd.org> From: Alan Cox Date: Sun, 20 Apr 2003 12:25:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 19:25:30 -0000 alc 2003/04/20 12:25:28 PDT FreeBSD src repository Modified files: sys/vm vm_fault.c Log: - Lock the vm_object when performing vm_object_pip_wakeup(). Revision Changes Path 1.166 +10 -0 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:07:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D0137B401; Sun, 20 Apr 2003 13:07:35 -0700 (PDT) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id C302243FBD; Sun, 20 Apr 2003 13:07:34 -0700 (PDT) (envelope-from murray@builder.freebsdmall.com) Received: (from root@localhost) by builder.freebsdmall.com (8.12.9/8.11.6) id h3KK7YTw000899; Sun, 20 Apr 2003 13:07:34 -0700 (PDT) (envelope-from murray) Date: Sun, 20 Apr 2003 13:07:34 -0700 From: Murray Stokely To: Bill Paul Message-ID: <20030420130734.D686@freebsdmall.com> References: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200304201905.h3KJ5Yds051296@repoman.freebsd.org>; from wpaul@FreeBSD.org on Sun, Apr 20, 2003 at 12:05:34PM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/axe Makefile src/sys/modules/netgraph Makefile src/sys/conf files src/sys/i386/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/alpha/conf GENERIC src/sys/pc98/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:07:36 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 20, 2003 at 12:05:34PM -0700, Bill Paul wrote: > Note: I'm not sure if this will force the driver to end up in the > install kernel image or not. Special magic needs to be done to exclude > it to keep the boot floppies from bloating again, someone please > advise. Add an entry to drivers.conf to add it to the third "drivers floppy" image. - Murray Index: drivers.conf =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: /a/ncvs/src/release/i386/drivers.conf,v retrieving revision 1.23 diff -u -r1.23 drivers.conf --- drivers.conf 17 Apr 2003 06:06:54 -0000 1.23 +++ drivers.conf 20 Apr 2003 20:06:11 -0000 @@ -71,6 +71,7 @@ trm trm 3 disk "Tekram DC395X SCSI cards" twe twe 3 disk "3ware ATA RAID" =20 +axe if_axe 3 network "ASIX AX88172 USB 2.0 Ethernet" an if_an 3 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card" awi if_awi 3 network "BayStack 660 and others" de if_de 3 network "DEC DE435 PCI NIC or other DC21040-AA based card" --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE+ov4GtNcQog5FH30RAmFxAJ9BcvYr7m9hD/6LodI8YwdALh4YnQCgtOad OAJxCjf/0OXtAzXbHnpRqJA= =jWxz -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:08:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E488D37B401; Sun, 20 Apr 2003 13:08:36 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D7743F85; Sun, 20 Apr 2003 13:08:33 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h3KK8R62099188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 20 Apr 2003 23:08:27 +0300 (EEST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h3KK8R9K099183; Sun, 20 Apr 2003 23:08:27 +0300 (EEST) (envelope-from ru) Date: Sun, 20 Apr 2003 23:08:27 +0300 From: Ruslan Ermilov To: Bill Paul Message-ID: <20030420200827.GB98725@sunbay.com> References: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NMuMz9nt05w80d4+" Content-Disposition: inline In-Reply-To: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/axe Makefile src/sys/modules/netgraph Makefile src/sys/conf files src/sys/i386/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/alpha/conf GENERIC src/sys/pc98/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:08:37 -0000 --NMuMz9nt05w80d4+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 20, 2003 at 12:05:34PM -0700, Bill Paul wrote: > wpaul 2003/04/20 12:05:34 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/modules Makefile=20 > sys/modules/netgraph Makefile=20 > sys/conf files=20 > sys/i386/conf GENERIC=20 > sys/sparc64/conf GENERIC=20 > sys/alpha/conf GENERIC=20 > sys/pc98/conf GENERIC=20 > sys/dev/usb usbdevs=20 > share/man/man4 Makefile=20 > usr.sbin/sysinstall devices.c=20 > Added files: > sys/modules/axe Makefile=20 > sys/dev/usb if_axe.c if_axereg.h=20 > share/man/man4 axe.4=20 > Log: > Add device driver support for the ASIX Electronics AX88172 USB 2.0 > ethernet controller. The driver has been tested with the LinkSys > USB200M adapter. I know for a fact that there are other devices out > there with this chip but don't have all the USB vendor/device IDs. > =20 > Note: I'm not sure if this will force the driver to end up in the > install kernel image or not. Special magic needs to be done to exclude > it to keep the boot floppies from bloating again, someone please > advise. > =20 Anything that is in the GENERIC kernel that is not axed ends up in the BOOTMFS kernel. To move the driver on the drivers floppy, one adds the entry into src/release//drivers.conf. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --NMuMz9nt05w80d4+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+ov47Ukv4P6juNwoRAumDAJ9hdQjkXEDeA+MSD4biXwLH1/KsugCeIrzk ZY3r898kHVp3S/cYUR4eFEc= =pS7q -----END PGP SIGNATURE----- --NMuMz9nt05w80d4+-- From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:15:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C29837B401; Sun, 20 Apr 2003 13:15:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA7E43FBD; Sun, 20 Apr 2003 13:15:42 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KKFg0U072008; Sun, 20 Apr 2003 13:15:42 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KKFgCd072007; Sun, 20 Apr 2003 13:15:42 -0700 (PDT) Message-Id: <200304202015.h3KKFgCd072007@repoman.freebsd.org> From: Bill Paul Date: Sun, 20 Apr 2003 13:15:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 axe.4 src/sys/dev/usb if_axe.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:15:43 -0000 wpaul 2003/04/20 13:15:42 PDT FreeBSD src repository Modified files: share/man/man4 axe.4 sys/dev/usb if_axe.c usbdevs Log: Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based devices). Revision Changes Path 1.2 +10 -1 src/share/man/man4/axe.4 1.2 +2 -0 src/sys/dev/usb/if_axe.c 1.120 +2 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:17:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D31037B401; Sun, 20 Apr 2003 13:17:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C3C43F75; Sun, 20 Apr 2003 13:17:10 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KKHA0U072066; Sun, 20 Apr 2003 13:17:10 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KKHAwN072065; Sun, 20 Apr 2003 13:17:10 -0700 (PDT) Message-Id: <200304202017.h3KKHAwN072065@repoman.freebsd.org> From: Bill Paul Date: Sun, 20 Apr 2003 13:17:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:17:11 -0000 wpaul 2003/04/20 13:17:10 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regenerate. Revision Changes Path 1.129 +3 -1 src/sys/dev/usb/usbdevs.h 1.129 +13 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:23:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3689337B401; Sun, 20 Apr 2003 13:23:54 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C6243FB1; Sun, 20 Apr 2003 13:23:52 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.8/8.12.8) with ESMTP id h3KKPZxS049079; Sun, 20 Apr 2003 16:25:35 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.8/8.12.8/Submit) id h3KKPSql049078; Sun, 20 Apr 2003 16:25:28 -0400 (EDT) Date: Sun, 20 Apr 2003 16:25:28 -0400 From: Jake Burkholder To: ticso@cicely.de Message-ID: <20030420202527.GB42856@locore.ca> References: <200304141404.h3EE48aL034057@repoman.freebsd.org> <20030416101546.GW529@cicely9.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030416101546.GW529@cicely9.cicely.de> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: Hidetoshi Shimokawa cc: src-committers@FreeBSD.org cc: Bernd Walter cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES files src/sys/dev/usb FILES ehci.c ehci_pci.c ehcireg.h ehcivar.h usb.c src/sys/modules/usb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:23:54 -0000 Apparently, On Wed, Apr 16, 2003 at 12:15:47PM +0200, Bernd Walter said words to the effect of; > On Wed, Apr 16, 2003 at 11:23:30AM +0900, Hidetoshi Shimokawa wrote: > > At Mon, 14 Apr 2003 07:04:08 -0700 (PDT), > > Bernd Walter wrote: > > > > > > ticso 2003/04/14 07:04:08 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/conf NOTES files > > > sys/dev/usb FILES usb.c > > > sys/modules/usb Makefile > > > Added files: > > > sys/dev/usb ehci.c ehci_pci.c ehcireg.h ehcivar.h > > > Log: > > > add EHCI (USB 2.0) controller support. > > > > Great! > > > > Is this device supposed to work on sparc64? > > I don't know a reason why not. I don't know if this device is an exception, but the USB framework in general does not use busdma, so its not MI and won't work on sparc64. Jake From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:35:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3673037B401; Sun, 20 Apr 2003 13:35:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F1543FDD; Sun, 20 Apr 2003 13:35:18 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KKZI0U073440; Sun, 20 Apr 2003 13:35:18 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KKZIgJ073439; Sun, 20 Apr 2003 13:35:18 -0700 (PDT) Message-Id: <200304202035.h3KKZIgJ073439@repoman.freebsd.org> From: Murray Stokely Date: Sun, 20 Apr 2003 13:35:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/dict freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:35:19 -0000 murray 2003/04/20 13:35:18 PDT FreeBSD src repository Modified files: share/dict freebsd Log: Add more FreeBSD specific terminology to help reduce false-positives when spell-checking the FreeBSD documentation. Revision Changes Path 1.4 +7 -0 src/share/dict/freebsd From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:37:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 509AB37B401; Sun, 20 Apr 2003 13:37:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A6E43F93; Sun, 20 Apr 2003 13:37:14 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KKbE0U073512; Sun, 20 Apr 2003 13:37:14 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KKbEdD073511; Sun, 20 Apr 2003 13:37:14 -0700 (PDT) Message-Id: <200304202037.h3KKbEdD073511@repoman.freebsd.org> From: Alan Cox Date: Sun, 20 Apr 2003 13:37:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_pageout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:37:15 -0000 alc 2003/04/20 13:37:14 PDT FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: - Lock the vm_object when performing vm_object_pip_wakeup(). - Merge two identical cases in a switch statement. Revision Changes Path 1.230 +2 -2 src/sys/vm/vm_pageout.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:42:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC1A37B401; Sun, 20 Apr 2003 13:42:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F73643FB1; Sun, 20 Apr 2003 13:42:21 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KKgK0U074296; Sun, 20 Apr 2003 13:42:20 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KKgKht074295; Sun, 20 Apr 2003 13:42:20 -0700 (PDT) Message-Id: <200304202042.h3KKgKht074295@repoman.freebsd.org> From: Murray Stokely Date: Sun, 20 Apr 2003 13:42:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/dict freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:42:22 -0000 murray 2003/04/20 13:42:20 PDT FreeBSD src repository Modified files: share/dict freebsd Log: More terms. Revision Changes Path 1.5 +8 -1 src/share/dict/freebsd From owner-cvs-src@FreeBSD.ORG Sun Apr 20 14:20:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E240437B401; Sun, 20 Apr 2003 14:19:57 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE06243F93; Sun, 20 Apr 2003 14:19:56 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.gorean.org (12-234-22-23.client.attbi.com[12.234.22.23]) by sccrmhc01.attbi.com (sccrmhc01) with SMTP id <2003042021195500100a22v7e>; Sun, 20 Apr 2003 21:19:56 +0000 Date: Sun, 20 Apr 2003 14:19:55 -0700 (PDT) From: Doug Barton To: Jacques Vidrine In-Reply-To: <200304181411.h3IEBH07088819@repoman.freebsd.org> Message-ID: <20030420141848.K631@znfgre.tberna.bet> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 21:20:02 -0000 I've already told Jacques that I'd look into the problem with named, but more generally, I doubt this will be our only problem child. Has this new code been regression tested against any other third party code? Doug On Fri, 18 Apr 2003, Jacques Vidrine wrote: > nectar 2003/04/18 07:11:17 PDT > > FreeBSD src repository > > Modified files: > include pwd.h > lib/libc/gen getpwent.c > usr.sbin/pwd_mkdb pwd_mkdb.c > Log: > Revert the definitions of _PW_KEY* to their previous values. There is > at least one consumer outside of libc and pwd_mkdb. > Adjust the versioning in libc and pwd_mkdb accordingly. > > named was the application affected, and that fact was first > Reported by: Zherdev Anatoly > > Sponsored by: DARPA, Network Associates Laboratories > > Revision Changes Path > 1.15 +27 -8 src/include/pwd.h > 1.72 +2 -2 src/lib/libc/gen/getpwent.c > 1.41 +25 -19 src/usr.sbin/pwd_mkdb/pwd_mkdb.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/include/pwd.h.diff?&r1=1.14&r2=1.15&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?&r1=1.71&r2=1.72&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/pwd_mkdb/pwd_mkdb.c.diff?&r1=1.40&r2=1.41&f=h > > -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Sun Apr 20 14:36:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12EE237B401; Sun, 20 Apr 2003 14:36:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A869A43FA3; Sun, 20 Apr 2003 14:36:12 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KLaC0U079462; Sun, 20 Apr 2003 14:36:12 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KLaCHV079461; Sun, 20 Apr 2003 14:36:12 -0700 (PDT) Message-Id: <200304202136.h3KLaCHV079461@repoman.freebsd.org> From: Murray Stokely Date: Sun, 20 Apr 2003 14:36:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/dict freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 21:36:13 -0000 murray 2003/04/20 14:36:12 PDT FreeBSD src repository Modified files: share/dict freebsd Log: More terms. Revision Changes Path 1.6 +14 -1 src/share/dict/freebsd From owner-cvs-src@FreeBSD.ORG Sun Apr 20 14:36:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D7E37B425; Sun, 20 Apr 2003 14:36:20 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0005F43FA3; Sun, 20 Apr 2003 14:36:18 -0700 (PDT) (envelope-from ticso@cicely9.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h3KLZjcx066370 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 20 Apr 2003 23:36:05 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (cicely9.cicely.de [IPv6:3ffe:400:8d0:301:210:5aff:fe30:1c1a]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h3KLZfmU008150 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 20 Apr 2003 23:35:42 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (localhost [127.0.0.1]) by cicely9.cicely.de (8.12.9/8.12.8) with ESMTP id h3KLZetA024092; Sun, 20 Apr 2003 23:35:40 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: (from ticso@localhost) by cicely9.cicely.de (8.12.9/8.12.9/Submit) id h3KLZdm1024091; Sun, 20 Apr 2003 23:35:39 +0200 (CEST) (envelope-from ticso) Date: Sun, 20 Apr 2003 23:35:38 +0200 From: Bernd Walter To: Jake Burkholder Message-ID: <20030420213537.GB20422@cicely9.cicely.de> References: <200304141404.h3EE48aL034057@repoman.freebsd.org> <20030416101546.GW529@cicely9.cicely.de> <20030420202527.GB42856@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030420202527.GB42856@locore.ca> X-Operating-System: FreeBSD cicely9.cicely.de 5.0-CURRENT alpha User-Agent: Mutt/1.5.3i cc: Hidetoshi Shimokawa cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Bernd Walter cc: ticso@cicely.de cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf NOTES files src/sys/dev/usb FILES ehci.c ehci_pci.c ehcireg.h ehcivar.h usb.c src/sys/modules/usb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 20 Apr 2003 21:36:21 -0000 On Sun, Apr 20, 2003 at 04:25:28PM -0400, Jake Burkholder wrote: > Apparently, On Wed, Apr 16, 2003 at 12:15:47PM +0200, > Bernd Walter said words to the effect of; > > On Wed, Apr 16, 2003 at 11:23:30AM +0900, Hidetoshi Shimokawa wrote: > > > At Mon, 14 Apr 2003 07:04:08 -0700 (PDT), > > > Bernd Walter wrote: > > > Is this device supposed to work on sparc64? > > > > I don't know a reason why not. > > I don't know if this device is an exception, but the USB framework in > general does not use busdma, so its not MI and won't work on sparc64. This device is not an exception - it wouldn't make much sense without doing OHCI first as both are very similar in design. joe said he would do busdma for OHCI, but I'm not shure if the porting just stalled. Is busdma realy an absolute required feature for sparc64? OHCI works on alpha and it should be endian clean. Unfortunately my test alpha did not initialize more than function 0, so I wasn't able to test EHCI on alpha, but I'm almost shure it will work. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-cvs-src@FreeBSD.ORG Sun Apr 20 14:55:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD08037B401; Sun, 20 Apr 2003 14:55:57 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE84743FE3; Sun, 20 Apr 2003 14:55:56 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.8/8.12.8) with ESMTP id h3KLvmxS049590; Sun, 20 Apr 2003 17:57:48 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.8/8.12.8/Submit) id h3KLvmYG049589; Sun, 20 Apr 2003 17:57:48 -0400 (EDT) Date: Sun, 20 Apr 2003 17:57:47 -0400 From: Jake Burkholder To: ticso@cicely.de Message-ID: <20030420215747.GC42856@locore.ca> References: <200304141404.h3EE48aL034057@repoman.freebsd.org> <20030416101546.GW529@cicely9.cicely.de> <20030420202527.GB42856@locore.ca> <20030420213537.GB20422@cicely9.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030420213537.GB20422@cicely9.cicely.de> User-Agent: Mutt/1.4i cc: cvs-src@freebsd.org cc: Hidetoshi Shimokawa cc: src-committers@freebsd.org cc: Bernd Walter cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf NOTES files src/sys/dev/usb FILES ehci.c ehci_pci.c ehcireg.h ehcivar.h usb.c src/sys/modules/usb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 21:55:58 -0000 Apparently, On Sun, Apr 20, 2003 at 11:35:38PM +0200, Bernd Walter said words to the effect of; > On Sun, Apr 20, 2003 at 04:25:28PM -0400, Jake Burkholder wrote: > > Apparently, On Wed, Apr 16, 2003 at 12:15:47PM +0200, > > Bernd Walter said words to the effect of; > > > On Wed, Apr 16, 2003 at 11:23:30AM +0900, Hidetoshi Shimokawa wrote: > > > > At Mon, 14 Apr 2003 07:04:08 -0700 (PDT), > > > > Bernd Walter wrote: > > > > Is this device supposed to work on sparc64? > > > > > > I don't know a reason why not. > > > > I don't know if this device is an exception, but the USB framework in > > general does not use busdma, so its not MI and won't work on sparc64. > > This device is not an exception - it wouldn't make much sense without > doing OHCI first as both are very similar in design. > joe said he would do busdma for OHCI, but I'm not shure if the porting > just stalled. > Is busdma realy an absolute required feature for sparc64? Yes it is, and it should be for alpha. alpha works because of this hack: #ifdef __alpha__ #define DMAADDR(dma, o) (alpha_XXX_dmamap((vm_offset_t) *(dma) + (o))) #else #define DMAADDR(dma, o) (vtophys(*(dma) + (o))) #endif But as a result alpha can only support limited amounts of physical memory (1 or 2G max depending on the system I think). Jake From owner-cvs-src@FreeBSD.ORG Sun Apr 20 14:56:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B2537B401; Sun, 20 Apr 2003 14:56:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A538B43FB1; Sun, 20 Apr 2003 14:56:40 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KLue0U080990; Sun, 20 Apr 2003 14:56:40 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KLueAL080989; Sun, 20 Apr 2003 14:56:40 -0700 (PDT) Message-Id: <200304202156.h3KLueAL080989@repoman.freebsd.org> From: Alan Cox Date: Sun, 20 Apr 2003 14:56:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 21:56:44 -0000 alc 2003/04/20 14:56:40 PDT FreeBSD src repository Modified files: sys/vm vm_map.c Log: - Update the vm_object locking in vm_map_insert(). Revision Changes Path 1.292 +13 -8 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 14:58:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25BB037B401; Sun, 20 Apr 2003 14:58:15 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id B68EF43FB1; Sun, 20 Apr 2003 14:58:13 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9/8.12.9) with ESMTP id h3KLwCtv096767; Sun, 20 Apr 2003 23:58:12 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9/8.12.9/Submit) id h3KLwCKB096766; Sun, 20 Apr 2003 23:58:12 +0200 (CEST) Date: Sun, 20 Apr 2003 23:58:12 +0200 From: Wilko Bulte To: Jake Burkholder Message-ID: <20030420215812.GA96743@freebie.xs4all.nl> References: <200304141404.h3EE48aL034057@repoman.freebsd.org> <20030416101546.GW529@cicely9.cicely.de> <20030420202527.GB42856@locore.ca> <20030420213537.GB20422@cicely9.cicely.de> <20030420215747.GC42856@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030420215747.GC42856@locore.ca> User-Agent: Mutt/1.4i X-OS: FreeBSD 4.8-STABLE X-PGP: finger wilko@freebsd.org cc: Hidetoshi Shimokawa cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Bernd Walter cc: ticso@cicely.de cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf NOTES files src/sys/dev/usb FILES ehci.c ehci_pci.c ehcireg.h ehcivar.h usb.c src/sys/modules/usb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 21:58:15 -0000 On Sun, Apr 20, 2003 at 05:57:47PM -0400, Jake Burkholder wrote: > Apparently, On Sun, Apr 20, 2003 at 11:35:38PM +0200, > Bernd Walter said words to the effect of; > > > On Sun, Apr 20, 2003 at 04:25:28PM -0400, Jake Burkholder wrote: > > > Apparently, On Wed, Apr 16, 2003 at 12:15:47PM +0200, > > > Bernd Walter said words to the effect of; > > > > On Wed, Apr 16, 2003 at 11:23:30AM +0900, Hidetoshi Shimokawa wrote: > > > > > At Mon, 14 Apr 2003 07:04:08 -0700 (PDT), > > > > > Bernd Walter wrote: > > > > > Is this device supposed to work on sparc64? > > > > > > > > I don't know a reason why not. > > > > > > I don't know if this device is an exception, but the USB framework in > > > general does not use busdma, so its not MI and won't work on sparc64. > > > > This device is not an exception - it wouldn't make much sense without > > doing OHCI first as both are very similar in design. > > joe said he would do busdma for OHCI, but I'm not shure if the porting > > just stalled. > > Is busdma realy an absolute required feature for sparc64? > > Yes it is, and it should be for alpha. alpha works because of this > hack: > > #ifdef __alpha__ > #define DMAADDR(dma, o) (alpha_XXX_dmamap((vm_offset_t) *(dma) + (o))) > #else > #define DMAADDR(dma, o) (vtophys(*(dma) + (o))) > #endif > > But as a result alpha can only support limited amounts of physical memory > (1 or 2G max depending on the system I think). Yup, correct. Depends on how memory is mapped (IIRC, Drew has outlined what the details are on -alpha a few times). -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte From owner-cvs-src@FreeBSD.ORG Sun Apr 20 15:01:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6613737B405; Sun, 20 Apr 2003 15:01:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E7743FEA; Sun, 20 Apr 2003 15:01:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KM1b0U081660; Sun, 20 Apr 2003 15:01:37 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KM1bZA081659; Sun, 20 Apr 2003 15:01:37 -0700 (PDT) Message-Id: <200304202201.h3KM1bZA081659@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 15:01:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefilesrc/share/man/man4/man4.i386 Makefile asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 22:01:38 -0000 obrien 2003/04/20 15:01:37 PDT FreeBSD src repository Modified files: share/man/man4 Makefile share/man/man4/man4.i386 Makefile Removed files: share/man/man4/man4.i386 asr.4 Log: The i386-specific asr manpage has been repo copied to the MI section. Revision Changes Path 1.199 +1 -0 src/share/man/man4/Makefile 1.146 +1 -1 src/share/man/man4/man4.i386/Makefile 1.14 +0 -99 src/share/man/man4/man4.i386/asr.4 (dead) From owner-cvs-src@FreeBSD.ORG Sun Apr 20 15:04:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F91C37B401; Sun, 20 Apr 2003 15:04:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1FAD43FD7; Sun, 20 Apr 2003 15:04:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KM4a0U082689; Sun, 20 Apr 2003 15:04:36 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KM4aF4082688; Sun, 20 Apr 2003 15:04:36 -0700 (PDT) Message-Id: <200304202204.h3KM4aF4082688@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 15:04:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 22:04:37 -0000 obrien 2003/04/20 15:04:36 PDT FreeBSD src repository Modified files: share/man/man4 asr.4 Log: Document the DEC variants. Revision Changes Path 1.14 +3 -1 src/share/man/man4/asr.4 From owner-cvs-src@FreeBSD.ORG Sun Apr 20 15:07:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E79237B401; Sun, 20 Apr 2003 15:07:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C83143F93; Sun, 20 Apr 2003 15:07:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KM7c0U082845; Sun, 20 Apr 2003 15:07:38 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KM7ctB082844; Sun, 20 Apr 2003 15:07:38 -0700 (PDT) Message-Id: <200304202207.h3KM7ctB082844@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 15:07:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 mlx.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 22:07:39 -0000 obrien 2003/04/20 15:07:38 PDT FreeBSD src repository Modified files: share/man/man4 mlx.4 Log: Document the DEC variants. Also note the model numbers for the AcceleRAID and eXtremeRAID variants. Reviewed by: wilko Revision Changes Path 1.14 +9 -4 src/share/man/man4/mlx.4 From owner-cvs-src@FreeBSD.ORG Sun Apr 20 15:10:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3647137B401; Sun, 20 Apr 2003 15:10:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C83EA43FA3; Sun, 20 Apr 2003 15:10:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KMAD0U082972; Sun, 20 Apr 2003 15:10:13 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KMAD4i082971; Sun, 20 Apr 2003 15:10:13 -0700 (PDT) Message-Id: <200304202210.h3KMAD4i082971@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 15:10:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 isp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 22:10:14 -0000 obrien 2003/04/20 15:10:13 PDT FreeBSD src repository Modified files: share/man/man4 isp.4 Log: Note the Qlogic 1040 is a KZPBA in DEC-speak. Reviewed by: wilko Revision Changes Path 1.15 +1 -0 src/share/man/man4/isp.4 From owner-cvs-src@FreeBSD.ORG Sun Apr 20 15:10:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705D637B404; Sun, 20 Apr 2003 15:10:44 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F46043FCB; Sun, 20 Apr 2003 15:10:42 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9/8.12.9) with ESMTP id h3KMAftv097030; Mon, 21 Apr 2003 00:10:41 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9/8.12.9/Submit) id h3KMAfoc097025; Mon, 21 Apr 2003 00:10:41 +0200 (CEST) Date: Mon, 21 Apr 2003 00:10:41 +0200 From: Wilko Bulte To: "David E. O'Brien" Message-ID: <20030420221041.GA96999@freebie.xs4all.nl> References: <200304202207.h3KM7ctB082844@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304202207.h3KM7ctB082844@repoman.freebsd.org> User-Agent: Mutt/1.4i X-OS: FreeBSD 4.8-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man4 mlx.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 22:10:44 -0000 On Sun, Apr 20, 2003 at 03:07:38PM -0700, David E. O'Brien wrote: > obrien 2003/04/20 15:07:38 PDT > > FreeBSD src repository > > Modified files: > share/man/man4 mlx.4 > Log: > Document the DEC variants. You might want to add that KZPSC have insufficient flashrom to hold any reasonably recent firmware. KZPAC might be a bit better in this respect but I would have to check. -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte From owner-cvs-src@FreeBSD.ORG Sun Apr 20 15:13:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A55B937B401; Sun, 20 Apr 2003 15:13:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 456DE43FD7; Sun, 20 Apr 2003 15:13:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KMDp0U084636; Sun, 20 Apr 2003 15:13:51 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KMDoUu084635; Sun, 20 Apr 2003 15:13:50 -0700 (PDT) Message-Id: <200304202213.h3KMDoUu084635@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 15:13:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 sym.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 22:13:52 -0000 obrien 2003/04/20 15:13:50 PDT FreeBSD src repository Modified files: share/man/man4 sym.4 Log: Document the KZPCA-AA. Revision Changes Path 1.14 +3 -1 src/share/man/man4/sym.4 From owner-cvs-src@FreeBSD.ORG Sun Apr 20 15:27:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0637437B401; Sun, 20 Apr 2003 15:27:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5846B43FDF; Sun, 20 Apr 2003 15:27:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KMRj0U086178; Sun, 20 Apr 2003 15:27:45 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KMRj4R086177; Sun, 20 Apr 2003 15:27:45 -0700 (PDT) Message-Id: <200304202227.h3KMRj4R086177@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 15:27:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 mlx.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 22:27:46 -0000 obrien 2003/04/20 15:27:45 PDT FreeBSD src repository Modified files: share/man/man4 mlx.4 Log: Note that KZPSC have ancient, non-upgradable firmware and that affects the driver. Submitted by: wilko Revision Changes Path 1.15 +2 -0 src/share/man/man4/mlx.4 From owner-cvs-src@FreeBSD.ORG Sun Apr 20 15:38:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3071237B401; Sun, 20 Apr 2003 15:38:49 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1366943FBF; Sun, 20 Apr 2003 15:38:48 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h3KMZvZ15833; Sun, 20 Apr 2003 15:35:57 -0700 Received: from btc.btc.adaptec.com ([10.100.0.52]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id PAA23881; Sun, 20 Apr 2003 15:38:14 -0700 (PDT) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id QAA08811; Sun, 20 Apr 2003 16:38:05 -0600 (MDT) Message-ID: <3EA3214B.1060508@btc.adaptec.com> Date: Sun, 20 Apr 2003 16:38:03 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ticso@cicely.de References: <200304141404.h3EE48aL034057@repoman.freebsd.org> <20030416101546.GW529@cicely9.cicely.de> <20030420202527.GB42856@locore.ca> <20030420213537.GB20422@cicely9.cicely.de> In-Reply-To: <20030420213537.GB20422@cicely9.cicely.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Hidetoshi Shimokawa cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Jake Burkholder cc: Bernd Walter cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf NOTES files src/sys/dev/usb FILESehci.c ehci_pci.c ehcireg.h ehcivar.h usb.c src/sys/modules/usb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 22:38:50 -0000 Bernd Walter wrote: > On Sun, Apr 20, 2003 at 04:25:28PM -0400, Jake Burkholder wrote: > >>Apparently, On Wed, Apr 16, 2003 at 12:15:47PM +0200, >> Bernd Walter said words to the effect of; >> >>>On Wed, Apr 16, 2003 at 11:23:30AM +0900, Hidetoshi Shimokawa wrote: >>> >>>>At Mon, 14 Apr 2003 07:04:08 -0700 (PDT), >>>>Bernd Walter wrote: >>>>Is this device supposed to work on sparc64? >>> >>>I don't know a reason why not. >> >>I don't know if this device is an exception, but the USB framework in >>general does not use busdma, so its not MI and won't work on sparc64. > > > This device is not an exception - it wouldn't make much sense without > doing OHCI first as both are very similar in design. > joe said he would do busdma for OHCI, but I'm not shure if the porting > just stalled. > Is busdma realy an absolute required feature for sparc64? > OHCI works on alpha and it should be endian clean. > Unfortunately my test alpha did not initialize more than function 0, > so I wasn't able to test EHCI on alpha, but I'm almost shure it will > work. > In sparc64, bus address != physical RAM address. The IOMMU uses a translation table of physical<->bus addresses, but it only does this via the busdma interface. Without that translation, giving a physical RAM address to a device is pretty much guaranteed to not do what you want. I looked at usb a few months ago with the intent to help Joe convert it to busdma. The FreeBSD implementation of usb_mem.h is actually just a hack as the NetBSD and OpenBSD versions use (their versions of) busdma already. Adding in the right pieces for FreeBSD busdma looks trivial on the surface, but I got caught up in doing it in both a correct and efficient manner. USB controller seem to not be able to handle scatter/ gather lists, so data buffers must be contiguous on the bus. On ia32 this means that any buffer passed to USB must either be copied into a contiguous segment or mapped contiguous onto the bus using the AGP GART (similar in function to the IOMMU on sparc64). Since the former incurs a performance penalty and the latter has never been implemented in FreeBSD, I got stuck and had to move on to other things. Justin Gibbs and I discussed fixing busdma so that bus_dmamap_load() honors the maxsegs field of the dma tag and transparently uses either copies or GART tricks to do its business. This way a device that doesn't do S/G could be treated as just a case of maxsegs=1 and everything would be happy. Unfortunately, real life has interveined and this hasn't gotten very far. If someone wants to hack out a FreeBSD version of usb_mem.c that uses busdma, it can easily be done using bus_dmamem_alloc_size() and bcopy(). However, I'm starting to beleive that busdmamem_alloc_size() was a mistake and I plan to get rid of it once bus_dmamap_load() is fixed as described above. Scott From owner-cvs-src@FreeBSD.ORG Sun Apr 20 16:00:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDAE437B401; Sun, 20 Apr 2003 16:00:02 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900C943FBF; Sun, 20 Apr 2003 16:00:01 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 0634753; Sun, 20 Apr 2003 18:00:01 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 4CC0578C66; Sun, 20 Apr 2003 18:00:00 -0500 (CDT) Date: Sun, 20 Apr 2003 18:00:00 -0500 From: "Jacques A. Vidrine" To: Doug Barton Message-ID: <20030420230000.GB32112@madman.celabo.org> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030420141848.K631@znfgre.tberna.bet> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 23:00:03 -0000 On Sun, Apr 20, 2003 at 02:19:55PM -0700, Doug Barton wrote: > I've already told Jacques that I'd look into the problem with named, but > more generally, I doubt this will be our only problem child. Has this new > code been regression tested against any other third party code? I suppose no more or less than is expected for -CURRENT. It happens that I don't use BIND8, so I missed this issue. It didn't occur to me that applications would use our internal definitions. (Note the underscores in _PW_KEYBYNAME et. al.) Moreover, it didn't occur to me that applications would not use getpwent(3) and friends to access system databases. (I believe this is a bug in our BIND installation.) For this particular issue, as described in the commit, I've reverted these macros to the previous values in case there is any other code that (ab)uses them. As designed, the on-disk format is compatible, so e.g. static binaries build against FreeBSD 3.x still function with /etc/pwd.db. [ I may have misunderstood your question. It's pretty much a no-no to commit code with no testing, even to -CURRENT. Maybe you have something more specific in mind. ] Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Sun Apr 20 16:12:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8874237B401; Sun, 20 Apr 2003 16:12:43 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0471A43FAF; Sun, 20 Apr 2003 16:12:42 -0700 (PDT) (envelope-from ticso@cicely9.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h3KNCacx067451 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 21 Apr 2003 01:12:39 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (cicely9.cicely.de [IPv6:3ffe:400:8d0:301:210:5aff:fe30:1c1a]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h3KNCYmU008728 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Apr 2003 01:12:35 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (localhost [127.0.0.1]) by cicely9.cicely.de (8.12.9/8.12.8) with ESMTP id h3KNCXtA024318; Mon, 21 Apr 2003 01:12:34 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: (from ticso@localhost) by cicely9.cicely.de (8.12.9/8.12.9/Submit) id h3KNCV3M024317; Mon, 21 Apr 2003 01:12:32 +0200 (CEST) (envelope-from ticso) Date: Mon, 21 Apr 2003 01:12:31 +0200 From: Bernd Walter To: Scott Long Message-ID: <20030420231230.GD20422@cicely9.cicely.de> References: <200304141404.h3EE48aL034057@repoman.freebsd.org> <20030416101546.GW529@cicely9.cicely.de> <20030420202527.GB42856@locore.ca> <20030420213537.GB20422@cicely9.cicely.de> <3EA3214B.1060508@btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EA3214B.1060508@btc.adaptec.com> X-Operating-System: FreeBSD cicely9.cicely.de 5.0-CURRENT alpha User-Agent: Mutt/1.5.3i cc: Hidetoshi Shimokawa cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Jake Burkholder cc: Bernd Walter cc: ticso@cicely.de cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf NOTES files src/sys/dev/usb FILES ehci.c ehci_pci.c ehcireg.h ehcivar.h usb.c src/sys/modules/usb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 20 Apr 2003 23:12:44 -0000 On Sun, Apr 20, 2003 at 04:38:03PM -0600, Scott Long wrote: > >This device is not an exception - it wouldn't make much sense without > >doing OHCI first as both are very similar in design. > >joe said he would do busdma for OHCI, but I'm not shure if the porting > >just stalled. > >Is busdma realy an absolute required feature for sparc64? > >OHCI works on alpha and it should be endian clean. > >Unfortunately my test alpha did not initialize more than function 0, > >so I wasn't able to test EHCI on alpha, but I'm almost shure it will > >work. > > > > In sparc64, bus address != physical RAM address. The IOMMU uses a > translation table of physical<->bus addresses, but it only does this > via the busdma interface. Without that translation, giving a physical > RAM address to a device is pretty much guaranteed to not do what you > want. Yes - that's clear now. > I looked at usb a few months ago with the intent to help Joe convert > it to busdma. The FreeBSD implementation of usb_mem.h is actually just > a hack as the NetBSD and OpenBSD versions use (their versions of) busdma > already. Adding in the right pieces for FreeBSD busdma looks trivial on > the surface, but I got caught up in doing it in both a correct and > efficient manner. USB controller seem to not be able to handle scatter/ > gather lists, so data buffers must be contiguous on the bus. On ia32 I can't speak for UHCI, but on OHCI and EHCI the data buffers don't have to be continuously on the bus. OHCI can handle one page break and EHCI even more. The current limitation is a code one, not a hardware one. It shouldn't be very hard to fix. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-cvs-src@FreeBSD.ORG Sun Apr 20 16:23:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1789D37B401; Sun, 20 Apr 2003 16:23:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD9B43FB1; Sun, 20 Apr 2003 16:23:41 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3KNNf0U091738; Sun, 20 Apr 2003 16:23:41 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3KNNfth091737; Sun, 20 Apr 2003 16:23:41 -0700 (PDT) Message-Id: <200304202323.h3KNNfth091737@repoman.freebsd.org> From: Alan Cox Date: Sun, 20 Apr 2003 16:23:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 23:23:42 -0000 alc 2003/04/20 16:23:41 PDT FreeBSD src repository Modified files: sys/vm vm_object.c Log: - Lock the vm_object when performing either vm_object_clear_flag() or vm_object_pip_wakeup(). Revision Changes Path 1.268 +13 -1 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 17:10:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B63B37B404; Sun, 20 Apr 2003 17:10:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BD443FF3; Sun, 20 Apr 2003 17:10:26 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L0AQ0U001271; Sun, 20 Apr 2003 17:10:26 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L0AQi8001270; Sun, 20 Apr 2003 17:10:26 -0700 (PDT) Message-Id: <200304210010.h3L0AQi8001270@repoman.freebsd.org> From: Murray Stokely Date: Sun, 20 Apr 2003 17:10:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/alpha drivers.conf src/release/i386 drivers.conf src/release/pc98 drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 00:10:27 -0000 murray 2003/04/20 17:10:26 PDT FreeBSD src repository Modified files: release/alpha drivers.conf release/i386 drivers.conf release/pc98 drivers.conf Log: Move Bill Paul's new axe driver module to floppy disk 3 on i386 and alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64. Revision Changes Path 1.14 +1 -0 src/release/alpha/drivers.conf 1.24 +1 -0 src/release/i386/drivers.conf 1.11 +1 -0 src/release/pc98/drivers.conf From owner-cvs-src@FreeBSD.ORG Sun Apr 20 17:34:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B55237B401; Sun, 20 Apr 2003 17:34:30 -0700 (PDT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id E277943FE3; Sun, 20 Apr 2003 17:34:28 -0700 (PDT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])h3L0YRFM076817; Mon, 21 Apr 2003 09:34:28 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Mon, 21 Apr 2003 09:34:05 +0900 (JST) Message-Id: <20030421.093405.71156081.nyan@jp.FreeBSD.org> To: murray@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200304210010.h3L0AQi8001270@repoman.freebsd.org> References: <200304210010.h3L0AQi8001270@repoman.freebsd.org> X-Mailer: Mew version 3.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/alpha drivers.conf src/release/i386 drivers.conf src/release/pc98 drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 00:34:30 -0000 In article <200304210010.h3L0AQi8001270@repoman.freebsd.org> Murray Stokely writes: > Move Bill Paul's new axe driver module to floppy disk 3 on i386 and > alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64. The axe is commented out in GENERIC for pc98. So, you don't need to change src/release/pc98/drivers.conf. --- TAKAHASHI Yoshihiro From owner-cvs-src@FreeBSD.ORG Sun Apr 20 17:57:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0158937B401; Sun, 20 Apr 2003 17:57:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DA643FBF; Sun, 20 Apr 2003 17:57:25 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L0vP0U007344; Sun, 20 Apr 2003 17:57:25 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L0vPtw007341; Sun, 20 Apr 2003 17:57:25 -0700 (PDT) Message-Id: <200304210057.h3L0vPtw007341@repoman.freebsd.org> From: Murray Stokely Date: Sun, 20 Apr 2003 17:57:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/pc98 drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 00:57:26 -0000 murray 2003/04/20 17:57:25 PDT FreeBSD src repository Modified files: release/pc98 drivers.conf Log: axe is commented out in GENERIC on pc98, so this wasn't needed. Pointed out by: Takahashi Yoshihiro Revision Changes Path 1.12 +0 -1 src/release/pc98/drivers.conf From owner-cvs-src@FreeBSD.ORG Sun Apr 20 19:27:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537E037B401; Sun, 20 Apr 2003 19:27:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F6D43FCB; Sun, 20 Apr 2003 19:27:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L2Rq0U073113; Sun, 20 Apr 2003 19:27:52 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L2RqUD073112; Sun, 20 Apr 2003 19:27:52 -0700 (PDT) Message-Id: <200304210227.h3L2RqUD073112@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Apr 2003 19:27:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CREATIVE Subject: cvs commit: src/sys/gnu/dev/sound/pci - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 02:27:54 -0000 obrien 2003/04/20 19:27:52 PDT FreeBSD src repository src/sys/gnu/dev/sound/pci - Imported sources Update of /home/ncvs/src/sys/gnu/dev/sound/pci In directory repoman.freebsd.org:/tmp/cvs-serv72710 Log Message: Vendor import revision 1.8 of ac97_codec.h (we renamed the file) from http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/emu10k1/emu10k1/ac97_codec.h Status: Vendor Tag: CREATIVE Release Tags: rev_1_8 N src/sys/gnu/dev/sound/pci/emu10k1-ac97.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Sun Apr 20 20:17:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0FB37B401; Sun, 20 Apr 2003 20:17:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E120543FDF; Sun, 20 Apr 2003 20:17:27 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L3HR0U009221; Sun, 20 Apr 2003 20:17:27 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L3HRJ7009218; Sun, 20 Apr 2003 20:17:27 -0700 (PDT) Message-Id: <200304210317.h3L3HRJ7009218@repoman.freebsd.org> From: Robert Watson Date: Sun, 20 Apr 2003 20:17:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_fec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 03:17:28 -0000 rwatson 2003/04/20 20:17:27 PDT FreeBSD src repository Modified files: sys/netgraph ng_fec.c Log: Remove extraneous reference to intrq.h, which broke the kernel build. Revision Changes Path 1.6 +0 -1 src/sys/netgraph/ng_fec.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 20:29:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86FD537B401; Sun, 20 Apr 2003 20:29:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2870843FCB; Sun, 20 Apr 2003 20:29:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L3Tr0U017323; Sun, 20 Apr 2003 20:29:53 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L3Tras017321; Sun, 20 Apr 2003 20:29:53 -0700 (PDT) Message-Id: <200304210329.h3L3Tras017321@repoman.freebsd.org> From: Warner Losh Date: Sun, 20 Apr 2003 20:29:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 03:29:54 -0000 imp 2003/04/20 20:29:53 PDT FreeBSD src repository Modified files: sbin/devd devd.cc Log: devd.conf already has the examples in the todo list Revision Changes Path 1.5 +0 -1 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Sun Apr 20 20:47:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 585FE37B401; Sun, 20 Apr 2003 20:47:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF1A43F3F; Sun, 20 Apr 2003 20:47:28 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L3lS0U035502; Sun, 20 Apr 2003 20:47:28 -0700 (PDT) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L3lS4p035500; Sun, 20 Apr 2003 20:47:28 -0700 (PDT) Message-Id: <200304210347.h3L3lS4p035500@repoman.freebsd.org> From: Orion Hodson Date: Sun, 20 Apr 2003 20:47:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 03:47:30 -0000 orion 2003/04/20 20:47:28 PDT FreeBSD src repository Modified files: sys/dev/sound/pcm ac97.c Log: Use SOUND_MIXER_IGAIN to toggle 20dB mic boost for want of a better place for it. Assorted comments. Submitted by: luigi Revision Changes Path 1.40 +50 -18 src/sys/dev/sound/pcm/ac97.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 20:50:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0BD337B401; Sun, 20 Apr 2003 20:50:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6E643FB1; Sun, 20 Apr 2003 20:50:53 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L3or0U037153; Sun, 20 Apr 2003 20:50:53 -0700 (PDT) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L3oqfu037147; Sun, 20 Apr 2003 20:50:52 -0700 (PDT) Message-Id: <200304210350.h3L3oqfu037147@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 20 Apr 2003 20:50:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access.doc_src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 03:50:54 -0000 horikawa 2003/04/20 20:50:52 PDT FreeBSD src repository (doc committer) Modified files: . access.doc_src Log: voluntary remove myself from doc_src, as I found I mave not made commits to src/ for a year Revision Changes Path 1.26 +0 -1 CVSROOT/access.doc_src From owner-cvs-src@FreeBSD.ORG Sun Apr 20 20:59:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5961237B401; Sun, 20 Apr 2003 20:59:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC4943FBD; Sun, 20 Apr 2003 20:59:07 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L3x70U043510; Sun, 20 Apr 2003 20:59:07 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L3x74B043508; Sun, 20 Apr 2003 20:59:07 -0700 (PDT) Message-Id: <200304210359.h3L3x74B043508@repoman.freebsd.org> From: Daniel Eischen Date: Sun, 20 Apr 2003 20:59:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 03:59:08 -0000 deischen 2003/04/20 20:59:07 PDT FreeBSD src repository Modified files: lib/libpthread/arch/i386/i386 thr_switch.S Log: Use popfl to get the flags off the stack instead of popf. Submitted by: davidxu Revision Changes Path 1.5 +1 -1 src/lib/libpthread/arch/i386/i386/thr_switch.S From owner-cvs-src@FreeBSD.ORG Sun Apr 20 21:00:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA1737B404; Sun, 20 Apr 2003 21:00:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68AFF43FDF; Sun, 20 Apr 2003 21:00:02 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L4020U043924; Sun, 20 Apr 2003 21:00:02 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L402Bl043921; Sun, 20 Apr 2003 21:00:02 -0700 (PDT) Message-Id: <200304210400.h3L402Bl043921@repoman.freebsd.org> From: Warner Losh Date: Sun, 20 Apr 2003 21:00:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 04:00:03 -0000 imp 2003/04/20 21:00:01 PDT FreeBSD src repository Modified files: sbin/devd devd.cc Log: o Skip white space between variables better. This makes 'a="b" c="d" at loc=1 on busN' properly set 'c' and process the rest of the stirng. Before it would ignore everything after variable 'a'. o Parse nomatch and other events differently. They are more different than the code allowed for, so we weren't properly parsing nomatch events. It appears this fixes some of the demand loading issues that I was having with devd. Noticed by: Gary Palmer Revision Changes Path 1.6 +17 -6 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Sun Apr 20 21:02:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F9937B401; Sun, 20 Apr 2003 21:02:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD5843FE3; Sun, 20 Apr 2003 21:02:57 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L42u0U046147; Sun, 20 Apr 2003 21:02:56 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L42u8j046146; Sun, 20 Apr 2003 21:02:56 -0700 (PDT) Message-Id: <200304210402.h3L42u8j046146@repoman.freebsd.org> From: Daniel Eischen Date: Sun, 20 Apr 2003 21:02:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread Makefile src/lib/libpthread/thread thr_cond.c thr_create.c thr_kern.c thr_private.h thr_setschedparam.c thr_suspend_np.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 04:02:58 -0000 deischen 2003/04/20 21:02:56 PDT FreeBSD src repository Modified files: lib/libpthread Makefile lib/libpthread/thread thr_cond.c thr_create.c thr_kern.c thr_private.h thr_setschedparam.c thr_suspend_np.c Log: Add an i386-specifc hack to always set %gs. There still seems to be instances where the kernel doesn't properly save and/or restore it. Use noupcall and nocompleted flags in the KSE mailbox. These require kernel changes to work which will be committed sometime later. Things still work without the changes. Remove the general kse entry function and use two different functions -- one for scope system threads and one for scope process threads. The scope system function is not yet enabled and we use the same function for all threads at the moment. Keep a copy of the KSE stack for the case that a KSE runs a scope system thread and uses the same stack as the thread (no upcalls are generated, so a separate stack isn't needed). This isn't enabled yet. Use a separate field for the KSE waiting flag. It isn't correct to use the mailbox flags field. The following fixes were provided by David Xu: o Initialize condition variable locks with thread versions of the low-level locking functions instead of the kse versions. o Enable threading before creating the first thread instead of after. o Don't enter critical regions when trying to malloc/free or call functions that malloc/free. o Take the scheduling lock when inheriting thread attributes. o Check the attribute's stack pointer instead of the attributes stack size for null when allocating a thread's stack. o Add a kseg reinit function so we don't have to destroy and then recreate the same lock. o Check the return value of kse_create() and return an appropriate error if it fails. o Don't forget to destroy a thread's locks when freeing it. o Examine the correct flags word for checking to see if a thread is in a synchronization queue. Things should now work on an SMP kernel. Revision Changes Path 1.39 +6 -1 src/lib/libpthread/Makefile 1.36 +1 -1 src/lib/libpthread/thread/thr_cond.c 1.40 +39 -15 src/lib/libpthread/thread/thr_create.c 1.55 +231 -155 src/lib/libpthread/thread/thr_kern.c 1.81 +6 -7 src/lib/libpthread/thread/thr_private.h 1.13 +1 -1 src/lib/libpthread/thread/thr_setschedparam.c 1.18 +6 -3 src/lib/libpthread/thread/thr_suspend_np.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 21:30:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5814037B401; Sun, 20 Apr 2003 21:30:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA0643F3F; Sun, 20 Apr 2003 21:30:12 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L4UC0U066104; Sun, 20 Apr 2003 21:30:12 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L4UC6q066101; Sun, 20 Apr 2003 21:30:12 -0700 (PDT) Message-Id: <200304210430.h3L4UC6q066101@repoman.freebsd.org> From: Warner Losh Date: Sun, 20 Apr 2003 21:30:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 04:30:13 -0000 imp 2003/04/20 21:30:12 PDT FreeBSD src repository Modified files: sbin/devd devd.cc Log: Put an anti-foot-shooting measure in place. Set hw.bus.devctl_disable to 0 when we startup. Print a warning in this case. This allows people that are playing with devd by hand to have something happen. Otherwise, it appears that devd isn't working because /dev/devctl is disabled and producing no events. Suggested by: peter on irc a long time ago. Revision Changes Path 1.7 +19 -0 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Sun Apr 20 21:48:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6CE837B401; Sun, 20 Apr 2003 21:48:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7812B43FBF; Sun, 20 Apr 2003 21:48:40 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L4me0U079703; Sun, 20 Apr 2003 21:48:40 -0700 (PDT) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L4me8P079702; Sun, 20 Apr 2003 21:48:40 -0700 (PDT) Message-Id: <200304210448.h3L4me8P079702@repoman.freebsd.org> From: Orion Hodson Date: Sun, 20 Apr 2003 21:48:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 04:48:41 -0000 orion 2003/04/20 21:48:40 PDT FreeBSD src repository Modified files: sys/dev/sound/pcm ac97.c Log: Add eMicro codec ids. Revision Changes Path 1.41 +4 -1 src/sys/dev/sound/pcm/ac97.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 22:58:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D02B37B401; Sun, 20 Apr 2003 22:58:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D6B43F93; Sun, 20 Apr 2003 22:58:51 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L5wp0U030266; Sun, 20 Apr 2003 22:58:51 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L5wpRX030263; Sun, 20 Apr 2003 22:58:51 -0700 (PDT) Message-Id: <200304210558.h3L5wpRX030263@repoman.freebsd.org> From: Warner Losh Date: Sun, 20 Apr 2003 22:58:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 05:58:52 -0000 imp 2003/04/20 22:58:51 PDT FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Fix /dev/devctl's implementation of poll. We should only be setting the poll bits when there's actually something in the queue. Otherwise, select always returned '2' when there were no items to be read, and '3' when there were. This would preclude being able to read in a threaded (libc_r) program, as well as checking to see if there were pending events or not. Revision Changes Path 1.126 +5 -11 src/sys/kern/subr_bus.c From owner-cvs-src@FreeBSD.ORG Sun Apr 20 23:26:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D636837B401; Sun, 20 Apr 2003 23:26:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 891F743F85; Sun, 20 Apr 2003 23:26:08 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L6Q80U050928; Sun, 20 Apr 2003 23:26:08 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L6Q8mn050924; Sun, 20 Apr 2003 23:26:08 -0700 (PDT) Message-Id: <200304210626.h3L6Q8mn050924@repoman.freebsd.org> From: Warner Losh Date: Sun, 20 Apr 2003 23:26:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.8 devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 06:26:09 -0000 imp 2003/04/20 23:26:08 PDT FreeBSD src repository Modified files: sbin/devd devd.8 devd.cc Log: Implement a two new flags, and change the meaning of another one. 'd': now means don't do daemon(). 'D': Debug 'n': Don't wait to process all pending events before calling daemon. In the past, devd would call daemon immediately. However, this causes a race. If anything in the boot process depends on configuring the devices configured by devd, maybe they would be configured in time, maybe not. Now we don't call daemon until all pending events are processed, unless -n is specified. # -n is actually the default for a while due to the select(2) bug in devctl # that I just fixed to give people a chance to upgrade. Revision Changes Path 1.8 +7 -3 src/sbin/devd/devd.8 1.8 +38 -11 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Sun Apr 20 23:33:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E33F137B401; Sun, 20 Apr 2003 23:33:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FB943FBF; Sun, 20 Apr 2003 23:33:53 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L6Xr0U056217; Sun, 20 Apr 2003 23:33:53 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L6Xr2l056213; Sun, 20 Apr 2003 23:33:53 -0700 (PDT) Message-Id: <200304210633.h3L6Xr2l056213@repoman.freebsd.org> From: Alan Cox Date: Sun, 20 Apr 2003 23:33:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 06:33:54 -0000 alc 2003/04/20 23:33:53 PDT FreeBSD src repository Modified files: sys/vm vm_object.c Log: - Assert that the vm_object is locked in vm_object_clear_flag(), vm_object_pip_add() and vm_object_pip_wakeup(). - Remove GIANT_REQUIRED from vm_object_pip_subtract() and vm_object_pip_subtract(). - Lock the vm_object when performing vm_object_page_remove(). Revision Changes Path 1.269 +7 -5 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 00:02:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C08B37B401; Mon, 21 Apr 2003 00:02:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CA6A43FAF; Mon, 21 Apr 2003 00:02:38 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L72b0U076111; Mon, 21 Apr 2003 00:02:37 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L72bXa076110; Mon, 21 Apr 2003 00:02:37 -0700 (PDT) Message-Id: <200304210702.h3L72bXa076110@repoman.freebsd.org> From: David Xu Date: Mon, 21 Apr 2003 00:02:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 07:02:38 -0000 davidxu 2003/04/21 00:02:37 PDT FreeBSD src repository Modified files: sys/sys proc.h Log: Add a member field for kse_upcall to cache kse mailbox flags. Code for this will be committed soon. Revision Changes Path 1.319 +1 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 00:28:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2FC337B401; Mon, 21 Apr 2003 00:28:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52FB543FDF; Mon, 21 Apr 2003 00:28:00 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3L7S00U095550; Mon, 21 Apr 2003 00:28:00 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3L7S0Hs095548; Mon, 21 Apr 2003 00:28:00 -0700 (PDT) Message-Id: <200304210728.h3L7S0Hs095548@repoman.freebsd.org> From: David Xu Date: Mon, 21 Apr 2003 00:28:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys kse.h src/sys/kern kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 07:28:01 -0000 davidxu 2003/04/21 00:28:00 PDT FreeBSD src repository Modified files: sys/sys kse.h sys/kern kern_thread.c Log: Introduce two flags to control upcall behaviour: o KMF_NOUPCALL Ask kse_release to not return to userland upcall entry, but instead direct returns to userland by using current thread's stack and return address on stack. This flags is intended to be used by UTS in critical region to wait another UTS thread to leave critical region, by using kse_release with this flag to avoid spinnng and burning CPU. Also this flags can be used by UTS to poll completed context when there is nothing to do in userland and needn't restart from its entry like normal upcall. o KMF_NOCOMPLETED Ask kernel to not bring completed thread contexts back to userland when doing upcall, this flags is intend to be used with above flag when an upcall thread is in critical region and can not process completed contexts at that time. Tested by: deischen Revision Changes Path 1.120 +36 -51 src/sys/kern/kern_thread.c 1.13 +4 -0 src/sys/sys/kse.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 01:12:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 889E537B401; Mon, 21 Apr 2003 01:12:12 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC57443FB1; Mon, 21 Apr 2003 01:12:10 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3L8C9gI017146; Mon, 21 Apr 2003 12:12:09 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3L8C9oH017145; Mon, 21 Apr 2003 12:12:09 +0400 (MSD) Date: Mon, 21 Apr 2003 12:12:09 +0400 From: "Andrey A. Chernov" To: "Jacques A. Vidrine" Message-ID: <20030421081209.GA17060@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030420230000.GB32112@madman.celabo.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 08:12:13 -0000 On Sun, Apr 20, 2003 at 18:00:00 -0500, Jacques A. Vidrine wrote: > > It happens that I don't use BIND8, so I missed this issue. It Another issue with "mnogosearch" port. After indexing is done, its "indexer" program now always get "Segmentation fault" in getpwent() (as gdb shows). "indexer" is threaded and linked with libc_r. Segfault never happens before. From owner-cvs-src@FreeBSD.ORG Mon Apr 21 01:15:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E050A37B401; Mon, 21 Apr 2003 01:15:33 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F44943F85; Mon, 21 Apr 2003 01:15:33 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.gorean.org (12-234-22-23.client.attbi.com[12.234.22.23]) by rwcrmhc52.attbi.com (rwcrmhc52) with SMTP id <20030421081532052001ftgue>; Mon, 21 Apr 2003 08:15:32 +0000 Date: Mon, 21 Apr 2003 01:15:32 -0700 (PDT) From: Doug Barton To: "Jacques A. Vidrine" In-Reply-To: <20030420230000.GB32112@madman.celabo.org> Message-ID: <20030421011154.G1446@znfgre.tberna.bet> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420230000.GB32112@madman.celabo.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 08:15:34 -0000 On Sun, 20 Apr 2003, Jacques A. Vidrine wrote: > On Sun, Apr 20, 2003 at 02:19:55PM -0700, Doug Barton wrote: > > I've already told Jacques that I'd look into the problem with named, but > > more generally, I doubt this will be our only problem child. Has this new > > code been regression tested against any other third party code? > > I suppose no more or less than is expected for -CURRENT. Heh... well, I suppose what I meant was, for example, compiling a standard desktop system from scratch on a system running this new code. > It happens that I don't use BIND8, so I missed this issue. It > didn't occur to me that applications would use our internal > definitions. (Note the underscores in _PW_KEYBYNAME et. al.) > Moreover, it didn't occur to me that applications would not use > getpwent(3) and friends to access system databases. (I believe this > is a bug in our BIND installation.) Not using BIND? Heresy! :) Seriously though, what I'm trying to get across is that while what named seems to be doing is definitely wonky, it's probably not the only code doing it. Binary compat is excellent of course, but things that you could compile and run prior to the nss import should still compile and run after. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Mon Apr 21 02:46:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E52D37B401; Mon, 21 Apr 2003 02:46:07 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D1343FBF; Mon, 21 Apr 2003 02:46:05 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3L9k4gI023850; Mon, 21 Apr 2003 13:46:04 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3L9k4Km023849; Mon, 21 Apr 2003 13:46:04 +0400 (MSD) Date: Mon, 21 Apr 2003 13:46:04 +0400 From: "Andrey A. Chernov" To: "Jacques A. Vidrine" Message-ID: <20030421094604.GA23809@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421081209.GA17060@nagual.pp.ru> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 09:46:07 -0000 On Mon, Apr 21, 2003 at 12:12:09 +0400, Andrey A. Chernov wrote: > On Sun, Apr 20, 2003 at 18:00:00 -0500, Jacques A. Vidrine wrote: > > > > It happens that I don't use BIND8, so I missed this issue. It > > Another issue with "mnogosearch" port. After indexing is done, its > "indexer" program now always get "Segmentation fault" in getpwent() (as > gdb shows). "indexer" is threaded and linked with libc_r. Segfault never > happens before. More details: Indexer[23782]: [1] Done (3 seconds) Program received signal SIGSEGV, Segmentation fault. 0x2829b57c in getpwent () from /usr/lib/libc.so.5 (gdb) bt #0 0x2829b57c in getpwent () from /usr/lib/libc.so.5 #1 0x282231f1 in _thread_cleanupspecific () from /usr/lib/libc_r.so.5 #2 0x2822d512 in pthread_exit () from /usr/lib/libc_r.so.5 #3 0x28221466 in _thread_start () from /usr/lib/libc_r.so.5 From owner-cvs-src@FreeBSD.ORG Mon Apr 21 06:15:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 649F837B401; Mon, 21 Apr 2003 06:15:15 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F8743F3F; Mon, 21 Apr 2003 06:15:14 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 9E5204D; Mon, 21 Apr 2003 08:15:13 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id EB2EC78C66; Mon, 21 Apr 2003 08:15:12 -0500 (CDT) Date: Mon, 21 Apr 2003 08:15:12 -0500 From: "Jacques A. Vidrine" To: "Andrey A. Chernov" Message-ID: <20030421131512.GA49677@madman.celabo.org> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421094604.GA23809@nagual.pp.ru> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 13:15:15 -0000 On Mon, Apr 21, 2003 at 01:46:04PM +0400, Andrey A. Chernov wrote: > On Mon, Apr 21, 2003 at 12:12:09 +0400, Andrey A. Chernov wrote: > > On Sun, Apr 20, 2003 at 18:00:00 -0500, Jacques A. Vidrine wrote: > > > > > > It happens that I don't use BIND8, so I missed this issue. It > > > > Another issue with "mnogosearch" port. After indexing is done, its > > "indexer" program now always get "Segmentation fault" in getpwent() (as > > gdb shows). "indexer" is threaded and linked with libc_r. Segfault never > > happens before. > > More details: > > Indexer[23782]: [1] Done (3 seconds) > > Program received signal SIGSEGV, Segmentation fault. > 0x2829b57c in getpwent () from /usr/lib/libc.so.5 > (gdb) bt > #0 0x2829b57c in getpwent () from /usr/lib/libc.so.5 > #1 0x282231f1 in _thread_cleanupspecific () from /usr/lib/libc_r.so.5 > #2 0x2822d512 in pthread_exit () from /usr/lib/libc_r.so.5 > #3 0x28221466 in _thread_start () from /usr/lib/libc_r.so.5 Hi Andrey, I cannot reproduce this here. gdb> run -a Indexer[60952]: indexer from mnogosearch-3.1.20/UdmDB started with '/usr/local/etc/mnogosearch/indexer.conf Indexer[60952]: [1] Done (314 seconds) Program exited normally gdb> Could you provide the following? .. your nsswitch.conf, if any .. any +, - entries in passwd(5) or group(5) .. if at all possible, a backtrace with debug symbols Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Apr 21 06:21:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C7DE37B401; Mon, 21 Apr 2003 06:21:03 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D0A643F93; Mon, 21 Apr 2003 06:21:02 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 135134D; Mon, 21 Apr 2003 08:21:02 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 66AEB78C66; Mon, 21 Apr 2003 08:21:01 -0500 (CDT) Date: Mon, 21 Apr 2003 08:21:01 -0500 From: "Jacques A. Vidrine" To: Doug Barton Message-ID: <20030421132101.GB49677@madman.celabo.org> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421011154.G1446@znfgre.tberna.bet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421011154.G1446@znfgre.tberna.bet> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 13:21:04 -0000 On Mon, Apr 21, 2003 at 01:15:32AM -0700, Doug Barton wrote: > Heh... well, I suppose what I meant was, for example, compiling a standard > desktop system from scratch on a system running this new code. Right, yes. Three of my own machines have been running this here, where my own user comes from the Hesiod source. My desktop could be called `standard', I suppose: dual-CPU, dual-headed machine running GNOME 2. Most everything was freshly rebuilt. > > It happens that I don't use BIND8, so I missed this issue. It [...] > Not using BIND? Heresy! :) Not using _BIND8_ :-) BIND9 from ports apparently doesn't use its own getpwent(3) implementations as built. > Seriously though, what I'm trying to get across > is that while what named seems to be doing is definitely wonky, it's > probably not the only code doing it. Binary compat is excellent of course, > but things that you could compile and run prior to the nss import should > still compile and run after. Not necessarily. I mostly agree - that's why I reverted the _PWF_* macros. But, some things may break simply because we now have POSIX.1 thread-safe versions of getpwent(3) and friends, when we did not before. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Apr 21 06:28:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1007437B401; Mon, 21 Apr 2003 06:28:27 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638D243FBF; Mon, 21 Apr 2003 06:28:23 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3LDSMgI026279; Mon, 21 Apr 2003 17:28:22 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3LDSMsJ026278; Mon, 21 Apr 2003 17:28:22 +0400 (MSD) Date: Mon, 21 Apr 2003 17:28:21 +0400 From: "Andrey A. Chernov" To: "Jacques A. Vidrine" Message-ID: <20030421132821.GA26205@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421131512.GA49677@madman.celabo.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 13:28:27 -0000 On Mon, Apr 21, 2003 at 08:15:12 -0500, Jacques A. Vidrine wrote: > > Could you provide the following? > > .. your nsswitch.conf, if any hosts: files dns > .. any +, - entries in passwd(5) or group(5) I don't have such. passwd databases are in old format, they don't changed. > .. if at all possible, a backtrace with debug symbols Segfault is somewhere in libc or libc_r, not inside application. I'll try to recompile some parts with -g to get more meaningful results. From owner-cvs-src@FreeBSD.ORG Mon Apr 21 06:39:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE7DD37B404; Mon, 21 Apr 2003 06:39:09 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C2243FEA; Mon, 21 Apr 2003 06:39:08 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 573D14D; Mon, 21 Apr 2003 08:39:08 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 9A92B78C66; Mon, 21 Apr 2003 08:39:07 -0500 (CDT) Date: Mon, 21 Apr 2003 08:39:07 -0500 From: "Jacques A. Vidrine" To: "Andrey A. Chernov" Message-ID: <20030421133907.GC61593@madman.celabo.org> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421132821.GA26205@nagual.pp.ru> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 13:39:10 -0000 On Mon, Apr 21, 2003 at 05:28:21PM +0400, Andrey A. Chernov wrote: > On Mon, Apr 21, 2003 at 08:15:12 -0500, Jacques A. Vidrine wrote: > > > > Could you provide the following? > > > > .. your nsswitch.conf, if any > > hosts: files dns > > > .. any +, - entries in passwd(5) or group(5) > > I don't have such. > passwd databases are in old format, they don't changed. > > > .. if at all possible, a backtrace with debug symbols > > Segfault is somewhere in libc or libc_r, not inside application. I'll try > to recompile some parts with -g to get more meaningful results. I suspect that it would be something in getpwent.c:compat_endstate (called when a thread which uses getpw* exits), but I don't see an obvious problem and I cannot reproduce the crash. Thanks for helping me track it down. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Apr 21 06:44:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA5E437B401; Mon, 21 Apr 2003 06:44:28 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58BF543FA3; Mon, 21 Apr 2003 06:44:27 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3LDiQgI027050; Mon, 21 Apr 2003 17:44:26 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3LDiQ6s027049; Mon, 21 Apr 2003 17:44:26 +0400 (MSD) Date: Mon, 21 Apr 2003 17:44:26 +0400 From: "Andrey A. Chernov" To: "Jacques A. Vidrine" Message-ID: <20030421134426.GA27011@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> <20030421133907.GC61593@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421133907.GC61593@madman.celabo.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 13:44:29 -0000 On Mon, Apr 21, 2003 at 08:39:07 -0500, Jacques A. Vidrine wrote: > > I suspect that it would be something in getpwent.c:compat_endstate > (called when a thread which uses getpw* exits), but I don't see an > obvious problem and I cannot reproduce the crash. Thanks for helping > me track it down. Your guess is right. I try to compile getpwent.c as part of application with -g and got that: Indexer[26994]: [1] Done (57 seconds) Program received signal SIGSEGV, Segmentation fault. 0x0804a97e in compat_endstate (p=0x902fce0) at getpwent.c:1383 1383 st->exclude->close(st->exclude); (gdb) bt #0 0x0804a97e in compat_endstate (p=0x902fce0) at getpwent.c:1383 #1 0x080da582 in _thread_cleanupspecific () #2 0x080e2752 in pthread_exit () #3 0x080d9b06 in _thread_start () From owner-cvs-src@FreeBSD.ORG Mon Apr 21 06:56:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041F837B401; Mon, 21 Apr 2003 06:56:10 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A50CA43F85; Mon, 21 Apr 2003 06:56:08 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3LDu7gI027226; Mon, 21 Apr 2003 17:56:07 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3LDu7pU027225; Mon, 21 Apr 2003 17:56:07 +0400 (MSD) Date: Mon, 21 Apr 2003 17:56:07 +0400 From: "Andrey A. Chernov" To: "Jacques A. Vidrine" Message-ID: <20030421135607.GA27185@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> <20030421133907.GC61593@madman.celabo.org> <20030421134426.GA27011@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421134426.GA27011@nagual.pp.ru> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 13:56:10 -0000 On Mon, Apr 21, 2003 at 17:44:26 +0400, Andrey A. Chernov wrote: > > Program received signal SIGSEGV, Segmentation fault. > 0x0804a97e in compat_endstate (p=0x902fce0) at getpwent.c:1383 > 1383 st->exclude->close(st->exclude); BTW, by quick looking I not see any place where st->exclude initialized to NULL, it means garbadge is there. From owner-cvs-src@FreeBSD.ORG Mon Apr 21 06:57:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C99D37B401; Mon, 21 Apr 2003 06:57:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB2343F93; Mon, 21 Apr 2003 06:57:59 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LDvw0U085981; Mon, 21 Apr 2003 06:57:58 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LDvwWi085977; Mon, 21 Apr 2003 06:57:58 -0700 (PDT) Message-Id: <200304211357.h3LDvwWi085977@repoman.freebsd.org> From: Jacques Vidrine Date: Mon, 21 Apr 2003 06:57:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getpwent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 13:57:59 -0000 nectar 2003/04/21 06:57:58 PDT FreeBSD src repository Modified files: lib/libc/gen getpwent.c Log: Don't try to access the NIS `master' maps unless we have superuser privileges. To do so may cause the NIS server to log spurious and annoying `access denied' messages. Reported by: Philip Paeps Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.77 +9 -7 src/lib/libc/gen/getpwent.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 07:02:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5358137B401; Mon, 21 Apr 2003 07:02:47 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C77143FBD; Mon, 21 Apr 2003 07:02:44 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id E9B7650; Mon, 21 Apr 2003 09:02:43 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 3BDA278C66; Mon, 21 Apr 2003 09:02:43 -0500 (CDT) Date: Mon, 21 Apr 2003 09:02:43 -0500 From: "Jacques A. Vidrine" To: "Andrey A. Chernov" Message-ID: <20030421140243.GG61593@madman.celabo.org> References: <20030421135607.GA27185@nagual.pp.ru> <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> <20030421133907.GC61593@madman.celabo.org> <20030421134426.GA27011@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421135607.GA27185@nagual.pp.ru> <20030421134426.GA27011@nagual.pp.ru> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 14:02:47 -0000 On Mon, Apr 21, 2003 at 05:44:26PM +0400, Andrey A. Chernov wrote: > Your guess is right. I try to compile getpwent.c as part of application > with -g and got that: > > Indexer[26994]: [1] Done (57 seconds) > > Program received signal SIGSEGV, Segmentation fault. > 0x0804a97e in compat_endstate (p=0x902fce0) at getpwent.c:1383 > 1383 st->exclude->close(st->exclude); > (gdb) bt > #0 0x0804a97e in compat_endstate (p=0x902fce0) at getpwent.c:1383 > #1 0x080da582 in _thread_cleanupspecific () > #2 0x080e2752 in pthread_exit () > #3 0x080d9b06 in _thread_start () OK, now the question is, what happened to st->exclude? :-) Say, what is the output of `ldd /path/to/indexer' ? Could it be that mnogosearch is linked with some alternative DB implementation, and that is being invoked when dbopen() is called from libc? On Mon, Apr 21, 2003 at 05:56:07PM +0400, Andrey A. Chernov wrote: > BTW, by quick looking I not see any place where st->exclude initialized to > NULL, it means garbadge is there. The entire `struct compat_state st' structure is initialized to zeros when allocated via calloc, so that's not it. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Apr 21 07:05:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C1337B401; Mon, 21 Apr 2003 07:05:00 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B51B43F93; Mon, 21 Apr 2003 07:04:59 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 0F0DB50; Mon, 21 Apr 2003 09:04:59 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 60DF478C66; Mon, 21 Apr 2003 09:04:58 -0500 (CDT) Date: Mon, 21 Apr 2003 09:04:58 -0500 From: "Jacques A. Vidrine" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20030421140458.GA61956@madman.celabo.org> References: <200304211357.h3LDvwWi085977@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304211357.h3LDvwWi085977@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 Subject: Re: cvs commit: src/lib/libc/gen getpwent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 14:05:01 -0000 On Mon, Apr 21, 2003 at 06:57:58AM -0700, Jacques A. Vidrine wrote: > nectar 2003/04/21 06:57:58 PDT > > FreeBSD src repository > > Modified files: > lib/libc/gen getpwent.c > Log: > Don't try to access the NIS `master' maps unless we have superuser > privileges. To do so may cause the NIS server to log spurious and > annoying `access denied' messages. > > Reported by: Philip Paeps > Sponsored by: DARPA, Network Associates Laboratories > > Revision Changes Path > 1.77 +9 -7 src/lib/libc/gen/getpwent.c I had originally left this test out, because it is a silly test :-) The access control, such as it is, is done based on the source port number. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Apr 21 07:42:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D1CD37B401; Mon, 21 Apr 2003 07:42:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15D943F75; Mon, 21 Apr 2003 07:42:04 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LEg40U019105; Mon, 21 Apr 2003 07:42:04 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LEg4UF019102; Mon, 21 Apr 2003 07:42:04 -0700 (PDT) Message-Id: <200304211442.h3LEg4UF019102@repoman.freebsd.org> From: David Xu Date: Mon, 21 Apr 2003 07:42:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 14:42:05 -0000 davidxu 2003/04/21 07:42:04 PDT FreeBSD src repository Modified files: sys/kern kern_exit.c kern_thread.c Log: Fix lock order reversal problem. Revision Changes Path 1.211 +0 -2 src/sys/kern/kern_exit.c 1.121 +2 -3 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 08:04:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F10D837B401; Mon, 21 Apr 2003 08:04:58 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2072943FA3; Mon, 21 Apr 2003 08:04:55 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3LF4sgI027904; Mon, 21 Apr 2003 19:04:54 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3LF4sFn027903; Mon, 21 Apr 2003 19:04:54 +0400 (MSD) Date: Mon, 21 Apr 2003 19:04:54 +0400 From: "Andrey A. Chernov" To: "Jacques A. Vidrine" Message-ID: <20030421150454.GA27854@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> <20030421133907.GC61593@madman.celabo.org> <20030421134426.GA27011@nagual.pp.ru> <20030421140243.GG61593@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421140243.GG61593@madman.celabo.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 15:04:59 -0000 On Mon, Apr 21, 2003 at 09:02:43 -0500, Jacques A. Vidrine wrote: > > OK, now the question is, what happened to st->exclude? :-) > Say, what is the output of `ldd /path/to/indexer' ? > Could it be that mnogosearch is linked with some alternative DB > implementation, and that is being invoked when dbopen() is called from > libc? /usr/local/sbin/indexer: libudmsearch-3.1.so => /usr/local/lib/libudmsearch-3.1.so (0x2806d000) libmsql.so.1 => /usr/local/lib/libmsql.so.1 (0x280af000) libcrypto.so.2 => /usr/lib/compat/libcrypto.so.2 (0x280da000) libssl.so.2 => /usr/lib/compat/libssl.so.2 (0x28192000) libc_r.so.5 => /usr/lib/libc_r.so.5 (0x281bf000) libc.so.5 => /usr/lib/libc.so.5 (0x281e3000) (BTW, there is no dbopen() in msql) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 08:05:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A70E537B414; Mon, 21 Apr 2003 08:05:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D612943FDD; Mon, 21 Apr 2003 08:05:05 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LF550U037200; Mon, 21 Apr 2003 08:05:05 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LF55H1037196; Mon, 21 Apr 2003 08:05:05 -0700 (PDT) Message-Id: <200304211505.h3LF55H1037196@repoman.freebsd.org> From: David Xu Date: Mon, 21 Apr 2003 08:05:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 15:05:24 -0000 davidxu 2003/04/21 08:05:05 PDT FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: Reset pcb_gs and %gs before possibly invalidating it. Revision Changes Path 1.206 +5 -1 src/sys/i386/i386/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 08:06:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB53337B401; Mon, 21 Apr 2003 08:06:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A28843FD7; Mon, 21 Apr 2003 08:06:03 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LF630U038125; Mon, 21 Apr 2003 08:06:03 -0700 (PDT) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LF63RT038122; Mon, 21 Apr 2003 08:06:03 -0700 (PDT) Message-Id: <200304211506.h3LF63RT038122@repoman.freebsd.org> From: Anton Berezin Date: Mon, 21 Apr 2003 08:06:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/perl5/ext/Opcode Safe.pm X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 15:06:04 -0000 tobez 2003/04/21 08:06:03 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/perl5/ext/Opcode Safe.pm Log: Patch Safe.pm (see http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5). Reported by: kuriyama Revision Changes Path 1.1.1.2.2.1 +2 -2 src/contrib/perl5/ext/Opcode/Safe.pm From owner-cvs-src@FreeBSD.ORG Mon Apr 21 08:21:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D715A37B408 for ; Mon, 21 Apr 2003 08:21:19 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACDD43FE1 for ; Mon, 21 Apr 2003 08:21:17 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 12499 invoked from network); 21 Apr 2003 15:21:21 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 21 Apr 2003 15:21:21 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h3LFLEOv089989; Mon, 21 Apr 2003 11:21:15 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200304190504.h3J546jM092983@repoman.freebsd.org> Date: Mon, 21 Apr 2003 11:21:18 -0400 (EDT) From: John Baldwin To: David Xu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 15:21:20 -0000 On 19-Apr-2003 David Xu wrote: > davidxu 2003/04/18 22:04:06 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_sig.c > Log: > Unbreak sigaltstack syscall. sigonstack is now a function and > want proc lock be held. Doh! Good catch. I have Giant removed in my patch and didn't want to commit the Giant removals until last. Thanks for fixing this. -- 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 Apr 21 08:21:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B1A637B40D for ; Mon, 21 Apr 2003 08:21:23 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF74943FE1 for ; Mon, 21 Apr 2003 08:21:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 11203 invoked from network); 21 Apr 2003 15:21:24 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 21 Apr 2003 15:21:24 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h3LFLIOv089992; Mon, 21 Apr 2003 11:21:18 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200304211442.h3LEg4UF019102@repoman.freebsd.org> Date: Mon, 21 Apr 2003 11:21:22 -0400 (EDT) From: John Baldwin To: David Xu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 15:21:26 -0000 On 21-Apr-2003 David Xu wrote: > davidxu 2003/04/21 07:42:04 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_exit.c kern_thread.c > Log: > Fix lock order reversal problem. Cool, thanks. I had that mtx_unlock/lock pair replaced with DROP_GIANT and PICKUP_GIANT locally as well. -- 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 Apr 21 08:23:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00A3337B40D; Mon, 21 Apr 2003 08:23:32 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE63643F75; Mon, 21 Apr 2003 08:23:29 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3LFNTgI028192; Mon, 21 Apr 2003 19:23:29 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3LFNTU6028191; Mon, 21 Apr 2003 19:23:29 +0400 (MSD) Date: Mon, 21 Apr 2003 19:23:28 +0400 From: "Andrey A. Chernov" To: "Jacques A. Vidrine" Message-ID: <20030421152328.GA28090@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> <20030421133907.GC61593@madman.celabo.org> <20030421134426.GA27011@nagual.pp.ru> <20030421140243.GG61593@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421140243.GG61593@madman.celabo.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 15:23:32 -0000 On Mon, Apr 21, 2003 at 09:02:43 -0500, Jacques A. Vidrine wrote: > > The entire `struct compat_state st' structure is initialized to zeros > when allocated via calloc, so that's not it. st->exclude initializer (i.e. compat_exclude()) is called only for '-' entries, but I have no such things. It means that st->exclude must be NULL, but it isn't. Another thing is that gdb can be off one line, so it caused by previous line. I'll try to insert some debugging printfs... From owner-cvs-src@FreeBSD.ORG Mon Apr 21 08:44:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C3A37B404; Mon, 21 Apr 2003 08:44:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F8843FE3; Mon, 21 Apr 2003 08:44:26 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LFiP0U065087; Mon, 21 Apr 2003 08:44:25 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LFiPJ6065083; Mon, 21 Apr 2003 08:44:25 -0700 (PDT) Message-Id: <200304211544.h3LFiPJ6065083@repoman.freebsd.org> From: Jacques Vidrine Date: Mon, 21 Apr 2003 08:44:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/include nss_tls.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 15:44:27 -0000 nectar 2003/04/21 08:44:25 PDT FreeBSD src repository Modified files: lib/libc/include nss_tls.h Log: Correct a bug that was somehow both obvious and hard-to-see. :-) An incorrectly-sized allocation was being made due to an incorrect argument to the `sizeof' operator. Obvious, because it violated the `foo = malloc(sizeof(*foo))' idiom. Hard-to-see, because it was a missing `*' (`*p' versus `**p'). Resulting failure was Reported by: ache Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.2 +1 -1 src/lib/libc/include/nss_tls.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 08:46:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A2037B401; Mon, 21 Apr 2003 08:46:17 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737FE43FBD; Mon, 21 Apr 2003 08:46:16 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 033069A; Mon, 21 Apr 2003 10:46:16 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 5341C78C66; Mon, 21 Apr 2003 10:46:15 -0500 (CDT) Date: Mon, 21 Apr 2003 10:46:15 -0500 From: "Jacques A. Vidrine" To: "Andrey A. Chernov" Message-ID: <20030421154615.GA68880@madman.celabo.org> References: <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> <20030421133907.GC61593@madman.celabo.org> <20030421134426.GA27011@nagual.pp.ru> <20030421140243.GG61593@madman.celabo.org> <20030421152328.GA28090@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421152328.GA28090@nagual.pp.ru> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 15:46:19 -0000 On Mon, Apr 21, 2003 at 07:23:28PM +0400, Andrey A. Chernov wrote: > On Mon, Apr 21, 2003 at 09:02:43 -0500, Jacques A. Vidrine wrote: > > > > The entire `struct compat_state st' structure is initialized to zeros > > when allocated via calloc, so that's not it. > > st->exclude initializer (i.e. compat_exclude()) is called only for '-' > entries, but I have no such things. It means that st->exclude must be > NULL, but it isn't. > > Another thing is that gdb can be off one line, so it caused by previous > line. I'll try to insert some debugging printfs... No, I meant `calloc' initializes `st' to zeros. But, I think I found it. I could not reproduce your problem, but I found something in that area that was definitely wrong. Can you please try revision 1.2 of src/lib/libc/include/nss_tls.h ? Thanks! -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Apr 21 09:27:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2051337B401; Mon, 21 Apr 2003 09:27:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB01143FA3; Mon, 21 Apr 2003 09:27:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LGRk0U002400; Mon, 21 Apr 2003 09:27:46 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LGRkV3002398; Mon, 21 Apr 2003 09:27:46 -0700 (PDT) Message-Id: <200304211627.h3LGRkV3002398@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 21 Apr 2003 09:27:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_state.csrc/sys/dev/awi am79c930.c src/sys/dev/hea eni_transmit.c src/sys/netinet tcp_input.c src/sys/netinet6 icmp6.c src/sys/pci if_pcn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 16:27:47 -0000 obrien 2003/04/21 09:27:46 PDT FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_state.c sys/dev/awi am79c930.c sys/dev/hea eni_transmit.c sys/netinet tcp_input.c sys/netinet6 icmp6.c sys/pci if_pcn.c Log: Explicitly declare 'int' parameters. Revision Changes Path 1.32 +1 -0 src/sys/contrib/ipfilter/netinet/ip_state.c 1.4 +1 -0 src/sys/dev/awi/am79c930.c 1.16 +1 -0 src/sys/dev/hea/eni_transmit.c 1.204 +1 -0 src/sys/netinet/tcp_input.c 1.31 +1 -1 src/sys/netinet6/icmp6.c 1.44 +2 -0 src/sys/pci/if_pcn.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 09:30:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A9FE37B401; Mon, 21 Apr 2003 09:30:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B9C43F3F; Mon, 21 Apr 2003 09:30:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LGUC0U003561; Mon, 21 Apr 2003 09:30:12 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LGUCPt003557; Mon, 21 Apr 2003 09:30:12 -0700 (PDT) Message-Id: <200304211630.h3LGUCPt003557@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 21 Apr 2003 09:30:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/crypto/blowfish/arch/i386 bf_enc_586.S src/sys/crypto/des/arch/i386 des_enc.S src/sys/i386/svr4 svr4_locore.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 16:30:13 -0000 obrien 2003/04/21 09:30:12 PDT FreeBSD src repository Modified files: sys/crypto/blowfish/arch/i386 bf_enc_586.S sys/crypto/des/arch/i386 des_enc.S sys/i386/svr4 svr4_locore.s Log: Assembly files put thru the C preprocessor need to have C style comments. Revision Changes Path 1.2 +3 -3 src/sys/crypto/blowfish/arch/i386/bf_enc_586.S 1.2 +75 -75 src/sys/crypto/des/arch/i386/des_enc.S 1.14 +3 -4 src/sys/i386/svr4/svr4_locore.s From owner-cvs-src@FreeBSD.ORG Mon Apr 21 09:34:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A61737B401; Mon, 21 Apr 2003 09:34:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D10D43F3F; Mon, 21 Apr 2003 09:34:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LGYI0U007199; Mon, 21 Apr 2003 09:34:18 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LGYI65007197; Mon, 21 Apr 2003 09:34:18 -0700 (PDT) Message-Id: <200304211634.h3LGYI65007197@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 21 Apr 2003 09:34:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha dec_2100_a500.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 16:34:19 -0000 obrien 2003/04/21 09:34:18 PDT FreeBSD src repository Modified files: sys/alpha/alpha dec_2100_a500.c Log: Explicitly declare 'int' parameters. Revision Changes Path 1.13 +3 -3 src/sys/alpha/alpha/dec_2100_a500.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 09:41:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4555137B401; Mon, 21 Apr 2003 09:41:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D913543FAF; Mon, 21 Apr 2003 09:41:20 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LGfK0U011602; Mon, 21 Apr 2003 09:41:20 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LGfKx2011599; Mon, 21 Apr 2003 09:41:20 -0700 (PDT) Message-Id: <200304211641.h3LGfKx2011599@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 21 Apr 2003 09:41:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire fwdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 16:41:21 -0000 simokawa 2003/04/21 09:41:20 PDT FreeBSD src repository Modified files: sys/dev/firewire fwdev.c Log: Remove unused code. Revision Changes Path 1.27 +32 -70 src/sys/dev/firewire/fwdev.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 09:42:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C3B637B401; Mon, 21 Apr 2003 09:42:44 -0700 (PDT) Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 561C243FE1; Mon, 21 Apr 2003 09:42:43 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: from blackhelicopters.org (mwlucas@localhost [127.0.0.1]) by blackhelicopters.org (8.12.8/8.12.8) with ESMTP id h3LGggDn071410; Mon, 21 Apr 2003 12:42:42 -0400 (EDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.12.8/8.12.8/Submit) id h3LGggTS071409; Mon, 21 Apr 2003 12:42:42 -0400 (EDT) Date: Mon, 21 Apr 2003 12:42:42 -0400 From: "Michael W . Lucas" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20030421124242.D71186@blackhelicopters.org> References: <20030418181813.GA10585@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030418181813.GA10585@dragon.nuxi.com>; from dev-null@NUXI.com on Fri, Apr 18, 2003 at 11:18:13AM -0700 cc: Daniel Eischen cc: Daniel Eischen Subject: Re: cvs commit: src/lib/libpthread Makefile src/lib/libpthread/thread Makefile.inc thr_acl_aclcheck_fd.c thr_aio_suspend.c thr_attr_get_np.c thr_attr_init.c thr_attr_setcreatesuspend_np.c thr_attr_setguardsize.c thr_attr_setschedparam.c thr_attr_setscope.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 16:42:45 -0000 On Fri, Apr 18, 2003 at 11:18:13AM -0700, David O'Brien wrote: > On Fri, Apr 18, 2003 at 01:49:15PM -0400, Daniel Eischen wrote: > > At some point, though, I should probably > > ask donations@ for one. > > It's as easy as "cvs ci". Or, watching the developer mailing list when an offer comes out. We just had a SMP machine offer that *nobody* asked for. Dual Celerons, admittedly, but it's certainly good enough to test on. ==ml -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org http://www.BlackHelicopters.org/~mwlucas/ Absolute BSD: http://www.AbsoluteBSD.com/ From owner-cvs-src@FreeBSD.ORG Mon Apr 21 09:44:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F9E37B43C; Mon, 21 Apr 2003 09:44:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF73E43FB1; Mon, 21 Apr 2003 09:44:05 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LGi50U014200; Mon, 21 Apr 2003 09:44:05 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LGi51S014197; Mon, 21 Apr 2003 09:44:05 -0700 (PDT) Message-Id: <200304211644.h3LGi51S014197@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 21 Apr 2003 09:44:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 16:44:12 -0000 simokawa 2003/04/21 09:44:05 PDT FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: Add FireWire drivers to GENERIC. Revision Changes Path 1.159 +5 -0 src/sys/alpha/conf/GENERIC 1.382 +5 -0 src/sys/i386/conf/GENERIC 1.53 +5 -0 src/sys/ia64/conf/GENERIC 1.232 +5 -0 src/sys/pc98/conf/GENERIC 1.28 +5 -0 src/sys/powerpc/conf/GENERIC 1.54 +5 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Mon Apr 21 10:20:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C980937B401; Mon, 21 Apr 2003 10:20:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68EE943FA3; Mon, 21 Apr 2003 10:20:49 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LHKn0U040234; Mon, 21 Apr 2003 10:20:49 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LHKnTc040230; Mon, 21 Apr 2003 10:20:49 -0700 (PDT) Message-Id: <200304211720.h3LHKnTc040230@repoman.freebsd.org> From: Mike Barcroft Date: Mon, 21 Apr 2003 10:20:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/jail jail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 17:20:50 -0000 mike 2003/04/21 10:20:48 PDT FreeBSD src repository Modified files: usr.sbin/jail jail.c Log: Force output of jail ID (if necessary) before excuting the command, otherwise redirection of stdout to a file using block buffering will not complete in time. Revision Changes Path 1.13 +3 -1 src/usr.sbin/jail/jail.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 10:21:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 483DF37B401 for ; Mon, 21 Apr 2003 10:21:20 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C25643FDF for ; Mon, 21 Apr 2003 10:21:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 2863 invoked from network); 21 Apr 2003 17:21:22 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 21 Apr 2003 17:21:22 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h3LHLFOv090277; Mon, 21 Apr 2003 13:21:15 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200304210359.h3L3x74B043508@repoman.freebsd.org> Date: Mon, 21 Apr 2003 13:21:18 -0400 (EDT) From: John Baldwin To: Daniel Eischen cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 17:21:21 -0000 On 21-Apr-2003 Daniel Eischen wrote: > deischen 2003/04/20 20:59:07 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread/arch/i386/i386 thr_switch.S > Log: > Use popfl to get the flags off the stack instead of popf. This shouldn't matter as gas will infer the 'l' or 'w' suffix for the instruction for you. Specifically, gas will use popfl in .code32 (which is what gcc outputs and what gas defaults to) and popfw in .code16 code. -- 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 Apr 21 10:21:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A604D37B422 for ; Mon, 21 Apr 2003 10:21:57 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFBF743FDF for ; Mon, 21 Apr 2003 10:21:55 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 15311 invoked from network); 21 Apr 2003 17:22:00 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 21 Apr 2003 17:22:00 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h3LHLrOv090316; Mon, 21 Apr 2003 13:21:53 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <006c01c3061c$61a7e570$0701a8c0@tiger> Date: Mon, 21 Apr 2003 13:21:56 -0400 (EDT) From: John Baldwin To: David Xu cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c src/sys/kern kern_thread.c src/sys/sparc64/sparc64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 17:21:59 -0000 On 19-Apr-2003 David Xu wrote: > er, I found some code in i386/i386/trap.c: > > PROC_LOCK(p); > if ((p->p_flag & P_WEXIT) && (p->p_singlethread != td)) { > mtx_lock_spin(&sched_lock); > thread_exit(); > /* NOTREACHED */ > } > PROC_UNLOCK(p); 1.246 (jhb 18-Apr-03): PROC_LOCK(p); 1.228 (julian 29-Jun-02): if ((p->p_flag & P_WEXIT) && (p- >p_singlethread != td)) { 1.228 (julian 29-Jun-02): mtx_lock_spin(&sched_loc k); 1.228 (julian 29-Jun-02): thread_exit(); 1.228 (julian 29-Jun-02): /* NOTREACHED */ 1.228 (julian 29-Jun-02): } 1.246 (jhb 18-Apr-03): PROC_UNLOCK(p); > The P_WEXIT and p_singlethread will never be set at same > time. see kern_exit.c. so the code never be executed. > replacing P_WEXIT with P_SINGLE_EXIT will work, > and because 1:1 thread borrows KSE code, so you now need code > like this: > > PROC_LOCK(p); > if ((p->p_flag & P_SINGLE_EXIT) && (p->p_singlethread != td)) { > mtx_lock_spin(&sched_lock); > if (p->p_flag & P_THREADED) > thread_exit(); > else > thr_exit(); > /* NOTREACHED */ > } > PROC_UNLOCK(p); Well, I'm only fixing locking, I'll leave fixing internal KSE bugs to you. :) If you wanted to consolidate this code into a thread_kern_enter() or some such that would work for me. > I suggest remove such code from trap.c, just keep it in kernel > thread control code (e.g kern_thread.c or kern_thr.c) to reduce > maintain overhead. > > David Xu > > ----- Original Message ----- > From: "John Baldwin" > To: ; ; > Sent: Saturday, April 19, 2003 4:20 AM > Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c > src/sys/kern kern_thread.c src/sys/sparc64/sparc64 trap.c > > >> jhb 2003/04/18 13:20:00 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/alpha/alpha trap.c >> sys/i386/i386 trap.c >> sys/ia64/ia64 trap.c >> sys/kern kern_thread.c >> sys/sparc64/sparc64 trap.c >> Log: >> Use the proc lock to protect p_singlethread and a P_WEXIT test. This >> fixes a couple of potential KSE panics on non-i386 arch's that weren't >> holding the proc lock when calling thread_exit(). >> >> Revision Changes Path >> 1.111 +2 -1 src/sys/alpha/alpha/trap.c >> 1.246 +2 -2 src/sys/i386/i386/trap.c >> 1.73 +3 -1 src/sys/ia64/ia64/trap.c >> 1.117 +2 -2 src/sys/kern/kern_thread.c >> 1.59 +2 -1 src/sys/sparc64/sparc64/trap.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 Mon Apr 21 10:25:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32C5F37B401; Mon, 21 Apr 2003 10:25:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D6743FDF; Mon, 21 Apr 2003 10:25:39 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LHPd0U044371; Mon, 21 Apr 2003 10:25:39 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LHPdgt044368; Mon, 21 Apr 2003 10:25:39 -0700 (PDT) Message-Id: <200304211725.h3LHPdgt044368@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 10:25:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 17:25:40 -0000 imp 2003/04/21 10:25:39 PDT FreeBSD src repository Modified files: sbin/devd devd.cc Log: Kill debug printf that crept in my last commit Revision Changes Path 1.9 +0 -1 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Mon Apr 21 10:34:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B017437B401; Mon, 21 Apr 2003 10:34:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBFF43FBD; Mon, 21 Apr 2003 10:34:14 -0700 (PDT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LHYE0U050589; Mon, 21 Apr 2003 10:34:14 -0700 (PDT) (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LHYEsJ050586; Mon, 21 Apr 2003 10:34:14 -0700 (PDT) Message-Id: <200304211734.h3LHYEsJ050586@repoman.freebsd.org> From: Takanori Watanabe Date: Mon, 21 Apr 2003 10:34:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb if_axe.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 17:34:15 -0000 takawata 2003/04/21 10:34:13 PDT FreeBSD src repository Modified files: sys/dev/usb if_axe.c usbdevs Log: Add another product ID for if_axe and correct vendor ID description for Linksys USB200M.The USB vendor ID list is available from http://www.usb.org/app/pub/dump/comp_dump/ Reviewed by: wpaul Revision Changes Path 1.3 +1 -0 src/sys/dev/usb/if_axe.c 1.121 +4 -2 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Mon Apr 21 10:36:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6004837B401; Mon, 21 Apr 2003 10:36:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A6943FE1; Mon, 21 Apr 2003 10:36:04 -0700 (PDT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LHa40U052291; Mon, 21 Apr 2003 10:36:04 -0700 (PDT) (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LHa42t052285; Mon, 21 Apr 2003 10:36:04 -0700 (PDT) Message-Id: <200304211736.h3LHa42t052285@repoman.freebsd.org> From: Takanori Watanabe Date: Mon, 21 Apr 2003 10:36:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 17:36:06 -0000 takawata 2003/04/21 10:36:04 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.130 +5 -3 src/sys/dev/usb/usbdevs.h 1.130 +15 -3 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:19:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B082D37B401; Mon, 21 Apr 2003 11:19:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A7C143FCB; Mon, 21 Apr 2003 11:19:09 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LIJ90U082752; Mon, 21 Apr 2003 11:19:09 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LIJ8aA082749; Mon, 21 Apr 2003 11:19:08 -0700 (PDT) Message-Id: <200304211819.h3LIJ8aA082749@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 11:19:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:19:10 -0000 imp 2003/04/21 11:19:08 PDT FreeBSD src repository Modified files: sys/sys bus.h sys/kern subr_bus.c Log: Create a new function, device_is_attached(), that is like device_is_alive() that tells us if the device has successfully attached. device_is_alive just tells us that the device has successfully probed. Revision Changes Path 1.127 +6 -0 src/sys/kern/subr_bus.c 1.53 +1 -0 src/sys/sys/bus.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:24:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA7E37B404; Mon, 21 Apr 2003 11:24:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1BC43FA3; Mon, 21 Apr 2003 11:24:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LIO50U086660; Mon, 21 Apr 2003 11:24:05 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LIO5ld086656; Mon, 21 Apr 2003 11:24:05 -0700 (PDT) Message-Id: <200304211824.h3LIO5ld086656@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 11:24:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile device_is_alive.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:24:06 -0000 imp 2003/04/21 11:24:05 PDT FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 device_is_alive.9 Log: Add a man page for device_is_alive. Revision Changes Path 1.181 +1 -1 src/share/man/man9/Makefile 1.1 +49 -0 src/share/man/man9/device_is_alive.9 (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:25:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2686137B401; Mon, 21 Apr 2003 11:25:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B195343FBD; Mon, 21 Apr 2003 11:25:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LIP50U087478; Mon, 21 Apr 2003 11:25:05 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LIP5lq087468; Mon, 21 Apr 2003 11:25:05 -0700 (PDT) Message-Id: <200304211825.h3LIP5lq087468@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 11:25:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile device_is_attached.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:25:06 -0000 imp 2003/04/21 11:25:05 PDT FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 device_is_attached.9 Log: Simple man page for new device_is_attached. Revision Changes Path 1.182 +1 -1 src/share/man/man9/Makefile 1.1 +49 -0 src/share/man/man9/device_is_attached.9 (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:27:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1F637B401; Mon, 21 Apr 2003 11:27:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF0243F85; Mon, 21 Apr 2003 11:27:44 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LIRi0U089569; Mon, 21 Apr 2003 11:27:44 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LIRi7G089567; Mon, 21 Apr 2003 11:27:44 -0700 (PDT) Message-Id: <200304211827.h3LIRi7G089567@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 11:27:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 device_is_alive.9 device_is_attached.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:27:45 -0000 imp 2003/04/21 11:27:44 PDT FreeBSD src repository Modified files: share/man/man9 device_is_alive.9 device_is_attached.9 Log: Xref these two functions, since they are similar enough to cause confusion. Revision Changes Path 1.2 +1 -0 src/share/man/man9/device_is_alive.9 1.2 +1 -0 src/share/man/man9/device_is_attached.9 From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:34:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E806637B40D; Mon, 21 Apr 2003 11:34:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D5043FBD; Mon, 21 Apr 2003 11:34:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LIY50U094081; Mon, 21 Apr 2003 11:34:05 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LIY5ev094078; Mon, 21 Apr 2003 11:34:05 -0700 (PDT) Message-Id: <200304211834.h3LIY5ev094078@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 11:34:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:34:06 -0000 imp 2003/04/21 11:34:05 PDT FreeBSD src repository Modified files: sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Use newly minted device_is_attached rather than device_is_alive to see if attach succeeded. device_is_alive just tells us that probe succeeded. Since we were using it to do things like detach net interfaces, this caused problems when there were errors in the attach routine. Symptoms of problem reported by: martin blapp Revision Changes Path 1.105 +1 -1 src/sys/pci/if_dc.c 1.45 +1 -1 src/sys/pci/if_pcn.c 1.98 +1 -1 src/sys/pci/if_rl.c 1.56 +1 -1 src/sys/pci/if_sf.c 1.74 +1 -1 src/sys/pci/if_sis.c 1.61 +1 -1 src/sys/pci/if_sk.c 1.52 +1 -1 src/sys/pci/if_ste.c 1.78 +1 -1 src/sys/pci/if_ti.c 1.83 +1 -1 src/sys/pci/if_tl.c 1.71 +1 -1 src/sys/pci/if_vr.c 1.60 +1 -1 src/sys/pci/if_wb.c 1.143 +1 -1 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:41:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B84A37B405; Mon, 21 Apr 2003 11:41:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0443643FEC; Mon, 21 Apr 2003 11:41:12 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LIfC0U098649; Mon, 21 Apr 2003 11:41:12 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LIfCPF098643; Mon, 21 Apr 2003 11:41:12 -0700 (PDT) Message-Id: <200304211841.h3LIfCPF098643@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 11:41:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_sunlabel_enc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:41:15 -0000 phk 2003/04/21 11:41:12 PDT FreeBSD src repository Added files: sys/geom geom_sunlabel_enc.c Log: Functions to encode and decode Sun Microsystems disk partitioning data structures. Mostly by: jake Revision Changes Path 1.1 +131 -0 src/sys/geom/geom_sunlabel_enc.c (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:56:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B632137B401; Mon, 21 Apr 2003 11:56:19 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4345C43FDD; Mon, 21 Apr 2003 11:56:16 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3LIuFgI034243; Mon, 21 Apr 2003 22:56:15 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3LIuFKg034242; Mon, 21 Apr 2003 22:56:15 +0400 (MSD) Date: Mon, 21 Apr 2003 22:56:15 +0400 From: "Andrey A. Chernov" To: Jacques Vidrine Message-ID: <20030421185615.GA34222@nagual.pp.ru> References: <200304211544.h3LFiPJ6065083@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304211544.h3LFiPJ6065083@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/include nss_tls.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:56:20 -0000 On Mon, Apr 21, 2003 at 08:44:25 -0700, Jacques Vidrine wrote: > nectar 2003/04/21 08:44:25 PDT > > FreeBSD src repository > > Modified files: > lib/libc/include nss_tls.h > Log: > Correct a bug that was somehow both obvious and hard-to-see. :-) > An incorrectly-sized allocation was being made due to an incorrect > argument to the `sizeof' operator. Obvious, because it violated the > `foo = malloc(sizeof(*foo))' idiom. Hard-to-see, because it was a > missing `*' (`*p' versus `**p'). > > Resulting failure was > Reported by: ache Thanx, "indexer" bug is gone after this commit. From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:57:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F3237B401; Mon, 21 Apr 2003 11:57:47 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697C643FBD; Mon, 21 Apr 2003 11:57:46 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id D7E674D; Mon, 21 Apr 2003 13:57:45 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 34D2D78C66; Mon, 21 Apr 2003 13:57:45 -0500 (CDT) Date: Mon, 21 Apr 2003 13:57:45 -0500 From: "Jacques A. Vidrine" To: "Andrey A. Chernov" Message-ID: <20030421185745.GC69882@madman.celabo.org> References: <200304211544.h3LFiPJ6065083@repoman.freebsd.org> <20030421185615.GA34222@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421185615.GA34222@nagual.pp.ru> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/include nss_tls.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:57:47 -0000 On Mon, Apr 21, 2003 at 10:56:15PM +0400, Andrey A. Chernov wrote: > On Mon, Apr 21, 2003 at 08:44:25 -0700, Jacques Vidrine wrote: > > nectar 2003/04/21 08:44:25 PDT > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/include nss_tls.h > > Log: > > Correct a bug that was somehow both obvious and hard-to-see. :-) > > An incorrectly-sized allocation was being made due to an incorrect > > argument to the `sizeof' operator. Obvious, because it violated the > > `foo = malloc(sizeof(*foo))' idiom. Hard-to-see, because it was a > > missing `*' (`*p' versus `**p'). > > > > Resulting failure was > > Reported by: ache > > Thanx, "indexer" bug is gone after this commit. Great! Thanks for your report and your patience. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Apr 21 12:08:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BE237B401; Mon, 21 Apr 2003 12:08:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E811D43FB1; Mon, 21 Apr 2003 12:08:35 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LJ8Z0U019718; Mon, 21 Apr 2003 12:08:35 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LJ8Z0a019715; Mon, 21 Apr 2003 12:08:35 -0700 (PDT) Message-Id: <200304211908.h3LJ8Z0a019715@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Apr 2003 12:08:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 syscons.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 19:08:36 -0000 brueffer 2003/04/21 12:08:35 PDT FreeBSD src repository (doc committer) Modified files: share/man/man4 syscons.4 Log: Grammar and spelling fixes, improved the wording a bit A slightly different patch than the one from the PR was applied PR: 38815 Submitted by: Chris Pepper MFC after: 3 days Revision Changes Path 1.33 +38 -37 src/share/man/man4/syscons.4 From owner-cvs-src@FreeBSD.ORG Mon Apr 21 12:14:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4989D37B401; Mon, 21 Apr 2003 12:14:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9BF443F75; Mon, 21 Apr 2003 12:14:32 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LJEW0U023970; Mon, 21 Apr 2003 12:14:32 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LJEWUc023968; Mon, 21 Apr 2003 12:14:32 -0700 (PDT) Message-Id: <200304211914.h3LJEWUc023968@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 21 Apr 2003 12:14:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/alpha fixit_crunch.conf src/release/i386 fixit_crunch.conf src/release/pc98 fixit-small_crunch.conf fixit_crunch.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 19:14:34 -0000 ru 2003/04/21 12:14:32 PDT FreeBSD src repository Modified files: release/alpha fixit_crunch.conf release/i386 fixit_crunch.conf release/pc98 fixit-small_crunch.conf fixit_crunch.conf Log: Removed mount_devfs from progs since there is no "mount_devfs" source directory (it's spelled mount_std nowadays), so it was a no-op anyway, and DEVFS is now the default. Revision Changes Path 1.34 +1 -1 src/release/alpha/fixit_crunch.conf 1.9 +1 -1 src/release/i386/fixit_crunch.conf 1.2 +1 -1 src/release/pc98/fixit-small_crunch.conf 1.9 +1 -1 src/release/pc98/fixit_crunch.conf From owner-cvs-src@FreeBSD.ORG Mon Apr 21 12:31:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1570537B401; Mon, 21 Apr 2003 12:31:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6056A43FDD; Mon, 21 Apr 2003 12:31:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LJVh0U035900; Mon, 21 Apr 2003 12:31:43 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LJVhBE035897; Mon, 21 Apr 2003 12:31:43 -0700 (PDT) Message-Id: <200304211931.h3LJVhBE035897@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 12:31:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys sun_disklabel.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 19:31:44 -0000 phk 2003/04/21 12:31:43 PDT FreeBSD src repository Modified files: sys/sys sun_disklabel.h Log: Add prototypes for sunlabel_dec() and sunlabel_enc(). Assume (for now) that all sun labels are big endian. Revision Changes Path 1.4 +3 -0 src/sys/sys/sun_disklabel.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 12:38:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F68637B401; Mon, 21 Apr 2003 12:38:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFA543FBF; Mon, 21 Apr 2003 12:38:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LJcY0U041185; Mon, 21 Apr 2003 12:38:34 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LJcXpd041183; Mon, 21 Apr 2003 12:38:33 -0700 (PDT) Message-Id: <200304211938.h3LJcXpd041183@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 12:38:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys sun_disklabel.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 19:38:35 -0000 phk 2003/04/21 12:38:33 PDT FreeBSD src repository Modified files: sys/sys sun_disklabel.h Log: Add defines for number of partitions, raw partition index and size of encoded data structure. Revision Changes Path 1.5 +4 -1 src/sys/sys/sun_disklabel.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 12:42:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4792337B401; Mon, 21 Apr 2003 12:42:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA0F943FCB; Mon, 21 Apr 2003 12:42:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LJga0U043943; Mon, 21 Apr 2003 12:42:36 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LJgaY1043940; Mon, 21 Apr 2003 12:42:36 -0700 (PDT) Message-Id: <200304211942.h3LJgaY1043940@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 12:42:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_sunlabel_enc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 19:42:37 -0000 phk 2003/04/21 12:42:36 PDT FreeBSD src repository Modified files: sys/geom geom_sunlabel_enc.c Log: Use #defines from instead of private ones. Revision Changes Path 1.2 +4 -8 src/sys/geom/geom_sunlabel_enc.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 12:54:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C872537B401; Mon, 21 Apr 2003 12:54:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 624FE43F93; Mon, 21 Apr 2003 12:54:12 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LJsC0U057679; Mon, 21 Apr 2003 12:54:12 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LJsCik057675; Mon, 21 Apr 2003 12:54:12 -0700 (PDT) Message-Id: <200304211954.h3LJsCik057675@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 12:54:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files files.sparc64 src/sys/geom geom_sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 19:54:13 -0000 phk 2003/04/21 12:54:11 PDT FreeBSD src repository Modified files: sys/conf files files.sparc64 sys/geom geom_sunlabel.c Log: Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.c and #defines from sys/sun_disklabel.h. Revision Changes Path 1.786 +1 -0 src/sys/conf/files 1.42 +1 -0 src/sys/conf/files.sparc64 1.27 +18 -47 src/sys/geom/geom_sunlabel.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 13:05:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87BBB37B401; Mon, 21 Apr 2003 13:05:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24BCA43FBD; Mon, 21 Apr 2003 13:05:34 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LK5X0U066699; Mon, 21 Apr 2003 13:05:33 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LK5XXH066695; Mon, 21 Apr 2003 13:05:33 -0700 (PDT) Message-Id: <200304212005.h3LK5XXH066695@repoman.freebsd.org> From: John Baldwin Date: Mon, 21 Apr 2003 13:05:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 smp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:05:35 -0000 jhb 2003/04/21 13:05:33 PDT FreeBSD src repository Modified files: share/man/man4 smp.4 Log: - Don't highlight options APIC_IO at the top since it only applies to i386 and this manpage is somewhat machine independent. - Don't redundantly say that SMP support is present for all supported architectures. Instead, say that it is present for all Tier-1 architectures. - Note that an SMP kernel not booting on a UP machine is an i386-only exception. - Add a paragraph about hyperthreading support including some docco on the machdep.hlt_logical_cpus sysctl ps@ recently added. - Note that SMP support for alpha, ia64, and sparc64 debuted in 5.0. Revision Changes Path 1.16 +15 -3 src/share/man/man4/smp.4 From owner-cvs-src@FreeBSD.ORG Mon Apr 21 13:14:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD3D237B401; Mon, 21 Apr 2003 13:14:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73CC543FDD; Mon, 21 Apr 2003 13:14:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LKEa0U072752; Mon, 21 Apr 2003 13:14:36 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LKEaKm072749; Mon, 21 Apr 2003 13:14:36 -0700 (PDT) Message-Id: <200304212014.h3LKEaKm072749@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 13:14:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:14:37 -0000 phk 2003/04/21 13:14:36 PDT FreeBSD src repository Modified files: sys/geom geom_sunlabel.c Log: Implement a hotspot for the sunlabel. This means that you can no longer trash your opened partitions by writing to the sunlabel through another partition. This is similar to the semantics implemented for BSD labels. Revision Changes Path 1.28 +38 -3 src/sys/geom/geom_sunlabel.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 13:16:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE47137B427; Mon, 21 Apr 2003 13:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E3F43FDF; Mon, 21 Apr 2003 13:16:07 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LKG70U073962; Mon, 21 Apr 2003 13:16:07 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LKG79w073960; Mon, 21 Apr 2003 13:16:07 -0700 (PDT) Message-Id: <200304212016.h3LKG79w073960@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 13:16:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel runtest.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:16:11 -0000 phk 2003/04/21 13:16:07 PDT FreeBSD src repository Added files: sbin/sunlabel runtest.sh Log: Add minimal regression test for hotspot handling of the sunlabel. Revision Changes Path 1.1 +114 -0 src/sbin/sunlabel/runtest.sh (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 13:36:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8216C37B401; Mon, 21 Apr 2003 13:36:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C9F43FE5; Mon, 21 Apr 2003 13:36:44 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LKai0U089052; Mon, 21 Apr 2003 13:36:44 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LKaigC089049; Mon, 21 Apr 2003 13:36:44 -0700 (PDT) Message-Id: <200304212036.h3LKaigC089049@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 13:36:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk Makefile write_sparc64_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:36:46 -0000 phk 2003/04/21 13:36:44 PDT FreeBSD src repository Modified files: lib/libdisk Makefile write_sparc64_disk.c Log: Update libdisk to use the explicing encoding function for sunlabel data structures. Revision Changes Path 1.38 +2 -0 src/lib/libdisk/Makefile 1.7 +11 -11 src/lib/libdisk/write_sparc64_disk.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 13:38:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2095F37B401; Mon, 21 Apr 2003 13:38:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B290E43F93; Mon, 21 Apr 2003 13:38:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LKcF0U089830; Mon, 21 Apr 2003 13:38:15 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LKcFTX089828; Mon, 21 Apr 2003 13:38:15 -0700 (PDT) Message-Id: <200304212038.h3LKcFTX089828@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 13:38:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel Makefile sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:38:16 -0000 phk 2003/04/21 13:38:15 PDT FreeBSD src repository Modified files: sbin/sunlabel Makefile sunlabel.c Log: Use explicit encoding/decoding funtions for sunlabel data structures. Use #defines for various magic numbers. Attach test-case to makefile. Reviewed by: jake Revision Changes Path 1.3 +6 -0 src/sbin/sunlabel/Makefile 1.4 +23 -34 src/sbin/sunlabel/sunlabel.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 13:40:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE5B37B401; Mon, 21 Apr 2003 13:40:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BAB943FE3; Mon, 21 Apr 2003 13:40:41 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LKef0U090987; Mon, 21 Apr 2003 13:40:41 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LKefS1090984; Mon, 21 Apr 2003 13:40:41 -0700 (PDT) Message-Id: <200304212040.h3LKefS1090984@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 13:40:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys sun_disklabel.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:40:42 -0000 phk 2003/04/21 13:40:41 PDT FreeBSD src repository Modified files: sys/sys sun_disklabel.h Log: Now that all uses of this file use explicit encoding/decoding, remove all the bits we do not need, and drop the attempt at "disk-image" structure definition. Add idempotency (sp?) #ifdef Revision Changes Path 1.6 +12 -36 src/sys/sys/sun_disklabel.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 13:57:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B5337B401; Mon, 21 Apr 2003 13:57:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8189243F75; Mon, 21 Apr 2003 13:57:21 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LKvL0U003892; Mon, 21 Apr 2003 13:57:21 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LKvLSu003889; Mon, 21 Apr 2003 13:57:21 -0700 (PDT) Message-Id: <200304212057.h3LKvLSu003889@repoman.freebsd.org> From: Robert Watson Date: Mon, 21 Apr 2003 13:57:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall label.csrc/usr.sbin/sysinstall/help partition.hlp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:57:22 -0000 rwatson 2003/04/21 13:57:21 PDT FreeBSD src repository Modified files: usr.sbin/sysinstall label.c usr.sbin/sysinstall/help partition.hlp Log: Don't use UFS2 by default during the install process on PC98, as the PC98 boot blocks don't support UFS2. We keep newfs(8) defaulting to UFS2. Warn users that FreeBSD can only boot from a root file system smaller than 1.5TB; hopefully this will get fixed by the patches currently floating around on -CURRENT. Reviewed by: nyan Revision Changes Path 1.13 +14 -11 src/usr.sbin/sysinstall/help/partition.hlp 1.138 +4 -0 src/usr.sbin/sysinstall/label.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 14:16:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F393737B401; Mon, 21 Apr 2003 14:16:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918CF43FDD; Mon, 21 Apr 2003 14:16:26 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LLGQ0U018440; Mon, 21 Apr 2003 14:16:26 -0700 (PDT) (envelope-from andreas@repoman.freebsd.org) Received: (from andreas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LLGQfF018435; Mon, 21 Apr 2003 14:16:26 -0700 (PDT) Message-Id: <200304212116.h3LLGQfF018435@repoman.freebsd.org> From: Andreas Klemm Date: Mon, 21 Apr 2003 14:16:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/split split.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 21:16:27 -0000 andreas 2003/04/21 14:16:25 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/split split.1 Log: Revert last MFC, there is no csplit in the base system of RELENG_4. Reviewed by: Ruslan Ermilov Approved by: Ruslan Ermilov Revision Changes Path 1.3.2.6 +0 -1 src/usr.bin/split/split.1 From owner-cvs-src@FreeBSD.ORG Mon Apr 21 17:18:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CA737B401; Mon, 21 Apr 2003 17:18:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B1743FCB; Mon, 21 Apr 2003 17:18:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M0It0U054894; Mon, 21 Apr 2003 17:18:55 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M0ItbH054892; Mon, 21 Apr 2003 17:18:55 -0700 (PDT) Message-Id: <200304220018.h3M0ItbH054892@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 17:18:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 device_get_name.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 00:18:56 -0000 imp 2003/04/21 17:18:55 PDT FreeBSD src repository Added files: share/man/man9 device_get_name.9 Log: Add man page for device_get_name and device_get_nameunit. Revision Changes Path 1.1 +55 -0 src/share/man/man9/device_get_name.9 (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 17:21:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF2F237B404; Mon, 21 Apr 2003 17:21:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6156F43FEA; Mon, 21 Apr 2003 17:21:29 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M0LS0U056568; Mon, 21 Apr 2003 17:21:28 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M0LS8f056563; Mon, 21 Apr 2003 17:21:28 -0700 (PDT) Message-Id: <200304220021.h3M0LS8f056563@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 17:21:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile device_get_state.9 device_is_alive.9 device_is_attached.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 00:21:31 -0000 imp 2003/04/21 17:21:28 PDT FreeBSD src repository Modified files: share/man/man9 Makefile device_get_state.9 Removed files: share/man/man9 device_is_alive.9 device_is_attached.9 Log: device_is_alive already was documented in device_get_state, so remove the separate man page. Document new device_is_attached there and remove that new man page too. Connect device_get_name to build, and install a link for device_get_nameunit. strangely nobody noticed this yet... Revision Changes Path 1.183 +4 -1 src/share/man/man9/Makefile 1.10 +8 -1 src/share/man/man9/device_get_state.9 1.3 +0 -50 src/share/man/man9/device_is_alive.9 (dead) 1.3 +0 -50 src/share/man/man9/device_is_attached.9 (dead) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 17:26:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A35ED37B404; Mon, 21 Apr 2003 17:26:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4137F43FA3; Mon, 21 Apr 2003 17:26:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M0Q30U060495; Mon, 21 Apr 2003 17:26:03 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M0Q2fH060491; Mon, 21 Apr 2003 17:26:02 -0700 (PDT) Message-Id: <200304220026.h3M0Q2fH060491@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 17:26:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile device_get_parent.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 00:26:04 -0000 imp 2003/04/21 17:26:02 PDT FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 device_get_parent.9 Log: man page for device_get_parent. Revision Changes Path 1.184 +1 -1 src/share/man/man9/Makefile 1.1 +49 -0 src/share/man/man9/device_get_parent.9 (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 18:48:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0830337B401; Mon, 21 Apr 2003 18:48:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A2043FE1; Mon, 21 Apr 2003 18:48:43 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M1mh0U019733; Mon, 21 Apr 2003 18:48:43 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M1mh4q019731; Mon, 21 Apr 2003 18:48:43 -0700 (PDT) Message-Id: <200304220148.h3M1mh4q019731@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 21 Apr 2003 18:48:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 pmap.c src/sys/ia64/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 01:48:44 -0000 marcel 2003/04/21 18:48:43 PDT FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c sys/ia64/include pmap.h Log: Don't use the tpa instruction to implement pmap_kextract. The tpa instruction requires that a translation is present in the TC. This may trigger a TLB miss and a subsequent call to vm_fault(). This implementation is deliberately non-inline for debugging and profiling purposes. Partial or full inlining should eventually be done. Valuable insights by: jake Revision Changes Path 1.96 +25 -0 src/sys/ia64/ia64/pmap.c 1.13 +1 -8 src/sys/ia64/include/pmap.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 19:31:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB78337B401; Mon, 21 Apr 2003 19:31:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2F443FBD; Mon, 21 Apr 2003 19:31:31 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M2VV0U051862; Mon, 21 Apr 2003 19:31:31 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M2VVPv051860; Mon, 21 Apr 2003 19:31:31 -0700 (PDT) Message-Id: <200304220231.h3M2VVPv051860@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 21 Apr 2003 19:31:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire fwdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 02:31:32 -0000 simokawa 2003/04/21 19:31:31 PDT FreeBSD src repository Modified files: sys/dev/firewire fwdev.c Log: Set the local bus address in xfer->dst. Submitted by: Buzz Slye Revision Changes Path 1.28 +2 -2 src/sys/dev/firewire/fwdev.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 20:17:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33BD37B401; Mon, 21 Apr 2003 20:17:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7F443F85; Mon, 21 Apr 2003 20:17:42 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M3Hg0U085908; Mon, 21 Apr 2003 20:17:42 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M3HfDO085906; Mon, 21 Apr 2003 20:17:41 -0700 (PDT) Message-Id: <200304220317.h3M3HfDO085906@repoman.freebsd.org> From: David Xu Date: Mon, 21 Apr 2003 20:17:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c src/sys/sparc64/sparc64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 03:17:43 -0000 davidxu 2003/04/21 20:17:41 PDT FreeBSD src repository Modified files: sys/alpha/alpha trap.c sys/i386/i386 trap.c sys/ia64/ia64 trap.c sys/sparc64/sparc64 trap.c Log: Remove single threading detecting code, these code really should be replaced by thread_user_enter(), but current we don't want to enable this in trap. Revision Changes Path 1.112 +0 -7 src/sys/alpha/alpha/trap.c 1.247 +0 -12 src/sys/i386/i386/trap.c 1.74 +0 -7 src/sys/ia64/ia64/trap.c 1.60 +0 -7 src/sys/sparc64/sparc64/trap.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 20:25:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD8B37B401; Mon, 21 Apr 2003 20:25:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E10743F75; Mon, 21 Apr 2003 20:25:15 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M3PF0U091146; Mon, 21 Apr 2003 20:25:15 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M3PFdA091141; Mon, 21 Apr 2003 20:25:15 -0700 (PDT) Message-Id: <200304220325.h3M3PFdA091141@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 20:25:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile device_get_ivars.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 03:25:16 -0000 imp 2003/04/21 20:25:14 PDT FreeBSD src repository Modified files: share/man/man9 Makefile device_get_ivars.9 Log: Document device_set_ivars(9) as well. Revision Changes Path 1.185 +1 -0 src/share/man/man9/Makefile 1.7 +20 -3 src/share/man/man9/device_get_ivars.9 From owner-cvs-src@FreeBSD.ORG Mon Apr 21 20:32:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 283A337B401; Mon, 21 Apr 2003 20:32:07 -0700 (PDT) Received: from exchhz01.viatech.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9F043FD7; Mon, 21 Apr 2003 20:32:04 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from davidw2k (ip-240-1-168-192.rev.dyxnet.com [192.168.1.240]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id JM648S1Q; Tue, 22 Apr 2003 11:17:13 +0800 Message-ID: <002901c3087f$fe0fc120$f001a8c0@davidw2k> From: "David Xu" To: "John Baldwin" , "Daniel Eischen" References: Date: Tue, 22 Apr 2003 11:33:51 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 03:32:07 -0000 ----- Original Message -----=20 From: "John Baldwin" To: "Daniel Eischen" Cc: ; ; = Sent: Tuesday, April 22, 2003 1:21 AM Subject: RE: cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S >=20 > On 21-Apr-2003 Daniel Eischen wrote: > > deischen 2003/04/20 20:59:07 PDT > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > lib/libpthread/arch/i386/i386 thr_switch.S=20 > > Log: > > Use popfl to get the flags off the stack instead of popf. >=20 > This shouldn't matter as gas will infer the 'l' or 'w' suffix for the > instruction for you. Specifically, gas will use popfl in .code32 > (which is what gcc outputs and what gas defaults to) and popfw in > .code16 code. >=20 This is a cosmetic change. :-) > --=20 >=20 > 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 Apr 21 20:32:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A25CC37B401; Mon, 21 Apr 2003 20:32:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B8C43F75; Mon, 21 Apr 2003 20:32:32 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M3WW0U095823; Mon, 21 Apr 2003 20:32:32 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M3WVsS095821; Mon, 21 Apr 2003 20:32:31 -0700 (PDT) Message-Id: <200304220332.h3M3WVsS095821@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 20:32:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile device_printf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 03:32:33 -0000 imp 2003/04/21 20:32:31 PDT FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 device_printf.9 Log: Document device_printf(9). Revision Changes Path 1.186 +1 -1 src/share/man/man9/Makefile 1.1 +58 -0 src/share/man/man9/device_printf.9 (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 20:43:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A8837B401; Mon, 21 Apr 2003 20:43:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A79F43FAF; Mon, 21 Apr 2003 20:43:45 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M3hj0U004402; Mon, 21 Apr 2003 20:43:45 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M3hjJP004395; Mon, 21 Apr 2003 20:43:45 -0700 (PDT) Message-Id: <200304220343.h3M3hjJP004395@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Apr 2003 20:43:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile device_set_driver.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 03:43:46 -0000 imp 2003/04/21 20:43:45 PDT FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 device_set_driver.9 Log: Document device_set_driver(9) # now all driver_* functions used outside of subr_bus.o in my kernel # are documented. Revision Changes Path 1.187 +2 -1 src/share/man/man9/Makefile 1.1 +55 -0 src/share/man/man9/device_set_driver.9 (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 21 21:39:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA80B37B401; Mon, 21 Apr 2003 21:39:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7930443FE5; Mon, 21 Apr 2003 21:39:20 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M4dK0U050201; Mon, 21 Apr 2003 21:39:20 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M4dKal050199; Mon, 21 Apr 2003 21:39:20 -0700 (PDT) Message-Id: <200304220439.h3M4dKal050199@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 21 Apr 2003 21:39:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 04:39:21 -0000 simokawa 2003/04/21 21:39:20 PDT FreeBSD src repository Modified files: sys/powerpc/conf GENERIC Log: add scbus for FireWire. Revision Changes Path 1.29 +7 -0 src/sys/powerpc/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Mon Apr 21 21:47:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE05C37B401; Mon, 21 Apr 2003 21:47:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2B143F3F; Mon, 21 Apr 2003 21:47:29 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M4lT0U056775; Mon, 21 Apr 2003 21:47:29 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M4lTHh056773; Mon, 21 Apr 2003 21:47:29 -0700 (PDT) Message-Id: <200304220447.h3M4lTHh056773@repoman.freebsd.org> From: Alan Cox Date: Mon, 21 Apr 2003 21:47:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_object.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 04:47:30 -0000 alc 2003/04/21 21:47:29 PDT FreeBSD src repository Modified files: sys/vm vm_object.h Log: Add VM_OBJECT_LOCKED(). Revision Changes Path 1.93 +1 -0 src/sys/vm/vm_object.h From owner-cvs-src@FreeBSD.ORG Mon Apr 21 22:13:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9437137B401; Mon, 21 Apr 2003 22:13:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C8443FA3; Mon, 21 Apr 2003 22:13:56 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M5Du0U076392; Mon, 21 Apr 2003 22:13:56 -0700 (PDT) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M5Dt3R076389; Mon, 21 Apr 2003 22:13:55 -0700 (PDT) Message-Id: <200304220513.h3M5Dt3R076389@repoman.freebsd.org> From: Doug Barton Date: Mon, 21 Apr 2003 22:13:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man8 rc.subr.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 05:13:57 -0000 dougb 2003/04/21 22:13:55 PDT FreeBSD src repository Modified files: share/man/man8 rc.subr.8 Log: FreeBSD has no systrace(1), and our rc.subr does not support it. Submitted by: Simon L. Nielsen Revision Changes Path 1.3 +0 -12 src/share/man/man8/rc.subr.8 From owner-cvs-src@FreeBSD.ORG Mon Apr 21 22:34:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D767D37B401; Mon, 21 Apr 2003 22:34:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7713343FA3; Mon, 21 Apr 2003 22:34:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M5YZ0U090706; Mon, 21 Apr 2003 22:34:35 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M5YZVh090703; Mon, 21 Apr 2003 22:34:35 -0700 (PDT) Message-Id: <200304220534.h3M5YZVh090703@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 21 Apr 2003 22:34:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk write_sparc64_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 05:34:36 -0000 phk 2003/04/21 22:34:35 PDT FreeBSD src repository Modified files: lib/libdisk write_sparc64_disk.c Log: Fix compilation errors. I wonder how I managed to cross-compile this yesterday. Revision Changes Path 1.8 +1 -2 src/lib/libdisk/write_sparc64_disk.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 22:36:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5937A37B401; Mon, 21 Apr 2003 22:36:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB6D943FB1; Mon, 21 Apr 2003 22:36:14 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M5aE0U092339; Mon, 21 Apr 2003 22:36:14 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M5aEF6092335; Mon, 21 Apr 2003 22:36:14 -0700 (PDT) Message-Id: <200304220536.h3M5aEF6092335@repoman.freebsd.org> From: Alan Cox Date: Mon, 21 Apr 2003 22:36:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 05:36:15 -0000 alc 2003/04/21 22:36:14 PDT FreeBSD src repository Modified files: sys/vm vm_page.c Log: Revision 1.52 of vm/uma_core.c has led to UMA's obj_alloc() being called without Giant; and obj_alloc() in turn calls vm_page_alloc() without Giant. This causes an assertion failure in vm_page_alloc(). Fortunately, obj_alloc() is now MPSAFE. So, we need only clean up some assertions. - Weaken the assertion in vm_page_lookup() to require Giant only if the vm_object isn't locked. - Remove an assertion from vm_page_alloc() that duplicates a check performed in vm_page_lookup(). In collaboration with: gallatin, jake, jeff Revision Changes Path 1.246 +2 -3 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Mon Apr 21 22:51:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B8237B401; Mon, 21 Apr 2003 22:51:55 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-67-115-75-1.dsl.lsan03.pacbell.net [67.115.75.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A26C43F93; Mon, 21 Apr 2003 22:51:54 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 494C066B9B; Mon, 21 Apr 2003 22:51:54 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 29C6B1531; Mon, 21 Apr 2003 22:51:54 -0700 (PDT) Date: Mon, 21 Apr 2003 22:51:54 -0700 From: Kris Kennaway To: Poul-Henning Kamp Message-ID: <20030422055154.GA61786@rot13.obsecurity.org> References: <200304220534.h3M5YZVh090703@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <200304220534.h3M5YZVh090703@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libdisk write_sparc64_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 05:51:55 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 21, 2003 at 10:34:35PM -0700, Poul-Henning Kamp wrote: > phk 2003/04/21 22:34:35 PDT >=20 > FreeBSD src repository >=20 > Modified files: > lib/libdisk write_sparc64_disk.c=20 > Log: > Fix compilation errors. > =20 > I wonder how I managed to cross-compile this yesterday. Thanks. Kris --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+pNhwWry0BWjoQKURAnsEAJ9ItHLwxf0J2wZHXyDry8u/Y0dvjgCcCM11 DtaGRSahUVZcphQ2NBVuIQU= =D5Ch -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-cvs-src@FreeBSD.ORG Mon Apr 21 23:26:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3208937B401; Mon, 21 Apr 2003 23:26:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B9643FAF; Mon, 21 Apr 2003 23:26:42 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M6Qg0U029898; Mon, 21 Apr 2003 23:26:42 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M6QgV2029895; Mon, 21 Apr 2003 23:26:42 -0700 (PDT) Message-Id: <200304220626.h3M6QgV2029895@repoman.freebsd.org> From: Alan Cox Date: Mon, 21 Apr 2003 23:26:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm swap_pager.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 06:26:43 -0000 alc 2003/04/21 23:26:42 PDT FreeBSD src repository Modified files: sys/vm swap_pager.h Log: Remove unused declarations. Revision Changes Path 1.39 +0 -4 src/sys/vm/swap_pager.h From owner-cvs-src@FreeBSD.ORG Tue Apr 22 00:45:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B887E37B401; Tue, 22 Apr 2003 00:45:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577DD43FE5; Tue, 22 Apr 2003 00:45:48 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M7jm0U086694; Tue, 22 Apr 2003 00:45:48 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M7jljW086690; Tue, 22 Apr 2003 00:45:47 -0700 (PDT) Message-Id: <200304220745.h3M7jljW086690@repoman.freebsd.org> From: David Xu Date: Tue, 22 Apr 2003 00:45:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 07:45:49 -0000 davidxu 2003/04/22 00:45:47 PDT FreeBSD src repository Modified files: sys/i386/i386 trap.c Log: Fix some problems for cpu_switch_load_gs. when fault address is at cpu_switch_load_gs, cpu is in context switch, so don't enable interrupt. because it is in context switch, it is expected sched_lock was held, so don't PROC_LOCK(p) and psignal, it is LOR, probably we can set a P_XSIGBUS like flag in p_sflags, and set TDF_ASTPENDING in td_flags, in ast(), post a SIGBUS to process if P_XSIGBUS was set. Revision Changes Path 1.248 +7 -1 src/sys/i386/i386/trap.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 00:57:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0DAB37B401; Tue, 22 Apr 2003 00:57:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA7B43F93; Tue, 22 Apr 2003 00:57:20 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M7vK0U000353; Tue, 22 Apr 2003 00:57:20 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M7vKkt000350; Tue, 22 Apr 2003 00:57:20 -0700 (PDT) Message-Id: <200304220757.h3M7vKkt000350@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 22 Apr 2003 00:57:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/i386 drivers.conf src/release/alpha drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 07:57:21 -0000 simokawa 2003/04/22 00:57:20 PDT FreeBSD src repository Modified files: release/i386 drivers.conf release/alpha drivers.conf Log: add FireWire drivers. Revision Changes Path 1.15 +4 -0 src/release/alpha/drivers.conf 1.25 +4 -0 src/release/i386/drivers.conf From owner-cvs-src@FreeBSD.ORG Tue Apr 22 01:12:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E53237B401; Tue, 22 Apr 2003 01:12:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B9F43F85; Tue, 22 Apr 2003 01:12:03 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M8C30U010858; Tue, 22 Apr 2003 01:12:03 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M8C31u010856; Tue, 22 Apr 2003 01:12:03 -0700 (PDT) Message-Id: <200304220812.h3M8C31u010856@repoman.freebsd.org> From: David Xu Date: Tue, 22 Apr 2003 01:12:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 08:12:04 -0000 davidxu 2003/04/22 01:12:03 PDT FreeBSD src repository Modified files: sys/i386/i386 trap.c Log: Move down intr level testing code a bit, cpu_switch_load_gs fault can be at interrupt nested time. Revision Changes Path 1.249 +3 -3 src/sys/i386/i386/trap.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 02:37:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627BA37B404; Tue, 22 Apr 2003 02:37:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C67BB43F85; Tue, 22 Apr 2003 02:37:55 -0700 (PDT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M9bt0U072932; Tue, 22 Apr 2003 02:37:55 -0700 (PDT) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M9bt8M072929; Tue, 22 Apr 2003 02:37:55 -0700 (PDT) Message-Id: <200304220937.h3M9bt8M072929@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Tue, 22 Apr 2003 02:37:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_0 Subject: cvs commit: src/usr.sbin/rtadvd config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 09:37:56 -0000 suz 2003/04/22 02:37:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_0) usr.sbin/rtadvd config.c Log: MFC rev 1.15 - fixed byte order of route lifetimes in route info options. - corrected wording in a log message. Obtained from: KAME Revision Changes Path 1.11.2.1 +2 -2 src/usr.sbin/rtadvd/config.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 02:39:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C38037B401; Tue, 22 Apr 2003 02:39:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C185E43FDF; Tue, 22 Apr 2003 02:39:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M9dA0U073452; Tue, 22 Apr 2003 02:39:10 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M9dAPQ073450; Tue, 22 Apr 2003 02:39:10 -0700 (PDT) Message-Id: <200304220939.h3M9dAPQ073450@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 22 Apr 2003 02:39:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 09:39:11 -0000 ru 2003/04/22 02:39:10 PDT FreeBSD src repository Modified files: share/man/man4 asr.4 Log: Bump document date for previous revision. Fix list type. Revision Changes Path 1.15 +36 -16 src/share/man/man4/asr.4 From owner-cvs-src@FreeBSD.ORG Tue Apr 22 02:40:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C2137B401; Tue, 22 Apr 2003 02:40:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 022E043FEA; Tue, 22 Apr 2003 02:40:58 -0700 (PDT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3M9ev0U074437; Tue, 22 Apr 2003 02:40:57 -0700 (PDT) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3M9evLA074434; Tue, 22 Apr 2003 02:40:57 -0700 (PDT) Message-Id: <200304220940.h3M9evLA074434@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Tue, 22 Apr 2003 02:40:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/rtadvd config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 09:40:59 -0000 suz 2003/04/22 02:40:57 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/rtadvd config.c Log: MFC rev 1.15 - fixed byte order of route lifetimes in route info options. - corrected wording in a log message. Obtained from: KAME Revision Changes Path 1.3.2.5 +2 -2 src/usr.sbin/rtadvd/config.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 03:11:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBEB37B401; Tue, 22 Apr 2003 03:11:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE1343FBF; Tue, 22 Apr 2003 03:11:24 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MABO0U097022; Tue, 22 Apr 2003 03:11:24 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MABOpg097019; Tue, 22 Apr 2003 03:11:24 -0700 (PDT) Message-Id: <200304221011.h3MABOpg097019@repoman.freebsd.org> From: Bruce Evans Date: Tue, 22 Apr 2003 03:11:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/miscfs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 10:11:25 -0000 bde 2003/04/22 03:11:24 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/miscfs/fifofs fifo_vnops.c Log: MFC (fs/miscfs/fifo_vnops.c 1.79+1.85: don't loop in fifo_open() waiting for another reader or writer if one arrived and departed while we were waiting (or a little earlier). This should fix some races, but it is reported to not actually fix the original problem with sendmail. Revision Changes Path 1.45.2.4 +13 -3 src/sys/miscfs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 03:27:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0E9C37B404; Tue, 22 Apr 2003 03:27:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485D743FBF; Tue, 22 Apr 2003 03:27:45 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MARi0U007725; Tue, 22 Apr 2003 03:27:44 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MARi5I007719; Tue, 22 Apr 2003 03:27:44 -0700 (PDT) Message-Id: <200304221027.h3MARi5I007719@repoman.freebsd.org> From: Max Khon Date: Tue, 22 Apr 2003 03:27:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/pppd lcp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 10:27:46 -0000 fjoe 2003/04/22 03:27:44 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pppd lcp.c Log: MFC: rev. 1.11 Revision Changes Path 1.9.2.1 +2 -0 src/usr.sbin/pppd/lcp.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 03:33:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD83337B401; Tue, 22 Apr 2003 03:33:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9FD43FBD; Tue, 22 Apr 2003 03:33:45 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MAXi0U012396; Tue, 22 Apr 2003 03:33:45 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MAXiKD012383; Tue, 22 Apr 2003 03:33:44 -0700 (PDT) Message-Id: <200304221033.h3MAXiKD012383@repoman.freebsd.org> From: Greg Lehey Date: Tue, 22 Apr 2003 03:33:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 10:33:46 -0000 grog 2003/04/22 03:33:43 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.history Log: Add Vladimir Ulyanov's birthday. Reminded by: joerg (born 92 years later, to the day). Revision Changes Path 1.28 +1 -0 src/usr.bin/calendar/calendars/calendar.history From owner-cvs-src@FreeBSD.ORG Tue Apr 22 04:04:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 109B037B401; Tue, 22 Apr 2003 04:04:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DC843FE1; Tue, 22 Apr 2003 04:04:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MB4P0U036236; Tue, 22 Apr 2003 04:04:25 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MB4PDD036230; Tue, 22 Apr 2003 04:04:25 -0700 (PDT) Message-Id: <200304221104.h3MB4PDD036230@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 22 Apr 2003 04:04:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 11:04:26 -0000 ru 2003/04/22 04:04:25 PDT FreeBSD src repository Modified files: share/mk sys.mk Log: Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore. Reviewed by: bde Revision Changes Path 1.66 +1 -1 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Tue Apr 22 05:14:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62A9037B404; Tue, 22 Apr 2003 05:14:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E633043FBF; Tue, 22 Apr 2003 05:14:19 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MCEJ0U088254; Tue, 22 Apr 2003 05:14:19 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MCEJh2088246; Tue, 22 Apr 2003 05:14:19 -0700 (PDT) Message-Id: <200304221214.h3MCEJh2088246@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 22 Apr 2003 05:14:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 12:14:21 -0000 nyan 2003/04/22 05:14:19 PDT FreeBSD src repository Modified files: sys/pc98/conf GENERIC Log: Comment out firewire devices. Revision Changes Path 1.233 +3 -3 src/sys/pc98/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Apr 22 06:10:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD37C37B401; Tue, 22 Apr 2003 06:10:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C60B43FD7; Tue, 22 Apr 2003 06:10:19 -0700 (PDT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MDAI0U026314; Tue, 22 Apr 2003 06:10:18 -0700 (PDT) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MDAI5l026301; Tue, 22 Apr 2003 06:10:18 -0700 (PDT) Message-Id: <200304221310.h3MDAI5l026301@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Tue, 22 Apr 2003 06:10:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_0 Subject: cvs commit: src/usr.sbin/rtadvd config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 13:10:20 -0000 suz 2003/04/22 06:10:17 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_0) usr.sbin/rtadvd config.c Log: back out the previous patch (rev 1.11.2.1) (sorry for my wrong commit) Revision Changes Path 1.11.2.2 +2 -2 src/usr.sbin/rtadvd/config.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 06:24:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5501E37B401; Tue, 22 Apr 2003 06:24:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC5543FAF; Tue, 22 Apr 2003 06:24:56 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MDOu0U037341; Tue, 22 Apr 2003 06:24:56 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MDOuJ2037340; Tue, 22 Apr 2003 06:24:56 -0700 (PDT) Message-Id: <200304221324.h3MDOuJ2037340@repoman.freebsd.org> From: Mike Barcroft Date: Tue, 22 Apr 2003 06:24:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/jls jls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 13:24:57 -0000 mike 2003/04/22 06:24:56 PDT FreeBSD src repository Modified files: usr.sbin/jls jls.c Log: IP addresses can be up to 15 characters long, not 12. PR: 50904 Revision Changes Path 1.3 +2 -2 src/usr.sbin/jls/jls.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 07:01:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3429037B401; Tue, 22 Apr 2003 07:01:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56CD43FA3; Tue, 22 Apr 2003 07:01:34 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3ME1Y0U067059; Tue, 22 Apr 2003 07:01:34 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3ME1YTr067054; Tue, 22 Apr 2003 07:01:34 -0700 (PDT) Message-Id: <200304221401.h3ME1YTr067054@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 22 Apr 2003 07:01:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 14:01:35 -0000 ru 2003/04/22 07:01:33 PDT FreeBSD src repository Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: chdir(1) into a source directory before attempting to determine the OBJS list. This is needed to crunch any program that relies on the correct .CURDIR setting, e.g. src/bin/csh. Submitted by: Tim Kientzle Revision Changes Path 1.32 +2 -1 src/usr.sbin/crunch/crunchgen/crunchgen.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 07:26:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A066337B401; Tue, 22 Apr 2003 07:26:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40CDA43FBD; Tue, 22 Apr 2003 07:26:05 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MEQ40U085275; Tue, 22 Apr 2003 07:26:04 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MEQ387085257; Tue, 22 Apr 2003 07:26:03 -0700 (PDT) Message-Id: <200304221426.h3MEQ387085257@repoman.freebsd.org> From: Alan Cox Date: Tue, 22 Apr 2003 07:26:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 14:26:06 -0000 alc 2003/04/22 07:26:03 PDT FreeBSD src repository Modified files: sys/vm vm_page.c Log: Revision 1.246 should have also included - Weaken the assertion in vm_page_insert() to require Giant only if the vm_object isn't locked. Reported by: "Ilmar S. Habibulin" Revision Changes Path 1.247 +2 -1 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 07:57:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7CA37B401; Tue, 22 Apr 2003 07:57:46 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B12E43F3F; Tue, 22 Apr 2003 07:57:39 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h3MEvZ62072984 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Apr 2003 17:57:35 +0300 (EEST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h3MEvY58072979; Tue, 22 Apr 2003 17:57:34 +0300 (EEST) (envelope-from ru) Date: Tue, 22 Apr 2003 17:57:34 +0300 From: Ruslan Ermilov To: Hidetoshi Shimokawa Message-ID: <20030422145734.GA72196@sunbay.com> References: <200304220757.h3M7vKkt000350@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <200304220757.h3M7vKkt000350@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 drivers.conf src/release/alpha drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 14:57:47 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 22, 2003 at 12:57:20AM -0700, Hidetoshi Shimokawa wrote: > simokawa 2003/04/22 00:57:20 PDT >=20 > FreeBSD src repository >=20 > Modified files: > release/i386 drivers.conf=20 > release/alpha drivers.conf=20 > Log: > add FireWire drivers. > =20 > Revision Changes Path > 1.15 +4 -0 src/release/alpha/drivers.conf > 1.25 +4 -0 src/release/i386/drivers.conf >=20 Thanks! Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+pVheUkv4P6juNwoRAoaQAKCMM+/0iECzma7ScbiUWHW+IAaVfACaAp7i 0Wy86XQHg3xqk7P269kPFpI= =XJuK -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-cvs-src@FreeBSD.ORG Tue Apr 22 10:31:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4625237B401; Tue, 22 Apr 2003 10:31:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3BE643F85; Tue, 22 Apr 2003 10:31:18 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MHVI0U025659; Tue, 22 Apr 2003 10:31:18 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MHVIHr025654; Tue, 22 Apr 2003 10:31:18 -0700 (PDT) Message-Id: <200304221731.h3MHVIHr025654@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 22 Apr 2003 10:31:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys Makefile.inc ntp_adjtime.2 ntp_gettime.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 17:31:19 -0000 trhodes 2003/04/22 10:31:18 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys Makefile.inc Added files: (Branch: RELENG_4) lib/libc/sys ntp_adjtime.2 ntp_gettime.2 Log: MFC: ntp_adjtime(2) and ntp_gettime(2) manual pages. PR: 32674 Revision Changes Path 1.75.2.7 +3 -2 src/lib/libc/sys/Makefile.inc 1.1.2.1 +147 -0 src/lib/libc/sys/ntp_adjtime.2 (new) 1.1.2.1 +104 -0 src/lib/libc/sys/ntp_gettime.2 (new) From owner-cvs-src@FreeBSD.ORG Tue Apr 22 11:20:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F66237B401; Tue, 22 Apr 2003 11:20:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3D343F93; Tue, 22 Apr 2003 11:20:45 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MIKj0U061569; Tue, 22 Apr 2003 11:20:45 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MIKiLS061566; Tue, 22 Apr 2003 11:20:44 -0700 (PDT) Message-Id: <200304221820.h3MIKiLS061566@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 22 Apr 2003 11:20:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 fs.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 18:20:46 -0000 trhodes 2003/04/22 11:20:44 PDT FreeBSD src repository Modified files: share/man/man5 fs.5 Log: Catch this file up with ufs/ffs/fs.h. PR: 51189 Submitted by: Lukas Ertl Revision Changes Path 1.18 +104 -95 src/share/man/man5/fs.5 From owner-cvs-src@FreeBSD.ORG Tue Apr 22 11:23:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7893837B401; Tue, 22 Apr 2003 11:23:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2F943F93; Tue, 22 Apr 2003 11:23:50 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MINn0U064399; Tue, 22 Apr 2003 11:23:49 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MINntS064394; Tue, 22 Apr 2003 11:23:49 -0700 (PDT) Message-Id: <200304221823.h3MINntS064394@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 11:23:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/linux linux_machdep.c src/sys/alpha/osf1 osf1_signal.c src/sys/compat/linux linux_signal.c src/sys/compat/svr4 svr4_signal.c src/sys/i386/ibcs2 ibcs2_signal.c src/sys/ia64/ia32 ia32_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 18:23:51 -0000 jhb 2003/04/22 11:23:49 PDT FreeBSD src repository Modified files: sys/alpha/linux linux_machdep.c sys/alpha/osf1 osf1_signal.c sys/compat/linux linux_signal.c sys/compat/svr4 svr4_signal.c sys/i386/ibcs2 ibcs2_signal.c sys/ia64/ia32 ia32_misc.c Log: - Replace inline implementations of sigprocmask() with calls to kern_sigprocmask() in the various binary compatibility emulators. - Replace calls to sigsuspend(), sigaltstack(), sigaction(), and sigprocmask() that used the stackgap with calls to the corresponding kern_sig*() functions instead without using the stackgap. Revision Changes Path 1.30 +4 -9 src/sys/alpha/linux/linux_machdep.c 1.30 +65 -195 src/sys/alpha/osf1/osf1_signal.c 1.42 +10 -28 src/sys/compat/linux/linux_signal.c 1.27 +94 -203 src/sys/compat/svr4/svr4_signal.c 1.30 +56 -133 src/sys/i386/ibcs2/ibcs2_signal.c 1.9 +33 -66 src/sys/ia64/ia32/ia32_misc.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 11:50:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0999C37B407 for ; Tue, 22 Apr 2003 11:50:49 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2A043FDF for ; Tue, 22 Apr 2003 11:50:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 26669 invoked from network); 22 Apr 2003 18:50:52 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 22 Apr 2003 18:50:52 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h3MIofOv093626; Tue, 22 Apr 2003 14:50:41 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200304220745.h3M7jljW086690@repoman.freebsd.org> Date: Tue, 22 Apr 2003 14:50:44 -0400 (EDT) From: John Baldwin To: David Xu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 18:50:49 -0000 On 22-Apr-2003 David Xu wrote: > davidxu 2003/04/22 00:45:47 PDT > > FreeBSD src repository > > Modified files: > sys/i386/i386 trap.c > Log: > Fix some problems for cpu_switch_load_gs. when fault address is at > cpu_switch_load_gs, cpu is in context switch, so don't enable interrupt. > because it is in context switch, it is expected sched_lock was held, > so don't PROC_LOCK(p) and psignal, it is LOR, probably we can > set a P_XSIGBUS like flag in p_sflags, and set TDF_ASTPENDING in > td_flags, in ast(), post a SIGBUS to process if P_XSIGBUS was set. If we are in cpu_switch(), then PCPU_GET(spinlocks) should not be NULL. Oh, hmm, that only works when witness is on. :( Probably that should be 'td->td_critnest != 0'. That should remove the need for the eip check at least. Using an ast flag for to defer the SIGBUS might be the best thing to do in that case, yes. -- 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 Apr 22 11:53:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F086337B401; Tue, 22 Apr 2003 11:53:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E71443F85; Tue, 22 Apr 2003 11:53:14 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MIrE0U086430; Tue, 22 Apr 2003 11:53:14 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MIrEhC086427; Tue, 22 Apr 2003 11:53:14 -0700 (PDT) Message-Id: <200304221853.h3MIrEhC086427@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 22 Apr 2003 11:53:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 18:53:15 -0000 trhodes 2003/04/22 11:53:14 PDT FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Use .Pa for the pccard_ether file. s/spppconfig/spppcontrol/ Submitted by: "Simon L. Nielsen" Revision Changes Path 1.183 +3 -3 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Apr 22 12:31:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 699F737B405; Tue, 22 Apr 2003 12:31:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0725243F75; Tue, 22 Apr 2003 12:31:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MJV00U014046; Tue, 22 Apr 2003 12:31:00 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MJV0Wr014042; Tue, 22 Apr 2003 12:31:00 -0700 (PDT) Message-Id: <200304221931.h3MJV0Wr014042@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 12:31:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libgeom geom_ctl.c libgeom.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 19:31:02 -0000 phk 2003/04/22 12:31:00 PDT FreeBSD src repository Modified files: lib/libgeom geom_ctl.c libgeom.h Log: Collapse the meta arguments into normal arguments, trying to distinguish just makes our own life harder. Revision Changes Path 1.3 +1 -36 src/lib/libgeom/geom_ctl.c 1.8 +0 -2 src/lib/libgeom/libgeom.h From owner-cvs-src@FreeBSD.ORG Tue Apr 22 12:42:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D9E37B401; Tue, 22 Apr 2003 12:42:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E769F43FCB; Tue, 22 Apr 2003 12:42:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MJg60U021826; Tue, 22 Apr 2003 12:42:06 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MJg591021814; Tue, 22 Apr 2003 12:42:05 -0700 (PDT) Message-Id: <200304221942.h3MJg591021814@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 12:42:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_ctl.c geom_ctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 19:42:07 -0000 phk 2003/04/22 12:42:05 PDT FreeBSD src repository Modified files: sys/geom geom_ctl.c geom_ctl.h Log: Collapse meta arguments into regular arguments, the distinction is more trouble than it is worth. Revision Changes Path 1.15 +2 -10 src/sys/geom/geom_ctl.c 1.3 +10 -15 src/sys/geom/geom_ctl.h From owner-cvs-src@FreeBSD.ORG Tue Apr 22 12:45:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27BE037B401; Tue, 22 Apr 2003 12:45:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA57F43FA3; Tue, 22 Apr 2003 12:45:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MJjQ0U024842; Tue, 22 Apr 2003 12:45:26 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MJjQSg024837; Tue, 22 Apr 2003 12:45:26 -0700 (PDT) Message-Id: <200304221945.h3MJjQSg024837@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 12:45:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinumdaemon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 19:45:27 -0000 jhb 2003/04/22 12:45:26 PDT FreeBSD src repository Modified files: sys/dev/vinum vinumdaemon.c Log: Keep the proc locked while we set PS_INMEM so that either of the proc lock or sched_lock are sufficient to test this flag. XXX: vinum should really be using a kernel process via kthread_create() instead of this hack. I'm not even sure PS_INMEM can be clear at this point anyways. Revision Changes Path 1.25 +1 -1 src/sys/dev/vinum/vinumdaemon.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 12:47:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD5237B401; Tue, 22 Apr 2003 12:47:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA2943FA3; Tue, 22 Apr 2003 12:47:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MJlu0U031876; Tue, 22 Apr 2003 12:47:56 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MJltJ3031874; Tue, 22 Apr 2003 12:47:55 -0700 (PDT) Message-Id: <200304221947.h3MJltJ3031874@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 12:47:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 19:47:57 -0000 jhb 2003/04/22 12:47:55 PDT FreeBSD src repository Modified files: sys/kern kern_thread.c Log: - Mark the kse_purge_group() and kse_purge() definitions static to match their prototypes. - Remove sched_lock locking from kse_purge() as all callers already lock the sched_lock before calling it. - Hold the proc lock slightly longer to protect P_SHOULDSTOP(). Revision Changes Path 1.122 +3 -5 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 12:48:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB18737B401; Tue, 22 Apr 2003 12:48:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57BDC43FD7; Tue, 22 Apr 2003 12:48:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MJmQ0U032116; Tue, 22 Apr 2003 12:48:26 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MJmPmC032113; Tue, 22 Apr 2003 12:48:25 -0700 (PDT) Message-Id: <200304221948.h3MJmPmC032113@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 12:48:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 19:48:27 -0000 jhb 2003/04/22 12:48:25 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Protect p_swtime with the sched_lock. Revision Changes Path 1.30 +2 -0 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 12:57:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3962B37B401; Tue, 22 Apr 2003 12:57:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA3D543F3F; Tue, 22 Apr 2003 12:57:47 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MJvl0U039084; Tue, 22 Apr 2003 12:57:47 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MJvlW4039080; Tue, 22 Apr 2003 12:57:47 -0700 (PDT) Message-Id: <200304221957.h3MJvlW4039080@repoman.freebsd.org> From: Johan Karlsson Date: Tue, 22 Apr 2003 12:57:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atacontrol Makefile atacontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 19:57:48 -0000 johan 2003/04/22 12:57:47 PDT FreeBSD src repository Modified files: sbin/atacontrol Makefile atacontrol.c Log: Make this WARNS=2 clean by using %j and (uintmax_t). Reviewed by: tjr@ on audit@ Approved by: silence from sos@ Revision Changes Path 1.7 +0 -1 src/sbin/atacontrol/Makefile 1.21 +2 -1 src/sbin/atacontrol/atacontrol.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 13:00:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3488937B401; Tue, 22 Apr 2003 13:00:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D117B43FD7; Tue, 22 Apr 2003 13:00:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MK0Q0U040273; Tue, 22 Apr 2003 13:00:26 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MK0Q6l040269; Tue, 22 Apr 2003 13:00:26 -0700 (PDT) Message-Id: <200304222000.h3MK0Q6l040269@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 13:00:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/procfs procfs_ctl.c src/sys/sys proc.h src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:00:27 -0000 jhb 2003/04/22 13:00:26 PDT FreeBSD src repository Modified files: sys/fs/procfs procfs_ctl.c sys/sys proc.h sys/vm vm_glue.c Log: - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes a race where a thread could assume that a process was swapped in by PHOLD() when it actually wasn't fully swapped in yet. - In faultin(), always msleep() if PS_SWAPPINGIN is set instead of doing this check after bumping p_lock in the PS_INMEM == 0 case. Also, sched_lock is only needed for setting and clearning swapping PS_* flags and the swap thread inhibitor. - Don't set and clear the thread swap inhibitor in the same loops as the pmap_swapin/out_thread() since we have to do it under sched_lock. Instead, mimic the treatment of the PS_INMEM flag and use separate loops to set the inhibitors when clearing PS_INMEM and clear the inhibitors when setting PS_INMEM. - swapout() now returns with the proc lock held as it holds the lock while adjusting the swapping-related PS_* flags so that the proc lock can be used to test those flags. - Only use the proc lock to check the swapping-related PS_* flags in several places. - faultin() no longer requires sched_lock to be held by callers. - Rename PS_SWAPPING to PS_SWAPPINGOUT to be less ambiguous now that we have PS_SWAPPINGIN. Revision Changes Path 1.50 +0 -2 src/sys/fs/procfs/procfs_ctl.c 1.320 +4 -6 src/sys/sys/proc.h 1.166 +36 -42 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 13:01:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9855337B401; Tue, 22 Apr 2003 13:01:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313C043FCB; Tue, 22 Apr 2003 13:01:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MK1v0U041486; Tue, 22 Apr 2003 13:01:57 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MK1uhf041484; Tue, 22 Apr 2003 13:01:56 -0700 (PDT) Message-Id: <200304222001.h3MK1uhf041484@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 13:01:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/linux linux_ptrace.c src/sys/kern sys_process.c src/sys/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:01:58 -0000 jhb 2003/04/22 13:01:56 PDT FreeBSD src repository Modified files: sys/i386/linux linux_ptrace.c sys/kern sys_process.c sys/vm vm_fault.c Log: Prefer the proc lock to sched_lock when testing PS_INMEM now that it is safe to do so. Revision Changes Path 1.11 +8 -16 src/sys/i386/linux/linux_ptrace.c 1.107 +1 -2 src/sys/kern/sys_process.c 1.167 +4 -3 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 13:03:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55D9B37B404; Tue, 22 Apr 2003 13:03:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA42A43FAF; Tue, 22 Apr 2003 13:03:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MK380U043472; Tue, 22 Apr 2003 13:03:08 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MK38lw043469; Tue, 22 Apr 2003 13:03:08 -0700 (PDT) Message-Id: <200304222003.h3MK38lw043469@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 13:03:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_pageout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:03:09 -0000 jhb 2003/04/22 13:03:08 PDT FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Lock the proc to check p_flag and several other related tests in vm_daemon(). We don't need to hold sched_lock as long now as a result. Revision Changes Path 1.231 +5 -2 src/sys/vm/vm_pageout.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 13:28:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E8A137B401; Tue, 22 Apr 2003 13:28:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DF443FE3; Tue, 22 Apr 2003 13:28:33 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MKSX0U062249; Tue, 22 Apr 2003 13:28:33 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MKSX64062248; Tue, 22 Apr 2003 13:28:33 -0700 (PDT) Message-Id: <200304222028.h3MKSX64062248@repoman.freebsd.org> From: Daniel Eischen Date: Tue, 22 Apr 2003 13:28:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_cond.c thr_create.c thr_init.c thr_kern.c thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:28:34 -0000 deischen 2003/04/22 13:28:33 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_cond.c thr_create.c thr_init.c thr_kern.c thr_private.h Log: Add a couple asserts to pthread_cond_foo to ensure the (low-level) lock level is 0. Thus far, the threads implementation doesn't use mutexes or condition variables so the lock level should be 0. Save the return value when trying to schedule a new thread and use this to return an error from pthread_create(). Change the max sleep time for an idle KSE to 1 minute from 2 minutes. Maintain a count of the number of KSEs within a KSEG. With these changes scope system threads seem to work, but heavy use of them crash the kernel (supposedly VM bugs). Revision Changes Path 1.37 +6 -0 src/lib/libpthread/thread/thr_cond.c 1.41 +15 -1 src/lib/libpthread/thread/thr_create.c 1.49 +3 -0 src/lib/libpthread/thread/thr_init.c 1.56 +45 -19 src/lib/libpthread/thread/thr_kern.c 1.82 +3 -1 src/lib/libpthread/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Tue Apr 22 13:29:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22E1837B401; Tue, 22 Apr 2003 13:29:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B108943F75; Tue, 22 Apr 2003 13:29:16 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MKTG0U062575; Tue, 22 Apr 2003 13:29:16 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MKTG0V062573; Tue, 22 Apr 2003 13:29:16 -0700 (PDT) Message-Id: <200304222029.h3MKTG0V062573@repoman.freebsd.org> From: Daniel Eischen Date: Tue, 22 Apr 2003 13:29:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread Makefile.inc thr_concurrency.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:29:17 -0000 deischen 2003/04/22 13:29:16 PDT FreeBSD src repository Modified files: lib/libpthread/thread Makefile.inc Added files: lib/libpthread/thread thr_concurrency.c Log: Add a working pthread_[gs]etconcurrency. Initial null implementation provided by Sergey A. Osokin . In order to test this on a single CPU machine, you need to: sysctl kern.threads.debug=1 sysctl kern.threads.virtual_cpu=2 Revision Changes Path 1.40 +1 -0 src/lib/libpthread/thread/Makefile.inc 1.1 +120 -0 src/lib/libpthread/thread/thr_concurrency.c (new) From owner-cvs-src@FreeBSD.ORG Tue Apr 22 13:45:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B784A37B401; Tue, 22 Apr 2003 13:45:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5270B43FD7; Tue, 22 Apr 2003 13:45:39 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MKjd0U074638; Tue, 22 Apr 2003 13:45:39 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MKjd3g074636; Tue, 22 Apr 2003 13:45:39 -0700 (PDT) Message-Id: <200304222045.h3MKjd3g074636@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 13:45:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_resource.c src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:45:40 -0000 jhb 2003/04/22 13:45:38 PDT FreeBSD src repository Modified files: sys/kern kern_resource.c sys/ufs/ffs ffs_snapshot.c Log: Lock both the proc lock and sched_lock when calling sched_nice since kg_nice is now protected by both. Being protected by both means that other places in the kernel that want to read kg_nice only need one of the two locks. Revision Changes Path 1.124 +2 -0 src/sys/kern/kern_resource.c 1.68 +10 -1 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 13:50:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0666837B401; Tue, 22 Apr 2003 13:50:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E6943FAF; Tue, 22 Apr 2003 13:50:39 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MKod0U077469; Tue, 22 Apr 2003 13:50:39 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MKodSV077465; Tue, 22 Apr 2003 13:50:39 -0700 (PDT) Message-Id: <200304222050.h3MKodSV077465@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 13:50:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_4bsd.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:50:40 -0000 jhb 2003/04/22 13:50:39 PDT FreeBSD src repository Modified files: sys/kern sched_4bsd.c sched_ule.c Log: - Assert that the proc lock and sched_lock are held in sched_nice(). - For the 4BSD scheduler, this means that all callers of the static function resetpriority() now always hold sched_lock, so don't lock sched_lock explicitly in that function. Revision Changes Path 1.16 +3 -2 src/sys/kern/sched_4bsd.c 1.31 +2 -0 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 13:54:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8B2037B401; Tue, 22 Apr 2003 13:54:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8745943FCB; Tue, 22 Apr 2003 13:54:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MKs50U080427; Tue, 22 Apr 2003 13:54:05 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MKs59X080424; Tue, 22 Apr 2003 13:54:05 -0700 (PDT) Message-Id: <200304222054.h3MKs59X080424@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Apr 2003 13:54:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_clock.c kern_fork.c subr_prof.c subr_trap.c src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:54:06 -0000 jhb 2003/04/22 13:54:05 PDT FreeBSD src repository Modified files: sys/kern kern_clock.c kern_fork.c subr_prof.c subr_trap.c sys/sys proc.h Log: - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag and rename them appropriately. Protect both flags with both the proc lock and the sched_lock. - Protect p_profthreads with the proc lock. - Remove Giant from profil(2). Revision Changes Path 1.157 +17 -19 src/sys/kern/kern_clock.c 1.193 +3 -3 src/sys/kern/kern_fork.c 1.64 +13 -21 src/sys/kern/subr_prof.c 1.252 +3 -6 src/sys/kern/subr_trap.c 1.321 +2 -2 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Tue Apr 22 14:00:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB71937B401; Tue, 22 Apr 2003 14:00:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA5443F75; Tue, 22 Apr 2003 14:00:50 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3ML0o0U084949; Tue, 22 Apr 2003 14:00:50 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3ML0nHX084946; Tue, 22 Apr 2003 14:00:49 -0700 (PDT) Message-Id: <200304222100.h3ML0nHX084946@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 14:00:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_ctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:00:51 -0000 phk 2003/04/22 14:00:49 PDT FreeBSD src repository Modified files: sys/geom geom_ctl.h Log: Add "CONFIG_GEOM" operation to the OAM API. Revision Changes Path 1.4 +7 -0 src/sys/geom/geom_ctl.h From owner-cvs-src@FreeBSD.ORG Tue Apr 22 14:01:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B7037B401; Tue, 22 Apr 2003 14:01:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5518643FAF; Tue, 22 Apr 2003 14:01:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3ML1l0U085742; Tue, 22 Apr 2003 14:01:47 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3ML1ke1085737; Tue, 22 Apr 2003 14:01:46 -0700 (PDT) Message-Id: <200304222101.h3ML1ke1085737@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 14:01:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:01:48 -0000 phk 2003/04/22 14:01:46 PDT FreeBSD src repository Modified files: sys/geom geom.h geom_ctl.c Log: Implement handling of CONFIG_GEOM OAM request. Revision Changes Path 1.57 +2 -0 src/sys/geom/geom.h 1.16 +39 -0 src/sys/geom/geom_ctl.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 14:04:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B1737B401; Tue, 22 Apr 2003 14:04:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B8F43FB1; Tue, 22 Apr 2003 14:04:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3ML4m0U089460; Tue, 22 Apr 2003 14:04:48 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3ML4mKl089457; Tue, 22 Apr 2003 14:04:48 -0700 (PDT) Message-Id: <200304222104.h3ML4mKl089457@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 14:04:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel runtest.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:04:49 -0000 phk 2003/04/22 14:04:48 PDT FreeBSD src repository Modified files: sbin/sunlabel runtest.sh Log: Add "-r" when we initialize the label first time. Add two more tests. Revision Changes Path 1.2 +18 -1 src/sbin/sunlabel/runtest.sh From owner-cvs-src@FreeBSD.ORG Tue Apr 22 14:19:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E79037B405; Tue, 22 Apr 2003 14:19:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8508243FE3; Tue, 22 Apr 2003 14:19:17 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MLJH0U099455; Tue, 22 Apr 2003 14:19:17 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MLJHCD099453; Tue, 22 Apr 2003 14:19:17 -0700 (PDT) Message-Id: <200304222119.h3MLJHCD099453@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 14:19:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_slice.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:19:19 -0000 phk 2003/04/22 14:19:17 PDT FreeBSD src repository Modified files: sys/geom geom_slice.c Log: Do not mandate that slicers have a private ->start(), they may not need one. KASSERT() that they have one if G_SLICE_HOT_START is used. Revision Changes Path 1.44 +4 -1 src/sys/geom/geom_slice.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 14:24:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0A6B37B401; Tue, 22 Apr 2003 14:24:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507E743FDD; Tue, 22 Apr 2003 14:24:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MLOc0U003895; Tue, 22 Apr 2003 14:24:38 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MLOctY003892; Tue, 22 Apr 2003 14:24:38 -0700 (PDT) Message-Id: <200304222124.h3MLOctY003892@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 14:24:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:24:39 -0000 phk 2003/04/22 14:24:38 PDT FreeBSD src repository Modified files: sys/geom geom_sunlabel.c Log: We don't need to have a slice->start() function. Revision Changes Path 1.29 +1 -14 src/sys/geom/geom_sunlabel.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 14:29:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D66A37B401; Tue, 22 Apr 2003 14:29:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B64643F93; Tue, 22 Apr 2003 14:29:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MLTx0U007238; Tue, 22 Apr 2003 14:29:59 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MLTwVH007236; Tue, 22 Apr 2003 14:29:58 -0700 (PDT) Message-Id: <200304222129.h3MLTwVH007236@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 14:29:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:30:00 -0000 phk 2003/04/22 14:29:58 PDT FreeBSD src repository Modified files: sys/geom geom_sunlabel.c Log: Change the locking so that the _modify function is called with topology held. The only place where we want to not hold topology is when we read (or write) the label to disk: in the case of a disk error with a long recovery time, holding topology would prevent open/close of any disk device. Revision Changes Path 1.30 +2 -8 src/sys/geom/geom_sunlabel.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 14:32:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C43E37B404; Tue, 22 Apr 2003 14:32:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C5843FBD; Tue, 22 Apr 2003 14:32:33 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MLWW0U009436; Tue, 22 Apr 2003 14:32:32 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MLWWCD009434; Tue, 22 Apr 2003 14:32:32 -0700 (PDT) Message-Id: <200304222132.h3MLWWCD009434@repoman.freebsd.org> From: Daniel Eischen Date: Tue, 22 Apr 2003 14:32:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:32:33 -0000 deischen 2003/04/22 14:32:32 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c Log: Set the quantum for scope system threads to 0 (no quantum). Revision Changes Path 1.57 +2 -0 src/lib/libpthread/thread/thr_kern.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 14:44:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D25E37B401; Tue, 22 Apr 2003 14:44:05 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F99443FBD; Tue, 22 Apr 2003 14:44:01 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id HAA14520; Wed, 23 Apr 2003 07:43:59 +1000 Date: Wed, 23 Apr 2003 07:43:58 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: John Baldwin In-Reply-To: <200304221945.h3MJjQSg024837@repoman.freebsd.org> Message-ID: <20030423073405.E19214@gamplex.bde.org> References: <200304221945.h3MJjQSg024837@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vinum vinumdaemon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:44:05 -0000 On Tue, 22 Apr 2003, John Baldwin wrote: > jhb 2003/04/22 12:45:26 PDT > > FreeBSD src repository > > Modified files: > sys/dev/vinum vinumdaemon.c > Log: > Keep the proc locked while we set PS_INMEM so that either of the proc lock > or sched_lock are sufficient to test this flag. > > XXX: vinum should really be using a kernel process via kthread_create() > instead of this hack. I'm not even sure PS_INMEM can be clear at this > point anyways. I think PS_INMEM is always set for curproc, since curproc couldn't run without a stack. vinumdaemon also hacks on P_SYSTEM, which should keep PS_INMEM from changing later. Bruce From owner-cvs-src@FreeBSD.ORG Tue Apr 22 15:19:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16DC737B401; Tue, 22 Apr 2003 15:19:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3A643FCB; Tue, 22 Apr 2003 15:19:05 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MMJ50U043380; Tue, 22 Apr 2003 15:19:05 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MMJ5IK043378; Tue, 22 Apr 2003 15:19:05 -0700 (PDT) Message-Id: <200304222219.h3MMJ5IK043378@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 22 Apr 2003 15:19:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getgrent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 22:19:06 -0000 nectar 2003/04/22 15:19:05 PDT FreeBSD src repository Modified files: lib/libc/gen getgrent.c Log: ``Strong typing is a crutch for people with weak memories.'' Correct a bug that should have wreaked havoc everywhere, but for some reason only bit unlucky people who use `-march' optimizations. The compiler cannot assist one in distinguishing between the two function calls below. int nsdispatch(void *, ...); void *discard; nsdispatch(&discard, ...); /* correct .. no, really! */ nsdispatch(discard, ...); /* Boom */ Robin provided me with a debugging environment in which I could see what was going on. Badness when using CPUTYPE was Reported by: "Robin P. Blanchard" Reported by: nork Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.28 +3 -3 src/lib/libc/gen/getgrent.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 15:40:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C0DF37B401; Tue, 22 Apr 2003 15:40:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE60743F75; Tue, 22 Apr 2003 15:40:57 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MMev0U058851; Tue, 22 Apr 2003 15:40:57 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MMevSP058848; Tue, 22 Apr 2003 15:40:57 -0700 (PDT) Message-Id: <200304222240.h3MMevSP058848@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 22 Apr 2003 15:40:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 22:40:58 -0000 bmah 2003/04/22 15:40:57 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: axe(4), newfs(8) -O2 default, sysinstall UFS2 default (i386,alpha,sparc64,ia64). Revision Changes Path 1.548 +12 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Apr 22 15:41:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0474E37B401; Tue, 22 Apr 2003 15:41:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9681443FBF; Tue, 22 Apr 2003 15:41:53 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3MMfr0U059695; Tue, 22 Apr 2003 15:41:53 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3MMfrOL059692; Tue, 22 Apr 2003 15:41:53 -0700 (PDT) Message-Id: <200304222241.h3MMfrOL059692@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 22 Apr 2003 15:41:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 22:41:54 -0000 bmah 2003/04/22 15:41:53 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add first axe(4) devices. Revision Changes Path 1.142 +17 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Tue Apr 22 17:47:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB2337B404; Tue, 22 Apr 2003 17:47:45 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F16D43F3F; Tue, 22 Apr 2003 17:47:43 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 15AF151A6F; Wed, 23 Apr 2003 10:17:40 +0930 (CST) Date: Wed, 23 Apr 2003 10:17:40 +0930 From: Greg 'groggy' Lehey To: John Baldwin Message-ID: <20030423004740.GB49579@wantadilla.lemis.com> References: <200304221945.h3MJjQSg024837@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+pHx0qQiF2pBVqBT" Content-Disposition: inline In-Reply-To: <200304221945.h3MJjQSg024837@repoman.freebsd.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vinum vinumdaemon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 00:47:46 -0000 --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 22 April 2003 at 12:45:26 -0700, John Baldwin wrote: > jhb 2003/04/22 12:45:26 PDT > > FreeBSD src repository > > Modified files: > sys/dev/vinum vinumdaemon.c > Log: > Keep the proc locked while we set PS_INMEM so that either of the proc lock > or sched_lock are sufficient to test this flag. > > XXX: vinum should really be using a kernel process via kthread_create() > instead of this hack. I'm not even sure PS_INMEM can be clear at this > point anyways. Is there a cookbook for this kind of conversion? Greg -- See complete headers for address and phone numbers --+pHx0qQiF2pBVqBT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+peKrIubykFB6QiMRApPRAJ4sUFhFttA3ZJHycDiN4vGfycRwWQCgq6p9 4FohmCWEp1SiH+c29Jnm0PU= =+OXY -----END PGP SIGNATURE----- --+pHx0qQiF2pBVqBT-- From owner-cvs-src@FreeBSD.ORG Tue Apr 22 19:58:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4238E37B401; Tue, 22 Apr 2003 19:58:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D627743FA3; Tue, 22 Apr 2003 19:58:27 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N2wR0U049981; Tue, 22 Apr 2003 19:58:27 -0700 (PDT) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N2wRMM049977; Tue, 22 Apr 2003 19:58:27 -0700 (PDT) Message-Id: <200304230258.h3N2wRMM049977@repoman.freebsd.org> From: Don Lewis Date: Tue, 22 Apr 2003 19:58:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 02:58:28 -0000 truckman 2003/04/22 19:58:27 PDT FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Release the vnode interlock in nfs_flush() before calling nfs_sigintr(), and grab it again later if necessary. This prevents a lock order reversal because nfs_sigintr() calls PROC_LOCK(). Revision Changes Path 1.203 +2 -1 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 21:28:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D92C37B401; Tue, 22 Apr 2003 21:28:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEA043FBF; Tue, 22 Apr 2003 21:28:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N4Sa0U020717; Tue, 22 Apr 2003 21:28:36 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N4SawT020714; Tue, 22 Apr 2003 21:28:36 -0700 (PDT) Message-Id: <200304230428.h3N4SawT020714@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 22 Apr 2003 21:28:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 04:28:37 -0000 ru 2003/04/22 21:28:36 PDT FreeBSD src repository Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: The second chdir(1) that I trimmed is needed too if the program has an object directory. Explained by: Tim Kientzle Revision Changes Path 1.33 +3 -2 src/usr.sbin/crunch/crunchgen/crunchgen.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 22:02:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A2B37B401; Tue, 22 Apr 2003 22:02:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98FBC43F3F; Tue, 22 Apr 2003 22:02:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N52e0U044594; Tue, 22 Apr 2003 22:02:40 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N52eih044590; Tue, 22 Apr 2003 22:02:40 -0700 (PDT) Message-Id: <200304230502.h3N52eih044590@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 22 Apr 2003 22:02:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 05:02:41 -0000 obrien 2003/04/22 22:02:40 PDT FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Add /dev to the Alpha manual mount root example. Revision Changes Path 1.105 +1 -1 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Tue Apr 22 22:51:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2ED837B405 for ; Tue, 22 Apr 2003 22:51:25 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BCE9843FBF for ; Tue, 22 Apr 2003 22:51:24 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 59958 invoked by uid 1000); 23 Apr 2003 05:51:27 -0000 Date: Tue, 22 Apr 2003 22:51:27 -0700 (PDT) From: Nate Lawson To: Mike Makonnen In-Reply-To: <20030418180506.NOQG17739.pop018.verizon.net@kokeb.ambesa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile network.subr src/etc/rc.d hostname netif network1 nisdomain X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 05:51:26 -0000 On Fri, 18 Apr 2003, Mike Makonnen wrote: > I've been meaning to do this for a while. This is the first phase in making rc.d > networking more useful after system startup. I plan to add functionality like > being able to bring up and take down individual interfaces or classes of > interfaces. I also want to enhance aliases so that removing one from the list > doesn't mean you have to renumber them all. One more request is to make dhclient immediately go into the background if there is no link on an interface. I have a small local patch that enables this and it would be great to see this functionality in the tree. It does an ifconfig | grep status: on each interface in the loop if it is enabled for dhcp. If there is no link, it starts dhclient in the background since you are guaranteed that it will time out eventually. This fixes booting my laptop while traveling. -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:07:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04D5637B404 for ; Tue, 22 Apr 2003 23:07:00 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E5FD43FBD for ; Tue, 22 Apr 2003 23:06:58 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 59988 invoked by uid 1000); 23 Apr 2003 06:07:00 -0000 Date: Tue, 22 Apr 2003 23:07:00 -0700 (PDT) From: Nate Lawson To: David Xu , bde@freebsd.org In-Reply-To: <20030420013527.B985937B4A1@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:07:00 -0000 On Sat, 19 Apr 2003, David Xu wrote: > Modified files: > sys/i386/include cpufunc.h > Log: > Backout my last commit. > > Requested by: bde > > Revision Changes Path > 1.132 +4 -4 src/sys/i386/include/cpufunc.h If one of you would be so kind as to add a comment indicating that ignoring the upper 16 bits is intentional, it would help explain things to others who come across this. -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:12:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 888F937B405 for ; Tue, 22 Apr 2003 23:12:45 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 13C7B43FDD for ; Tue, 22 Apr 2003 23:12:44 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60019 invoked by uid 1000); 23 Apr 2003 06:12:46 -0000 Date: Tue, 22 Apr 2003 23:12:46 -0700 (PDT) From: Nate Lawson To: Bill Paul In-Reply-To: <20030420190547.5F66837B437@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/axeMakefile src/sys/modules/netgraph Makefile src/sys/conf files src/sys/alpha/conf GENERIC src/sys/pc98/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:12:46 -0000 On Sun, 20 Apr 2003, Bill Paul wrote: > Add device driver support for the ASIX Electronics AX88172 USB 2.0 > ethernet controller. The driver has been tested with the LinkSys > USB200M adapter. I know for a fact that there are other devices out > there with this chip but don't have all the USB vendor/device IDs. Wow, 25 days. Is that a record? Thanks a ton for doing this! -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:15:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B386937B401; Tue, 22 Apr 2003 23:15:34 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F66443FD7; Tue, 22 Apr 2003 23:15:33 -0700 (PDT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h3N6FTwv059656; Wed, 23 Apr 2003 08:15:29 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Wed, 23 Apr 2003 08:15:28 +0200 (CEST) From: Martin Blapp To: Nate Lawson In-Reply-To: Message-ID: <20030423081326.E95995@cvs.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mike Makonnen Subject: Re: cvs commit: src/etc Makefile network.subr src/etc/rc.d hostname netif network1 nisdomain X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:15:35 -0000 hi, > On Fri, 18 Apr 2003, Mike Makonnen wrote: > > I've been meaning to do this for a while. This is the first phase in making rc.d > > networking more useful after system startup. I plan to add functionality like > > being able to bring up and take down individual interfaces or classes of > > interfaces. I also want to enhance aliases so that removing one from the list > > doesn't mean you have to renumber them all. > > One more request is to make dhclient immediately go into the background if > there is no link on an interface. I have a small local patch that enables > this and it would be great to see this functionality in the tree. It does > an ifconfig | grep status: on each interface in the loop if it is enabled > for dhcp. If there is no link, it starts dhclient in the background > since you are guaranteed that it will time out eventually. This fixes > booting my laptop while traveling. Please don't do it that way. The option -nw is ok for dhcp startup, but it breaks natd at startup time. I'm now trying to get my interface polling patch comitted, which does the same thing Nate proposes, but not at the script level. http://people.freebsd.org/~mbr/patches/dhclient-interfacepolling.diff Martin From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:20:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B6A37B401; Tue, 22 Apr 2003 23:20:12 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4E843FAF; Tue, 22 Apr 2003 23:20:10 -0700 (PDT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h3N6K7wv060953; Wed, 23 Apr 2003 08:20:08 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Wed, 23 Apr 2003 08:20:07 +0200 (CEST) From: Martin Blapp To: Nate Lawson In-Reply-To: <20030423081326.E95995@cvs.imp.ch> Message-ID: <20030423081643.S95995@cvs.imp.ch> References: <20030423081326.E95995@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mike Makonnen Subject: Re: cvs commit: src/etc Makefile network.subr src/etc/rc.d hostname netif network1 nisdomain X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:20:12 -0000 Hi, > > One more request is to make dhclient immediately go into the background if > > there is no link on an interface. I have a small local patch that enables > > this and it would be great to see this functionality in the tree. It does > > an ifconfig | grep status: on each interface in the loop if it is enabled > > for dhcp. If there is no link, it starts dhclient in the background > > since you are guaranteed that it will time out eventually. This fixes > > booting my laptop while traveling. Additional - we will have to remove calling dhclient for each card we use. The proper way is to use omsshell(8) and let dhclient (which gets started up a boot time as daemon) reconfigure it's interfaces. I'm now working on implementing a unix socket interface for omsshell, so the user root can do anything without any encrypted keys. The next version of isdhcp will contain all these fixes. And I hope we can import it before 5.1 Martin From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:30:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 155B637B405 for ; Tue, 22 Apr 2003 23:30:55 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A239A43FD7 for ; Tue, 22 Apr 2003 23:30:53 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60061 invoked by uid 1000); 23 Apr 2003 06:30:56 -0000 Date: Tue, 22 Apr 2003 23:30:56 -0700 (PDT) From: Nate Lawson To: Warner Losh In-Reply-To: <20030421183416.0EB7A37B42F@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_sf.cif_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:30:55 -0000 On Mon, 21 Apr 2003, Warner Losh wrote: > Modified files: > sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c > if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c > if_wb.c if_xl.c > Log: > Use newly minted device_is_attached rather than device_is_alive to see > if attach succeeded. device_is_alive just tells us that probe > succeeded. Since we were using it to do things like detach net > interfaces, this caused problems when there were errors in the attach > routine. > > Symptoms of problem reported by: martin blapp Thank you for finding and fixing this. For fxp, I was testing this case by forcing the last call (bus_setup_irq()) to fail and loading/unloading the module in a loop. Everything still worked ok but there was definitely a leak in the busdma malloc pool. I'll see if this addresses that problem. -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:34:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC9237B401 for ; Tue, 22 Apr 2003 23:34:26 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D65343FAF for ; Tue, 22 Apr 2003 23:34:25 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60074 invoked by uid 1000); 23 Apr 2003 06:34:27 -0000 Date: Tue, 22 Apr 2003 23:34:27 -0700 (PDT) From: Nate Lawson To: Warner Losh In-Reply-To: <20030422034351.1983237B48F@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 Makefile device_set_driver.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:34:26 -0000 On Mon, 21 Apr 2003, Warner Losh wrote: > Modified files: > share/man/man9 Makefile > Added files: > share/man/man9 device_set_driver.9 > Log: > Document device_set_driver(9) > > # now all driver_* functions used outside of subr_bus.o in my kernel > # are documented. This is also excellent! -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:37:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8213637B401; Tue, 22 Apr 2003 23:37:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 223CC43FAF; Tue, 22 Apr 2003 23:37:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N6bv0U014240; Tue, 22 Apr 2003 23:37:57 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N6bvWj014237; Tue, 22 Apr 2003 23:37:57 -0700 (PDT) Message-Id: <200304230637.h3N6bvWj014237@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 23:37:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:37:59 -0000 phk 2003/04/22 23:37:57 PDT FreeBSD src repository Modified files: sbin/sunlabel Makefile Log: Do not link sunlabel to disklabel. Revision Changes Path 1.4 +0 -1 src/sbin/sunlabel/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:46:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C4BB37B404 for ; Tue, 22 Apr 2003 23:46:55 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1215743FAF for ; Tue, 22 Apr 2003 23:46:54 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60112 invoked by uid 1000); 23 Apr 2003 06:46:56 -0000 Date: Tue, 22 Apr 2003 23:46:56 -0700 (PDT) From: Nate Lawson To: Martin Blapp In-Reply-To: <20030423081326.E95995@cvs.imp.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mike Makonnen Subject: Re: cvs commit: src/etc Makefile network.subr src/etc/rc.d hostname netif network1 nisdomain X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:46:55 -0000 On Wed, 23 Apr 2003, Martin Blapp wrote: > Nate wrote: > > One more request is to make dhclient immediately go into the background if > > there is no link on an interface. I have a small local patch that enables > > this and it would be great to see this functionality in the tree. It does > > an ifconfig | grep status: on each interface in the loop if it is enabled > > for dhcp. If there is no link, it starts dhclient in the background > > since you are guaranteed that it will time out eventually. This fixes > > booting my laptop while traveling. > > Please don't do it that way. The option -nw is ok for dhcp startup, > but it breaks natd at startup time. -nw does not work for me since I need the interface configured before some services start (i.e. natd as you mention). When there is no link, my script adds -nw to dhclient_flags. This breaks natd but since I rarely boot with the network cable disconnected and then later connect it and since omshell(1) was only recently hooked up to the build, I didn't bother with the complete solution. Heck, ^C works well when dhclient hangs on boot. > I'm now trying to get my interface polling patch comitted, which does > the same thing Nate proposes, but not at the script level. > > http://people.freebsd.org/~mbr/patches/dhclient-interfacepolling.diff I don't care how this gets implemented and if you're doing it more elegantly, I'm grateful. I just wanted to request the functionality. -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 22 23:54:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17CC637B401; Tue, 22 Apr 2003 23:54:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4AD43FBF; Tue, 22 Apr 2003 23:54:44 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N6si0U026308; Tue, 22 Apr 2003 23:54:44 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N6si9h026305; Tue, 22 Apr 2003 23:54:44 -0700 (PDT) Message-Id: <200304230654.h3N6si9h026305@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 22 Apr 2003 23:54:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:54:45 -0000 phk 2003/04/22 23:54:44 PDT FreeBSD src repository Modified files: sys/geom geom.h geom_subr.c Log: Remove unused event pointers in object structures. Remove KASSERTS which checked that they were unused. Revision Changes Path 1.58 +0 -6 src/sys/geom/geom.h 1.43 +0 -3 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 00:16:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E579737B401; Wed, 23 Apr 2003 00:16:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF0543FCB; Wed, 23 Apr 2003 00:16:33 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N7GW0U042842; Wed, 23 Apr 2003 00:16:32 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N7GWRp042838; Wed, 23 Apr 2003 00:16:32 -0700 (PDT) Message-Id: <200304230716.h3N7GWRp042838@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 23 Apr 2003 00:16:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/crypto/telnet/telnet commands.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 07:16:34 -0000 ru 2003/04/23 00:16:32 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/telnet/telnet commands.c Log: MFC: 1.28: Permit the argument to the -s option to be a hostname. Revision Changes Path 1.12.2.7 +1 -2 src/crypto/telnet/telnet/commands.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 00:32:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A735F37B401; Wed, 23 Apr 2003 00:32:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F2E43FE3; Wed, 23 Apr 2003 00:32:40 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N7We0U053884; Wed, 23 Apr 2003 00:32:40 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N7Wd24053881; Wed, 23 Apr 2003 00:32:39 -0700 (PDT) Message-Id: <200304230732.h3N7Wd24053881@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 23 Apr 2003 00:32:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/config config.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 07:32:41 -0000 brueffer 2003/04/23 00:32:39 PDT FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) usr.sbin/config config.8 Log: MFC: Grammar fix PR: 51164 Submitted by: Jeff Ito Revision Changes Path 1.21.2.7 +1 -1 src/usr.sbin/config/config.8 From owner-cvs-src@FreeBSD.ORG Wed Apr 23 00:39:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F82537B401; Wed, 23 Apr 2003 00:39:56 -0700 (PDT) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D1843F85; Wed, 23 Apr 2003 00:39:55 -0700 (PDT) (envelope-from nork@ninth-nine.com) Received: from nd250009.gab.xdsl.ne.jp ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by nd250009.gab.xdsl.ne.jp (8.12.9/8.12.9/NinthNine) with ESMTP id h3N7drn9027404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Apr 2003 16:39:54 +0900 (JST) (envelope-from nork@ninth-nine.com) Date: Wed, 23 Apr 2003 16:39:54 +0900 (JST) Message-Id: <200304230739.h3N7drn9027404@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: Jacques Vidrine In-Reply-To: <200304222219.h3MMJ5IK043378@repoman.freebsd.org> References: <200304222219.h3MMJ5IK043378@repoman.freebsd.org> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen getgrent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 07:39:57 -0000 On Tue, 22 Apr 2003 15:19:05 -0700 (PDT) Jacques Vidrine wrote: > Correct a bug that should have wreaked havoc everywhere, but for > some reason only bit unlucky people who use `-march' optimizations. > The compiler cannot assist one in distinguishing between the two > function calls below. > int nsdispatch(void *, ...); > void *discard; > nsdispatch(&discard, ...); /* correct .. no, really! */ > nsdispatch(discard, ...); /* Boom */ > Robin provided me with a debugging environment in which I could see > what was going on. > Badness when using CPUTYPE was > Reported by: "Robin P. Blanchard" > Reported by: nork I confirmed that this problem was fixed. Thank you! > Sponsored by: DARPA, Network Associates Laboratories > > Revision Changes Path > 1.28 +3 -3 src/lib/libc/gen/getgrent.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 00:50:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C460537B40F; Wed, 23 Apr 2003 00:50:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2196243FBF; Wed, 23 Apr 2003 00:50:02 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N7o10U071161; Wed, 23 Apr 2003 00:50:01 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N7o1pc071158; Wed, 23 Apr 2003 00:50:01 -0700 (PDT) Message-Id: <200304230750.h3N7o1pc071158@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 00:50:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 07:50:03 -0000 phk 2003/04/23 00:50:01 PDT FreeBSD src repository Modified files: sys/geom geom.h geom_ctl.c Log: Make gctl_error() take printfline varargs. Revision Changes Path 1.59 +2 -1 src/sys/geom/geom.h 1.17 +20 -5 src/sys/geom/geom_ctl.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 01:03:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 831B737B401; Wed, 23 Apr 2003 01:03:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D6043FB1; Wed, 23 Apr 2003 01:03:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N83l0U081998; Wed, 23 Apr 2003 01:03:47 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N83lGH081996; Wed, 23 Apr 2003 01:03:47 -0700 (PDT) Message-Id: <200304230803.h3N83lGH081996@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 01:03:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 08:03:48 -0000 phk 2003/04/23 01:03:47 PDT FreeBSD src repository Modified files: sys/geom geom_ctl.c Log: Introduce gctl_get_paraml() which gets a parameter only if it has the right length. Revision Changes Path 1.18 +17 -0 src/sys/geom/geom_ctl.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 01:04:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0514037B401; Wed, 23 Apr 2003 01:04:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9934C43F85; Wed, 23 Apr 2003 01:04:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N84U0U082640; Wed, 23 Apr 2003 01:04:30 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N84U08082636; Wed, 23 Apr 2003 01:04:30 -0700 (PDT) Message-Id: <200304230804.h3N84U08082636@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 01:04:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys sun_disklabel.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 08:04:31 -0000 phk 2003/04/23 01:04:30 PDT FreeBSD src repository Modified files: sys/sys sun_disklabel.h Log: Introduce a #define for the length of the bootloader code. Revision Changes Path 1.7 +8 -0 src/sys/sys/sun_disklabel.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 01:23:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F6637B401; Wed, 23 Apr 2003 01:23:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90FF143F3F; Wed, 23 Apr 2003 01:23:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N8N10U095939; Wed, 23 Apr 2003 01:23:01 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N8N10j095937; Wed, 23 Apr 2003 01:23:01 -0700 (PDT) Message-Id: <200304230823.h3N8N10j095937@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 01:23:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 08:23:02 -0000 phk 2003/04/23 01:23:01 PDT FreeBSD src repository Modified files: sys/geom geom_sunlabel.c Log: Implement CONFIG_GEOM verbs "write label" and "write bootcode". Revision Changes Path 1.31 +83 -0 src/sys/geom/geom_sunlabel.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 01:25:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C38B37B401; Wed, 23 Apr 2003 01:25:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C3543FB1; Wed, 23 Apr 2003 01:25:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N8PK0U098000; Wed, 23 Apr 2003 01:25:20 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N8PKxp097997; Wed, 23 Apr 2003 01:25:20 -0700 (PDT) Message-Id: <200304230825.h3N8PKxp097997@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 01:25:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel Makefile sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 08:25:22 -0000 phk 2003/04/23 01:25:20 PDT FreeBSD src repository Modified files: sbin/sunlabel Makefile sunlabel.c Log: If we cannot open the parent device for writing, use GEOM::CONFIG_GEOM requests to write label and bootcode. The -r argument is ignored (with a warning). With a lot of help from: jake Revision Changes Path 1.5 +3 -0 src/sbin/sunlabel/Makefile 1.5 +58 -24 src/sbin/sunlabel/sunlabel.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 01:25:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD0937B401; Wed, 23 Apr 2003 01:25:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E58243FA3; Wed, 23 Apr 2003 01:25:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N8Pi0U098351; Wed, 23 Apr 2003 01:25:44 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N8PiiH098348; Wed, 23 Apr 2003 01:25:44 -0700 (PDT) Message-Id: <200304230825.h3N8PiiH098348@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 01:25:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel runtest.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 08:25:45 -0000 phk 2003/04/23 01:25:44 PDT FreeBSD src repository Modified files: sbin/sunlabel runtest.sh Log: Add testcases to ensure that overwriting bootcode does not trash label. Revision Changes Path 1.3 +26 -0 src/sbin/sunlabel/runtest.sh From owner-cvs-src@FreeBSD.ORG Wed Apr 23 01:32:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9D037B408; Wed, 23 Apr 2003 01:32:07 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1426343FDF; Wed, 23 Apr 2003 01:32:05 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h3N8W3jC011899; Wed, 23 Apr 2003 01:32:03 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h3N8W3Qq011898; Wed, 23 Apr 2003 01:32:03 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 23 Apr 2003 01:32:03 -0700 From: David Schultz To: "Greg 'groggy' Lehey" Message-ID: <20030423083203.GA11852@HAL9000.homeunix.com> Mail-Followup-To: Greg 'groggy' Lehey , John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200304221945.h3MJjQSg024837@repoman.freebsd.org> <20030423004740.GB49579@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030423004740.GB49579@wantadilla.lemis.com> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/vinum vinumdaemon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 08:32:08 -0000 On Wed, Apr 23, 2003, Greg 'groggy' Lehey wrote: > On Tuesday, 22 April 2003 at 12:45:26 -0700, John Baldwin wrote: > > jhb 2003/04/22 12:45:26 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/vinum vinumdaemon.c > > Log: > > Keep the proc locked while we set PS_INMEM so that either of the proc lock > > or sched_lock are sufficient to test this flag. > > > > XXX: vinum should really be using a kernel process via kthread_create() > > instead of this hack. I'm not even sure PS_INMEM can be clear at this > > point anyways. > > Is there a cookbook for this kind of conversion? The AIO implementation was converted to use kthread_create() some time ago, and it is a very simple example of how to do the conversion. From owner-cvs-src@FreeBSD.ORG Wed Apr 23 01:47:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D6EC37B401; Wed, 23 Apr 2003 01:47:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C91A43FBD; Wed, 23 Apr 2003 01:47:52 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N8lq0U014333; Wed, 23 Apr 2003 01:47:52 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N8lpNc014331; Wed, 23 Apr 2003 01:47:51 -0700 (PDT) Message-Id: <200304230847.h3N8lpNc014331@repoman.freebsd.org> From: Jens Schweikhardt Date: Wed, 23 Apr 2003 01:47:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/m4 m4.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 08:47:53 -0000 schweikh 2003/04/23 01:47:51 PDT FreeBSD src repository Modified files: usr.bin/m4 m4.1 Log: Correct typo in COMPATIBILITY section: s/esycmd/esyscmd Revision Changes Path 1.22 +1 -1 src/usr.bin/m4/m4.1 From owner-cvs-src@FreeBSD.ORG Wed Apr 23 02:01:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B591937B401; Wed, 23 Apr 2003 02:01:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDDF43F75; Wed, 23 Apr 2003 02:01:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3N91a0U023061; Wed, 23 Apr 2003 02:01:36 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3N91aW1023058; Wed, 23 Apr 2003 02:01:36 -0700 (PDT) Message-Id: <200304230901.h3N91aW1023058@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 23 Apr 2003 02:01:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile src/release/ia64 doFS.sh src/release/scripts doFS.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 09:01:37 -0000 ru 2003/04/23 02:01:35 PDT FreeBSD src repository Modified files: release Makefile release/ia64 doFS.sh release/scripts doFS.sh Log: Presumably fix sparc64 "make release". (The breakage was due to sunlabel(8) no longer being linked to disklabel(8).) Reviewed by: phk Revision Changes Path 1.770 +7 -5 src/release/Makefile 1.7 +1 -1 src/release/ia64/doFS.sh 1.48 +2 -1 src/release/scripts/doFS.sh From owner-cvs-src@FreeBSD.ORG Wed Apr 23 03:43:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE72837B401; Wed, 23 Apr 2003 03:43:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798CD43FB1; Wed, 23 Apr 2003 03:43:53 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NAhr0U097849; Wed, 23 Apr 2003 03:43:53 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NAhr5h097846; Wed, 23 Apr 2003 03:43:53 -0700 (PDT) Message-Id: <200304231043.h3NAhr5h097846@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 23 Apr 2003 03:43:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 10:43:54 -0000 nyan 2003/04/23 03:43:53 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: axe(4) works on pc98 maybe. Revision Changes Path 1.549 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Apr 23 03:46:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 417F937B401; Wed, 23 Apr 2003 03:46:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D171743F3F; Wed, 23 Apr 2003 03:46:00 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NAk00U099775; Wed, 23 Apr 2003 03:46:00 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NAk0Vw099772; Wed, 23 Apr 2003 03:46:00 -0700 (PDT) Message-Id: <200304231046.h3NAk0Vw099772@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 23 Apr 2003 03:46:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 10:46:01 -0000 nyan 2003/04/23 03:46:00 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: axe(4) works on pc98 maybe. Revision Changes Path 1.143 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Wed Apr 23 04:42:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42BC637B401; Wed, 23 Apr 2003 04:42:43 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D19343F3F; Wed, 23 Apr 2003 04:42:41 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id VAA19248; Wed, 23 Apr 2003 21:42:36 +1000 Date: Wed, 23 Apr 2003 21:42:34 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson In-Reply-To: Message-ID: <20030423214152.A21262@gamplex.bde.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org cc: bde@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 11:42:43 -0000 On Tue, 22 Apr 2003, Nate Lawson wrote: > On Sat, 19 Apr 2003, David Xu wrote: > > Modified files: > > sys/i386/include cpufunc.h > > Log: > > Backout my last commit. > > > > Requested by: bde > > > > Revision Changes Path > > 1.132 +4 -4 src/sys/i386/include/cpufunc.h > > If one of you would be so kind as to add a comment indicating that > ignoring the upper 16 bits is intentional, it would help explain things to > others who come across this. obrien already did this in rev.1.133. Bruce From owner-cvs-src@FreeBSD.ORG Wed Apr 23 05:15:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A61037B401; Wed, 23 Apr 2003 05:15:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A49843F85; Wed, 23 Apr 2003 05:15:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NCFV0U070352; Wed, 23 Apr 2003 05:15:31 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NCFVPs070347; Wed, 23 Apr 2003 05:15:31 -0700 (PDT) Message-Id: <200304231215.h3NCFVPs070347@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 05:15:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk rules.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 12:15:32 -0000 phk 2003/04/23 05:15:31 PDT FreeBSD src repository Modified files: lib/libdisk rules.c Log: Fix a compiler warning. Submitted by: David Leimbach Revision Changes Path 1.30 +2 -0 src/lib/libdisk/rules.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 06:08:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B88A37B401; Wed, 23 Apr 2003 06:08:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1DC743F75; Wed, 23 Apr 2003 06:08:33 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3ND8W0U007466; Wed, 23 Apr 2003 06:08:33 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3ND8VTX007453; Wed, 23 Apr 2003 06:08:31 -0700 (PDT) Message-Id: <200304231308.h3ND8VTX007453@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 06:08:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc syslog.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 13:08:34 -0000 des 2003/04/23 06:08:31 PDT FreeBSD src repository Modified files: etc syslog.conf Log: Make sure debug.log only gets debugging messages. Revision Changes Path 1.26 +1 -1 src/etc/syslog.conf From owner-cvs-src@FreeBSD.ORG Wed Apr 23 07:28:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27DF137B401; Wed, 23 Apr 2003 07:28:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDEDC43F85; Wed, 23 Apr 2003 07:28:14 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NESE0U064454; Wed, 23 Apr 2003 07:28:14 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NESE2N064449; Wed, 23 Apr 2003 07:28:14 -0700 (PDT) Message-Id: <200304231428.h3NESE2N064449@repoman.freebsd.org> From: Jens Schweikhardt Date: Wed, 23 Apr 2003 07:28:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 14:28:15 -0000 schweikh 2003/04/23 07:28:14 PDT FreeBSD src repository Modified files: . UPDATING Log: Correct a doubled 'with'. Revision Changes Path 1.245 +1 -1 src/UPDATING From owner-cvs-src@FreeBSD.ORG Wed Apr 23 08:38:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED0037B401; Wed, 23 Apr 2003 08:38:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C4A543FB1; Wed, 23 Apr 2003 08:38:03 -0700 (PDT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NFc20U016780; Wed, 23 Apr 2003 08:38:02 -0700 (PDT) (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NFc2RM016777; Wed, 23 Apr 2003 08:38:02 -0700 (PDT) Message-Id: <200304231538.h3NFc2RM016777@repoman.freebsd.org> From: Makoto Matsushita Date: Wed, 23 Apr 2003 08:38:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc rc src/etc/rc.d bgfsck X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 15:38:03 -0000 matusita 2003/04/23 08:38:02 PDT FreeBSD src repository Modified files: etc rc etc/rc.d bgfsck Log: Set appropriate tag "fsck" to logger(1) for background fsck messages. PR: 51174 Submitted by: Alex Popa Revision Changes Path 1.327 +1 -1 src/etc/rc 1.4 +1 -1 src/etc/rc.d/bgfsck From owner-cvs-src@FreeBSD.ORG Wed Apr 23 08:40:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26DB537B401; Wed, 23 Apr 2003 08:40:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B68FB43F85; Wed, 23 Apr 2003 08:40:11 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NFeB0U017667; Wed, 23 Apr 2003 08:40:11 -0700 (PDT) (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NFeBKc017664; Wed, 23 Apr 2003 08:40:11 -0700 (PDT) Message-Id: <200304231540.h3NFeBKc017664@repoman.freebsd.org> From: John Hay Date: Wed, 23 Apr 2003 08:40:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ar if_ar.c if_ar_isa.c if_ar_pci.c if_arregs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 15:40:12 -0000 jhay 2003/04/23 08:40:11 PDT FreeBSD src repository Modified files: sys/dev/ar if_ar.c if_ar_isa.c if_ar_pci.c if_arregs.h Log: Get rid of kvtop(). Change inb() and outb() to use bus_space*(). Revision Changes Path 1.58 +52 -47 src/sys/dev/ar/if_ar.c 1.52 +12 -22 src/sys/dev/ar/if_ar_isa.c 1.8 +2 -5 src/sys/dev/ar/if_ar_pci.c 1.9 +9 -5 src/sys/dev/ar/if_arregs.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 08:43:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8909137B404; Wed, 23 Apr 2003 08:43:33 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8755043FB1; Wed, 23 Apr 2003 08:43:32 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h3NFhUpw036719 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 23 Apr 2003 08:43:32 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <01c901c309af$17fd2a20$52557f42@errno.com> From: "Sam Leffler" To: "Bruce Evans" , "Nate Lawson" References: <20030423214152.A21262@gamplex.bde.org> Date: Wed, 23 Apr 2003 08:43:30 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org cc: bde@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 15:43:33 -0000 > On Tue, 22 Apr 2003, Nate Lawson wrote: > > > On Sat, 19 Apr 2003, David Xu wrote: > > > Modified files: > > > sys/i386/include cpufunc.h > > > Log: > > > Backout my last commit. > > > > > > Requested by: bde > > > > > > Revision Changes Path > > > 1.132 +4 -4 src/sys/i386/include/cpufunc.h > > > > If one of you would be so kind as to add a comment indicating that > > ignoring the upper 16 bits is intentional, it would help explain things to > > others who come across this. > > obrien already did this in rev.1.133. He means in the code; obrien did a forced commit so the info was in the cvs log. Sam From owner-cvs-src@FreeBSD.ORG Wed Apr 23 08:51:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8017237B401; Wed, 23 Apr 2003 08:51:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D3A43FBF; Wed, 23 Apr 2003 08:51:36 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NFpa0U031090; Wed, 23 Apr 2003 08:51:36 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NFpabX031084; Wed, 23 Apr 2003 08:51:36 -0700 (PDT) Message-Id: <200304231551.h3NFpabX031084@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 08:51:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pcireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 15:51:37 -0000 des 2003/04/23 08:51:36 PDT FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Add constants for USB programming interfaces. These are already defined (with other names) in the USB driver sources, but I felt that pcireg.h should have a complete list - at least of classes and interfaces that we know about and use. Revision Changes Path 1.32 +3 -0 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 09:40:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 024C137B404 for ; Wed, 23 Apr 2003 09:40:55 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 381CD43FE0 for ; Wed, 23 Apr 2003 09:40:54 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60978 invoked by uid 1000); 23 Apr 2003 16:40:54 -0000 Date: Wed, 23 Apr 2003 09:40:54 -0700 (PDT) From: Nate Lawson To: Greg 'groggy' Lehey In-Reply-To: <20030423004740.GB49579@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/vinum vinumdaemon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 16:40:55 -0000 On Wed, 23 Apr 2003, Greg 'groggy' Lehey wrote: > On Tuesday, 22 April 2003 at 12:45:26 -0700, John Baldwin wrote: > > XXX: vinum should really be using a kernel process via kthread_create() > > instead of this hack. I'm not even sure PS_INMEM can be clear at this > > point anyways. > > Is there a cookbook for this kind of conversion? Check kern/vfs_aio.c for one proper usage. -Nate From owner-cvs-src@FreeBSD.ORG Wed Apr 23 09:44:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 983B837B407 for ; Wed, 23 Apr 2003 09:44:34 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6B16843FE5 for ; Wed, 23 Apr 2003 09:44:32 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60992 invoked by uid 1000); 23 Apr 2003 16:44:33 -0000 Date: Wed, 23 Apr 2003 09:44:33 -0700 (PDT) From: Nate Lawson To: Bruce Evans In-Reply-To: <20030423214152.A21262@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: obrien@freebsd.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 16:44:35 -0000 On Wed, 23 Apr 2003, Bruce Evans wrote: > On Tue, 22 Apr 2003, Nate Lawson wrote: > > On Sat, 19 Apr 2003, David Xu wrote: > > > Modified files: > > > sys/i386/include cpufunc.h > > > Log: > > > Backout my last commit. > > > > > > Requested by: bde > > > > > > Revision Changes Path > > > 1.132 +4 -4 src/sys/i386/include/cpufunc.h > > > > If one of you would be so kind as to add a comment indicating that > > ignoring the upper 16 bits is intentional, it would help explain things to > > others who come across this. > > obrien already did this in rev.1.133. Yes, I was a bit slow in catching up with email. BTW, in the future it is preferable to use a comment in the code instead of just a forced commit. -Nate From owner-cvs-src@FreeBSD.ORG Wed Apr 23 09:49:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CFA037B401; Wed, 23 Apr 2003 09:49:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0AEC43F75; Wed, 23 Apr 2003 09:49:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NGnr0U073440; Wed, 23 Apr 2003 09:49:53 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NGnrGb073438; Wed, 23 Apr 2003 09:49:53 -0700 (PDT) Message-Id: <200304231649.h3NGnrGb073438@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 09:49:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 16:49:54 -0000 jhb 2003/04/23 09:49:53 PDT FreeBSD src repository Modified files: sys/dev/sound/pcm ac97.c Log: Comment out the mixer entry for igain for the mic 20dB boost for now since it can cause feedback problems on some laptops. Reviewed by: orion Revision Changes Path 1.42 +2 -0 src/sys/dev/sound/pcm/ac97.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 09:53:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 496A837B404; Wed, 23 Apr 2003 09:53:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E57E343FDF; Wed, 23 Apr 2003 09:53:08 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NGr80U076152; Wed, 23 Apr 2003 09:53:08 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NGr8Un076146; Wed, 23 Apr 2003 09:53:08 -0700 (PDT) Message-Id: <200304231653.h3NGr8Un076146@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 09:53:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENSSH Subject: cvs commit: src/crypto/openssh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 16:53:10 -0000 des 2003/04/23 09:53:08 PDT FreeBSD src repository src/crypto/openssh - Imported sources Update of /home/ncvs/src/crypto/openssh In directory repoman.freebsd.org:/tmp/cvs-serv75633 Log Message: Vendor import of OpenSSH-portable 3.6.1p1. Status: Vendor Tag: OPENSSH Release Tags: OpenSSH_3_6_1p1 U src/crypto/openssh/CREDITS U src/crypto/openssh/ChangeLog U src/crypto/openssh/INSTALL U src/crypto/openssh/LICENCE U src/crypto/openssh/Makefile.in U src/crypto/openssh/OVERVIEW U src/crypto/openssh/README U src/crypto/openssh/README.privsep U src/crypto/openssh/README.smartcard U src/crypto/openssh/RFC.nroff U src/crypto/openssh/TODO U src/crypto/openssh/WARNING.RNG C src/crypto/openssh/acconfig.h U src/crypto/openssh/aclocal.m4 U src/crypto/openssh/atomicio.c U src/crypto/openssh/atomicio.h U src/crypto/openssh/auth-bsdauth.c U src/crypto/openssh/auth-chall.c C src/crypto/openssh/auth-krb4.c C src/crypto/openssh/auth-krb5.c U src/crypto/openssh/auth-options.c U src/crypto/openssh/auth-options.h C src/crypto/openssh/auth-pam.c U src/crypto/openssh/auth-pam.h C src/crypto/openssh/auth-passwd.c U src/crypto/openssh/auth-rh-rsa.c U src/crypto/openssh/auth-rhosts.c U src/crypto/openssh/auth-rsa.c U src/crypto/openssh/auth-sia.c U src/crypto/openssh/auth-sia.h U src/crypto/openssh/auth-skey.c C src/crypto/openssh/auth.c U src/crypto/openssh/auth.h C src/crypto/openssh/auth1.c U src/crypto/openssh/auth2-chall.c U src/crypto/openssh/auth2-hostbased.c U src/crypto/openssh/auth2-kbdint.c U src/crypto/openssh/auth2-none.c C src/crypto/openssh/auth2-pam.c U src/crypto/openssh/auth2-pam.h U src/crypto/openssh/auth2-passwd.c U src/crypto/openssh/auth2-pubkey.c C src/crypto/openssh/auth2.c C src/crypto/openssh/authfd.c U src/crypto/openssh/authfd.h C src/crypto/openssh/authfile.c U src/crypto/openssh/authfile.h C src/crypto/openssh/bufaux.c U src/crypto/openssh/bufaux.h U src/crypto/openssh/buffer.c U src/crypto/openssh/buffer.h C src/crypto/openssh/canohost.c U src/crypto/openssh/canohost.h C src/crypto/openssh/channels.c U src/crypto/openssh/channels.h C src/crypto/openssh/cipher.c U src/crypto/openssh/cipher.h U src/crypto/openssh/clientloop.c U src/crypto/openssh/clientloop.h C src/crypto/openssh/compat.c C src/crypto/openssh/compat.h U src/crypto/openssh/compress.c U src/crypto/openssh/compress.h U src/crypto/openssh/config.guess U src/crypto/openssh/config.sub C src/crypto/openssh/configure.ac U src/crypto/openssh/crc32.c U src/crypto/openssh/crc32.h U src/crypto/openssh/deattack.c U src/crypto/openssh/deattack.h U src/crypto/openssh/defines.h U src/crypto/openssh/dh.c U src/crypto/openssh/dh.h U src/crypto/openssh/dispatch.c U src/crypto/openssh/dispatch.h U src/crypto/openssh/entropy.c U src/crypto/openssh/entropy.h U src/crypto/openssh/fatal.c U src/crypto/openssh/fixpaths U src/crypto/openssh/fixprogs U src/crypto/openssh/getput.h U src/crypto/openssh/groupaccess.c U src/crypto/openssh/groupaccess.h U src/crypto/openssh/hostfile.c U src/crypto/openssh/hostfile.h C src/crypto/openssh/includes.h U src/crypto/openssh/install-sh U src/crypto/openssh/kex.c U src/crypto/openssh/kex.h U src/crypto/openssh/kexdh.c N src/crypto/openssh/kexdhc.c N src/crypto/openssh/kexdhs.c U src/crypto/openssh/kexgex.c N src/crypto/openssh/kexgexc.c N src/crypto/openssh/kexgexs.c C src/crypto/openssh/key.c U src/crypto/openssh/key.h U src/crypto/openssh/log.c U src/crypto/openssh/log.h C src/crypto/openssh/loginrec.c U src/crypto/openssh/loginrec.h U src/crypto/openssh/logintest.c U src/crypto/openssh/mac.c U src/crypto/openssh/mac.h U src/crypto/openssh/match.c U src/crypto/openssh/match.h U src/crypto/openssh/md5crypt.c U src/crypto/openssh/md5crypt.h U src/crypto/openssh/mdoc2man.pl U src/crypto/openssh/misc.c U src/crypto/openssh/misc.h U src/crypto/openssh/mkinstalldirs U src/crypto/openssh/moduli C src/crypto/openssh/monitor.c U src/crypto/openssh/monitor.h U src/crypto/openssh/monitor_fdpass.c U src/crypto/openssh/monitor_fdpass.h U src/crypto/openssh/monitor_mm.c U src/crypto/openssh/monitor_mm.h C src/crypto/openssh/monitor_wrap.c U src/crypto/openssh/monitor_wrap.h U src/crypto/openssh/mpaux.c U src/crypto/openssh/mpaux.h U src/crypto/openssh/msg.c U src/crypto/openssh/msg.h U src/crypto/openssh/myproposal.h U src/crypto/openssh/nchan.c U src/crypto/openssh/nchan.ms U src/crypto/openssh/nchan2.ms U src/crypto/openssh/packet.c C src/crypto/openssh/packet.h U src/crypto/openssh/pathnames.h N src/crypto/openssh/progressmeter.c N src/crypto/openssh/progressmeter.h U src/crypto/openssh/radix.c U src/crypto/openssh/radix.h C src/crypto/openssh/readconf.c C src/crypto/openssh/readconf.h U src/crypto/openssh/readpass.c U src/crypto/openssh/readpass.h U src/crypto/openssh/rijndael.c U src/crypto/openssh/rijndael.h U src/crypto/openssh/rsa.c U src/crypto/openssh/rsa.h U src/crypto/openssh/scard-opensc.c U src/crypto/openssh/scard.c U src/crypto/openssh/scard.h U src/crypto/openssh/scp.1 C src/crypto/openssh/scp.c C src/crypto/openssh/servconf.c U src/crypto/openssh/sftp.1 U src/crypto/openssh/sftp.c U src/crypto/openssh/servconf.h C src/crypto/openssh/serverloop.c U src/crypto/openssh/serverloop.h C src/crypto/openssh/session.c U src/crypto/openssh/session.h U src/crypto/openssh/sftp-client.c U src/crypto/openssh/sftp-client.h U src/crypto/openssh/sftp-common.c U src/crypto/openssh/sftp-common.h U src/crypto/openssh/sftp-glob.c U src/crypto/openssh/sftp-glob.h U src/crypto/openssh/sftp-int.c U src/crypto/openssh/sftp-int.h U src/crypto/openssh/sftp-server.8 U src/crypto/openssh/sftp-server.c U src/crypto/openssh/sftp.h U src/crypto/openssh/ssh-add.1 C src/crypto/openssh/ssh-add.c U src/crypto/openssh/ssh-agent.1 C src/crypto/openssh/ssh-agent.c U src/crypto/openssh/ssh-dss.c U src/crypto/openssh/ssh-keygen.1 U src/crypto/openssh/ssh-keygen.c C src/crypto/openssh/ssh.1 U src/crypto/openssh/ssh-keyscan.1 C src/crypto/openssh/ssh-keyscan.c U src/crypto/openssh/ssh-keysign.8 U src/crypto/openssh/ssh-keysign.c U src/crypto/openssh/ssh-rand-helper.8 U src/crypto/openssh/ssh-rand-helper.c U src/crypto/openssh/ssh-rsa.c C src/crypto/openssh/ssh.c U src/crypto/openssh/ssh.h U src/crypto/openssh/ssh1.h U src/crypto/openssh/ssh2.h U src/crypto/openssh/ssh_config C src/crypto/openssh/ssh_config.5 U src/crypto/openssh/ssh_prng_cmds.in C src/crypto/openssh/sshconnect.c U src/crypto/openssh/sshconnect.h U src/crypto/openssh/sshconnect1.c C src/crypto/openssh/sshconnect2.c C src/crypto/openssh/sshd.8 C src/crypto/openssh/sshd.c U src/crypto/openssh/sshd_config C src/crypto/openssh/sshd_config.5 C src/crypto/openssh/sshlogin.c C src/crypto/openssh/sshlogin.h C src/crypto/openssh/sshpty.c U src/crypto/openssh/sshpty.h U src/crypto/openssh/sshtty.c U src/crypto/openssh/sshtty.h U src/crypto/openssh/tildexpand.c U src/crypto/openssh/tildexpand.h U src/crypto/openssh/ttymodes.c U src/crypto/openssh/ttymodes.h U src/crypto/openssh/uidswap.c U src/crypto/openssh/uidswap.h U src/crypto/openssh/uuencode.c U src/crypto/openssh/uuencode.h C src/crypto/openssh/version.h U src/crypto/openssh/xmalloc.c U src/crypto/openssh/xmalloc.h U src/crypto/openssh/regress/Makefile N src/crypto/openssh/regress/agent-getpeereid.sh N src/crypto/openssh/regress/agent-ptrace.sh N src/crypto/openssh/regress/agent-timeout.sh U src/crypto/openssh/regress/agent.sh U src/crypto/openssh/regress/authorized_keys_root U src/crypto/openssh/regress/broken-pipe.sh U src/crypto/openssh/regress/bsd.regress.mk U src/crypto/openssh/regress/connect-privsep.sh U src/crypto/openssh/regress/connect.sh U src/crypto/openssh/regress/dsa_ssh2.prv U src/crypto/openssh/regress/dsa_ssh2.pub U src/crypto/openssh/regress/exit-status.sh U src/crypto/openssh/regress/forwarding.sh N src/crypto/openssh/regress/keygen-change.sh U src/crypto/openssh/regress/keyscan.sh U src/crypto/openssh/regress/proto-mismatch.sh U src/crypto/openssh/regress/proto-version.sh U src/crypto/openssh/regress/proxy-connect.sh U src/crypto/openssh/regress/rsa_openssh.prv U src/crypto/openssh/regress/rsa_openssh.pub U src/crypto/openssh/regress/rsa_ssh2.prv U src/crypto/openssh/regress/runtests.sh N src/crypto/openssh/regress/sftp-batch.sh N src/crypto/openssh/regress/sftp-cmds.sh U src/crypto/openssh/regress/sftp.sh U src/crypto/openssh/regress/ssh-com-client.sh U src/crypto/openssh/regress/ssh-com-keygen.sh U src/crypto/openssh/regress/ssh-com-sftp.sh U src/crypto/openssh/regress/ssh-com.sh U src/crypto/openssh/regress/stderr-after-eof.sh U src/crypto/openssh/regress/stderr-data.sh U src/crypto/openssh/regress/t4.ok U src/crypto/openssh/regress/t5.ok U src/crypto/openssh/regress/test-exec.sh U src/crypto/openssh/regress/transfer.sh U src/crypto/openssh/regress/try-ciphers.sh U src/crypto/openssh/regress/yes-head.sh U src/crypto/openssh/openbsd-compat/Makefile.in U src/crypto/openssh/openbsd-compat/base64.c U src/crypto/openssh/openbsd-compat/base64.h N src/crypto/openssh/openbsd-compat/basename.c N src/crypto/openssh/openbsd-compat/basename.h U src/crypto/openssh/openbsd-compat/bindresvport.c U src/crypto/openssh/openbsd-compat/bindresvport.h U src/crypto/openssh/openbsd-compat/bsd-arc4random.c U src/crypto/openssh/openbsd-compat/bsd-arc4random.h U src/crypto/openssh/openbsd-compat/bsd-cray.c U src/crypto/openssh/openbsd-compat/bsd-cray.h U src/crypto/openssh/openbsd-compat/bsd-cygwin_util.c U src/crypto/openssh/openbsd-compat/bsd-cygwin_util.h U src/crypto/openssh/openbsd-compat/bsd-getpeereid.c U src/crypto/openssh/openbsd-compat/bsd-getpeereid.h U src/crypto/openssh/openbsd-compat/bsd-misc.c U src/crypto/openssh/openbsd-compat/bsd-misc.h U src/crypto/openssh/openbsd-compat/bsd-nextstep.c U src/crypto/openssh/openbsd-compat/bsd-nextstep.h U src/crypto/openssh/openbsd-compat/bsd-snprintf.c U src/crypto/openssh/openbsd-compat/bsd-snprintf.h U src/crypto/openssh/openbsd-compat/bsd-waitpid.c U src/crypto/openssh/openbsd-compat/bsd-waitpid.h U src/crypto/openssh/openbsd-compat/daemon.c U src/crypto/openssh/openbsd-compat/daemon.h U src/crypto/openssh/openbsd-compat/dirname.c U src/crypto/openssh/openbsd-compat/dirname.h U src/crypto/openssh/openbsd-compat/fake-gai-errnos.h U src/crypto/openssh/openbsd-compat/fake-getaddrinfo.c U src/crypto/openssh/openbsd-compat/fake-getaddrinfo.h U src/crypto/openssh/openbsd-compat/fake-getnameinfo.c U src/crypto/openssh/openbsd-compat/fake-getnameinfo.h U src/crypto/openssh/openbsd-compat/fake-socket.h U src/crypto/openssh/openbsd-compat/getcwd.c U src/crypto/openssh/openbsd-compat/getcwd.h U src/crypto/openssh/openbsd-compat/getgrouplist.c U src/crypto/openssh/openbsd-compat/getgrouplist.h U src/crypto/openssh/openbsd-compat/getopt.c U src/crypto/openssh/openbsd-compat/getopt.h U src/crypto/openssh/openbsd-compat/glob.c U src/crypto/openssh/openbsd-compat/glob.h U src/crypto/openssh/openbsd-compat/inet_aton.c N src/crypto/openssh/openbsd-compat/vis.c U src/crypto/openssh/openbsd-compat/inet_aton.h U src/crypto/openssh/openbsd-compat/inet_ntoa.c U src/crypto/openssh/openbsd-compat/inet_ntoa.h U src/crypto/openssh/openbsd-compat/inet_ntop.c U src/crypto/openssh/openbsd-compat/inet_ntop.h U src/crypto/openssh/openbsd-compat/mktemp.c U src/crypto/openssh/openbsd-compat/mktemp.h U src/crypto/openssh/openbsd-compat/openbsd-compat.h U src/crypto/openssh/openbsd-compat/port-aix.c U src/crypto/openssh/openbsd-compat/port-aix.h U src/crypto/openssh/openbsd-compat/port-irix.c U src/crypto/openssh/openbsd-compat/port-irix.h U src/crypto/openssh/openbsd-compat/readpassphrase.c U src/crypto/openssh/openbsd-compat/readpassphrase.h U src/crypto/openssh/openbsd-compat/realpath.c U src/crypto/openssh/openbsd-compat/realpath.h U src/crypto/openssh/openbsd-compat/rresvport.c U src/crypto/openssh/openbsd-compat/rresvport.h U src/crypto/openssh/openbsd-compat/setenv.c U src/crypto/openssh/openbsd-compat/setenv.h U src/crypto/openssh/openbsd-compat/setproctitle.c U src/crypto/openssh/openbsd-compat/setproctitle.h U src/crypto/openssh/openbsd-compat/sigact.c U src/crypto/openssh/openbsd-compat/sigact.h U src/crypto/openssh/openbsd-compat/strlcat.c U src/crypto/openssh/openbsd-compat/strlcat.h U src/crypto/openssh/openbsd-compat/strlcpy.c U src/crypto/openssh/openbsd-compat/strlcpy.h U src/crypto/openssh/openbsd-compat/strmode.c U src/crypto/openssh/openbsd-compat/strmode.h U src/crypto/openssh/openbsd-compat/strsep.c U src/crypto/openssh/openbsd-compat/strsep.h U src/crypto/openssh/openbsd-compat/sys-queue.h U src/crypto/openssh/openbsd-compat/sys-tree.h N src/crypto/openssh/openbsd-compat/vis.h U src/crypto/openssh/openbsd-compat/xmmap.c U src/crypto/openssh/openbsd-compat/xmmap.h 45 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENSSH:yesterday -jOPENSSH src/crypto/openssh From owner-cvs-src@FreeBSD.ORG Wed Apr 23 10:10:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF9637B401; Wed, 23 Apr 2003 10:10:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8B043FBF; Wed, 23 Apr 2003 10:10:32 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NHAW0U089077; Wed, 23 Apr 2003 10:10:32 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NHAWlL089075; Wed, 23 Apr 2003 10:10:32 -0700 (PDT) Message-Id: <200304231710.h3NHAWlL089075@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 10:10:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:10:33 -0000 des 2003/04/23 10:10:32 PDT FreeBSD src repository Modified files: . exclude Log: Allow untagged files in src/crypto/openssh. Revision Changes Path 1.81 +4 -0 CVSROOT/exclude From owner-cvs-src@FreeBSD.ORG Wed Apr 23 10:10:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E59537B401; Wed, 23 Apr 2003 10:10:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D062C43FE5; Wed, 23 Apr 2003 10:10:54 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NHAs0U089493; Wed, 23 Apr 2003 10:10:54 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NHAs8J089487; Wed, 23 Apr 2003 10:10:54 -0700 (PDT) Message-Id: <200304231710.h3NHAs8J089487@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 10:10:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh auth-krb4.c auth-krb5.c auth-pam.c auth-passwd.c auth.c auth1.c auth2-pam.c auth2.c authfd.c authfile.c bufaux.c canohost.c channels.c cipher.c compat.c compat.h includes.h key.c loginrec.c monitor.c monitor_wrap.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:10:56 -0000 des 2003/04/23 10:10:54 PDT FreeBSD src repository Modified files: crypto/openssh auth-krb4.c auth-krb5.c auth-pam.c auth-passwd.c auth.c auth1.c auth2-pam.c auth2.c authfd.c authfile.c bufaux.c canohost.c channels.c cipher.c compat.c compat.h includes.h key.c loginrec.c monitor.c monitor_wrap.c packet.h readconf.c readconf.h scp.c servconf.c serverloop.c session.c ssh-add.c ssh-agent.c ssh-dss.h ssh-keyscan.c ssh-rsa.h ssh.1 ssh.c ssh_config ssh_config.5 sshconnect.c sshconnect2.c sshd.8 sshd.c sshd_config sshd_config.5 sshpty.c version.h Log: Resolve conflicts. Revision Changes Path 1.14 +3 -3 src/crypto/openssh/auth-krb4.c 1.14 +3 -3 src/crypto/openssh/auth-krb5.c 1.10 +2 -10 src/crypto/openssh/auth-pam.c 1.14 +44 -45 src/crypto/openssh/auth-passwd.c 1.13 +33 -19 src/crypto/openssh/auth.c 1.27 +4 -6 src/crypto/openssh/auth1.c 1.6 +3 -4 src/crypto/openssh/auth2-pam.c 1.20 +3 -4 src/crypto/openssh/auth2.c 1.14 +7 -5 src/crypto/openssh/authfd.c 1.13 +28 -6 src/crypto/openssh/authfile.c 1.13 +3 -3 src/crypto/openssh/bufaux.c 1.11 +20 -7 src/crypto/openssh/canohost.c 1.14 +15 -10 src/crypto/openssh/channels.c 1.15 +3 -3 src/crypto/openssh/cipher.c 1.9 +14 -10 src/crypto/openssh/compat.c 1.8 +3 -2 src/crypto/openssh/compat.h 1.15 +5 -1 src/crypto/openssh/includes.h 1.14 +4 -6 src/crypto/openssh/key.c 1.4 +56 -13 src/crypto/openssh/loginrec.c 1.12 +27 -17 src/crypto/openssh/monitor.c 1.5 +23 -11 src/crypto/openssh/monitor_wrap.c 1.12 +1 -1 src/crypto/openssh/packet.h 1.19 +16 -12 src/crypto/openssh/readconf.c 1.12 +3 -1 src/crypto/openssh/readconf.h 1.3 +137 -201 src/crypto/openssh/scp.c 1.39 +3 -2 src/crypto/openssh/servconf.c 1.9 +2 -2 src/crypto/openssh/serverloop.c 1.40 +44 -15 src/crypto/openssh/session.c 1.10 +21 -7 src/crypto/openssh/ssh-add.c 1.18 +71 -10 src/crypto/openssh/ssh-agent.c 1.2 +0 -41 src/crypto/openssh/ssh-dss.h 1.5 +4 -2 src/crypto/openssh/ssh-keyscan.c 1.2 +0 -41 src/crypto/openssh/ssh-rsa.h 1.26 +21 -15 src/crypto/openssh/ssh.1 1.23 +12 -9 src/crypto/openssh/ssh.c 1.21 +2 -2 src/crypto/openssh/ssh_config 1.9 +29 -22 src/crypto/openssh/ssh_config.5 1.24 +7 -7 src/crypto/openssh/sshconnect.c 1.10 +21 -21 src/crypto/openssh/sshconnect2.c 1.27 +16 -11 src/crypto/openssh/sshd.8 1.33 +24 -10 src/crypto/openssh/sshd.c 1.32 +2 -2 src/crypto/openssh/sshd_config 1.11 +20 -16 src/crypto/openssh/sshd_config.5 1.7 +4 -4 src/crypto/openssh/sshpty.c 1.20 +4 -4 src/crypto/openssh/version.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 10:13:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7096037B404; Wed, 23 Apr 2003 10:13:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D1343F75; Wed, 23 Apr 2003 10:13:13 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NHDD0U091404; Wed, 23 Apr 2003 10:13:13 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NHDDn8091403; Wed, 23 Apr 2003 10:13:13 -0700 (PDT) Message-Id: <200304231713.h3NHDDn8091403@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 10:13:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh acconfig.h configure.ac X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:13:14 -0000 des 2003/04/23 10:13:13 PDT FreeBSD src repository Modified files: crypto/openssh acconfig.h configure.ac Log: Resolve conflicts. Revision Changes Path 1.6 +15 -2 src/crypto/openssh/acconfig.h 1.6 +88 -35 src/crypto/openssh/configure.ac From owner-cvs-src@FreeBSD.ORG Wed Apr 23 10:21:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A0B037B401; Wed, 23 Apr 2003 10:21:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B191343FA3; Wed, 23 Apr 2003 10:21:28 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NHLS0U096866; Wed, 23 Apr 2003 10:21:28 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NHLR9F096854; Wed, 23 Apr 2003 10:21:27 -0700 (PDT) Message-Id: <200304231721.h3NHLR9F096854@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 10:21:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:21:29 -0000 des 2003/04/23 10:21:27 PDT FreeBSD src repository Modified files: crypto/openssh config.h Log: Regenerate. Revision Changes Path 1.5 +43 -3 src/crypto/openssh/config.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 10:21:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A656437B401; Wed, 23 Apr 2003 10:21:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4603243F93; Wed, 23 Apr 2003 10:21:56 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NHLu0U097340; Wed, 23 Apr 2003 10:21:56 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NHLtL5097336; Wed, 23 Apr 2003 10:21:55 -0700 (PDT) Message-Id: <200304231721.h3NHLtL5097336@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 10:21:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh FREEBSD-tricks X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:21:57 -0000 des 2003/04/23 10:21:55 PDT FreeBSD src repository Modified files: crypto/openssh FREEBSD-tricks Log: Improvements to the proposed shell code. Revision Changes Path 1.3 +7 -8 src/crypto/openssh/FREEBSD-tricks From owner-cvs-src@FreeBSD.ORG Wed Apr 23 10:23:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E7337B401; Wed, 23 Apr 2003 10:23:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 618B343F75; Wed, 23 Apr 2003 10:23:07 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NHN70U098419; Wed, 23 Apr 2003 10:23:07 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NHN6dt098412; Wed, 23 Apr 2003 10:23:06 -0700 (PDT) Message-Id: <200304231723.h3NHN6dt098412@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 10:23:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:23:08 -0000 des 2003/04/23 10:23:06 PDT FreeBSD src repository Modified files: crypto/openssh FREEBSD-upgrade Log: Nit. Revision Changes Path 1.5 +2 -2 src/crypto/openssh/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Wed Apr 23 10:25:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA6637B404; Wed, 23 Apr 2003 10:25:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1907C43FDF; Wed, 23 Apr 2003 10:25:48 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NHPl0U000972; Wed, 23 Apr 2003 10:25:47 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NHPl3h000969; Wed, 23 Apr 2003 10:25:47 -0700 (PDT) Message-Id: <200304231725.h3NHPl3h000969@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 10:25:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/secure/lib/libssh Makefilesrc/secure/libexec/sftp-server Makefile src/secure/usr.bin/ssh Makefile src/secure/usr.sbin/sshd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:25:50 -0000 des 2003/04/23 10:25:47 PDT FreeBSD src repository Modified files: secure/lib/libssh Makefile secure/libexec/sftp-server Makefile secure/usr.bin/ssh Makefile secure/usr.sbin/sshd Makefile Log: Update for 3.6.1p1; also remove Kerberos IV shims. Revision Changes Path 1.21 +3 -5 src/secure/lib/libssh/Makefile 1.7 +1 -1 src/secure/libexec/sftp-server/Makefile 1.21 +0 -7 src/secure/usr.bin/ssh/Makefile 1.30 +2 -9 src/secure/usr.sbin/sshd/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 23 10:26:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8820B37B40F; Wed, 23 Apr 2003 10:26:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4CC43FE3; Wed, 23 Apr 2003 10:26:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NHQ10U001217; Wed, 23 Apr 2003 10:26:01 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NHQ1T3001214; Wed, 23 Apr 2003 10:26:01 -0700 (PDT) Message-Id: <200304231726.h3NHQ1T3001214@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 10:26:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/secure/lib Makefile src/secure/libexec Makefile src/secure/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:26:03 -0000 des 2003/04/23 10:26:01 PDT FreeBSD src repository Modified files: secure/lib Makefile secure/libexec Makefile secure/usr.bin Makefile Log: Remove Kerberos IV shims. Revision Changes Path 1.28 +1 -1 src/secure/lib/Makefile 1.11 +1 -1 src/secure/libexec/Makefile 1.19 +1 -1 src/secure/usr.bin/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:13:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6B837B401; Wed, 23 Apr 2003 11:13:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 280C643F75; Wed, 23 Apr 2003 11:13:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NIDQ0U035914; Wed, 23 Apr 2003 11:13:26 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NIDQXJ035913; Wed, 23 Apr 2003 11:13:26 -0700 (PDT) Message-Id: <200304231813.h3NIDQXJ035913@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 11:13:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_file.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:13:28 -0000 jhb 2003/04/23 11:13:26 PDT FreeBSD src repository Modified files: sys/compat/linux linux_file.c Log: Fix a lock order reversal. Unlock the proc before calling fget(). Reported by: kris Revision Changes Path 1.80 +1 -1 src/sys/compat/linux/linux_file.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:21:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ACF737B411; Wed, 23 Apr 2003 11:21:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD09243F93; Wed, 23 Apr 2003 11:21:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NILf0U041917; Wed, 23 Apr 2003 11:21:41 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NILfA0041911; Wed, 23 Apr 2003 11:21:41 -0700 (PDT) Message-Id: <200304231821.h3NILfA0041911@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 11:21:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:21:43 -0000 jhb 2003/04/23 11:21:41 PDT FreeBSD src repository Modified files: sys/vm vm_glue.c Log: Fix compiling in the NO_SWAPPING case. Submitted by: bde (partially) Revision Changes Path 1.167 +7 -5 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:35:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE75437B401; Wed, 23 Apr 2003 11:35:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF1243FBF; Wed, 23 Apr 2003 11:35:41 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NIZf0U052773; Wed, 23 Apr 2003 11:35:41 -0700 (PDT) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NIZe0J052766; Wed, 23 Apr 2003 11:35:40 -0700 (PDT) Message-Id: <200304231835.h3NIZe0J052766@repoman.freebsd.org> From: Archie Cobbs Date: Wed, 23 Apr 2003 11:35:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:35:42 -0000 archie 2003/04/23 11:35:40 PDT FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Fix a case where the return value from m_copy() was not being checked for NULL before proceeding, causing a crash if mbufs were exhausted. MFC after: 3 days Reported by: Mark Gooderum Revision Changes Path 1.144 +6 -6 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:46:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEC637B401; Wed, 23 Apr 2003 11:46:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4753543FAF; Wed, 23 Apr 2003 11:46:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NIkq0U060866; Wed, 23 Apr 2003 11:46:52 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NIkpmM060862; Wed, 23 Apr 2003 11:46:51 -0700 (PDT) Message-Id: <200304231846.h3NIkpmM060862@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 11:46:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c kern_synch.c kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:46:53 -0000 jhb 2003/04/23 11:46:51 PDT FreeBSD src repository Modified files: sys/kern kern_exit.c kern_synch.c kern_thread.c Log: - Protect p_numthreads with the sched_lock. - Protect p_singlethread with both the sched_lock and the proc lock. - Protect p_suspcount with the proc lock. Revision Changes Path 1.212 +3 -0 src/sys/kern/kern_exit.c 1.218 +2 -1 src/sys/kern/kern_synch.c 1.123 +14 -13 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:48:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4274137B404; Wed, 23 Apr 2003 11:48:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172D543FCB; Wed, 23 Apr 2003 11:48:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NImt0U061713; Wed, 23 Apr 2003 11:48:55 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NImtGe061709; Wed, 23 Apr 2003 11:48:55 -0700 (PDT) Message-Id: <200304231848.h3NImtGe061709@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 11:48:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:48:57 -0000 jhb 2003/04/23 11:48:55 PDT FreeBSD src repository Modified files: sys/kern kern_resource.c Log: Remove Giant from [gs]etpriority(). Revision Changes Path 1.125 +0 -6 src/sys/kern/kern_resource.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:50:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C671B37B401; Wed, 23 Apr 2003 11:50:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D0B43FBD; Wed, 23 Apr 2003 11:50:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NIoQ0U062409; Wed, 23 Apr 2003 11:50:26 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NIoPpN062402; Wed, 23 Apr 2003 11:50:25 -0700 (PDT) Message-Id: <200304231850.h3NIoPpN062402@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 11:50:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:50:27 -0000 jhb 2003/04/23 11:50:25 PDT FreeBSD src repository Modified files: sys/kern kern_sig.c Log: - Reorganize osigstack() to do the copyin first, grab the proc lock once, do all the various sigstack dances, unlock the proc lock, and finally do the copyout. This more closely resembles the behavior of kern_sigaltstack() and closes a small race. - Remove Giant from osigstack as it is no longer needed. Revision Changes Path 1.230 +13 -19 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:51:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46C2E37B401; Wed, 23 Apr 2003 11:51:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B48343FAF; Wed, 23 Apr 2003 11:51:06 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NIp60U062924; Wed, 23 Apr 2003 11:51:06 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NIp5ME062917; Wed, 23 Apr 2003 11:51:05 -0700 (PDT) Message-Id: <200304231851.h3NIp5ME062917@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 11:51:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_4bsd.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:51:08 -0000 jhb 2003/04/23 11:51:05 PDT FreeBSD src repository Modified files: sys/kern sched_4bsd.c sched_ule.c Log: Add lock assertions for various proc/thread/kse/ksegroup fields to the scheduler functions. Revision Changes Path 1.17 +12 -0 src/sys/kern/sched_4bsd.c 1.32 +4 -0 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:51:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E43FC37B401; Wed, 23 Apr 2003 11:51:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84ADA43F85; Wed, 23 Apr 2003 11:51:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NIpu0U063673; Wed, 23 Apr 2003 11:51:56 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NIpt1Z063667; Wed, 23 Apr 2003 11:51:55 -0700 (PDT) Message-Id: <200304231851.h3NIpt1Z063667@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 11:51:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:51:57 -0000 jhb 2003/04/23 11:51:55 PDT FreeBSD src repository Modified files: sys/kern subr_trap.c Log: The signotify() sanity check in userret() doesn't need Giant anymore. Revision Changes Path 1.253 +0 -2 src/sys/kern/subr_trap.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 11:54:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46CE737B401; Wed, 23 Apr 2003 11:54:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7F843F93; Wed, 23 Apr 2003 11:54:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NIsU0U065976; Wed, 23 Apr 2003 11:54:30 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NIsU2O065974; Wed, 23 Apr 2003 11:54:30 -0700 (PDT) Message-Id: <200304231854.h3NIsU2O065974@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 11:54:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 18:54:31 -0000 jhb 2003/04/23 11:54:30 PDT FreeBSD src repository Modified files: sys/sys proc.h Log: Update many of the locking notes and comments for struct thread/kse/ksegroup/proc. Revision Changes Path 1.322 +50 -49 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 12:15:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D2AF37B401; Wed, 23 Apr 2003 12:15:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA0F43FBD; Wed, 23 Apr 2003 12:15:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NJFR0U081791; Wed, 23 Apr 2003 12:15:27 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NJFR6V081788; Wed, 23 Apr 2003 12:15:27 -0700 (PDT) Message-Id: <200304231915.h3NJFR6V081788@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 12:15:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_event.c geom_int.h geom_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 19:15:29 -0000 phk 2003/04/23 12:15:27 PDT FreeBSD src repository Modified files: sys/geom geom_event.c geom_int.h geom_kern.c Log: Move the shutdown eventhandler stuff to a more logical place. Revision Changes Path 1.29 +0 -11 src/sys/geom/geom_event.c 1.20 +1 -0 src/sys/geom/geom_int.h 1.27 +11 -0 src/sys/geom/geom_kern.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 12:16:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99AD637B401; Wed, 23 Apr 2003 12:16:25 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37B143FD7; Wed, 23 Apr 2003 12:16:24 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h3NJDoZ21076; Wed, 23 Apr 2003 12:13:50 -0700 Received: from btc.btc.adaptec.com ([10.100.0.52]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id MAA27888; Wed, 23 Apr 2003 12:16:21 -0700 (PDT) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id NAA10354; Wed, 23 Apr 2003 13:16:15 -0600 (MDT) Message-ID: <3EA6E5CD.9070409@btc.adaptec.com> Date: Wed, 23 Apr 2003 13:13:17 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200304231653.h3NGr8Un076146@repoman.freebsd.org> In-Reply-To: <200304231653.h3NGr8Un076146@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/crypto/openssh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 19:16:26 -0000 Dag-Erling Smorgrav wrote: > des 2003/04/23 09:53:08 PDT > > FreeBSD src repository > > src/crypto/openssh - Imported sources > Update of /home/ncvs/src/crypto/openssh > In directory repoman.freebsd.org:/tmp/cvs-serv75633 > > Log Message: > Vendor import of OpenSSH-portable 3.6.1p1. > DES, I'm not sure why you are snubbing my private emails about this, nor am I sure why you are importing a significant piece of code right before a freeze without making sure that it compiles. Can you shed some light onto what is going on here? Scott From owner-cvs-src@FreeBSD.ORG Wed Apr 23 12:34:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 656EF37B401; Wed, 23 Apr 2003 12:34:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0321643FB1; Wed, 23 Apr 2003 12:34:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NJYc0U095666; Wed, 23 Apr 2003 12:34:38 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NJYcTW095663; Wed, 23 Apr 2003 12:34:38 -0700 (PDT) Message-Id: <200304231934.h3NJYcTW095663@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 12:34:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_event.c geom_int.h geom_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 19:34:39 -0000 phk 2003/04/23 12:34:38 PDT FreeBSD src repository Modified files: sys/geom geom_event.c geom_int.h geom_subr.c Log: Turn the hardwired NEW_CLASS event into a g_call_me() event. Revision Changes Path 1.30 +1 -19 src/sys/geom/geom_event.c 1.21 +0 -1 src/sys/geom/geom_int.h 1.44 +33 -2 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 12:49:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBCE437B401; Wed, 23 Apr 2003 12:49:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2329F43FDF; Wed, 23 Apr 2003 12:49:19 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NJnI0U010820; Wed, 23 Apr 2003 12:49:18 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NJnILi010818; Wed, 23 Apr 2003 12:49:18 -0700 (PDT) Message-Id: <200304231949.h3NJnILi010818@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Apr 2003 12:49:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 19:49:20 -0000 jhb 2003/04/23 12:49:18 PDT FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Remove Giant from osigblock(), osigsetmask(), and kern_sigaltstack(). Revision Changes Path 1.231 +7 -15 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:06:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694DE37B401; Wed, 23 Apr 2003 13:06:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED97643F75; Wed, 23 Apr 2003 13:06:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NK6c0U024674; Wed, 23 Apr 2003 13:06:38 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NK6cNr024670; Wed, 23 Apr 2003 13:06:38 -0700 (PDT) Message-Id: <200304232006.h3NK6cNr024670@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 13:06:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_event.c geom_int.h geom_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:06:39 -0000 phk 2003/04/23 13:06:38 PDT FreeBSD src repository Modified files: sys/geom geom_event.c geom_int.h geom_subr.c Log: Convert EV_SPOILED event to use g_call_me(). Revision Changes Path 1.31 +1 -19 src/sys/geom/geom_event.c 1.22 +0 -1 src/sys/geom/geom_int.h 1.45 +23 -1 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:16:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EDA637B401; Wed, 23 Apr 2003 13:16:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B033043FA3; Wed, 23 Apr 2003 13:16:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKGD0U031181; Wed, 23 Apr 2003 13:16:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKGDk9031178; Wed, 23 Apr 2003 13:16:13 -0700 (PDT) Message-Id: <200304232016.h3NKGDk9031178@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 13:16:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_event.c geom_int.h geom_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:16:14 -0000 phk 2003/04/23 13:16:13 PDT FreeBSD src repository Modified files: sys/geom geom_event.c geom_int.h geom_subr.c Log: Turn EV_NEW_PROVIDER into a g_call_me() event. Revision Changes Path 1.32 +0 -22 src/sys/geom/geom_event.c 1.23 +0 -1 src/sys/geom/geom_int.h 1.46 +31 -2 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:21:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85FA037B405; Wed, 23 Apr 2003 13:21:22 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C718B43FE1; Wed, 23 Apr 2003 13:21:21 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 7952B5308; Wed, 23 Apr 2003 22:21:20 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Scott Long From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 22:21:20 +0200 In-Reply-To: <3EA6E5CD.9070409@btc.adaptec.com> (Scott Long's message of "Wed, 23 Apr 2003 13:13:17 -0600") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <200304231653.h3NGr8Un076146@repoman.freebsd.org> <3EA6E5CD.9070409@btc.adaptec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/crypto/openssh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:21:22 -0000 Scott Long writes: > I'm not sure why you are snubbing my private emails about > this, nor am I sure why you are importing a significant > piece of code right before a freeze without making sure that > it compiles. Can you shed some light onto what is going on > here? What am I snubbing? DES -- Dag-Erling Smorgrav - des@ofug.org From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:22:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D932637B404; Wed, 23 Apr 2003 13:22:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A5043FBD; Wed, 23 Apr 2003 13:22:33 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKMW0U034895; Wed, 23 Apr 2003 13:22:32 -0700 (PDT) (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKMW73034885; Wed, 23 Apr 2003 13:22:32 -0700 (PDT) Message-Id: <200304232022.h3NKMW73034885@repoman.freebsd.org> From: John Hay Date: Wed, 23 Apr 2003 13:22:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sr if_sr.c if_sr_isa.c if_sr_pci.c if_srregs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:22:34 -0000 jhay 2003/04/23 13:22:32 PDT FreeBSD src repository Modified files: sys/dev/sr if_sr.c if_sr_isa.c if_sr_pci.c if_srregs.h Log: Use bus_space*() instead of in*() and out*(). Revision Changes Path 1.55 +171 -204 src/sys/dev/sr/if_sr.c 1.48 +50 -67 src/sys/dev/sr/if_sr_isa.c 1.17 +31 -30 src/sys/dev/sr/if_sr_pci.c 1.8 +30 -18 src/sys/dev/sr/if_srregs.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:22:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFD437B405; Wed, 23 Apr 2003 13:22:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A19043FCB; Wed, 23 Apr 2003 13:22:33 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKMX0U034919; Wed, 23 Apr 2003 13:22:33 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKMXac034916; Wed, 23 Apr 2003 13:22:33 -0700 (PDT) Message-Id: <200304232022.h3NKMXac034916@repoman.freebsd.org> From: Johan Karlsson Date: Wed, 23 Apr 2003 13:22:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/kldconfig Makefile src/sbin/kldload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:22:34 -0000 johan 2003/04/23 13:22:33 PDT FreeBSD src repository Modified files: sbin/kldconfig Makefile sbin/kldload Makefile Log: These are WARNS=5 clean, mark them as such to keep them that way. Look at by: sebastian.ssmoller@web.de on audit@ Revision Changes Path 1.3 +1 -0 src/sbin/kldconfig/Makefile 1.10 +1 -0 src/sbin/kldload/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:24:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D8137B401; Wed, 23 Apr 2003 13:24:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2003343F3F; Wed, 23 Apr 2003 13:24:14 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKOD0U036208; Wed, 23 Apr 2003 13:24:13 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKODEH036205; Wed, 23 Apr 2003 13:24:13 -0700 (PDT) Message-Id: <200304232024.h3NKODEH036205@repoman.freebsd.org> From: Johan Karlsson Date: Wed, 23 Apr 2003 13:24:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/kldstat Makefile kldstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:24:15 -0000 johan 2003/04/23 13:24:13 PDT FreeBSD src repository Modified files: sbin/kldstat Makefile kldstat.c Log: Make this WARNS=5 clean by using %j and (uintmax_t). Look at by: sebastian.ssmoller@web.de on audit@ Revision Changes Path 1.9 +1 -1 src/sbin/kldstat/Makefile 1.10 +5 -3 src/sbin/kldstat/kldstat.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:25:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42BEC37B401; Wed, 23 Apr 2003 13:25:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D171B43FB1; Wed, 23 Apr 2003 13:25:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKPX0U037424; Wed, 23 Apr 2003 13:25:33 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKPXMD037421; Wed, 23 Apr 2003 13:25:33 -0700 (PDT) Message-Id: <200304232025.h3NKPXMD037421@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 13:25:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_event.c geom_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:25:34 -0000 phk 2003/04/23 13:25:33 PDT FreeBSD src repository Modified files: sys/geom geom_event.c geom_int.h Log: Remove the now unused hardcoded g_post_event() event support. Revision Changes Path 1.33 +4 -51 src/sys/geom/geom_event.c 1.24 +0 -12 src/sys/geom/geom_int.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:26:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B669A37B404; Wed, 23 Apr 2003 13:26:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB01243FE1; Wed, 23 Apr 2003 13:26:21 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKQL0U038121; Wed, 23 Apr 2003 13:26:21 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKQLeV038118; Wed, 23 Apr 2003 13:26:21 -0700 (PDT) Message-Id: <200304232026.h3NKQLeV038118@repoman.freebsd.org> From: Johan Karlsson Date: Wed, 23 Apr 2003 13:26:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/kldunload Makefile kldunload.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:26:23 -0000 johan 2003/04/23 13:26:21 PDT FreeBSD src repository Modified files: sbin/kldunload Makefile kldunload.c Log: Make this WARNS=5 clean by adding () in 'if (a || (b && c))'. Look at by: sebastian.ssmoller@web.de on audit@ Revision Changes Path 1.9 +1 -1 src/sbin/kldunload/Makefile 1.11 +2 -2 src/sbin/kldunload/kldunload.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:33:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DC4337B401; Wed, 23 Apr 2003 13:33:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D902943FA3; Wed, 23 Apr 2003 13:33:57 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKXv0U043813; Wed, 23 Apr 2003 13:33:57 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKXvgl043810; Wed, 23 Apr 2003 13:33:57 -0700 (PDT) Message-Id: <200304232033.h3NKXvgl043810@repoman.freebsd.org> From: Johan Karlsson Date: Wed, 23 Apr 2003 13:33:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/kldconfig kldconfig.c src/sbin/kldstat kldstat.c src/sbin/kldunload kldunload.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:33:58 -0000 johan 2003/04/23 13:33:57 PDT FreeBSD src repository Modified files: sbin/kldconfig kldconfig.c sbin/kldstat kldstat.c sbin/kldunload kldunload.c Log: style(9): use NULL when assigning/comparing a char *, consitently compare fileid with 0 using == and !=. Reviewed by: silence on @audit Revision Changes Path 1.4 +1 -1 src/sbin/kldconfig/kldconfig.c 1.11 +3 -3 src/sbin/kldstat/kldstat.c 1.12 +5 -5 src/sbin/kldunload/kldunload.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:46:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C623E37B401; Wed, 23 Apr 2003 13:46:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C65A43F75; Wed, 23 Apr 2003 13:46:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKkD0U053234; Wed, 23 Apr 2003 13:46:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKkDSe053231; Wed, 23 Apr 2003 13:46:13 -0700 (PDT) Message-Id: <200304232046.h3NKkDSe053231@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 13:46:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_bsd.c geom_disk.c geom_event.c geom_int.h geom_kern.c geom_mbr.c geom_pc98.c geom_slice.c geom_slice.h geom_subr.c geom_sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:46:14 -0000 phk 2003/04/23 13:46:13 PDT FreeBSD src repository Modified files: sys/geom geom.h geom_bsd.c geom_disk.c geom_event.c geom_int.h geom_kern.c geom_mbr.c geom_pc98.c geom_slice.c geom_slice.h geom_subr.c geom_sunlabel.c Log: Rename g_call_me() to g_post_event(), and give it a flag argument to determine if we can M_WAITOK in malloc. Revision Changes Path 1.60 +2 -2 src/sys/geom/geom.h 1.51 +2 -2 src/sys/geom/geom_bsd.c 1.67 +4 -5 src/sys/geom/geom_disk.c 1.34 +6 -4 src/sys/geom/geom_event.c 1.25 +1 -1 src/sys/geom/geom_int.h 1.28 +3 -3 src/sys/geom/geom_kern.c 1.47 +1 -1 src/sys/geom/geom_mbr.c 1.36 +1 -1 src/sys/geom/geom_pc98.c 1.45 +2 -1 src/sys/geom/geom_slice.c 1.15 +1 -1 src/sys/geom/geom_slice.h 1.47 +5 -4 src/sys/geom/geom_subr.c 1.32 +7 -9 src/sys/geom/geom_sunlabel.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:54:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E0D037B401; Wed, 23 Apr 2003 13:54:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF25443F75; Wed, 23 Apr 2003 13:54:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NKsg0U059040; Wed, 23 Apr 2003 13:54:42 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NKsgV7059036; Wed, 23 Apr 2003 13:54:42 -0700 (PDT) Message-Id: <200304232054.h3NKsgV7059036@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 13:54:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_event.c geom_int.h geom_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 20:54:43 -0000 phk 2003/04/23 13:54:42 PDT FreeBSD src repository Modified files: sys/geom geom_event.c geom_int.h geom_kern.c Log: More of the event stuff can now be private to geom_event.c Revision Changes Path 1.35 +11 -1 src/sys/geom/geom_event.c 1.26 +0 -11 src/sys/geom/geom_int.h 1.29 +0 -2 src/sys/geom/geom_kern.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 14:26:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D23537B401; Wed, 23 Apr 2003 14:26:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE5D943FAF; Wed, 23 Apr 2003 14:26:12 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NLQC0U082782; Wed, 23 Apr 2003 14:26:12 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NLQCjD082780; Wed, 23 Apr 2003 14:26:12 -0700 (PDT) Message-Id: <200304232126.h3NLQCjD082780@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 23 Apr 2003 14:26:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:26:13 -0000 gad 2003/04/23 14:26:12 PDT FreeBSD src repository Modified files: usr.sbin/newsyslog newsyslog.8 Log: Document support for the entry, which was implemented in revision 1.50 of newsyslog.c , back in February. I intend to MFC those changes soon. MFC after: 4 days Revision Changes Path 1.39 +8 -2 src/usr.sbin/newsyslog/newsyslog.8 From owner-cvs-src@FreeBSD.ORG Wed Apr 23 14:28:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E43437B40A; Wed, 23 Apr 2003 14:28:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85B343F75; Wed, 23 Apr 2003 14:28:27 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NLSR0U084449; Wed, 23 Apr 2003 14:28:27 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NLSRmR084447; Wed, 23 Apr 2003 14:28:27 -0700 (PDT) Message-Id: <200304232128.h3NLSRmR084447@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 14:28:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_disk.c geom_dump.c geom_event.c geom_kern.c geom_sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:28:28 -0000 phk 2003/04/23 14:28:27 PDT FreeBSD src repository Modified files: sys/geom geom.h geom_disk.c geom_dump.c geom_event.c geom_kern.c geom_sunlabel.c Log: Introduce a g_waitfor_event() function which posts an event and waits for it to be run (or cancelled) and use this instead of home-rolled versions. Revision Changes Path 1.61 +1 -0 src/sys/geom/geom.h 1.68 +1 -5 src/sys/geom/geom_disk.c 1.26 +0 -3 src/sys/geom/geom_dump.c 1.36 +63 -10 src/sys/geom/geom_event.c 1.30 +3 -12 src/sys/geom/geom_kern.c 1.33 +1 -5 src/sys/geom/geom_sunlabel.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 14:41:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D607A37B401; Wed, 23 Apr 2003 14:41:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F8243FD7; Wed, 23 Apr 2003 14:41:59 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NLfx0U095518; Wed, 23 Apr 2003 14:41:59 -0700 (PDT) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NLfxxO095515; Wed, 23 Apr 2003 14:41:59 -0700 (PDT) Message-Id: <200304232141.h3NLfxxO095515@repoman.freebsd.org> From: Alexander Kabaev Date: Wed, 23 Apr 2003 14:41:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/include _limits.h src/sys/i386/include _limits.h src/sys/sparc64/include _limits.h src/sys/ia64/include _limits.h src/sys/powerpc/include _limits.h src/sys/arm/include _limits.h src/sys/x86_64/include _limits.h src/sys/sys limits.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:42:00 -0000 kan 2003/04/23 14:41:59 PDT FreeBSD src repository Modified files: sys/alpha/include _limits.h sys/i386/include _limits.h sys/sparc64/include _limits.h sys/ia64/include _limits.h sys/powerpc/include _limits.h sys/arm/include _limits.h sys/x86_64/include _limits.h Added files: sys/sys limits.h Log: Add a new sys/limits.h file which in turn depends on machine/_limits.h to get actual constant values. This is in preparation for machine/limits.h retirement. Discussed on: standards@ Submitted by: Craig Rodrigues (*) Modified by: kan Revision Changes Path 1.11 +43 -58 src/sys/alpha/include/_limits.h 1.4 +46 -53 src/sys/arm/include/_limits.h 1.23 +46 -53 src/sys/i386/include/_limits.h 1.9 +43 -56 src/sys/ia64/include/_limits.h 1.24 +44 -55 src/sys/powerpc/include/_limits.h 1.9 +42 -60 src/sys/sparc64/include/_limits.h 1.1 +107 -0 src/sys/sys/limits.h (new) 1.5 +46 -64 src/sys/x86_64/include/_limits.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 14:46:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2869F37B401; Wed, 23 Apr 2003 14:46:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D6043F3F; Wed, 23 Apr 2003 14:46:51 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NLkp0U099866; Wed, 23 Apr 2003 14:46:51 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NLkpp0099864; Wed, 23 Apr 2003 14:46:51 -0700 (PDT) Message-Id: <200304232146.h3NLkpp0099864@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 23 Apr 2003 14:46:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/sys thr_error.csrc/lib/libpthread/thread thr_kern.c thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:46:52 -0000 deischen 2003/04/23 14:46:51 PDT FreeBSD src repository Modified files: lib/libpthread/sys thr_error.c lib/libpthread/thread thr_kern.c thr_private.h Log: Protect thread errno from being changed while operating on behalf of the KSE. Add a kse_reinit function to reinitialize a reused KSE. Submitted by: davidxu Revision Changes Path 1.7 +5 -1 src/lib/libpthread/sys/thr_error.c 1.58 +31 -0 src/lib/libpthread/thread/thr_kern.c 1.83 +2 -0 src/lib/libpthread/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 14:48:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03CFE37B401; Wed, 23 Apr 2003 14:48:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A8B43FDD; Wed, 23 Apr 2003 14:48:29 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NLmT0U000690; Wed, 23 Apr 2003 14:48:29 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NLmTvj000688; Wed, 23 Apr 2003 14:48:29 -0700 (PDT) Message-Id: <200304232148.h3NLmTvj000688@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 23 Apr 2003 14:48:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:48:30 -0000 deischen 2003/04/23 14:48:29 PDT FreeBSD src repository Modified files: lib/libpthread Makefile Log: Remove the i386-specific hack (well, we only run on i386 anyways) to always set %gs when resuming a thread. Install this library as libpthread instead of libkse. Revision Changes Path 1.40 +4 -4 src/lib/libpthread/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 23 14:49:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73A3637B401; Wed, 23 Apr 2003 14:49:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4D8F43FE5; Wed, 23 Apr 2003 14:49:34 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NLnY0U001150; Wed, 23 Apr 2003 14:49:34 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NLnYIr001148; Wed, 23 Apr 2003 14:49:34 -0700 (PDT) Message-Id: <200304232149.h3NLnYIr001148@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 23 Apr 2003 14:49:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/i386/include ksd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:49:35 -0000 deischen 2003/04/23 14:49:34 PDT FreeBSD src repository Modified files: lib/libpthread/arch/i386/include ksd.h Log: Add a macro to get the current thread mailbox pointer. Revision Changes Path 1.3 +1 -0 src/lib/libpthread/arch/i386/include/ksd.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 14:50:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD1337B401; Wed, 23 Apr 2003 14:50:48 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9627E43FBD; Wed, 23 Apr 2003 14:50:47 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h3NLokBg010624; Wed, 23 Apr 2003 17:50:46 -0400 (EDT) Received: from localhost (eischen@localhost)h3NLokEQ010620; Wed, 23 Apr 2003 17:50:46 -0400 (EDT) Date: Wed, 23 Apr 2003 17:50:46 -0400 (EDT) From: Daniel Eischen To: Daniel Eischen In-Reply-To: <200304232149.h3NLnYIr001148@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/arch/i386/include ksd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:50:49 -0000 On Wed, 23 Apr 2003, Daniel Eischen wrote: > deischen 2003/04/23 14:49:34 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread/arch/i386/include ksd.h > Log: > Add a macro to get the current thread mailbox pointer. Submitted by: davidxu From owner-cvs-src@FreeBSD.ORG Wed Apr 23 15:50:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A75A537B401; Wed, 23 Apr 2003 15:50:14 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF9B43FB1; Wed, 23 Apr 2003 15:50:08 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 098965309; Thu, 24 Apr 2003 00:50:05 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "Michael W . Lucas" From: Dag-Erling Smorgrav Date: Thu, 24 Apr 2003 00:50:04 +0200 In-Reply-To: <20030421124242.D71186@blackhelicopters.org> ("Michael W . Lucas"'s message of "Mon, 21 Apr 2003 12:42:42 -0400") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <20030418181813.GA10585@dragon.nuxi.com> <20030421124242.D71186@blackhelicopters.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Daniel Eischen cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Daniel Eischen cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread Makefile src/lib/libpthread/thread Makefile.inc thr_acl_aclcheck_fd.c thr_aio_suspend.c thr_attr_get_np.c thr_attr_init.c thr_attr_setcreatesuspend_np.c thr_attr_setguardsize.c thr_attr_setschedparam.c thr_attr_setscope.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 22:50:15 -0000 "Michael W . Lucas" writes: > We just had a SMP machine offer that *nobody* asked for. Dual > Celerons, admittedly, but it's certainly good enough to test on. "don't look the gift horse in the mouth" (though if it's made of wood and was found loitering outside your city gates, you might want to check it for hatches and air holes; timeo danae et dona ferentes) DES (who recently got a dual Celeron mobo from Wes) -- Dag-Erling Smorgrav - des@ofug.org From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:05:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0749D37B401; Wed, 23 Apr 2003 16:05:25 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030F843F75; Wed, 23 Apr 2003 16:05:24 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id DA04A5309; Thu, 24 Apr 2003 01:05:21 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "Jacques A. Vidrine" From: Dag-Erling Smorgrav Date: Thu, 24 Apr 2003 01:05:20 +0200 In-Reply-To: <20030421140458.GA61956@madman.celabo.org> ("Jacques A. Vidrine"'s message of "Mon, 21 Apr 2003 09:04:58 -0500") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <200304211357.h3LDvwWi085977@repoman.freebsd.org> <20030421140458.GA61956@madman.celabo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen getpwent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:05:25 -0000 "Jacques A. Vidrine" writes: > I had originally left this test out, because it is a silly test :-) > The access control, such as it is, is done based on the source port > number. For read access - for write access you need to be running as root on the same host as the NIS server. See libypclnt for sample code. DES -- Dag-Erling Smorgrav - des@ofug.org From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:32:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDAA837B404; Wed, 23 Apr 2003 16:32:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD0443FB1; Wed, 23 Apr 2003 16:32:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NNWs0U076834; Wed, 23 Apr 2003 16:32:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NNWrED076831; Wed, 23 Apr 2003 16:32:53 -0700 (PDT) Message-Id: <200304232332.h3NNWrED076831@repoman.freebsd.org> From: Warner Losh Date: Wed, 23 Apr 2003 16:32:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccardvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:32:55 -0000 imp 2003/04/23 16:32:53 PDT FreeBSD src repository Modified files: sys/dev/pccard pccardvar.h Log: Add accessor for cis4 string. Neither OLDCARD nor NEWCARD support this yet, but that will change soon. Pr: 51333 Submited by: Scott Mitchell Revision Changes Path 1.41 +1 -0 src/sys/dev/pccard/pccardvar.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:37:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F8EC37B401; Wed, 23 Apr 2003 16:37:04 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id A486243F85; Wed, 23 Apr 2003 16:37:03 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h3NNYQZ30742; Wed, 23 Apr 2003 16:34:26 -0700 Received: from btc.btc.adaptec.com ([10.100.0.52]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id QAA20902; Wed, 23 Apr 2003 16:36:57 -0700 (PDT) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id RAA10462; Wed, 23 Apr 2003 17:14:36 -0600 (MDT) Message-ID: <3EA71DAA.5040701@btc.adaptec.com> Date: Wed, 23 Apr 2003 17:11:38 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200304231653.h3NGr8Un076146@repoman.freebsd.org> <3EA6E5CD.9070409@btc.adaptec.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/crypto/openssh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:37:04 -0000 Dag-Erling Smorgrav wrote: > Scott Long writes: > >>I'm not sure why you are snubbing my private emails about >>this, nor am I sure why you are importing a significant >>piece of code right before a freeze without making sure that >>it compiles. Can you shed some light onto what is going on >>here? > > > What am I snubbing? > > DES I apologize, I got this right before you responded to my email and right after jhb thought that the import was broken. Scott From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:39:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6723037B401; Wed, 23 Apr 2003 16:39:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C9343FB1; Wed, 23 Apr 2003 16:39:22 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NNdL0U081245; Wed, 23 Apr 2003 16:39:21 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NNdLNj081242; Wed, 23 Apr 2003 16:39:21 -0700 (PDT) Message-Id: <200304232339.h3NNdLNj081242@repoman.freebsd.org> From: Warner Losh Date: Wed, 23 Apr 2003 16:39:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pccard cardinfo.h pccard.c pccard_nbk.c slot.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:39:23 -0000 imp 2003/04/23 16:39:21 PDT FreeBSD src repository Modified files: sys/pccard cardinfo.h pccard.c pccard_nbk.c slot.h Log: 1. Allow drivers to query CIS strings from OLDCARD. 2. Include backwards compatibility good for the moment (eventually will be turned off in current, but allow for a short transition period). PR: 51333 Submited by: Scott Mitchell (1) MFC after: 2 weeks Revision Changes Path 1.29 +21 -0 src/sys/pccard/cardinfo.h 1.158 +34 -0 src/sys/pccard/pccard.c 1.43 +12 -0 src/sys/pccard/pccard_nbk.c 1.38 +2 -0 src/sys/pccard/slot.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:40:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8074637B401; Wed, 23 Apr 2003 16:40:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4E243F93; Wed, 23 Apr 2003 16:40:29 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NNeS0U081795; Wed, 23 Apr 2003 16:40:28 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NNeSF1081794; Wed, 23 Apr 2003 16:40:28 -0700 (PDT) Message-Id: <200304232340.h3NNeSF1081794@repoman.freebsd.org> From: Warner Losh Date: Wed, 23 Apr 2003 16:40:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c cardd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:40:30 -0000 imp 2003/04/23 16:40:28 PDT FreeBSD src repository Modified files: usr.sbin/pccard/pccardd cardd.c cardd.h Log: Copy CIS3 and CIS4 strings into the kernel too. PR: 51333 Submitted by: Scott Mitchell Revision Changes Path 1.79 +6 -0 src/usr.sbin/pccard/pccardd/cardd.c 1.30 +2 -0 src/usr.sbin/pccard/pccardd/cardd.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:41:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E5337B401; Wed, 23 Apr 2003 16:41:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DAB243F85; Wed, 23 Apr 2003 16:41:49 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NNfn0U083043; Wed, 23 Apr 2003 16:41:49 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NNfnj8083037; Wed, 23 Apr 2003 16:41:49 -0700 (PDT) Message-Id: <200304232341.h3NNfnj8083037@repoman.freebsd.org> From: Warner Losh Date: Wed, 23 Apr 2003 16:41:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:41:50 -0000 imp 2003/04/23 16:41:49 PDT FreeBSD src repository Modified files: usr.sbin/pccard/pccardd cardd.c Log: Remove obsolete compatibility ifdef. Revision Changes Path 1.80 +0 -2 src/usr.sbin/pccard/pccardd/cardd.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:42:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F6E37B401; Wed, 23 Apr 2003 16:42:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C8943FA3; Wed, 23 Apr 2003 16:42:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NNgO0U083596; Wed, 23 Apr 2003 16:42:24 -0700 (PDT) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NNgOmh083592; Wed, 23 Apr 2003 16:42:24 -0700 (PDT) Message-Id: <200304232342.h3NNgOmh083592@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 23 Apr 2003 16:42:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/fsx fsx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:42:25 -0000 jkh 2003/04/23 16:42:24 PDT FreeBSD src repository Modified files: tools/regression/fsx fsx.c Log: Sync with latest and greatest Apple sources (which, among other things, fix the style flag). Submitted by: Conrad Minshall Reviewed by: jkh Obtained from: Apple Computer, Inc. Revision Changes Path 1.2 +88 -62 src/tools/regression/fsx/fsx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:45:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3787137B401; Wed, 23 Apr 2003 16:45:21 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A46243FAF; Wed, 23 Apr 2003 16:45:20 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3NNjJA7044925; Wed, 23 Apr 2003 17:45:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 23 Apr 2003 17:45:18 -0600 (MDT) Message-Id: <20030423.174518.70705292.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200304232332.h3NNWrED076831@repoman.freebsd.org> References: <200304232332.h3NNWrED076831@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/dev/pccard pccardvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:45:21 -0000 In message: <200304232332.h3NNWrED076831@repoman.freebsd.org> Warner Losh writes: : Add accessor for cis4 string. Neither OLDCARD nor NEWCARD support : this yet, but that will change soon. Actaully, I lied. NEWCARD supports this already. Warner From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:45:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9745E37B401; Wed, 23 Apr 2003 16:45:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B5043F75; Wed, 23 Apr 2003 16:45:58 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NNjv0U086763; Wed, 23 Apr 2003 16:45:57 -0700 (PDT) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NNjv9r086759; Wed, 23 Apr 2003 16:45:57 -0700 (PDT) Message-Id: <200304232345.h3NNjv9r086759@repoman.freebsd.org> From: Archie Cobbs Date: Wed, 23 Apr 2003 16:45:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:45:59 -0000 archie 2003/04/23 16:45:57 PDT FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails. Suggested by: Neelkanth Natu Revision Changes Path 1.145 +2 -1 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 17:52:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CFD37B401; Wed, 23 Apr 2003 17:52:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2038543FB1; Wed, 23 Apr 2003 17:52:59 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O0qw0U039936; Wed, 23 Apr 2003 17:52:58 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O0qweB039930; Wed, 23 Apr 2003 17:52:58 -0700 (PDT) Message-Id: <200304240052.h3O0qweB039930@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 17:52:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config mkmakefile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 00:52:59 -0000 des 2003/04/23 17:52:58 PDT FreeBSD src repository Modified files: usr.sbin/config mkmakefile.c Log: Don't convert the kernel ident to uppercase when writing the Makefile. Revision Changes Path 1.76 +1 -1 src/usr.sbin/config/mkmakefile.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 18:26:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3286137B407 for ; Wed, 23 Apr 2003 18:26:02 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 40F4543FE1 for ; Wed, 23 Apr 2003 18:26:00 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 44275 invoked from network); 24 Apr 2003 01:25:59 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 24 Apr 2003 01:25:59 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 23 Apr 2003 20:25:46 -0500 (CDT) From: Mike Silbersack To: Archie Cobbs In-Reply-To: <200304231835.h3NIZe0J052766@repoman.freebsd.org> Message-ID: <20030423202445.J9057@odysseus.silby.com> References: <200304231835.h3NIZe0J052766@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 01:26:02 -0000 Cool! I was playing around with mbuf exhaustion situations last week, and I kept managing to panic the machine. With luck, this is the fix. (And if not, I guess I have more work to do.) Mike "Silby" Silbersack On Wed, 23 Apr 2003, Archie Cobbs wrote: > archie 2003/04/23 11:35:40 PDT > > FreeBSD src repository > > Modified files: > sys/net if_ethersubr.c > Log: > Fix a case where the return value from m_copy() was not being checked > for NULL before proceeding, causing a crash if mbufs were exhausted. > > MFC after: 3 days > Reported by: Mark Gooderum > > Revision Changes Path > 1.144 +6 -6 src/sys/net/if_ethersubr.c > From owner-cvs-src@FreeBSD.ORG Wed Apr 23 18:34:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C275737B401; Wed, 23 Apr 2003 18:34:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC2C43FCB; Wed, 23 Apr 2003 18:34:41 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O1Yf0U070757; Wed, 23 Apr 2003 18:34:41 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O1YfiW070756; Wed, 23 Apr 2003 18:34:41 -0700 (PDT) Message-Id: <200304240134.h3O1YfiW070756@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 23 Apr 2003 18:34:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 01:34:42 -0000 gad 2003/04/23 18:34:41 PDT FreeBSD src repository Modified files: usr.sbin/newsyslog newsyslog.8 Log: Document support for the new -s and -R command-line options, and the 'N' flag. These were coded in March as revisions 1.55 and 1.56 of newsyslog.c. I intend to MFC all the matching changes next week. This also reorganizes the description of the 'flags' field to give list of the valid flags, instead of a long paragraph explaining each of the possible values. Obtained from: NetBSD (in spirit at least, for -s and N) MFC after: 1 week Revision Changes Path 1.40 +124 -51 src/usr.sbin/newsyslog/newsyslog.8 From owner-cvs-src@FreeBSD.ORG Wed Apr 23 18:49:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A34837B401; Wed, 23 Apr 2003 18:49:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA4343FD7; Wed, 23 Apr 2003 18:48:59 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O1mx0U080605; Wed, 23 Apr 2003 18:48:59 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O1mxxm080603; Wed, 23 Apr 2003 18:48:59 -0700 (PDT) Message-Id: <200304240148.h3O1mxxm080603@repoman.freebsd.org> From: David Xu Date: Wed, 23 Apr 2003 18:48:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 01:49:00 -0000 davidxu 2003/04/23 18:48:59 PDT FreeBSD src repository Modified files: sys/i386/i386 trap.c Log: Don't print anything for fault at cpu_switch_load_gs, just like other code to recover fault in doreti because of invalid segment registers, silently push error to userland. Revision Changes Path 1.250 +3 -6 src/sys/i386/i386/trap.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 18:52:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DA437B401; Wed, 23 Apr 2003 18:52:01 -0700 (PDT) Received: from exchhz01.viatech.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7716943F93; Wed, 23 Apr 2003 18:51:53 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from davidw2k (ip-240-1-168-192.rev.dyxnet.com [192.168.1.240]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id JM6485Z5; Thu, 24 Apr 2003 09:37:24 +0800 Message-ID: <00dd01c30a04$547f6d50$f001a8c0@davidw2k> From: "David Xu" To: , , References: <200304240148.h3O1mxxm080603@repoman.freebsd.org> Date: Thu, 24 Apr 2003 09:53:40 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Subject: Re: cvs commit: src/sys/i386/i386 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 01:52:01 -0000 ----- Original Message -----=20 From: "David Xu" To: ; ; = Sent: Thursday, April 24, 2003 9:48 AM Subject: cvs commit: src/sys/i386/i386 trap.c > davidxu 2003/04/23 18:48:59 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/i386/i386 trap.c=20 > Log: > Don't print anything for fault at cpu_switch_load_gs, just like = other > code to recover fault in doreti because of invalid segment = registers, > silently push error to userland. > =20 > Revision Changes Path > 1.250 +3 -6 src/sys/i386/i386/trap.c Forgot to say, Suggested by: bde -- David Xu From owner-cvs-src@FreeBSD.ORG Wed Apr 23 20:38:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377D737B401; Wed, 23 Apr 2003 20:38:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C821443FB1; Wed, 23 Apr 2003 20:37:59 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O3bx0U059852; Wed, 23 Apr 2003 20:37:59 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O3bxqm059850; Wed, 23 Apr 2003 20:37:59 -0700 (PDT) Message-Id: <200304240337.h3O3bxqm059850@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Apr 2003 20:37:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 03:38:00 -0000 des 2003/04/23 20:37:59 PDT FreeBSD src repository Modified files: sys/kern kern_proc.c Log: When filling out a kinfo_proc structure, if we come across a process whose p_stats->p_start has the magic value 1, replace it with boottime. Some users were apparently confused by the fact that ps(1) reported a start time in early 1970 for system processes. Revision Changes Path 1.180 +2 -0 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Wed Apr 23 21:31:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B6337B401; Wed, 23 Apr 2003 21:31:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9833043FA3; Wed, 23 Apr 2003 21:31:26 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O4VQ0U003383; Wed, 23 Apr 2003 21:31:26 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O4VQDO003380; Wed, 23 Apr 2003 21:31:26 -0700 (PDT) Message-Id: <200304240431.h3O4VQDO003380@repoman.freebsd.org> From: Alan Cox Date: Wed, 23 Apr 2003 21:31:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mac.c vfs_subr.c vfs_syscalls.c src/sys/nfsserver nfs_serv.c src/sys/vm vm_contig.c vm_map.c vm_object.c vm_pageout.c vm_pageout.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 04:31:27 -0000 alc 2003/04/23 21:31:26 PDT FreeBSD src repository Modified files: sys/kern kern_mac.c vfs_subr.c vfs_syscalls.c sys/nfsserver nfs_serv.c sys/vm vm_contig.c vm_map.c vm_object.c vm_pageout.c vm_pageout.h Log: - Acquire the vm_object's lock when performing vm_object_page_clean(). - Add a parameter to vm_pageout_flush() that tells vm_pageout_flush() whether its caller has locked the vm_object. (This is a temporary measure to bootstrap vm_object locking.) Revision Changes Path 1.88 +2 -0 src/sys/kern/kern_mac.c 1.442 +2 -0 src/sys/kern/vfs_subr.c 1.313 +2 -0 src/sys/kern/vfs_syscalls.c 1.133 +4 -0 src/sys/nfsserver/nfs_serv.c 1.17 +3 -1 src/sys/vm/vm_contig.c 1.293 +2 -0 src/sys/vm/vm_map.c 1.270 +4 -8 src/sys/vm/vm_object.c 1.232 +7 -4 src/sys/vm/vm_pageout.c 1.33 +1 -1 src/sys/vm/vm_pageout.h From owner-cvs-src@FreeBSD.ORG Wed Apr 23 22:29:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A7037B401; Wed, 23 Apr 2003 22:29:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B0343F3F; Wed, 23 Apr 2003 22:29:27 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O5TR0U045316; Wed, 23 Apr 2003 22:29:27 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O5TRdA045314; Wed, 23 Apr 2003 22:29:27 -0700 (PDT) Message-Id: <200304240529.h3O5TRdA045314@repoman.freebsd.org> From: Alan Cox Date: Wed, 23 Apr 2003 22:29:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm swap_pager.h vm_pageout.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 05:29:28 -0000 alc 2003/04/23 22:29:27 PDT FreeBSD src repository Modified files: sys/vm swap_pager.h vm_pageout.h Log: - Move swap_pager_isswapped()'s prototype to a more logical place. Revision Changes Path 1.40 +1 -0 src/sys/vm/swap_pager.h 1.34 +0 -1 src/sys/vm/vm_pageout.h From owner-cvs-src@FreeBSD.ORG Thu Apr 24 00:29:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B6D537B40B; Thu, 24 Apr 2003 00:29:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C340743FE9; Thu, 24 Apr 2003 00:29:52 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O7Tq0U032551; Thu, 24 Apr 2003 00:29:52 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O7TqMS032549; Thu, 24 Apr 2003 00:29:52 -0700 (PDT) Message-Id: <200304240729.h3O7TqMS032549@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 24 Apr 2003 00:29:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire fwohci_pci.c fwohcireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 07:29:53 -0000 simokawa 2003/04/24 00:29:52 PDT FreeBSD src repository Modified files: sys/dev/firewire fwohci_pci.c fwohcireg.h Log: Add some IEEE 1394 OHCI chips. Partially submitted by: Tetsuya Ryuchi PR: misc/51336 Revision Changes Path 1.22 +20 -0 src/sys/dev/firewire/fwohci_pci.c 1.10 +6 -1 src/sys/dev/firewire/fwohcireg.h From owner-cvs-src@FreeBSD.ORG Thu Apr 24 01:16:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E26037B401; Thu, 24 Apr 2003 01:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A274043F75; Thu, 24 Apr 2003 01:16:07 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O8G70U072130; Thu, 24 Apr 2003 01:16:07 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O8G7U9072127; Thu, 24 Apr 2003 01:16:07 -0700 (PDT) Message-Id: <200304240816.h3O8G7U9072127@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 24 Apr 2003 01:16:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 08:16:08 -0000 tjr 2003/04/24 01:16:07 PDT FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Free mount credentials (mnt_cred) when freeing the mount struct in failure cases to avoid leaking struct ucreds, and ultimately leaking struct uidinfo references. Revision Changes Path 1.106 +5 -0 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 01:20:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D683C37B401; Thu, 24 Apr 2003 01:20:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B2743F75; Thu, 24 Apr 2003 01:20:48 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O8Km0U074597; Thu, 24 Apr 2003 01:20:48 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O8Km0Q074596; Thu, 24 Apr 2003 01:20:48 -0700 (PDT) Message-Id: <200304240820.h3O8Km0Q074596@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 24 Apr 2003 01:20:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d Makefile hostname ipfilter ipfs ipmon ipnat sysctl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 08:20:49 -0000 mtm 2003/04/24 01:20:48 PDT FreeBSD src repository Modified files: etc/rc.d Makefile hostname ipfilter ipfs ipmon ipnat sysctl Log: Make ipfilter, ipnat, ipmon, and ipfs behave more like the old rc. o group them together so they run one right after another o use the NetBSD supplied ipfs script instead of tacking it on to the end of ipnat o Load the ipl module in ipnat and ipfilter, if it's not already loaded o In ipmon and ipnat show a warning if neither ipfilter nor ipnat is enabled or the ipl module is not loaded, and exit Approved by: markm (mentor) (implicit) Tested by: leafy Revision Changes Path 1.15 +3 -3 src/etc/rc.d/Makefile 1.2 +1 -1 src/etc/rc.d/hostname 1.8 +3 -3 src/etc/rc.d/ipfilter 1.2 +29 -5 src/etc/rc.d/ipfs 1.5 +8 -3 src/etc/rc.d/ipmon 1.6 +30 -49 src/etc/rc.d/ipnat 1.12 +1 -1 src/etc/rc.d/sysctl From owner-cvs-src@FreeBSD.ORG Thu Apr 24 01:27:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0952337B404; Thu, 24 Apr 2003 01:27:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94FDD43FBD; Thu, 24 Apr 2003 01:27:29 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O8RT0U080249; Thu, 24 Apr 2003 01:27:29 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O8RToY080247; Thu, 24 Apr 2003 01:27:29 -0700 (PDT) Message-Id: <200304240827.h3O8RToY080247@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 24 Apr 2003 01:27:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d early.sh securelevel X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 08:27:31 -0000 mtm 2003/04/24 01:27:29 PDT FreeBSD src repository Modified files: etc/rc.d securelevel Added files: etc/rc.d early.sh Log: o Add support for running /etc/rc.early o Re-run through /etc/sysctl.conf a second time just before we set the securelevel. Approved by: markm (mentor) (implicit) Reviewed by: dougb Revision Changes Path 1.1 +16 -0 src/etc/rc.d/early.sh (new) 1.5 +4 -0 src/etc/rc.d/securelevel From owner-cvs-src@FreeBSD.ORG Thu Apr 24 02:15:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C542637B401; Thu, 24 Apr 2003 02:15:56 -0700 (PDT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E63F43FA3; Thu, 24 Apr 2003 02:15:56 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (210.50.216.159) by smtp02.syd.iprimus.net.au (7.0.012) id 3E8A1600004327B2; Thu, 24 Apr 2003 19:15:54 +1000 Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000) id B5A8DC90D; Thu, 24 Apr 2003 19:15:57 +1000 (EST) Date: Thu, 24 Apr 2003 19:15:57 +1000 From: Tim Robbins To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20030424191557.A63073@dilbert.robbins.dropbear.id.au> References: <200304240816.h3O8G7U9072127@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200304240816.h3O8G7U9072127@repoman.freebsd.org>; from tjr@FreeBSD.org on Thu, Apr 24, 2003 at 01:16:07AM -0700 Subject: Re: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 09:15:57 -0000 On Thu, Apr 24, 2003 at 01:16:07AM -0700, Tim J. Robbins wrote: > tjr 2003/04/24 01:16:07 PDT > > FreeBSD src repository > > Modified files: > sys/kern vfs_mount.c > Log: > Free mount credentials (mnt_cred) when freeing the mount struct > in failure cases to avoid leaking struct ucreds, and ultimately > leaking struct uidinfo references. Here's the full log message, which explains the implications of the uidinfo refcount leak. //depot/user/tjr/freebsd-tjr/src/sys/kern/vfs_mount.c ... #3 change 29586 edit on 2003/04/23 by tjr@tjr_dev (text+ko) Free mount credentials (mnt_cred) when freeing the mount struct in failures cases to avoid leaking struct ucreds, and ultimately leaking struct uidinfo references. Since the uidinfo reference count was only a "u_short" until a few days ago, this leak could quite easily have caused an overflow after a few thousand failed mount attempts, leading to the struct uidinfo being freed prematurely and the panics in uifree() that Kris was seeing on the ports cluster. I'm not sure that this specific cred leak was causing the problems -- I will look for more. Tim From owner-cvs-src@FreeBSD.ORG Thu Apr 24 02:16:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F096437B404; Thu, 24 Apr 2003 02:16:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEE843F75; Thu, 24 Apr 2003 02:16:01 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O9G10U015666; Thu, 24 Apr 2003 02:16:01 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O9G1at015663; Thu, 24 Apr 2003 02:16:01 -0700 (PDT) Message-Id: <200304240916.h3O9G1at015663@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 24 Apr 2003 02:16:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/apm apm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 09:16:02 -0000 maxim 2003/04/24 02:16:01 PDT FreeBSD src repository Modified files: usr.sbin/apm apm.c Log: Fix a typo: "Managment" -> "Management". PR: bin/47343 Submitted by: Jeremy C. Reed MFC after: 4 days Revision Changes Path 1.30 +1 -1 src/usr.sbin/apm/apm.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 02:27:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53B0C37B401; Thu, 24 Apr 2003 02:27:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E877843FD7; Thu, 24 Apr 2003 02:27:17 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O9RH0U023625; Thu, 24 Apr 2003 02:27:17 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O9RHSF023623; Thu, 24 Apr 2003 02:27:17 -0700 (PDT) Message-Id: <200304240927.h3O9RHSF023623@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 24 Apr 2003 02:27:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire firewire.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 09:27:18 -0000 simokawa 2003/04/24 02:27:17 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.c Log: Fix printf warning for RELENG_4. Revision Changes Path 1.47 +4 -0 src/sys/dev/firewire/firewire.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 02:54:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 940F137B401; Thu, 24 Apr 2003 02:54:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26D043FD7; Thu, 24 Apr 2003 02:54:02 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O9s20U042034; Thu, 24 Apr 2003 02:54:02 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O9s2eu042029; Thu, 24 Apr 2003 02:54:02 -0700 (PDT) Message-Id: <200304240954.h3O9s2eu042029@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 24 Apr 2003 02:54:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 09:54:04 -0000 maxim 2003/04/24 02:54:02 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.birthday Log: Aristotle dies in 02 Oct 322 BC not in March. PR: misc/46440 Submitted by: Sergey A. Osokin MFC after: 4 days Revision Changes Path 1.23 +0 -1 src/usr.bin/calendar/calendars/calendar.birthday From owner-cvs-src@FreeBSD.ORG Thu Apr 24 02:54:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B61C37B405; Thu, 24 Apr 2003 02:54:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE59D43FB1; Thu, 24 Apr 2003 02:54:18 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3O9sI0U042311; Thu, 24 Apr 2003 02:54:18 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3O9sIDc042308; Thu, 24 Apr 2003 02:54:18 -0700 (PDT) Message-Id: <200304240954.h3O9sIDc042308@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 24 Apr 2003 02:54:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 09:54:19 -0000 hmp 2003/04/24 02:54:18 PDT FreeBSD src repository (doc committer) Modified files: share/man/man4 acpi.4 Log: device s/acpica/acpi/ Noticed by: Stefan Farfeleder Approved by: des (mentor) Revision Changes Path 1.7 +1 -1 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Thu Apr 24 03:05:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E348137B401; Thu, 24 Apr 2003 03:05:38 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-67-115-75-1.dsl.lsan03.pacbell.net [67.115.75.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA34343FAF; Thu, 24 Apr 2003 03:05:37 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 58F2366B9B; Thu, 24 Apr 2003 03:05:31 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 0A3E8F6C; Thu, 24 Apr 2003 03:05:30 -0700 (PDT) Date: Thu, 24 Apr 2003 03:05:30 -0700 From: Kris Kennaway To: "Tim J. Robbins" Message-ID: <20030424100527.GB74429@rot13.obsecurity.org> References: <200304240816.h3O8G7U9072127@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3lcZGd9BuhuYXNfi" Content-Disposition: inline In-Reply-To: <200304240816.h3O8G7U9072127@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 10:05:39 -0000 --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 24, 2003 at 01:16:07AM -0700, Tim J. Robbins wrote: > tjr 2003/04/24 01:16:07 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern vfs_mount.c=20 > Log: > Free mount credentials (mnt_cred) when freeing the mount struct > in failure cases to avoid leaking struct ucreds, and ultimately > leaking struct uidinfo references. 8b d8 88 Y8, ,8P 88 Y8, ,8P 88 "8aa8" ,adPPYba, 88 88 8b,dPPYba, 88 88 88 ,adPPYba, `88' a8" "8a 88 88 88P' "Y8 88 88 88 a8P_____88 88 8b d8 88 88 88 88 88 88 8PP""""""" 88 "8a, ,a8" "8a, ,a88 88 "8a, ,a88 88 "8b, ,aa 88 `"YbbdP"' `"YbbdP'Y8 88 `"YbbdP'Y8 88 `"Ybbd8"' Kris --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+p7bmWry0BWjoQKURAt0/AKCuNEZrFf+sabyexjsx5I/fops8NwCgiH2X pU7JtvL3xl93kEu514kEnCo= =tWf4 -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi-- From owner-cvs-src@FreeBSD.ORG Thu Apr 24 04:03:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C4B37B401; Thu, 24 Apr 2003 04:03:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C5643FD7; Thu, 24 Apr 2003 04:03:04 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OB340U092578; Thu, 24 Apr 2003 04:03:04 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OB348X092575; Thu, 24 Apr 2003 04:03:04 -0700 (PDT) Message-Id: <200304241103.h3OB348X092575@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 24 Apr 2003 04:03:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 11:03:05 -0000 tjr 2003/04/24 04:03:04 PDT FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Do a better job of calculating the RSS for swapped-out processes: don't include the kernel stacks of swapped-out threads in the page count, but do include the alternate kernel stack. jhb provided some helpful comments on this. PR: 49102 Revision Changes Path 1.181 +9 -3 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 04:09:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA0A37B401; Thu, 24 Apr 2003 04:09:25 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id B664643FA3; Thu, 24 Apr 2003 04:09:23 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 24 Apr 2003 12:09:22 +0100 (BST) Date: Thu, 24 Apr 2003 12:09:21 +0100 From: David Malone To: Maxim Konovalov Message-ID: <20030424110921.GA31815@walton.maths.tcd.ie> References: <200304240954.h3O9s2eu042029@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304240954.h3O9s2eu042029@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 11:09:26 -0000 On Thu, Apr 24, 2003 at 02:54:02AM -0700, Maxim Konovalov wrote: > maxim 2003/04/24 02:54:02 PDT > > FreeBSD src repository > > Modified files: > usr.bin/calendar/calendars calendar.birthday > Log: > Aristotle dies in 02 Oct 322 BC not in March. Did you manage to find a reference for this? I searched the web (and found both dates listed) and checked in an encyclopaedia (which didn't say exactly). It seems likely we don't actually know what day Aristotle died. David. From owner-cvs-src@FreeBSD.ORG Thu Apr 24 04:15:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF2637B401; Thu, 24 Apr 2003 04:15:18 -0700 (PDT) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 988C243FCB; Thu, 24 Apr 2003 04:15:14 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id AE9D9BE; Thu, 24 Apr 2003 15:15:12 +0400 (MSD) Date: Thu, 24 Apr 2003 15:15:12 +0400 From: "Sergey A. Osokin" To: David Malone Message-ID: <20030424111512.GE2794@freebsd.org.ru> References: <200304240954.h3O9s2eu042029@repoman.freebsd.org> <20030424110921.GA31815@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030424110921.GA31815@walton.maths.tcd.ie> User-Agent: Mutt/1.5.4i cc: Maxim Konovalov cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: osa@FreeBSD.org.ru List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 11:15:19 -0000 On Thu, Apr 24, 2003 at 12:09:21PM +0100, David Malone wrote: > On Thu, Apr 24, 2003 at 02:54:02AM -0700, Maxim Konovalov wrote: > > maxim 2003/04/24 02:54:02 PDT > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/calendar/calendars calendar.birthday > > Log: > > Aristotle dies in 02 Oct 322 BC not in March. > > Did you manage to find a reference for this? I searched the web > (and found both dates listed) and checked in an encyclopaedia (which > didn't say exactly). It seems likely we don't actually know what > day Aristotle died. Yes, please look at http://www.scopesys.com/cgi/today2.cgi?askmonth=10&askday=2 -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-cvs-src@FreeBSD.ORG Thu Apr 24 04:25:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2283A37B401 for ; Thu, 24 Apr 2003 04:25:26 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96B7643F85 for ; Thu, 24 Apr 2003 04:25:24 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.11.6/8.11.6) with ESMTP id h3OBPIG4003446; Thu, 24 Apr 2003 15:25:18 +0400 (MSD) Date: Thu, 24 Apr 2003 15:25:18 +0400 (MSD) From: Maxim Konovalov To: "Sergey A. Osokin" In-Reply-To: <20030424111512.GE2794@freebsd.org.ru> Message-ID: <20030424152505.U4418@news1.macomnet.ru> References: <200304240954.h3O9s2eu042029@repoman.freebsd.org> <20030424111512.GE2794@freebsd.org.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Malone cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 11:25:26 -0000 On 15:15+0400, Apr 24, 2003, Sergey A. Osokin wrote: > On Thu, Apr 24, 2003 at 12:09:21PM +0100, David Malone wrote: > > On Thu, Apr 24, 2003 at 02:54:02AM -0700, Maxim Konovalov wrote: > > > maxim 2003/04/24 02:54:02 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.bin/calendar/calendars calendar.birthday > > > Log: > > > Aristotle dies in 02 Oct 322 BC not in March. > > > > Did you manage to find a reference for this? I searched the web > > (and found both dates listed) and checked in an encyclopaedia (which > > didn't say exactly). It seems likely we don't actually know what > > day Aristotle died. > > Yes, please look at > http://www.scopesys.com/cgi/today2.cgi?askmonth=10&askday=2 and http://www.scopesys.com/cgi/today2.cgi?askmonth=3&askday=7 :-) -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Apr 24 04:29:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A533037B401 for ; Thu, 24 Apr 2003 04:29:02 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id C675443FD7 for ; Thu, 24 Apr 2003 04:29:01 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 24 Apr 2003 12:29:01 +0100 (BST) To: Maxim Konovalov In-reply-to: Your message of "Thu, 24 Apr 2003 15:25:18 +0400." <20030424152505.U4418@news1.macomnet.ru> X-Request-Do: Date: Thu, 24 Apr 2003 12:29:00 +0100 From: David Malone Message-ID: <200304241229.aa48576@salmon.maths.tcd.ie> cc: "Sergey A. Osokin" cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 11:29:02 -0000 > > Yes, please look at > > http://www.scopesys.com/cgi/today2.cgi?askmonth=10&askday=2 > and http://www.scopesys.com/cgi/today2.cgi?askmonth=3&askday=7 :-) I had a feeling those might have been cribbed from calendar ;-) Not to worry - it isn't really important. David. From owner-cvs-src@FreeBSD.ORG Thu Apr 24 05:12:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E0B37B401; Thu, 24 Apr 2003 05:12:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0694D43F3F; Thu, 24 Apr 2003 05:12:07 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OCC60U048592; Thu, 24 Apr 2003 05:12:06 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OCC6Ej048588; Thu, 24 Apr 2003 05:12:06 -0700 (PDT) Message-Id: <200304241212.h3OCC6Ej048588@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 24 Apr 2003 05:12:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 12:12:08 -0000 des 2003/04/24 05:12:06 PDT FreeBSD src repository Modified files: sys/kern kern_proc.c Log: It seems that 1 was not a magic value as I thought, but a coincidence. Instead of applying the adjustment to processes with a start time of 1, apply it to all processes with a start time of less than 3600. None of this would be necessary if the start times were recorded in ticks instead of seconds and microseconds. Revision Changes Path 1.182 +2 -2 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 05:22:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A3A37B401; Thu, 24 Apr 2003 05:22:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 932F543FAF; Thu, 24 Apr 2003 05:22:42 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OCMg0U056281; Thu, 24 Apr 2003 05:22:42 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OCMgUb056278; Thu, 24 Apr 2003 05:22:42 -0700 (PDT) Message-Id: <200304241222.h3OCMgUb056278@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 24 Apr 2003 05:22:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/pam.d passwd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 12:22:43 -0000 des 2003/04/24 05:22:42 PDT FreeBSD src repository Modified files: etc/pam.d passwd Log: Add nullok to the pam_unix line. Revision Changes Path 1.3 +1 -1 src/etc/pam.d/passwd From owner-cvs-src@FreeBSD.ORG Thu Apr 24 05:24:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D88CC37B401; Thu, 24 Apr 2003 05:24:20 -0700 (PDT) Received: from critter.freebsd.dk (esplanaden.cybercity.dk [212.242.40.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A26943FAF; Thu, 24 Apr 2003 05:24:19 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h3OCOGRi002050; Thu, 24 Apr 2003 14:24:17 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Dag-Erling Smorgrav From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 24 Apr 2003 05:12:06 PDT." <200304241212.h3OCC6Ej048588@repoman.freebsd.org> Date: Thu, 24 Apr 2003 14:24:16 +0200 Message-ID: <2049.1051187056@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 12:24:21 -0000 In message <200304241212.h3OCC6Ej048588@repoman.freebsd.org>, Dag-Erling Smorgr av writes: >des 2003/04/24 05:12:06 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_proc.c > Log: > It seems that 1 was not a magic value as I thought, but a coincidence. > Instead of applying the adjustment to processes with a start time of 1, > apply it to all processes with a start time of less than 3600. > > None of this would be necessary if the start times were recorded in ticks > instead of seconds and microseconds. The correct solution is to record the start time as "uptime" and add "boottime" to that value before presentation. -- 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 Thu Apr 24 05:26:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F01537B401; Thu, 24 Apr 2003 05:26:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C4AD43FCB; Thu, 24 Apr 2003 05:26:26 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OCQP0U058808; Thu, 24 Apr 2003 05:26:25 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OCQPZK058806; Thu, 24 Apr 2003 05:26:25 -0700 (PDT) Message-Id: <200304241226.h3OCQPZK058806@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 24 Apr 2003 05:26:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 12:26:27 -0000 des 2003/04/24 05:26:25 PDT FreeBSD src repository Modified files: lib/libpam/modules/pam_unix pam_unix.c Log: Remove a bogus null password check which assumed that a user with an empty password must necessarily have an empty pwd->pw_passwd. Also add a check that prevents users from setting a blank password unless the nullok option was specified. Root is still allowed to give anyone a blank password. Revision Changes Path 1.41 +8 -2 src/lib/libpam/modules/pam_unix/pam_unix.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 05:27:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1530F37B401; Thu, 24 Apr 2003 05:27:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A937043FCB; Thu, 24 Apr 2003 05:27:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OCR10U059185; Thu, 24 Apr 2003 05:27:01 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OCR1tF059181; Thu, 24 Apr 2003 05:27:01 -0700 (PDT) Message-Id: <200304241227.h3OCR1tF059181@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 24 Apr 2003 05:27:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 12:27:02 -0000 des 2003/04/24 05:27:01 PDT FreeBSD src repository Modified files: lib/libpam/modules/pam_unix pam_unix.c Log: Forced commit to note that the previous commit was made in response to PR: bin/51245 Revision Changes Path 1.42 +0 -0 src/lib/libpam/modules/pam_unix/pam_unix.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 05:31:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EEB737B404; Thu, 24 Apr 2003 05:31:18 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-67-115-75-1.dsl.lsan03.pacbell.net [67.115.75.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D51543FB1; Thu, 24 Apr 2003 05:31:17 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id CF74766B9B; Thu, 24 Apr 2003 05:31:16 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id A491E1537; Thu, 24 Apr 2003 05:31:16 -0700 (PDT) Date: Thu, 24 Apr 2003 05:31:16 -0700 From: Kris Kennaway To: "Sergey A. Osokin" Message-ID: <20030424123116.GB75211@rot13.obsecurity.org> References: <200304240954.h3O9s2eu042029@repoman.freebsd.org> <20030424110921.GA31815@walton.maths.tcd.ie> <20030424111512.GE2794@freebsd.org.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p4qYPpj5QlsIQJ0K" Content-Disposition: inline In-Reply-To: <20030424111512.GE2794@freebsd.org.ru> User-Agent: Mutt/1.4i cc: David Malone cc: Maxim Konovalov cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.birthday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 12:31:18 -0000 --p4qYPpj5QlsIQJ0K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 24, 2003 at 03:15:12PM +0400, Sergey A. Osokin wrote: > On Thu, Apr 24, 2003 at 12:09:21PM +0100, David Malone wrote: > > On Thu, Apr 24, 2003 at 02:54:02AM -0700, Maxim Konovalov wrote: > > > maxim 2003/04/24 02:54:02 PDT > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > usr.bin/calendar/calendars calendar.birthday=20 > > > Log: > > > Aristotle dies in 02 Oct 322 BC not in March. > >=20 > > Did you manage to find a reference for this? I searched the web > > (and found both dates listed) and checked in an encyclopaedia (which > > didn't say exactly). It seems likely we don't actually know what > > day Aristotle died. >=20 > Yes, please look at > http://www.scopesys.com/cgi/today2.cgi?askmonth=3D10&askday=3D2 That's not a reference, that's another calendar. Kris --p4qYPpj5QlsIQJ0K Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+p9kUWry0BWjoQKURAmPrAJ4qDOqAILe1Q1nU4y+3HFBvBHQRlwCfTVt+ UXIdWo33mecXgkyra+/ryDE= =WkIN -----END PGP SIGNATURE----- --p4qYPpj5QlsIQJ0K-- From owner-cvs-src@FreeBSD.ORG Thu Apr 24 06:22:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4396437B401; Thu, 24 Apr 2003 06:22:34 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F11543F3F; Thu, 24 Apr 2003 06:22:33 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 0946B5308; Thu, 24 Apr 2003 15:22:30 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "Poul-Henning Kamp" From: Dag-Erling Smorgrav Date: Thu, 24 Apr 2003 15:22:29 +0200 In-Reply-To: <2049.1051187056@critter.freebsd.dk> ("Poul-Henning Kamp"'s message of "Thu, 24 Apr 2003 14:24:16 +0200") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <2049.1051187056@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 13:22:35 -0000 --=-=-= "Poul-Henning Kamp" writes: > The correct solution is to record the start time as "uptime" and add > "boottime" to that value before presentation. How about the attached patch? DES -- Dag-Erling Smorgrav - des@ofug.org --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=p_start.diff Index: src/sys/fs/procfs/procfs_status.c =================================================================== RCS file: /home/ncvs/src/sys/fs/procfs/procfs_status.c,v retrieving revision 1.47 diff -u -r1.47 procfs_status.c --- src/sys/fs/procfs/procfs_status.c 17 Apr 2003 22:16:58 -0000 1.47 +++ src/sys/fs/procfs/procfs_status.c 24 Apr 2003 13:20:28 -0000 @@ -42,6 +42,7 @@ */ #include +#include #include #include #include @@ -129,13 +130,14 @@ } if (p->p_sflag & PS_INMEM) { - struct timeval ut, st; + struct timeval start, ut, st; calcru(p, &ut, &st, (struct timeval *) NULL); mtx_unlock_spin(&sched_lock); - sbuf_printf(sb, " %lld,%ld %ld,%ld %ld,%ld", - (long long)p->p_stats->p_start.tv_sec, - p->p_stats->p_start.tv_usec, + start = p->p_stats->p_start; + timevaladd(&start, &boottime); + sbuf_printf(sb, " %ld,%ld %ld,%ld %ld,%ld", + start.tv_sec, start.tv_usec, ut.tv_sec, ut.tv_usec, st.tv_sec, st.tv_usec); } else { Index: src/sys/kern/init_main.c =================================================================== RCS file: /home/ncvs/src/sys/kern/init_main.c,v retrieving revision 1.229 diff -u -r1.229 init_main.c --- src/sys/kern/init_main.c 13 Apr 2003 21:29:10 -0000 1.229 +++ src/sys/kern/init_main.c 24 Apr 2003 13:12:53 -0000 @@ -467,7 +467,7 @@ */ sx_slock(&allproc_lock); LIST_FOREACH(p, &allproc, p_list) { - microtime(&p->p_stats->p_start); + microuptime(&p->p_stats->p_start); p->p_runtime.sec = 0; p->p_runtime.frac = 0; } Index: src/sys/kern/kern_acct.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_acct.c,v retrieving revision 1.63 diff -u -r1.63 kern_acct.c --- src/sys/kern/kern_acct.c 17 Apr 2003 22:20:30 -0000 1.63 +++ src/sys/kern/kern_acct.c 24 Apr 2003 13:21:59 -0000 @@ -250,8 +250,10 @@ acct.ac_stime = encode_comp_t(st.tv_sec, st.tv_usec); /* (3) The elapsed time the command ran (and its starting time) */ - acct.ac_btime = p->p_stats->p_start.tv_sec; - microtime(&tmp); + tmp = boottime; + timevaladd(&tmp, &p->p_stats->p_start); + acct.ac_btime = tmp.tv_sec; + microuptime(&tmp); timevalsub(&tmp, &p->p_stats->p_start); acct.ac_etime = encode_comp_t(tmp.tv_sec, tmp.tv_usec); Index: src/sys/kern/kern_fork.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_fork.c,v retrieving revision 1.193 diff -u -r1.193 kern_fork.c --- src/sys/kern/kern_fork.c 22 Apr 2003 20:54:04 -0000 1.193 +++ src/sys/kern/kern_fork.c 24 Apr 2003 13:14:26 -0000 @@ -688,7 +688,7 @@ * If RFSTOPPED not requested, make child runnable and add to * run queue. */ - microtime(&(p2->p_stats->p_start)); + microuptime(&p2->p_stats->p_start); if ((flags & RFSTOPPED) == 0) { mtx_lock_spin(&sched_lock); p2->p_state = PRS_NORMAL; Index: src/sys/kern/kern_kthread.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_kthread.c,v retrieving revision 1.29 diff -u -r1.29 kern_kthread.c --- src/sys/kern/kern_kthread.c 17 Apr 2003 22:28:28 -0000 1.29 +++ src/sys/kern/kern_kthread.c 24 Apr 2003 13:14:49 -0000 @@ -79,7 +79,7 @@ struct thread *td; struct proc *p2; - if (!proc0.p_stats /* || proc0.p_stats->p_start.tv_sec == 0 */) + if (!proc0.p_stats) panic("kthread_create called too soon"); error = fork1(&thread0, RFMEM | RFFDG | RFPROC | RFSTOPPED | flags, Index: src/sys/kern/kern_proc.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_proc.c,v retrieving revision 1.182 diff -u -r1.182 kern_proc.c --- src/sys/kern/kern_proc.c 24 Apr 2003 12:12:06 -0000 1.182 +++ src/sys/kern/kern_proc.c 24 Apr 2003 13:15:14 -0000 @@ -679,8 +679,7 @@ } if ((p->p_sflag & PS_INMEM) && p->p_stats) { kp->ki_start = p->p_stats->p_start; - if (kp->ki_start.tv_sec < 3600) - kp->ki_start.tv_sec += boottime.tv_sec; + timevaladd(&kp->ki_start, &boottime); kp->ki_rusage = p->p_stats->p_ru; kp->ki_childtime.tv_sec = p->p_stats->p_cru.ru_utime.tv_sec + p->p_stats->p_cru.ru_stime.tv_sec; Index: src/sys/nfsclient/nfs_lock.c =================================================================== RCS file: /home/ncvs/src/sys/nfsclient/nfs_lock.c,v retrieving revision 1.33 diff -u -r1.33 nfs_lock.c --- src/sys/nfsclient/nfs_lock.c 26 Mar 2003 19:21:34 -0000 1.33 +++ src/sys/nfsclient/nfs_lock.c 24 Apr 2003 13:16:08 -0000 @@ -116,6 +116,7 @@ MALLOC(p->p_nlminfo, struct nlminfo *, sizeof(struct nlminfo), M_LOCKF, M_WAITOK | M_ZERO); p->p_nlminfo->pid_start = p->p_stats->p_start; + timevaladd(&p->p_nlminfo->pid_start, &boottime); } msg.lm_msg_ident.pid_start = p->p_nlminfo->pid_start; msg.lm_msg_ident.msg_seq = ++(p->p_nlminfo->msg_seq); --=-=-=-- From owner-cvs-src@FreeBSD.ORG Thu Apr 24 07:25:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C4137B401; Thu, 24 Apr 2003 07:25:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A0C43F93; Thu, 24 Apr 2003 07:25:39 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OEPc0U043949; Thu, 24 Apr 2003 07:25:38 -0700 (PDT) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OEPcO1043942; Thu, 24 Apr 2003 07:25:38 -0700 (PDT) Message-Id: <200304241425.h3OEPcO1043942@repoman.freebsd.org> From: Alexander Kabaev Date: Thu, 24 Apr 2003 07:25:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys limits.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 14:25:39 -0000 kan 2003/04/24 07:25:38 PDT FreeBSD src repository Modified files: sys/sys limits.h Log: Fix a typo in UINT_MAX definition. Revision Changes Path 1.2 +1 -1 src/sys/sys/limits.h From owner-cvs-src@FreeBSD.ORG Thu Apr 24 07:38:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7241A37B404; Thu, 24 Apr 2003 07:38:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E315B43FE1; Thu, 24 Apr 2003 07:38:42 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OEcg0U053557; Thu, 24 Apr 2003 07:38:42 -0700 (PDT) (envelope-from ghelmer@repoman.freebsd.org) Received: (from ghelmer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OEcgQ0053555; Thu, 24 Apr 2003 07:38:42 -0700 (PDT) Message-Id: <200304241438.h3OEcgQ0053555@repoman.freebsd.org> From: Guy Helmer Date: Thu, 24 Apr 2003 07:38:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rpc.lockd lockd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 14:38:44 -0000 ghelmer 2003/04/24 07:38:42 PDT FreeBSD src repository Modified files: usr.sbin/rpc.lockd lockd.c Log: init_nsm() is executed after a call to daemon(*, 0), so error and warning messages should be logged rather than sent to /dev/null. PR: bin/45461 Revision Changes Path 1.15 +4 -2 src/usr.sbin/rpc.lockd/lockd.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 08:26:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C390B37B401; Thu, 24 Apr 2003 08:26:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6519C43F85; Thu, 24 Apr 2003 08:26:28 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OFQS0U090757; Thu, 24 Apr 2003 08:26:28 -0700 (PDT) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OFQScp090754; Thu, 24 Apr 2003 08:26:28 -0700 (PDT) Message-Id: <200304241526.h3OFQScp090754@repoman.freebsd.org> From: Wilko Bulte Date: Thu, 24 Apr 2003 08:26:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 15:26:29 -0000 wilko 2003/04/24 08:26:28 PDT FreeBSD src repository Modified files: . access Log: Store rnordier's commit bit for safekeeping in the core vault, per his request to core on 20030324. With hat: core-secretary Submitted by: rnordier Revision Changes Path 1.596 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu Apr 24 08:27:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97CD037B401; Thu, 24 Apr 2003 08:27:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3752543FD7; Thu, 24 Apr 2003 08:27:07 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OFR70U091306; Thu, 24 Apr 2003 08:27:07 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OFR6CZ091303; Thu, 24 Apr 2003 08:27:06 -0700 (PDT) Message-Id: <200304241527.h3OFR6CZ091303@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 24 Apr 2003 08:27:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire fwohci.c sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 15:27:08 -0000 simokawa 2003/04/24 08:27:06 PDT FreeBSD src repository Modified files: sys/dev/firewire fwohci.c sbp.c Log: Fix printf warnings for i386 with PAE. Submitted by: harti Revision Changes Path 1.48 +2 -2 src/sys/dev/firewire/fwohci.c 1.43 +14 -12 src/sys/dev/firewire/sbp.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 09:20:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 136C837B401; Thu, 24 Apr 2003 09:20:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D4D43FD7; Thu, 24 Apr 2003 09:20:15 -0700 (PDT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OGKF0U031893; Thu, 24 Apr 2003 09:20:15 -0700 (PDT) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OGKF9Z031886; Thu, 24 Apr 2003 09:20:15 -0700 (PDT) Message-Id: <200304241620.h3OGKF9Z031886@repoman.freebsd.org> From: Wes Peters Date: Thu, 24 Apr 2003 09:20:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 16:20:16 -0000 wes 2003/04/24 09:20:15 PDT FreeBSD src repository Modified files: sys/sys proc.h Log: Make P_PROTECTED not conflict with P_STOPPED_SIG. Replace P_UNUSED100000 which is *truly* unused, until now. Submitted by: Robert Drehmel Revision Changes Path 1.323 +1 -2 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Thu Apr 24 09:51:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC1537B401; Thu, 24 Apr 2003 09:51:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283F143FB1; Thu, 24 Apr 2003 09:51:09 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OGp80U054817; Thu, 24 Apr 2003 09:51:08 -0700 (PDT) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OGp8S2054808; Thu, 24 Apr 2003 09:51:08 -0700 (PDT) Message-Id: <200304241651.h3OGp8S2054808@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 24 Apr 2003 09:51:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/nfs bootp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 16:51:11 -0000 ambrisko 2003/04/24 09:51:08 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/nfs bootp_subr.c Log: MFC: Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by the kernel BOOTP option. The format will be: FreeBSD:: this way people can tune their DHCP server to server up root file systems via the OS, machine type and version. PR: 50249 (since MFC reminder seemed to be broken) Revision Changes Path 1.20.2.9 +15 -2 src/sys/nfs/bootp_subr.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 09:57:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A4937B401; Thu, 24 Apr 2003 09:57:09 -0700 (PDT) Received: from espresso.bsdmike.org (espresso.bsdmike.org [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B32143FB1; Thu, 24 Apr 2003 09:57:08 -0700 (PDT) (envelope-from mike@espresso.bsdmike.org) Received: by espresso.bsdmike.org (Postfix, from userid 1002) id 262C99C81; Thu, 24 Apr 2003 12:42:23 -0400 (EDT) Date: Thu, 24 Apr 2003 12:42:23 -0400 From: Mike Barcroft To: Wes Peters Message-ID: <20030424124223.K36743@espresso.bsdmike.org> References: <200304241620.h3OGKF9Z031886@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304241620.h3OGKF9Z031886@repoman.freebsd.org>; from wes@FreeBSD.org on Thu, Apr 24, 2003 at 09:20:15AM -0700 Organization: The FreeBSD Project cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 16:57:09 -0000 Wes Peters writes: > wes 2003/04/24 09:20:15 PDT > > FreeBSD src repository > > Modified files: > sys/sys proc.h > Log: > Make P_PROTECTED not conflict with P_STOPPED_SIG. Replace > P_UNUSED100000 which is *truly* unused, until now. > > Submitted by: Robert Drehmel > > Revision Changes Path > 1.323 +1 -2 src/sys/sys/proc.h Who says style bugs don't cause real bugs. :) This section of code is in need of a clean up. Best regards, Mike Barcroft From owner-cvs-src@FreeBSD.ORG Thu Apr 24 09:57:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AED337B404; Thu, 24 Apr 2003 09:57:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 288B843F93; Thu, 24 Apr 2003 09:57:31 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OGvU0U059537; Thu, 24 Apr 2003 09:57:30 -0700 (PDT) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OGvUnN059534; Thu, 24 Apr 2003 09:57:30 -0700 (PDT) Message-Id: <200304241657.h3OGvUnN059534@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 24 Apr 2003 09:57:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc/sendmail freebsd.mc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 16:57:32 -0000 gshapiro 2003/04/24 09:57:30 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) etc/sendmail freebsd.mc Log: MFC: The sendmail binary now has a reasonable default for MaxMimeHeaderLength built in. No need to set it here. Revision Changes Path 1.28 +0 -1 src/etc/sendmail/freebsd.mc Revision Changes Path 1.10.2.18 +0 -1 src/etc/sendmail/freebsd.mc From owner-cvs-src@FreeBSD.ORG Thu Apr 24 10:41:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B7037B401; Thu, 24 Apr 2003 10:41:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB29043FD7; Thu, 24 Apr 2003 10:41:20 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OHfK0U090308; Thu, 24 Apr 2003 10:41:20 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OHfKWu090304; Thu, 24 Apr 2003 10:41:20 -0700 (PDT) Message-Id: <200304241741.h3OHfKWu090304@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 10:41:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net getaddrinfo.c name6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 17:41:21 -0000 nectar 2003/04/24 10:41:20 PDT FreeBSD src repository Modified files: lib/libc/net getaddrinfo.c name6.c Log: Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by namespace.h. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.38 +1 -1 src/lib/libc/net/getaddrinfo.c 1.32 +2 -2 src/lib/libc/net/name6.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 11:05:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0661537B401; Thu, 24 Apr 2003 11:05:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9826D43FB1; Thu, 24 Apr 2003 11:05:48 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OI5m0U005340; Thu, 24 Apr 2003 11:05:48 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OI5mDJ005335; Thu, 24 Apr 2003 11:05:48 -0700 (PDT) Message-Id: <200304241805.h3OI5mDJ005335@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 11:05:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net gethostnamadr.c getnetnamadr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 18:05:49 -0000 nectar 2003/04/24 11:05:48 PDT FreeBSD src repository Modified files: lib/libc/net gethostnamadr.c getnetnamadr.c Log: Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by namespace.h. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.21 +4 -2 src/lib/libc/net/gethostnamadr.c 1.17 +4 -2 src/lib/libc/net/getnetnamadr.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 11:14:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF35737B401; Thu, 24 Apr 2003 11:14:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DD343F85; Thu, 24 Apr 2003 11:14:52 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OIEq0U013969; Thu, 24 Apr 2003 11:14:52 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OIEql6013966; Thu, 24 Apr 2003 11:14:52 -0700 (PDT) Message-Id: <200304241814.h3OIEql6013966@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 24 Apr 2003 11:14:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d ipnat X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 18:14:53 -0000 mtm 2003/04/24 11:14:52 PDT FreeBSD src repository Modified files: etc/rc.d ipnat Log: Use $ipnat_program instead of the hardcoded path, which was wron anyways. Approved by: markm (mentor) (implicit) Submitted by: leafy Revision Changes Path 1.7 +1 -1 src/etc/rc.d/ipnat From owner-cvs-src@FreeBSD.ORG Thu Apr 24 11:19:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8246537B401; Thu, 24 Apr 2003 11:19:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20E5243FDD; Thu, 24 Apr 2003 11:19:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OIJJ0U018199; Thu, 24 Apr 2003 11:19:19 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OIJJpG018195; Thu, 24 Apr 2003 11:19:19 -0700 (PDT) Message-Id: <200304241819.h3OIJJpG018195@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Apr 2003 11:19:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 18:19:20 -0000 jhb 2003/04/24 11:19:19 PDT FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Fail to mount a device if the bytes per sector in the BPB is less than DEV_BSIZE or if the number of FAT sectors is zero. Revision Changes Path 1.101 +6 -0 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 11:21:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B2A37B408 for ; Thu, 24 Apr 2003 11:21:25 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B9143FB1 for ; Thu, 24 Apr 2003 11:21:23 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20536 invoked from network); 24 Apr 2003 18:21:28 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 24 Apr 2003 18:21:28 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h3OILKOv000749; Thu, 24 Apr 2003 14:21:20 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200304241819.h3OIJJpG018195@repoman.freebsd.org> Date: Thu, 24 Apr 2003 14:21:24 -0400 (EDT) From: John Baldwin To: John Baldwin cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 18:21:25 -0000 On 24-Apr-2003 John Baldwin wrote: > jhb 2003/04/24 11:19:19 PDT > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > Log: > Fail to mount a device if the bytes per sector in the BPB is less than > DEV_BSIZE or if the number of FAT sectors is zero. Windows formatted iPod's have a fake DOS BPB at the start of their disk. If you tried to mount it as a msdos filesystem before this change, the kernel would panic. Now you get EINVAL. If you stick GEOM_APPLE in your kernel, then the apple label at the start of the disk is recognized, and you can mount /dev/da0s2 as a msdos filesystem. -- 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 Apr 24 11:25:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF5E437B401; Thu, 24 Apr 2003 11:25:50 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C2043FB1; Thu, 24 Apr 2003 11:25:47 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h3OIPkwd001361; Thu, 24 Apr 2003 20:25:46 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: John Baldwin From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 24 Apr 2003 14:21:24 EDT." Date: Thu, 24 Apr 2003 20:25:46 +0200 Message-ID: <1360.1051208746@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 18:25:51 -0000 In message , John Baldwin writes: >If you stick GEOM_APPLE in your >kernel, then the apple label at the start of the disk is recognized, and >you can mount /dev/da0s2 as a msdos filesystem. "This feature was brought to you by the Campaign For Endian-Agnostic Disk Partitioning Interpretation. " :-) -- 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 Thu Apr 24 12:00:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3146037B404; Thu, 24 Apr 2003 12:00:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F9C43FA3; Thu, 24 Apr 2003 12:00:38 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OJ0c0U049723; Thu, 24 Apr 2003 12:00:38 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OJ0c6t049717; Thu, 24 Apr 2003 12:00:38 -0700 (PDT) Message-Id: <200304241900.h3OJ0c6t049717@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 12:00:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src/crypto/telnet/libtelnet kerberos5.c src/kerberos5/lib/libtelnet Makefile src/kerberos5/libexec/telnetd Makefile src/kerberos5/usr.bin/telnet Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 19:00:39 -0000 nectar 2003/04/24 12:00:37 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) crypto/telnet/libtelnet kerberos5.c kerberos5/lib/libtelnet Makefile kerberos5/libexec/telnetd Makefile kerberos5/usr.bin/telnet Makefile Log: MFC 1.7 src/crypto/telnet/libtelnet/kerberos5.c 1.17 src/kerberos5/lib/libtelnet/Makefile 1.16 src/kerberos5/libexec/telnetd/Makefile 1.17 src/kerberos5/usr.bin/telnet/Makefile: Unbreak Kerberos 5 authentication in telnet. Requested by: Tim Kientzle Revision Changes Path 1.1.1.1.8.1.6.1 +25 -1 src/crypto/telnet/libtelnet/kerberos5.c 1.14.2.3.4.1 +1 -0 src/kerberos5/lib/libtelnet/Makefile 1.15.2.1.6.1 +1 -1 src/kerberos5/libexec/telnetd/Makefile 1.16.2.1.6.1 +1 -1 src/kerberos5/usr.bin/telnet/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 24 12:02:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 611FA37B405; Thu, 24 Apr 2003 12:02:17 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A72243FBF; Thu, 24 Apr 2003 12:02:16 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 061C3B4; Thu, 24 Apr 2003 14:02:16 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 55C4478C66; Thu, 24 Apr 2003 14:02:15 -0500 (CDT) Date: Thu, 24 Apr 2003 14:02:15 -0500 From: "Jacques A. Vidrine" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20030424190215.GA40123@madman.celabo.org> References: <200304241900.h3OJ0c6t049717@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304241900.h3OJ0c6t049717@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 Subject: Re: cvs commit: src/crypto/telnet/libtelnet kerberos5.c src/kerberos5/lib/libtelnet Makefile src/kerberos5/libexec/telnetd Makefile src/kerberos5/usr.bin/telnet Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 19:02:17 -0000 On Thu, Apr 24, 2003 at 12:00:37PM -0700, Jacques A. Vidrine wrote: > nectar 2003/04/24 12:00:37 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4_8) Uh, dammit. Just shortly after I sent a reminder to -developers, too. Sorry folks, I'll be backing this out. /me wanders off with new pointy hat -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Thu Apr 24 12:05:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87DD137B401; Thu, 24 Apr 2003 12:05:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 232B543F3F; Thu, 24 Apr 2003 12:05:10 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OJ590U054047; Thu, 24 Apr 2003 12:05:09 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OJ59Ca054045; Thu, 24 Apr 2003 12:05:09 -0700 (PDT) Message-Id: <200304241905.h3OJ59Ca054045@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 12:05:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src/crypto/telnet/libtelnet kerberos5.c src/kerberos5/lib/libtelnet Makefile src/kerberos5/libexec/telnetd Makefile src/kerberos5/usr.bin/telnet Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 19:05:11 -0000 nectar 2003/04/24 12:05:09 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) crypto/telnet/libtelnet kerberos5.c kerberos5/lib/libtelnet Makefile kerberos5/libexec/telnetd Makefile kerberos5/usr.bin/telnet Makefile Log: Back out previous commit (wrong branch). Must love pointy hats: nectar Revision Changes Path 1.1.1.1.8.1.6.2 +1 -25 src/crypto/telnet/libtelnet/kerberos5.c 1.14.2.3.4.2 +0 -1 src/kerberos5/lib/libtelnet/Makefile 1.15.2.1.6.2 +1 -1 src/kerberos5/libexec/telnetd/Makefile 1.16.2.1.6.2 +1 -1 src/kerberos5/usr.bin/telnet/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 24 12:14:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDC037B401; Thu, 24 Apr 2003 12:14:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B941A43F75; Thu, 24 Apr 2003 12:14:00 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OJE00U060296; Thu, 24 Apr 2003 12:14:00 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OJE0w6060288; Thu, 24 Apr 2003 12:14:00 -0700 (PDT) Message-Id: <200304241914.h3OJE0w6060288@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 12:14:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/crypto/telnet/libtelnet kerberos5.c src/kerberos5/lib/libtelnet Makefile src/kerberos5/libexec/telnetd Makefile src/kerberos5/usr.bin/telnet Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 19:14:01 -0000 nectar 2003/04/24 12:14:00 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/telnet/libtelnet kerberos5.c kerberos5/lib/libtelnet Makefile kerberos5/libexec/telnetd Makefile kerberos5/usr.bin/telnet Makefile Log: MFC 1.7 src/crypto/telnet/libtelnet/kerberos5.c 1.17 src/kerberos5/lib/libtelnet/Makefile 1.16 src/kerberos5/libexec/telnetd/Makefile 1.17 src/kerberos5/usr.bin/telnet/Makefile: Unbreak Kerberos 5 authentication in telnet. Requested by: Tim Kientzle Revision Changes Path 1.1.1.1.8.2 +25 -1 src/crypto/telnet/libtelnet/kerberos5.c 1.14.2.4 +1 -0 src/kerberos5/lib/libtelnet/Makefile 1.15.2.2 +1 -1 src/kerberos5/libexec/telnetd/Makefile 1.16.2.2 +1 -1 src/kerberos5/usr.bin/telnet/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 24 12:57:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03FC37B401; Thu, 24 Apr 2003 12:57:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F00043F75; Thu, 24 Apr 2003 12:57:32 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OJvW0U097714; Thu, 24 Apr 2003 12:57:32 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OJvWKH097713; Thu, 24 Apr 2003 12:57:32 -0700 (PDT) Message-Id: <200304241957.h3OJvWKH097713@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 12:57:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net nsdispatch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 19:57:33 -0000 nectar 2003/04/24 12:57:32 PDT FreeBSD src repository Modified files: lib/libc/net nsdispatch.c Log: Don't complain about missing NSS methods when built statically. It is annoying and not very useful. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.8 +3 -1 src/lib/libc/net/nsdispatch.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:11:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D3C37B401; Thu, 24 Apr 2003 13:11:56 -0700 (PDT) Received: from ns1.gnf.org (ns1.gnf.org [63.196.132.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA0E43FAF; Thu, 24 Apr 2003 13:11:54 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from EXCHCLUSTER01.lj.gnf.org (exch01.lj.gnf.org [172.25.10.19]) by ns1.gnf.org (8.12.6p2/8.12.3) with ESMTP id h3OKBqZu010034; Thu, 24 Apr 2003 13:11:52 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from roark.gnf.org ([172.25.24.15]) by EXCHCLUSTER01.lj.gnf.org with Microsoft SMTPSVC(5.0.2195.5329); Thu, 24 Apr 2003 13:11:54 -0700 Received: from roark.gnf.org (localhost [127.0.0.1]) by roark.gnf.org (8.12.9/8.12.9) with ESMTP id h3OKBsZc091562; Thu, 24 Apr 2003 13:11:54 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: (from gtetlow@localhost) by roark.gnf.org (8.12.9/8.12.9/Submit) id h3OKBrm4091561; Thu, 24 Apr 2003 13:11:53 -0700 (PDT) (envelope-from gtetlow) Date: Thu, 24 Apr 2003 13:11:53 -0700 From: Gordon Tetlow To: "Jordan K. Hubbard" Message-ID: <20030424201153.GS9682@roark.gnf.org> References: <200304232342.h3NNgOmh083592@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MljkYTiQARTYtn+v" Content-Disposition: inline In-Reply-To: <200304232342.h3NNgOmh083592@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . X-OriginalArrivalTime: 24 Apr 2003 20:11:54.0915 (UTC) FILETIME=[C0507F30:01C30A9D] cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/regression/fsx fsx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 20:11:56 -0000 --MljkYTiQARTYtn+v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 23, 2003 at 04:42:24PM -0700, Jordan K. Hubbard wrote: > jkh 2003/04/23 16:42:24 PDT >=20 > FreeBSD src repository >=20 > Modified files: > tools/regression/fsx fsx.c=20 > Log: > Sync with latest and greatest Apple sources (which, among other things,= fix > the style flag). > =20 > Submitted by: Conrad Minshall > Reviewed by: jkh ^^^^^^^^^^^^^^^^ Do you typically review your own commits? =3D) -gordon --MljkYTiQARTYtn+v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+qEUJRu2t9DV9ZfsRApetAKDGgbnfcOFPJSyzPS1cpp0q1XcuUgCfWuoD twP5+v+642JoCmRlIz0VmIM= =zc+2 -----END PGP SIGNATURE----- --MljkYTiQARTYtn+v-- From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:16:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B080C37B401; Thu, 24 Apr 2003 13:16:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBA543FBD; Thu, 24 Apr 2003 13:16:22 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OKGM0U011990; Thu, 24 Apr 2003 13:16:22 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OKGMkq011987; Thu, 24 Apr 2003 13:16:22 -0700 (PDT) Message-Id: <200304242016.h3OKGMkq011987@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 13:16:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getusershell.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 20:16:23 -0000 nectar 2003/04/24 13:16:21 PDT FreeBSD src repository Modified files: lib/libc/gen getusershell.c Log: Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by namespace.h. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.9 +3 -1 src/lib/libc/gen/getusershell.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:36:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E6137B401; Thu, 24 Apr 2003 13:36:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84E743FD7; Thu, 24 Apr 2003 13:36:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OKaW0U026899; Thu, 24 Apr 2003 13:36:32 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OKaWc6026895; Thu, 24 Apr 2003 13:36:32 -0700 (PDT) Message-Id: <200304242036.h3OKaWc6026895@repoman.freebsd.org> From: Peter Wemm Date: Thu, 24 Apr 2003 13:36:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 20:36:33 -0000 peter 2003/04/24 13:36:32 PDT FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit client machines where the 'long' number of blocks in struct statfs wont fit. Instead of chosing an artificial 512 byte block size, simply scale it up until we avoid an overflow. NFSv3 reports the sizes in bytes, and the blocksize is a figment of nfsclient's imagination. Revision Changes Path 1.133 +23 -11 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:36:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52BDA37B414; Thu, 24 Apr 2003 13:36:53 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2937943FA3; Thu, 24 Apr 2003 13:36:51 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h3OKakZW063268; Thu, 24 Apr 2003 13:36:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h3OKajcv063267; Thu, 24 Apr 2003 13:36:45 -0700 (PDT) Date: Thu, 24 Apr 2003 13:36:44 -0700 From: "David O'Brien" To: Tim Robbins Message-ID: <20030424203644.GA63208@dragon.nuxi.com> References: <200304240816.h3O8G7U9072127@repoman.freebsd.org> <20030424191557.A63073@dilbert.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030424191557.A63073@dilbert.robbins.dropbear.id.au> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@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: Thu, 24 Apr 2003 20:36:54 -0000 On Thu, Apr 24, 2003 at 07:15:57PM +1000, Tim Robbins wrote: > On Thu, Apr 24, 2003 at 01:16:07AM -0700, Tim J. Robbins wrote: > > > tjr 2003/04/24 01:16:07 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/kern vfs_mount.c > > Log: > > Free mount credentials (mnt_cred) when freeing the mount struct > > in failure cases to avoid leaking struct ucreds, and ultimately > > leaking struct uidinfo references. > > Here's the full log message, which explains the implications of the uidinfo > refcount leak. > > //depot/user/tjr/freebsd-tjr/src/sys/kern/vfs_mount.c > ... #3 change 29586 edit on 2003/04/23 by tjr@tjr_dev (text+ko) > > Free mount credentials (mnt_cred) when freeing the mount struct > in failures cases to avoid leaking struct ucreds, and ultimately > leaking struct uidinfo references. > > Since the uidinfo reference count was only a "u_short" until a few > days ago, this leak could quite easily have caused an overflow after > a few thousand failed mount attempts, leading to the struct uidinfo > being freed prematurely and the panics in uifree() that Kris was > seeing on the ports cluster. I'm not sure that this specific cred > leak was causing the problems -- I will look for more. Any reason you didn't put the full log message into CVS? People useing Perforce need to be careful to put the full infomation into CVS also. Also why do people keep following up in email to add information rather than doing a forced commit??? From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:39:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30BCA37B401; Thu, 24 Apr 2003 13:39:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17F743FE1; Thu, 24 Apr 2003 13:39:40 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OKde0U028296; Thu, 24 Apr 2003 13:39:40 -0700 (PDT) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OKde2S028294; Thu, 24 Apr 2003 13:39:40 -0700 (PDT) Message-Id: <200304242039.h3OKde2S028294@repoman.freebsd.org> From: Don Lewis Date: Thu, 24 Apr 2003 13:39:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 20:39:41 -0000 truckman 2003/04/24 13:39:40 PDT FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: VOP_FSYNC() expects to be called with the vnode locked, so lock fvp in nfs_rename() before calling VOP_FSYNC() and unlock fvp immediately after. Reviewed by: bde Revision Changes Path 1.204 +9 -1 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:49:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA3D837B401; Thu, 24 Apr 2003 13:49:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2C043FBD; Thu, 24 Apr 2003 13:49:47 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OKnl0U035396; Thu, 24 Apr 2003 13:49:47 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OKnklC035394; Thu, 24 Apr 2003 13:49:46 -0700 (PDT) Message-Id: <200304242049.h3OKnklC035394@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Apr 2003 13:49:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 20:49:48 -0000 jhb 2003/04/24 13:49:46 PDT FreeBSD src repository Modified files: sys/ia64/ia32 syscalls.master Log: Fix the thr_create() entry by adding a trailing \. Also, sync up the MP safe flag for thr_* with the main table. Revision Changes Path 1.20 +4 -4 src/sys/ia64/ia32/syscalls.master From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:50:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE0BD37B401; Thu, 24 Apr 2003 13:50:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF6B43FE1; Thu, 24 Apr 2003 13:50:02 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OKo20U035538; Thu, 24 Apr 2003 13:50:02 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OKo26H035535; Thu, 24 Apr 2003 13:50:02 -0700 (PDT) Message-Id: <200304242050.h3OKo26H035535@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 24 Apr 2003 13:50:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 20:50:03 -0000 gad 2003/04/24 13:50:02 PDT FreeBSD src repository Modified files: usr.sbin/newsyslog newsyslog.8 Log: Document support for the new 'U' flag, which was implemented back in March as revision 1.64 of newsyslog.c. I plan to MFC these changes next week. MFC after: 1 week Revision Changes Path 1.41 +17 -6 src/usr.sbin/newsyslog/newsyslog.8 From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:50:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC84137B405; Thu, 24 Apr 2003 13:50:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F1943FE1; Thu, 24 Apr 2003 13:50:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OKov0U036229; Thu, 24 Apr 2003 13:50:57 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OKovWp036223; Thu, 24 Apr 2003 13:50:57 -0700 (PDT) Message-Id: <200304242050.h3OKovWp036223@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Apr 2003 13:50:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 20:50:59 -0000 jhb 2003/04/24 13:50:57 PDT FreeBSD src repository Modified files: sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c Log: Regen. Revision Changes Path 1.8 +36 -1 src/sys/ia64/ia32/ia32_proto.h 1.8 +9 -2 src/sys/ia64/ia32/ia32_syscall.h 1.9 +13 -1 src/sys/ia64/ia32/ia32_sysent.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 14:31:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B4937B401; Thu, 24 Apr 2003 14:31:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53DC043FA3; Thu, 24 Apr 2003 14:31:14 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3OLVE0U065745; Thu, 24 Apr 2003 14:31:14 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OLVEJd065743; Thu, 24 Apr 2003 14:31:14 -0700 (PDT) Message-Id: <200304242131.h3OLVEJd065743@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 14:31:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/crypto/kerberosIV/lib/krb krb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 21:31:15 -0000 nectar 2003/04/24 14:31:13 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/kerberosIV/lib/krb krb.h Log: Don't redefine OPENSSL_DES_LIBDES_COMPATIBILITY if it is already defined. Submitted by: Love Revision Changes Path 1.6.2.2 +3 -1 src/crypto/kerberosIV/lib/krb/krb.h From owner-cvs-src@FreeBSD.ORG Thu Apr 24 16:36:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D812637B42F; Thu, 24 Apr 2003 16:36:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DEA443F85; Thu, 24 Apr 2003 16:36:36 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3ONaa0U057893; Thu, 24 Apr 2003 16:36:36 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3ONaZim057889; Thu, 24 Apr 2003 16:36:35 -0700 (PDT) Message-Id: <200304242336.h3ONaZim057889@repoman.freebsd.org> From: Eric Anholt Date: Thu, 24 Apr 2003 16:36:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 23:36:37 -0000 anholt 2003/04/24 16:36:35 PDT FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX option, which has been a source of frustration for many users. Revision Changes Path 1.107 +14 -0 src/sys/compat/linux/linux_ioctl.c 1.16 +3 -0 src/sys/compat/linux/linux_ioctl.h From owner-cvs-src@FreeBSD.ORG Thu Apr 24 16:56:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D5B37B401; Thu, 24 Apr 2003 16:56:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9F6543FCB; Thu, 24 Apr 2003 16:56:58 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3ONuw0U077460; Thu, 24 Apr 2003 16:56:58 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3ONuw9E077457; Thu, 24 Apr 2003 16:56:58 -0700 (PDT) Message-Id: <200304242356.h3ONuw9E077457@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 24 Apr 2003 16:56:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getpwent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 23:56:59 -0000 nectar 2003/04/24 16:56:58 PDT FreeBSD src repository Modified files: lib/libc/gen getpwent.c Log: In compat mode, we `redispatch' the lookup. It is probably a good idea to re-initialize `struct passwd', because e.g. pw_class might get set by one module, but not by another. Add another call to the internal pwd_init function to accomplish this. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.78 +1 -0 src/lib/libc/gen/getpwent.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 17:18:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D13F37B407 for ; Thu, 24 Apr 2003 17:18:20 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 03FD643FDF for ; Thu, 24 Apr 2003 17:18:17 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 63769 invoked by uid 1000); 25 Apr 2003 00:18:18 -0000 Date: Thu, 24 Apr 2003 17:18:18 -0700 (PDT) From: Nate Lawson To: Dag-Erling Smorgrav In-Reply-To: <20030424033805.6B8AC37B4A3@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 00:18:20 -0000 On Wed, 23 Apr 2003, Dag-Erling Smorgrav wrote: > When filling out a kinfo_proc structure, if we come across a process > whose p_stats->p_start has the magic value 1, replace it with boottime. > Some users were apparently confused by the fact that ps(1) reported a > start time in early 1970 for system processes. > > Revision Changes Path > 1.180 +2 -0 src/sys/kern/kern_proc.c > > @@ -673,6 +673,8 @@ > } > if ((p->p_sflag & PS_INMEM) && p->p_stats) { > kp->ki_start = p->p_stats->p_start; > + if (kp->ki_start.tv_sec == 1) > + kp->ki_start = boottime; > kp->ki_rusage = p->p_stats->p_ru; > kp->ki_childtime.tv_sec = p->p_stats->p_cru.ru_utime.tv_sec + > p->p_stats->p_cru.ru_stime.tv_sec; I'm not sure how the above can compile since the types in assignment don't match. -Nate From owner-cvs-src@FreeBSD.ORG Thu Apr 24 17:20:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 256DE37B404; Thu, 24 Apr 2003 17:20:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B976243FE1; Thu, 24 Apr 2003 17:20:40 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P0Ke0U094259; Thu, 24 Apr 2003 17:20:40 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P0KewB094257; Thu, 24 Apr 2003 17:20:40 -0700 (PDT) Message-Id: <200304250020.h3P0KewB094257@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 24 Apr 2003 17:20:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 00:20:41 -0000 tjr 2003/04/24 17:20:40 PDT FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Include altkstack pages in the RSS regardless of whether the process is swapped out. Pointed out by jhb. Revision Changes Path 1.183 +6 -8 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 17:52:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1374C37B401; Thu, 24 Apr 2003 17:52:25 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00AA143FCB; Thu, 24 Apr 2003 17:52:22 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 5BA664D; Thu, 24 Apr 2003 19:52:21 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id A66B578C66; Thu, 24 Apr 2003 19:52:20 -0500 (CDT) Date: Thu, 24 Apr 2003 19:52:20 -0500 From: "Jacques A. Vidrine" To: Juli Mallett Message-ID: <20030425005220.GB23638@madman.celabo.org> References: <200303030940.h239eWGY061182@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303030940.h239eWGY061182@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/fsck fsck.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 00:52:25 -0000 On Mon, Mar 03, 2003 at 01:40:32AM -0800, Juli Mallett wrote: > jmallett 2003/03/03 01:40:32 PST > > FreeBSD src repository > > Modified files: > sbin/fsck fsck.c > Log: > Strip out bogus difference from when this came from NetBSD: transliterating > upper-case alphabetical characters to lower-case ones, and spaces to dashes. > The person who added this when bringing the code from NetBSD has no idea why > he added it, and nobody on freebsd-fs came up with any cases where the icky > part (the conversion of spaces to underscores) was needed. The removal of > the upper-case conversion follows an even more obvious logic: it avoids any > sort of namespace issues. People using StUdLy caps for filesystem names > deserve everything they get. Otherwise, Efs and efs might be totally different > things, but would use the same fsck. And we don't want that, right? That > just provokes the sort of foot-shooting this would prevent. > > If you have problems with this, I'll walk you through using sed on your fstab, > cause the only way you could have problems is if you spelled ufs as "UFS". > Most likely, you haven't done that. > > MFC after: 1 month > > Revision Changes Path > 1.13 +1 -17 src/sbin/fsck/fsck.c Hi Juli, Please back this out. If there is no fstab, the vfstype is retrieved from the disklabel. It will likely be `4.2BSD', and fsck will try to find /sbin/fsck_4.2BSD and fail. Look at `FS_BSDFFS' and `fstypenames[]' in sys/disklabel.h to see what I mean. (A failure of this sort was just reported to me by a coworker.) And please don't remove any more code just because you don't know why it is there. K PLZ THX :-) Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Thu Apr 24 18:12:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 084D537B401; Thu, 24 Apr 2003 18:12:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B020543FA3; Thu, 24 Apr 2003 18:12:35 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P1CZ0U032184; Thu, 24 Apr 2003 18:12:35 -0700 (PDT) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P1CZ6X032181; Thu, 24 Apr 2003 18:12:35 -0700 (PDT) Message-Id: <200304250112.h3P1CZ6X032181@repoman.freebsd.org> From: Juli Mallett Date: Thu, 24 Apr 2003 18:12:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck fsck.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 01:12:36 -0000 jmallett 2003/04/24 18:12:35 PDT FreeBSD src repository Modified files: sbin/fsck fsck.c Log: Back out previous delta to fix fsck on filesystems without an fstab entry, where we want to take the disklabel filesystem type of "4.2BSD" and use fsck_4.2bsd on those filesystems. Add a comment about why the code is there, now that we know: * XXX This is a kludge to make automatic filesystem type guessing * from the disklabel work for "4.2BSD" filesystems. It does a * very limited subset of transliteration to a normalised form of * filesystem name, and we do not seem to enforce a filesystem * name character set. Revision Changes Path 1.14 +23 -1 src/sbin/fsck/fsck.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 18:18:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4051037B401; Thu, 24 Apr 2003 18:18:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B030043F3F; Thu, 24 Apr 2003 18:18:47 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P1Il0U037077; Thu, 24 Apr 2003 18:18:47 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P1IlEb037075; Thu, 24 Apr 2003 18:18:47 -0700 (PDT) Message-Id: <200304250118.h3P1IlEb037075@repoman.freebsd.org> From: Eric Anholt Date: Thu, 24 Apr 2003 18:18:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options src/sys/dev/drm drmP.h drm_bufs.h drm_context.h drm_dma.h drm_drv.h drm_fops.h drm_init.h drm_ioctl.h drm_lists.h drm_lock.h drm_memory.h drm_os_freebsd.h... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 01:18:48 -0000 anholt 2003/04/24 18:18:47 PDT FreeBSD src repository Modified files: sys/conf options sys/dev/drm drmP.h drm_bufs.h drm_context.h drm_dma.h drm_drv.h drm_fops.h drm_ioctl.h drm_lock.h drm_memory.h drm_os_freebsd.h drm_sysctl.h drm_vm.h mga_dma.c mga_drv.c mga_drv.h mga_state.c r128_cce.c r128_drv.c r128_drv.h r128_state.c radeon.h radeon_cp.c radeon_drm.h radeon_drv.c radeon_drv.h radeon_irq.c radeon_mem.c radeon_state.c tdfx_drv.c sys/i386/conf NOTES sys/pc98/conf NOTES Removed files: sys/dev/drm drm_init.h drm_lists.h Log: Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal of the infrastructure for the gamma driver which was removed a while back. The DRM_LINUX option is removed because the handler is now provided by the linux compat code itself. Revision Changes Path 1.392 +0 -1 src/sys/conf/options 1.4 +91 -193 src/sys/dev/drm/drmP.h 1.5 +70 -183 src/sys/dev/drm/drm_bufs.h 1.4 +3 -382 src/sys/dev/drm/drm_context.h 1.5 +3 -349 src/sys/dev/drm/drm_dma.h 1.13 +44 -235 src/sys/dev/drm/drm_drv.h 1.7 +2 -137 src/sys/dev/drm/drm_fops.h 1.3 +0 -111 src/sys/dev/drm/drm_init.h (dead) 1.4 +7 -10 src/sys/dev/drm/drm_ioctl.h 1.4 +0 -242 src/sys/dev/drm/drm_lists.h (dead) 1.3 +4 -146 src/sys/dev/drm/drm_lock.h 1.8 +0 -1 src/sys/dev/drm/drm_memory.h 1.9 +25 -88 src/sys/dev/drm/drm_os_freebsd.h 1.3 +0 -277 src/sys/dev/drm/drm_sysctl.h 1.6 +2 -3 src/sys/dev/drm/drm_vm.h 1.6 +13 -9 src/sys/dev/drm/mga_dma.c 1.5 +0 -1 src/sys/dev/drm/mga_drv.c 1.5 +0 -10 src/sys/dev/drm/mga_drv.h 1.6 +6 -6 src/sys/dev/drm/mga_state.c 1.6 +18 -15 src/sys/dev/drm/r128_cce.c 1.5 +0 -1 src/sys/dev/drm/r128_drv.c 1.5 +0 -9 src/sys/dev/drm/r128_drv.h 1.6 +23 -22 src/sys/dev/drm/r128_state.c 1.3 +6 -7 src/sys/dev/drm/radeon.h 1.6 +37 -43 src/sys/dev/drm/radeon_cp.c 1.4 +4 -0 src/sys/dev/drm/radeon_drm.h 1.6 +0 -1 src/sys/dev/drm/radeon_drv.c 1.5 +14 -19 src/sys/dev/drm/radeon_drv.h 1.2 +1 -1 src/sys/dev/drm/radeon_irq.c 1.2 +21 -22 src/sys/dev/drm/radeon_mem.c 1.6 +42 -27 src/sys/dev/drm/radeon_state.c 1.4 +0 -1 src/sys/dev/drm/tdfx_drv.c 1.1085 +0 -2 src/sys/i386/conf/NOTES 1.6 +0 -2 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Apr 24 18:31:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CBF837B419; Thu, 24 Apr 2003 18:31:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A4DD43F75; Thu, 24 Apr 2003 18:31:57 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P1Vu0U046411; Thu, 24 Apr 2003 18:31:56 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P1VuEm046407; Thu, 24 Apr 2003 18:31:56 -0700 (PDT) Message-Id: <200304250131.h3P1VuEm046407@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 24 Apr 2003 18:31:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 01:32:00 -0000 deischen 2003/04/24 18:31:56 PDT FreeBSD src repository Modified files: lib/libpthread Makefile Log: Remove the %gs restoring hack (already commented out). Don't install man pages. Temporarily (again) rename the library to libkse. It will be put back to libpthread after more wide-spread testing. Revision Changes Path 1.41 +1 -6 src/lib/libpthread/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 24 18:34:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5971937B401; Thu, 24 Apr 2003 18:34:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC78D43FB1; Thu, 24 Apr 2003 18:34:43 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P1Yh0U048861; Thu, 24 Apr 2003 18:34:43 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P1YhEr048858; Thu, 24 Apr 2003 18:34:43 -0700 (PDT) Message-Id: <200304250134.h3P1YhEr048858@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 24 Apr 2003 18:34:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 01:34:44 -0000 deischen 2003/04/24 18:34:43 PDT FreeBSD src repository Modified files: lib Makefile Log: Connect libpthread to the (i386) world. It is currently installed as libkse and will once again be renamed libpthread after more testing. Approved by: re Revision Changes Path 1.151 +4 -1 src/lib/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 24 18:50:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5408C37B401; Thu, 24 Apr 2003 18:50:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15F243FF5; Thu, 24 Apr 2003 18:50:30 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P1oU0U059594; Thu, 24 Apr 2003 18:50:30 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P1oU3k059591; Thu, 24 Apr 2003 18:50:30 -0700 (PDT) Message-Id: <200304250150.h3P1oU3k059591@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 24 Apr 2003 18:50:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/kern kern_context.c kern_thread.c src/sys/pc98/i386 machdep.c src/sys/powerpc/powerpc machdep.c src/sys/sparc64/sparc64 machdep.c src/sys/sys ucontext.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 01:50:31 -0000 deischen 2003/04/24 18:50:30 PDT FreeBSD src repository Modified files: sys/alpha/alpha machdep.c sys/i386/i386 machdep.c sys/ia64/ia64 machdep.c sys/kern kern_context.c kern_thread.c sys/pc98/i386 machdep.c sys/powerpc/powerpc machdep.c sys/sparc64/sparc64 machdep.c sys/sys ucontext.h Log: Add an argument to get_mcontext() which specified whether the syscall return values should be cleared. The system calls getcontext() and swapcontext() want to return 0 on success but these contexts can be switched to at a later time so the return values need to be cleared in the saved register sets. Other callers of get_mcontext() would normally want the context without clearing the return values. Remove the i386-specific context saving from the KSE code. get_mcontext() is not i386-specific any more. Fix a bad pointer in the alpha get_mcontext() code. The context was being bcopy()'d from &td->tf_frame, but tf_frame is itself a pointer, so the thread was being copied instead. Spotted by jake. Glanced at by: jake Reviewed by: bde (months ago) Revision Changes Path 1.201 +7 -3 src/sys/alpha/alpha/machdep.c 1.563 +8 -3 src/sys/i386/i386/machdep.c 1.129 +1 -1 src/sys/ia64/ia64/machdep.c 1.5 +2 -2 src/sys/kern/kern_context.c 1.124 +1 -15 src/sys/kern/kern_thread.c 1.316 +8 -3 src/sys/pc98/i386/machdep.c 1.53 +1 -1 src/sys/powerpc/powerpc/machdep.c 1.90 +5 -1 src/sys/sparc64/sparc64/machdep.c 1.10 +1 -1 src/sys/sys/ucontext.h From owner-cvs-src@FreeBSD.ORG Thu Apr 24 19:10:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA9E237B401; Thu, 24 Apr 2003 19:10:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BCF843FE3; Thu, 24 Apr 2003 19:10:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P2AI0U074481; Thu, 24 Apr 2003 19:10:18 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P2AIvJ074477; Thu, 24 Apr 2003 19:10:18 -0700 (PDT) Message-Id: <200304250210.h3P2AIvJ074477@repoman.freebsd.org> From: Warner Losh Date: Thu, 24 Apr 2003 19:10:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 02:10:19 -0000 imp 2003/04/24 19:10:18 PDT FreeBSD src repository Modified files: . UPDATING Log: Add warning about a potential hang on boot at devd after 20030507 if you have an old kernel and a new userland. I've just committed a fix for devd to work around the kernel bug, but that goes away on May 7th. Revision Changes Path 1.246 +10 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Thu Apr 24 19:13:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B26D737B401; Thu, 24 Apr 2003 19:13:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 521C343FD7; Thu, 24 Apr 2003 19:13:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P2Dh0U077164; Thu, 24 Apr 2003 19:13:43 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P2Dh7O077160; Thu, 24 Apr 2003 19:13:43 -0700 (PDT) Message-Id: <200304250213.h3P2Dh7O077160@repoman.freebsd.org> From: Warner Losh Date: Thu, 24 Apr 2003 19:13:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 02:13:44 -0000 imp 2003/04/24 19:13:42 PDT FreeBSD src repository Modified files: sbin/devd devd.cc Log: Change default to be 'process all events before calling daemon.' Also, put a small work around into devd to prevent a hang on boot this would cause because select used to return 2 rather than 0 for no evetnts due to a bug I fixed a few days ago in subr_bus.c. I'll remove this workaround May 7th. You have until then to upgrade your kernel if you want to run a new devd with an older kernel. Revision Changes Path 1.10 +4 -2 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Thu Apr 24 22:37:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C4D037B401; Thu, 24 Apr 2003 22:37:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E0443F75; Thu, 24 Apr 2003 22:37:05 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P5b40U029698; Thu, 24 Apr 2003 22:37:04 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P5b47E029693; Thu, 24 Apr 2003 22:37:04 -0700 (PDT) Message-Id: <200304250537.h3P5b47E029693@repoman.freebsd.org> From: Scott Long Date: Thu, 24 Apr 2003 22:37:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/iir iir.c iir.h iir_ctrl.c iir_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 05:37:05 -0000 scottl 2003/04/24 22:37:04 PDT FreeBSD src repository Modified files: sys/dev/iir iir.c iir.h iir_ctrl.c iir_pci.c Log: Import latest changes from the vendor. This also is reported to fix the driver at long last! Many thanks to vaidas.damosevicius@if.lt for keeping this issue alive and pursuing Intel for a fix, Intel/ICP for working on the driver, and Sergey Osokin for bringing the original patches up to 5-CURRENT. Revision Changes Path 1.6 +38 -25 src/sys/dev/iir/iir.c 1.4 +54 -9 src/sys/dev/iir/iir.h 1.9 +22 -3 src/sys/dev/iir/iir_ctrl.c 1.7 +2 -1 src/sys/dev/iir/iir_pci.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 23:08:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B76D337B401; Thu, 24 Apr 2003 23:08:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C4043F85; Thu, 24 Apr 2003 23:08:12 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P68C0U052516; Thu, 24 Apr 2003 23:08:12 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P68CIQ052514; Thu, 24 Apr 2003 23:08:12 -0700 (PDT) Message-Id: <200304250608.h3P68CIQ052514@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 24 Apr 2003 23:08:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 06:08:13 -0000 kuriyama 2003/04/24 23:08:12 PDT FreeBSD src repository Modified files: release Makefile Log: Removing comment in some text files for fixit floppy overflow. Approved by: re (murray) Revision Changes Path 1.771 +5 -3 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 24 23:31:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E70E37B401; Thu, 24 Apr 2003 23:31:28 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F4643F85; Thu, 24 Apr 2003 23:31:24 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h3P6VL62035049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Apr 2003 09:31:21 +0300 (EEST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h3P6VLoj035044; Fri, 25 Apr 2003 09:31:21 +0300 (EEST) (envelope-from ru) Date: Fri, 25 Apr 2003 09:31:21 +0300 From: Ruslan Ermilov To: Jun Kuriyama Message-ID: <20030425063121.GH32731@sunbay.com> References: <200304250608.h3P68CIQ052514@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qVHblb/y9DPlgkHs" Content-Disposition: inline In-Reply-To: <200304250608.h3P68CIQ052514@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 06:31:29 -0000 --qVHblb/y9DPlgkHs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 24, 2003 at 11:08:12PM -0700, Jun Kuriyama wrote: > kuriyama 2003/04/24 23:08:12 PDT >=20 > FreeBSD src repository >=20 > Modified files: > release Makefile=20 > Log: > Removing comment in some text files for fixit floppy overflow. > =20 > Approved by: re (murray) > =20 > Revision Changes Path > 1.771 +5 -3 src/release/Makefile >=20 What made it overflow, do you perhaps know? Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --qVHblb/y9DPlgkHs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+qNY5Ukv4P6juNwoRAnv+AJ9UhN87dqcO8XGDFTR7/v/t5Oml9ACfaQ6Y jFgFOMvJJKOy3OqmB8IQvzY= =RAGI -----END PGP SIGNATURE----- --qVHblb/y9DPlgkHs-- From owner-cvs-src@FreeBSD.ORG Thu Apr 24 23:35:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DADB37B401; Thu, 24 Apr 2003 23:35:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19A843FAF; Thu, 24 Apr 2003 23:35:05 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P6Z50U071917; Thu, 24 Apr 2003 23:35:05 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P6Z5LQ071913; Thu, 24 Apr 2003 23:35:05 -0700 (PDT) Message-Id: <200304250635.h3P6Z5LQ071913@repoman.freebsd.org> From: Alan Cox Date: Thu, 24 Apr 2003 23:35:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 06:35:06 -0000 alc 2003/04/24 23:35:05 PDT FreeBSD src repository Modified files: sys/vm vm_page.c Log: - Relax the Giant required in vm_page_remove(). - Remove the Giant required from vm_page_free_toq(). (Any locking errors will be caught by vm_page_remove().) This remedies a panic that occurred when kmem_malloc(NOWAIT) performed without Giant failed to allocate the necessary pages. Reported by: phk Revision Changes Path 1.248 +2 -3 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Thu Apr 24 23:44:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3317737B401; Thu, 24 Apr 2003 23:44:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A4C43FE1; Thu, 24 Apr 2003 23:44:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P6iu0U078849; Thu, 24 Apr 2003 23:44:56 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P6iu6u078846; Thu, 24 Apr 2003 23:44:56 -0700 (PDT) Message-Id: <200304250644.h3P6iu6u078846@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Apr 2003 23:44:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libstand bzlib_private.h.diff X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 06:44:57 -0000 ru 2003/04/24 23:44:56 PDT FreeBSD src repository Modified files: lib/libstand bzlib_private.h.diff Log: Restore bzip2(1) support in loader(8) after Peter's renames of malloc() to Malloc(), and free() to Free(), in zalloc_malloc.c. Revision Changes Path 1.2 +11 -2 src/lib/libstand/bzlib_private.h.diff From owner-cvs-src@FreeBSD.ORG Thu Apr 24 23:50:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF00E37B401; Thu, 24 Apr 2003 23:50:16 -0700 (PDT) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3BA43F3F; Thu, 24 Apr 2003 23:50:15 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 3CB0924D04; Fri, 25 Apr 2003 15:50:14 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 7E7AC24D02; Fri, 25 Apr 2003 15:50:09 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id 3A3451E4651; Fri, 25 Apr 2003 15:50:09 +0900 (JST) Date: Fri, 25 Apr 2003 15:50:09 +0900 Message-ID: <7mk7djhxzy.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Ruslan Ermilov In-Reply-To: <20030425063121.GH32731@sunbay.com> References: <200304250608.h3P68CIQ052514@repoman.freebsd.org> <20030425063121.GH32731@sunbay.com> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 06:50:17 -0000 At Fri, 25 Apr 2003 09:31:21 +0300, Ruslan Ermilov wrote: > > Log: > > Removing comment in some text files for fixit floppy overflow. > > > > Approved by: re (murray) > > > > Revision Changes Path > > 1.771 +5 -3 src/release/Makefile > > > What made it overflow, do you perhaps know? Hmm, I don't know what causes this overflow. It just overflowed only 2 blocks and it fitted in yesterday's build. # I'm testing much trimmed kern.flp because of kern.flp overflow... -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project From owner-cvs-src@FreeBSD.ORG Fri Apr 25 00:08:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB59537B401; Fri, 25 Apr 2003 00:08:51 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id D484843FBD; Fri, 25 Apr 2003 00:08:49 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h3P78g5v006177; Fri, 25 Apr 2003 09:08:42 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id h3P78guF006176; Fri, 25 Apr 2003 09:08:42 +0200 (SAST) (envelope-from jhay) Date: Fri, 25 Apr 2003 09:08:41 +0200 From: John Hay To: Jun Kuriyama Message-ID: <20030425070841.GA6057@zibbi.icomtek.csir.co.za> References: <200304250608.h3P68CIQ052514@repoman.freebsd.org> <20030425063121.GH32731@sunbay.com> <7mk7djhxzy.wl@black.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7mk7djhxzy.wl@black.imgsrc.co.jp> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 07:08:52 -0000 > > > Log: > > > Removing comment in some text files for fixit floppy overflow. > > > > > > Approved by: re (murray) > > > > > > Revision Changes Path > > > 1.771 +5 -3 src/release/Makefile > > > > > What made it overflow, do you perhaps know? > > Hmm, I don't know what causes this overflow. It just overflowed only > 2 blocks and it fitted in yesterday's build. > > # I'm testing much trimmed kern.flp because of kern.flp overflow... Maybe it is the UFS1 to UFS2 default change? Mine didn't, but that is probably because the /usr/src directory of my build machine is 2 weeks old and so I guess the newfs used is still using UFS1 to make the floppies. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Apr 25 00:29:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4B537B401; Fri, 25 Apr 2003 00:29:56 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D7C43F3F; Fri, 25 Apr 2003 00:29:53 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h3P7Tm62042021 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Apr 2003 10:29:48 +0300 (EEST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h3P7Tltg042008; Fri, 25 Apr 2003 10:29:47 +0300 (EEST) (envelope-from ru) Date: Fri, 25 Apr 2003 10:29:47 +0300 From: Ruslan Ermilov To: John Hay Message-ID: <20030425072947.GA41864@sunbay.com> References: <200304250608.h3P68CIQ052514@repoman.freebsd.org> <20030425063121.GH32731@sunbay.com> <7mk7djhxzy.wl@black.imgsrc.co.jp> <20030425070841.GA6057@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <20030425070841.GA6057@zibbi.icomtek.csir.co.za> User-Agent: Mutt/1.5.4i cc: Jun Kuriyama cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 07:29:57 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 25, 2003 at 09:08:41AM +0200, John Hay wrote: > > > > Log: > > > > Removing comment in some text files for fixit floppy overflow. > > > > =20 > > > > Approved by: re (murray) > > > > =20 > > > > Revision Changes Path > > > > 1.771 +5 -3 src/release/Makefile > > > >=20 > > > What made it overflow, do you perhaps know? > >=20 > > Hmm, I don't know what causes this overflow. It just overflowed only > > 2 blocks and it fitted in yesterday's build. > >=20 > > # I'm testing much trimmed kern.flp because of kern.flp overflow... >=20 > Maybe it is the UFS1 to UFS2 default change? Mine didn't, but that is > probably because the /usr/src directory of my build machine is 2 weeks > old and so I guess the newfs used is still using UFS1 to make the > floppies. >=20 It's indeed it. You still remember that MINCYLGRPS issue, do you? ;) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+qOPrUkv4P6juNwoRAo2eAJwNJqGJZtatffYbJy8YgSigRFAxwgCeNEW2 SvWz05pglqYfX1SY5jBgCBE= =rKyw -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-cvs-src@FreeBSD.ORG Fri Apr 25 01:57:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC9F137B401; Fri, 25 Apr 2003 01:57:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5980C43F93; Fri, 25 Apr 2003 01:57:56 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P8vu0U076617; Fri, 25 Apr 2003 01:57:56 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P8vtoI076610; Fri, 25 Apr 2003 01:57:55 -0700 (PDT) Message-Id: <200304250857.h3P8vtoI076610@repoman.freebsd.org> From: Johan Karlsson Date: Fri, 25 Apr 2003 01:57:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/chown Makefile chgrp.1 chown.8 chown.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 08:57:57 -0000 johan 2003/04/25 01:57:55 PDT FreeBSD src repository Modified files: usr.sbin/chown Makefile chgrp.1 chown.8 chown.c Log: Similar to chmod(1); make -v -v mean very verbose and show the old and new uid/gid. PR: 41341 Submitted by: Edward Brocklesby Reviewed by: bde@ (an older version) Revision Changes Path 1.11 +1 -1 src/usr.sbin/chown/Makefile 1.14 +7 -2 src/usr.sbin/chown/chgrp.1 1.22 +6 -1 src/usr.sbin/chown/chown.8 1.26 +31 -3 src/usr.sbin/chown/chown.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 02:01:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F46E37B401; Fri, 25 Apr 2003 02:01:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DFA143FBD; Fri, 25 Apr 2003 02:01:55 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P91s0U081387; Fri, 25 Apr 2003 02:01:54 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P91sDQ081382; Fri, 25 Apr 2003 02:01:54 -0700 (PDT) Message-Id: <200304250901.h3P91sDQ081382@repoman.freebsd.org> From: Nate Lawson Date: Fri, 25 Apr 2003 02:01:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 09:01:55 -0000 njl 2003/04/25 02:01:54 PDT FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c if_fxpvar.h Log: Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet): - Add fxp_start_body() and change fxp_start() to just acquire locks and then call fxp_start_body(). Places that would call fxp_start() with locks held (mutex recursion) now call fxp_start_body() directly. Remove MTX_RECURSE flag from sc_mtx. [gallatin] - Change fxp_attach() to work without the softc lock, saving interrupt hooking until the head of fxp_attach(). - Call ether_ifattach() before overriding ifp parameters. This reverts part of 1.155. - Remove multiple error paths in fxp_attach(). - Teardown interrupt in fxp_detach() before unlocking the softc. - Make sure mutex is not held in fxp_release() - Delete the miibus instance and/or self in fxp_release(), not in fxp_detach(). This can happen if attach fails partway through. - Move ifmedia_removeall to fxp_release() since attach may fail after media have been allocated. - Add locking to fxp_suspend, fxp_resume, fxp_start, fxp_intr, fxp_poll, fxp_tick, fxp_ioctl, fxp_watchdog. - Pass in ifp to fxp_intr_body since its callers sometimes already use it. - Add compatibility define for INTR_MPSAFE for 4.x. [gallatin] - You don't need to bzero softc. Ideas from: gallatin, mux Tested by: >400M packets of dd/ssh, NFS, ping on i386 UP Revision Changes Path 1.174 +131 -51 src/sys/dev/fxp/if_fxp.c 1.25 +3 -0 src/sys/dev/fxp/if_fxpvar.h From owner-cvs-src@FreeBSD.ORG Fri Apr 25 02:03:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B55E37B401; Fri, 25 Apr 2003 02:03:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE7A743FBD; Fri, 25 Apr 2003 02:02:59 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P92x0U082306; Fri, 25 Apr 2003 02:02:59 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P92xnt082302; Fri, 25 Apr 2003 02:02:59 -0700 (PDT) Message-Id: <200304250902.h3P92xnt082302@repoman.freebsd.org> From: Johan Karlsson Date: Fri, 25 Apr 2003 02:02:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/chown Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 09:03:00 -0000 johan 2003/04/25 02:02:59 PDT FreeBSD src repository Modified files: usr.sbin/chown Makefile Log: Forced commit to note that WARNS was changed in the prev commit since this code is WARNS=5 clean. Try to keep it that way. Revision Changes Path 1.12 +0 -0 src/usr.sbin/chown/Makefile From owner-cvs-src@FreeBSD.ORG Fri Apr 25 02:11:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA2437B405 for ; Fri, 25 Apr 2003 02:11:52 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6454843F93 for ; Fri, 25 Apr 2003 02:11:51 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 64459 invoked by uid 1000); 25 Apr 2003 09:11:54 -0000 Date: Fri, 25 Apr 2003 02:11:54 -0700 (PDT) From: Nate Lawson To: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org In-Reply-To: <20030425090201.5740737B48C@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 09:11:52 -0000 On Fri, 25 Apr 2003, Nate Lawson wrote: > njl 2003/04/25 02:01:54 PDT > > Modified files: > sys/dev/fxp if_fxp.c if_fxpvar.h > Log: > Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet): As the comment in the code says, MPSAFE is not enabled because ifnet is not locked yet. I was informed of this by hsu@. However, the driver was very stable for me (no crashes or increased packet loss) so I am committing this code so others can test it. If you do enable MPSAFE, be aware of potential data loss or crashes. For developers, note that the locking in the code path only protects the various fxp routines (fxp_start, fxp_intr, fxp_tick, ...) and is not intended to serialize access to ANY external structures. This is how it should be. Please do not copy the exact approach taken here for a little while until ifnet locking is finished as there may need to be some changes made to this model. -Nate From owner-cvs-src@FreeBSD.ORG Fri Apr 25 02:49:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E84637B401; Fri, 25 Apr 2003 02:49:57 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC62B43FD7; Fri, 25 Apr 2003 02:49:56 -0700 (PDT) (envelope-from hsu@FreeBSD.org) Received: from FreeBSD.org (adsl-63-193-112-125.dsl.snfc21.pacbell.net [63.193.112.125])h3P9ntPi014351; Fri, 25 Apr 2003 04:49:55 -0500 (CDT) Message-Id: <200304250949.h3P9ntPi014351@mta4.rcsntx.swbell.net> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Nate Lawson In-Reply-To: Message from Nate Lawson Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Apr 2003 02:57:20 -0700 From: Jeffrey Hsu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 09:49:58 -0000 > Please do not copy the exact approach taken here for a little > while until ifnet locking is finished as there may need to be > some changes made to this model. These locks are an example of local SMP locking. It is simply not possible to correctly reason about SMP locally. Jeffrey From owner-cvs-src@FreeBSD.ORG Fri Apr 25 02:58:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89BFA37B401; Fri, 25 Apr 2003 02:58:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9287A43FDD; Fri, 25 Apr 2003 02:58:53 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3P9wr0U023555; Fri, 25 Apr 2003 02:58:53 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3P9wrDu023553; Fri, 25 Apr 2003 02:58:53 -0700 (PDT) Message-Id: <200304250958.h3P9wrDu023553@repoman.freebsd.org> From: Johan Karlsson Date: Fri, 25 Apr 2003 02:58:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 09:58:55 -0000 johan 2003/04/25 02:58:53 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: chown(8)/chgrp(1) -v -v. Revision Changes Path 1.550 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 25 03:07:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D63FD37B428; Fri, 25 Apr 2003 03:07:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B8343FB1; Fri, 25 Apr 2003 03:07:50 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PA7o0U031089; Fri, 25 Apr 2003 03:07:50 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PA7o96031086; Fri, 25 Apr 2003 03:07:50 -0700 (PDT) Message-Id: <200304251007.h3PA7o96031086@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 25 Apr 2003 03:07:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/quot quot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 10:07:51 -0000 tjr 2003/04/25 03:07:50 PDT FreeBSD src repository Modified files: usr.sbin/quot quot.c Log: Repair the UFS2 superblock location consistency check so that it succeeds on valid superblocks instead of issuing the error "not a BSD filesystem". fs_sblockloc is a byte offset, not a fragment number. This change makes quot work properly on UFS2 filesystems, which is important now that UFS2 is the default. Revision Changes Path 1.21 +1 -1 src/usr.sbin/quot/quot.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 04:51:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1272637B404; Fri, 25 Apr 2003 04:51:31 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7925843FAF; Fri, 25 Apr 2003 04:51:29 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id B1F095309; Fri, 25 Apr 2003 13:51:27 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Nate Lawson From: Dag-Erling Smorgrav Date: Fri, 25 Apr 2003 13:51:27 +0200 In-Reply-To: (Nate Lawson's message of "Thu, 24 Apr 2003 17:18:18 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 11:51:31 -0000 Nate Lawson writes: > On Wed, 23 Apr 2003, Dag-Erling Smorgrav wrote: >> @@ -673,6 +673,8 @@ >> } >> if ((p->p_sflag & PS_INMEM) && p->p_stats) { >> kp->ki_start = p->p_stats->p_start; >> + if (kp->ki_start.tv_sec == 1) >> + kp->ki_start = boottime; >> kp->ki_rusage = p->p_stats->p_ru; >> kp->ki_childtime.tv_sec = p->p_stats->p_cru.ru_utime.tv_sec + >> p->p_stats->p_cru.ru_stime.tv_sec; > > I'm not sure how the above can compile since the types in assignment don't > match. The preferred procedure is 1) check facts 2) open mouth not 1) open mouth 2) insert foot 3) echo internationally DES -- Dag-Erling Smorgrav - des@ofug.org From owner-cvs-src@FreeBSD.ORG Fri Apr 25 04:57:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32CFC37B401; Fri, 25 Apr 2003 04:57:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C548043FCB; Fri, 25 Apr 2003 04:57:20 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PBvK0U015199; Fri, 25 Apr 2003 04:57:20 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PBvKAK015197; Fri, 25 Apr 2003 04:57:20 -0700 (PDT) Message-Id: <200304251157.h3PBvKAK015197@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 25 Apr 2003 04:57:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/login login.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 11:57:21 -0000 des 2003/04/25 04:57:20 PDT FreeBSD src repository Modified files: usr.bin/login login.c Log: The documented login.conf variable for setting the login prompt is "login_prompt". This makes more sense than "prompt" which is what login actually used, so change the code to match the documentation. PR: docs/51396 MFC in: 3 days Revision Changes Path 1.96 +1 -1 src/usr.bin/login/login.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 05:16:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FB7037B401; Fri, 25 Apr 2003 05:16:09 -0700 (PDT) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id C049943FA3; Fri, 25 Apr 2003 05:16:06 -0700 (PDT) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])h3PCG5E28819; Fri, 25 Apr 2003 14:16:05 +0200 (MEST) Date: Fri, 25 Apr 2003 14:16:05 +0200 (CEST) From: Harti Brandt To: Bill Paul In-Reply-To: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> Message-ID: <20030425141336.Q76877@beagle.fokus.fraunhofer.de> References: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/axeMakefile src/sys/modules/netgraph Makefile src/sys/conf files src/sys/i386/conf GENERIC src/sys/sparc64/conf GENERIC sr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 12:16:09 -0000 Hi Bill, you may want to add a 'nodevice axe' to i386/conf/PAE because there seems to be no usb in PAE so that the compile breaks. harti On Sun, 20 Apr 2003, Bill Paul wrote: BP>wpaul 2003/04/20 12:05:34 PDT BP> BP> FreeBSD src repository BP> BP> Modified files: BP> sys/modules Makefile BP> sys/modules/netgraph Makefile BP> sys/conf files BP> sys/i386/conf GENERIC BP> sys/sparc64/conf GENERIC BP> sys/alpha/conf GENERIC BP> sys/pc98/conf GENERIC BP> sys/dev/usb usbdevs BP> share/man/man4 Makefile BP> usr.sbin/sysinstall devices.c BP> Added files: BP> sys/modules/axe Makefile BP> sys/dev/usb if_axe.c if_axereg.h BP> share/man/man4 axe.4 BP> Log: BP> Add device driver support for the ASIX Electronics AX88172 USB 2.0 BP> ethernet controller. The driver has been tested with the LinkSys BP> USB200M adapter. I know for a fact that there are other devices out BP> there with this chip but don't have all the USB vendor/device IDs. BP> BP> Note: I'm not sure if this will force the driver to end up in the BP> install kernel image or not. Special magic needs to be done to exclude BP> it to keep the boot floppies from bloating again, someone please BP> advise. BP> BP> Revision Changes Path BP> 1.198 +1 -0 src/share/man/man4/Makefile BP> 1.1 +144 -0 src/share/man/man4/axe.4 (new) BP> 1.158 +1 -0 src/sys/alpha/conf/GENERIC BP> 1.785 +1 -0 src/sys/conf/files BP> 1.1 +1192 -0 src/sys/dev/usb/if_axe.c (new) BP> 1.1 +178 -0 src/sys/dev/usb/if_axereg.h (new) BP> 1.119 +4 -0 src/sys/dev/usb/usbdevs BP> 1.381 +1 -0 src/sys/i386/conf/GENERIC BP> 1.319 +1 -0 src/sys/modules/Makefile BP> 1.1 +10 -0 src/sys/modules/axe/Makefile (new) BP> 1.28 +1 -0 src/sys/modules/netgraph/Makefile BP> 1.231 +1 -0 src/sys/pc98/conf/GENERIC BP> 1.53 +1 -0 src/sys/sparc64/conf/GENERIC BP> 1.149 +1 -0 src/usr.sbin/sysinstall/devices.c BP> -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org From owner-cvs-src@FreeBSD.ORG Fri Apr 25 07:37:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B263837B401; Fri, 25 Apr 2003 07:37:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBA443FAF; Fri, 25 Apr 2003 07:37:57 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PEbv0U029548; Fri, 25 Apr 2003 07:37:57 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PEbvK3029546; Fri, 25 Apr 2003 07:37:57 -0700 (PDT) Message-Id: <200304251437.h3PEbvK3029546@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 25 Apr 2003 07:37:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 14:37:58 -0000 bmah 2003/04/25 07:37:56 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: i386 boot loader 1.5TB limit, OpenSSH 3.6.1p1. Modified release notes: Add note about 1.5TB limit to sysinstall note. Revision Changes Path 1.551 +15 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 25 07:42:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D62BA37B401; Fri, 25 Apr 2003 07:42:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 716CC43FB1; Fri, 25 Apr 2003 07:42:54 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PEgs0U033319; Fri, 25 Apr 2003 07:42:54 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PEgsKj033318; Fri, 25 Apr 2003 07:42:54 -0700 (PDT) Message-Id: <200304251442.h3PEgsKj033318@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 25 Apr 2003 07:42:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 14:42:55 -0000 bmah 2003/04/25 07:42:54 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: s/filesystem/file system/ s/bootloader/boot loader/ I hate search and replace sweeps like this as much as anyone else, but in each case I used both alternatives within a single document, so I'm trying to enforce some internal consistency. Revision Changes Path 1.552 +9 -9 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 25 08:08:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC8337B401; Fri, 25 Apr 2003 08:07:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 743BE43F3F; Fri, 25 Apr 2003 08:07:59 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PF7x0U053290; Fri, 25 Apr 2003 08:07:59 -0700 (PDT) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PF7xdl053288; Fri, 25 Apr 2003 08:07:59 -0700 (PDT) Message-Id: <200304251507.h3PF7xdl053288@repoman.freebsd.org> From: Jake Burkholder Date: Fri, 25 Apr 2003 08:07:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:08:00 -0000 jake 2003/04/25 08:07:59 PDT FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Remove harmless invalid cast. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.404 +1 -1 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 08:12:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206F337B401; Fri, 25 Apr 2003 08:12:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A959943F93; Fri, 25 Apr 2003 08:12:21 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PFCL0U055959; Fri, 25 Apr 2003 08:12:21 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PFCLe3055956; Fri, 25 Apr 2003 08:12:21 -0700 (PDT) Message-Id: <200304251512.h3PFCLe3055956@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 25 Apr 2003 08:12:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:12:22 -0000 bmah 2003/04/25 08:12:21 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml Log: Update HTT support text. Revision Changes Path 1.7 +9 -3 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 25 08:13:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 015E037B401; Fri, 25 Apr 2003 08:13:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A1943FAF; Fri, 25 Apr 2003 08:13:18 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PFDI0U056787; Fri, 25 Apr 2003 08:13:18 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PFDIw7056785; Fri, 25 Apr 2003 08:13:18 -0700 (PDT) Message-Id: <200304251513.h3PFDIw7056785@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 25 Apr 2003 08:13:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:13:19 -0000 bmah 2003/04/25 08:13:18 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml Log: Whitespace fix up, no content changes. Translators can ignore this. Revision Changes Path 1.8 +42 -41 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 25 08:46:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E646937B401; Fri, 25 Apr 2003 08:46:47 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985DA43FBF; Fri, 25 Apr 2003 08:46:46 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h3PFkjpw047242 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 25 Apr 2003 08:46:46 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <06e801c30b41$e07a3130$52557f42@errno.com> From: "Sam Leffler" To: "Jacques A. Vidrine" , "Juli Mallett" References: <200303030940.h239eWGY061182@repoman.freebsd.org> <20030425005220.GB23638@madman.celabo.org> Date: Fri, 25 Apr 2003 08:46:45 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck fsck.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:46:48 -0000 > Please back this out. If there is no fstab, the vfstype is retrieved > from the disklabel. It will likely be `4.2BSD', and fsck will try to > find /sbin/fsck_4.2BSD and fail. > > Look at `FS_BSDFFS' and `fstypenames[]' in sys/disklabel.h to see what > I mean. > > (A failure of this sort was just reported to me by a coworker.) Ah, this explains why fsck of an md filesystem was doing that. Thanks for identifying the reason. Sam From owner-cvs-src@FreeBSD.ORG Fri Apr 25 08:46:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1380737B41A for ; Fri, 25 Apr 2003 08:46:58 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 52C1F43FDF for ; Fri, 25 Apr 2003 08:46:56 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 65222 invoked by uid 1000); 25 Apr 2003 15:46:56 -0000 Date: Fri, 25 Apr 2003 08:46:56 -0700 (PDT) From: Nate Lawson To: "Tim J. Robbins" In-Reply-To: <20030425100758.561E137B4B0@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/quot quot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:46:59 -0000 On Fri, 25 Apr 2003, Tim J. Robbins wrote: > Repair the UFS2 superblock location consistency check so that it succeeds > on valid superblocks instead of issuing the error "not a BSD filesystem". > fs_sblockloc is a byte offset, not a fragment number. This change makes > quot work properly on UFS2 filesystems, which is important now that UFS2 > is the default. > > Revision Changes Path > 1.21 +1 -1 src/usr.sbin/quot/quot.c > > --- src/usr.sbin/quot/quot.c:1.20 Mon Dec 30 10:21:47 2002 > +++ src/usr.sbin/quot/quot.c Fri Apr 25 03:07:50 2003 > @@ -563,7 +563,7 @@ > fs = (struct fs *)superblock; > if ((fs->fs_magic == FS_UFS1_MAGIC || > (fs->fs_magic == FS_UFS2_MAGIC && > - fs->fs_sblockloc == numfrags(fs, sblock_try[i]))) && > + fs->fs_sblockloc == sblock_try[i])) && > fs->fs_bsize <= MAXBSIZE && > fs->fs_bsize >= sizeof(struct fs)) > break; There's actually a UFS1 case where sblockloc is in bytes, if fs_old_flags & FLAGS_UPDATED. See ffs_compat_read(). (Func names inexact since I don't have the code in front of me, send me email if it's not clear). I am working on merging all this into a single, user/kernel shared function for updating the superblock so we don't have this many places to make a change. -Nate From owner-cvs-src@FreeBSD.ORG Fri Apr 25 08:50:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1538337B401; Fri, 25 Apr 2003 08:50:32 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59ED843FBF; Fri, 25 Apr 2003 08:50:31 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h3PFoUpw047269 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 25 Apr 2003 08:50:31 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <06fe01c30b42$66705210$52557f42@errno.com> From: "Sam Leffler" To: "Nate Lawson" , , , References: Date: Fri, 25 Apr 2003 08:50:30 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:50:32 -0000 > For developers, note that the locking in the code path only protects the > various fxp routines (fxp_start, fxp_intr, fxp_tick, ...) and is not > intended to serialize access to ANY external structures. This is how it > should be. Please do not copy the exact approach taken here for a little > while until ifnet locking is finished as there may need to be some changes > made to this model. This doesn't make much sense to me. I've locked numerous chunks of code and used a totally different approach: synchronize access to data structures, not code paths. Perhaps you and Jeffrey Hsu need to have a private discussion... Sam From owner-cvs-src@FreeBSD.ORG Fri Apr 25 08:59:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F2437B404; Fri, 25 Apr 2003 08:59:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3138B43FAF; Fri, 25 Apr 2003 08:59:19 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PFxJ0U094987; Fri, 25 Apr 2003 08:59:19 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PFxIEd094985; Fri, 25 Apr 2003 08:59:18 -0700 (PDT) Message-Id: <200304251559.h3PFxIEd094985@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 08:59:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:59:20 -0000 jhb 2003/04/25 08:59:18 PDT FreeBSD src repository Modified files: sys/ia64/ia32 syscalls.master Log: Oops, the thr_* and jail_attach() syscall entries should be NOPROTO rather than STD. Revision Changes Path 1.21 +7 -7 src/sys/ia64/ia32/syscalls.master From owner-cvs-src@FreeBSD.ORG Fri Apr 25 08:59:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2799537B401; Fri, 25 Apr 2003 08:59:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B943D43F93; Fri, 25 Apr 2003 08:59:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PFxi0U095193; Fri, 25 Apr 2003 08:59:44 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PFxiQH095190; Fri, 25 Apr 2003 08:59:44 -0700 (PDT) Message-Id: <200304251559.h3PFxiQH095190@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 08:59:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:59:45 -0000 jhb 2003/04/25 08:59:44 PDT FreeBSD src repository Modified files: sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c Log: Regen. Revision Changes Path 1.9 +1 -32 src/sys/ia64/ia32/ia32_proto.h 1.9 +1 -1 src/sys/ia64/ia32/ia32_syscall.h 1.10 +1 -1 src/sys/ia64/ia32/ia32_sysent.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 09:08:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8DB837B445 for ; Fri, 25 Apr 2003 09:08:01 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65FB543FE3 for ; Fri, 25 Apr 2003 09:07:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 22846 invoked from network); 25 Apr 2003 16:08:01 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 25 Apr 2003 16:08:01 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h3PG7sOv003700; Fri, 25 Apr 2003 12:07:54 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <06fe01c30b42$66705210$52557f42@errno.com> Date: Fri, 25 Apr 2003 12:07:56 -0400 (EDT) From: John Baldwin To: Sam Leffler cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 16:08:02 -0000 On 25-Apr-2003 Sam Leffler wrote: >> For developers, note that the locking in the code path only protects the >> various fxp routines (fxp_start, fxp_intr, fxp_tick, ...) and is not >> intended to serialize access to ANY external structures. This is how it >> should be. Please do not copy the exact approach taken here for a little >> while until ifnet locking is finished as there may need to be some changes >> made to this model. > > This doesn't make much sense to me. I've locked numerous chunks of code and > used a totally different approach: synchronize access to data structures, > not code paths. Perhaps you and Jeffrey Hsu need to have a private > discussion... Agreed, locks should be protecting data structures, not code blocks. -- 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 Apr 25 09:14:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0764D37B401; Fri, 25 Apr 2003 09:14:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1C0D43FE0; Fri, 25 Apr 2003 09:14:03 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PGE30U006541; Fri, 25 Apr 2003 09:14:03 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PGE3t5006537; Fri, 25 Apr 2003 09:14:03 -0700 (PDT) Message-Id: <200304251614.h3PGE3t5006537@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 25 Apr 2003 09:14:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile src/sys/pci if_en_pci.c src/sys/modules/en Makefile src/sys/dev/en midway.c midwayreg.h midwayvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 16:14:04 -0000 harti 2003/04/25 09:14:03 PDT FreeBSD src repository Modified files: sys/modules Makefile sys/pci if_en_pci.c sys/dev/en midway.c midwayreg.h midwayvar.h Added files: sys/modules/en Makefile Log: Convert the midway driver to use busdma. Except for this conversion the following changes have been done: - stylify. The original code was too hard to read. - get rid of a number of compilation options (Adaptec-only, Eni-only, no-DMA). - more debugging features. - locking. This is not correct yet in the absence of interface layer locking, but is correct enough to not to cause lock order reversals. - remove RAW mode. There are no users of this in the tree and I doubt that there are any. - remove NetBSD compatibility code. There was no way to keep NetBSD non-busdma and FreeBSD busdma code together. - if_en now buildable as a module. This has been actively tested on sparc64 and i386 with ENI server and client cards and an Adaptec card (thanks to kjc). Reviewed by: mdodd, arr Revision Changes Path 1.37 +2711 -2902 src/sys/dev/en/midway.c 1.5 +47 -69 src/sys/dev/en/midwayreg.h 1.7 +154 -124 src/sys/dev/en/midwayvar.h 1.320 +1 -0 src/sys/modules/Makefile 1.1 +20 -0 src/sys/modules/en/Makefile (new) 1.21 +282 -289 src/sys/pci/if_en_pci.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 09:30:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D5937B401; Fri, 25 Apr 2003 09:30:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A26543FBF; Fri, 25 Apr 2003 09:30:03 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PGU30U018067; Fri, 25 Apr 2003 09:30:03 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PGU3g7018065; Fri, 25 Apr 2003 09:30:03 -0700 (PDT) Message-Id: <200304251630.h3PGU3g7018065@repoman.freebsd.org> From: Alan Cox Date: Fri, 25 Apr 2003 09:30:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 16:30:04 -0000 alc 2003/04/25 09:30:02 PDT FreeBSD src repository Modified files: sys/vm vm_glue.c Log: - Lock the vm_object when iterating over its list of resident pages. Revision Changes Path 1.168 +8 -0 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 09:43:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E9C37B404; Fri, 25 Apr 2003 09:43:25 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A6B43FCB; Fri, 25 Apr 2003 09:43:24 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 424A55308; Fri, 25 Apr 2003 18:43:21 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: John Baldwin From: Dag-Erling Smorgrav Date: Fri, 25 Apr 2003 18:43:21 +0200 In-Reply-To: (John Baldwin's message of "Fri, 25 Apr 2003 12:07:56 -0400 (EDT)") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Sam Leffler cc: src-committers@FreeBSD.org cc: Nate Lawson cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 16:43:26 -0000 John Baldwin writes: > Agreed, locks should be protecting data structures, not code blocks. Locks that protect code paths are called monitors and aren't very useful except in OO languages. I can't think of any cases in the kernel where we would want to lock a code path; if anyone can think of an example, I'm willing to bet that they're just deluding themselves into thinking that a lock on a singleton object (or unique variable) is actually a lock on the code that accesses it. DES -- Dag-Erling Smorgrav - des@ofug.org From owner-cvs-src@FreeBSD.ORG Fri Apr 25 10:08:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CD737B401; Fri, 25 Apr 2003 10:08:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCECA43FAF; Fri, 25 Apr 2003 10:08:47 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PH8l0U046921; Fri, 25 Apr 2003 10:08:47 -0700 (PDT) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PH8lPY046920; Fri, 25 Apr 2003 10:08:47 -0700 (PDT) Message-Id: <200304251708.h3PH8lPY046920@repoman.freebsd.org> From: Jake Burkholder Date: Fri, 25 Apr 2003 10:08:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 pae.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 17:08:48 -0000 jake 2003/04/25 10:08:47 PDT FreeBSD src repository Modified files: share/man/man4/man4.i386 pae.4 Log: Remove a stray sentence. Revision Changes Path 1.3 +0 -3 src/share/man/man4/man4.i386/pae.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 25 10:47:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E9A637B401 for ; Fri, 25 Apr 2003 10:47:09 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D43D43FD7 for ; Fri, 25 Apr 2003 10:47:08 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 65487 invoked by uid 1000); 25 Apr 2003 17:47:09 -0000 Date: Fri, 25 Apr 2003 10:47:09 -0700 (PDT) From: Nate Lawson To: Sam Leffler In-Reply-To: <06fe01c30b42$66705210$52557f42@errno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 17:47:09 -0000 On Fri, 25 Apr 2003, Sam Leffler wrote: > > For developers, note that the locking in the code path only protects the > > various fxp routines (fxp_start, fxp_intr, fxp_tick, ...) and is not > > intended to serialize access to ANY external structures. This is how it > > should be. Please do not copy the exact approach taken here for a little > > while until ifnet locking is finished as there may need to be some changes > > made to this model. > > This doesn't make much sense to me. I've locked numerous chunks of code and > used a totally different approach: synchronize access to data structures, > not code paths. Perhaps you and Jeffrey Hsu need to have a private > discussion... I wrote the comment at 2 am so let me rephrase this: I am not locking the code path. I am locking the softc, device registers, and any resources shared _within_ the driver. I am NOT locking ifp accesses or other external objects. This work is merely the driver end node locking and makes as few assumptions about the outside world as possible. However, I did not make a huge effort to refactor the code path and as such, the locking is not nearly fine-grained enough to be called a finished product. For instance, fxp_intr() holds sc->sc_lock for the entire duration of the routine as it accesses various card registers and softc variables throughout. It may make sense to lock/unlock the softc multiple times and refactor fxp_intr() to allow this but on the other hand, this may require too many mutex operations. The only way to tell is by testing and profiling. I have posted this work in progress over the course of the past two weeks and it has been reviewed in various states by gallatin@ and mux@. My approach is extremely similar to one gallatin@ sent me. I would appreciate any specific input from hsu@ or others to improve this code. -Nate From owner-cvs-src@FreeBSD.ORG Fri Apr 25 10:50:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD06C37B405 for ; Fri, 25 Apr 2003 10:50:02 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C214143FDD for ; Fri, 25 Apr 2003 10:50:01 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 65500 invoked by uid 1000); 25 Apr 2003 17:50:02 -0000 Date: Fri, 25 Apr 2003 10:50:02 -0700 (PDT) From: Nate Lawson To: Dag-Erling Smorgrav In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 17:50:03 -0000 On Fri, 25 Apr 2003, Dag-Erling Smorgrav wrote: > Nate Lawson writes: > > On Wed, 23 Apr 2003, Dag-Erling Smorgrav wrote: > >> @@ -673,6 +673,8 @@ > >> } > >> if ((p->p_sflag & PS_INMEM) && p->p_stats) { > >> kp->ki_start = p->p_stats->p_start; > >> + if (kp->ki_start.tv_sec == 1) > >> + kp->ki_start = boottime; > >> kp->ki_rusage = p->p_stats->p_ru; > >> kp->ki_childtime.tv_sec = p->p_stats->p_cru.ru_utime.tv_sec + > >> p->p_stats->p_cru.ru_stime.tv_sec; > > > > I'm not sure how the above can compile since the types in assignment don't > > match. > > The preferred procedure is > [witty rebuttal elided] Sorry, I had thought boottime was an integer, not a timeval. When trying to review commits, I'll make mistakes. -Nate From owner-cvs-src@FreeBSD.ORG Fri Apr 25 10:59:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B057B37B405; Fri, 25 Apr 2003 10:59:11 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1501043FBF; Fri, 25 Apr 2003 10:59:10 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h3PHx7jC023098; Fri, 25 Apr 2003 10:59:07 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h3PHx716023097; Fri, 25 Apr 2003 10:59:07 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 25 Apr 2003 10:59:07 -0700 From: David Schultz To: Peter Wemm Message-ID: <20030425175907.GA22979@HAL9000.homeunix.com> Mail-Followup-To: Peter Wemm , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200304242036.h3OKaWc6026895@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304242036.h3OKaWc6026895@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 17:59:12 -0000 On Thu, Apr 24, 2003, Peter Wemm wrote: > peter 2003/04/24 13:36:32 PDT > > FreeBSD src repository > > Modified files: > sys/nfsclient nfs_vfsops.c > Log: > Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit client > machines where the 'long' number of blocks in struct statfs wont fit. > Instead of chosing an artificial 512 byte block size, simply scale it up > until we avoid an overflow. NFSv3 reports the sizes in bytes, and the > blocksize is a figment of nfsclient's imagination. I think you may have also meant: PR: kern/18874 (The PR can probably be closed now.) From owner-cvs-src@FreeBSD.ORG Fri Apr 25 11:06:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D47337B404 for ; Fri, 25 Apr 2003 11:06:08 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id EA13443FDF for ; Fri, 25 Apr 2003 11:06:06 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 65524 invoked by uid 1000); 25 Apr 2003 18:06:07 -0000 Date: Fri, 25 Apr 2003 11:06:07 -0700 (PDT) From: Nate Lawson To: Jeffrey Hsu In-Reply-To: <200304250949.h3P9ntPi014351@mta4.rcsntx.swbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 18:06:08 -0000 On Fri, 25 Apr 2003, Jeffrey Hsu wrote: > > Please do not copy the exact approach taken here for a little > > while until ifnet locking is finished as there may need to be > > some changes made to this model. > > These locks are an example of local SMP locking. It is simply not > possible to correctly reason about SMP locally. > Jeffrey Please see my email on cvs-all about this. I am not attempting to reason about the "outside world" with the locking. I am merely trying to protect access by fxp functions to fxp shared data (i.e. softc, driver registers, etc.) I am not trying to serialize IF_DEQUEUE access or such. My code makes the following assumptions: * Entries are fxp_start, fxp_intr, fxp_tick, fxp_init, fxp_ioctl, and fxp_poll. No one will call fxp except through those routines. * All the above functions access fxp shared data throughout the entire function, therefore it will take more testing and refactoring of the code path to allow multiple locks/unlocks if so desired. Therefore, for now, hold the fxp lock for most of the routine. * It is not harmful to call outside functions (i.e. ifnet) with a local fxp lock held. Note that I am _not_ attempting to serialize access to outside functions by holding the fxp lock across them. Please explain (including details) if any of the above assumptions are going to be invalidated by your locking work. I fully understand that ifnet locking is not complete and that another thread may access ifp while fxp is accessing it. I am not attempting to prevent this and I left MPSAFE disabled because of this. Jeffrey, you've made short comments in private email like the one above but they seem orthogonal to the code I just committed. Please explain so I can modify my approach if necessary. -Nate From owner-cvs-src@FreeBSD.ORG Fri Apr 25 11:25:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED3737B401; Fri, 25 Apr 2003 11:25:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA2E43F75; Fri, 25 Apr 2003 11:25:20 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PIPK0U002619; Fri, 25 Apr 2003 11:25:20 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PIPKjk002616; Fri, 25 Apr 2003 11:25:20 -0700 (PDT) Message-Id: <200304251825.h3PIPKjk002616@repoman.freebsd.org> From: Jacques Vidrine Date: Fri, 25 Apr 2003 11:25:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getgrent.c getpwent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 18:25:21 -0000 nectar 2003/04/25 11:25:20 PDT FreeBSD src repository Modified files: lib/libc/gen getgrent.c getpwent.c Log: When using `compat' mode, be sure to re-dispatch setpwent, endpwent, setgrent, and endgrent also. (The previous NSS implementation used to simply twiddle the internal data of the various modules directly.) A symptom (group list set incorrectly in sshd) was Reported by: Glenn Johnson Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.29 +29 -0 src/lib/libc/gen/getgrent.c 1.79 +29 -0 src/lib/libc/gen/getpwent.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 11:51:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A05B937B401; Fri, 25 Apr 2003 11:51:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E54843FA3; Fri, 25 Apr 2003 11:51:30 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PIpT0U020736; Fri, 25 Apr 2003 11:51:29 -0700 (PDT) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PIpTGi020731; Fri, 25 Apr 2003 11:51:29 -0700 (PDT) Message-Id: <200304251851.h3PIpTGi020731@repoman.freebsd.org> From: Jake Burkholder Date: Fri, 25 Apr 2003 11:51:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 18:51:31 -0000 jake 2003/04/25 11:51:29 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml Log: Mention PAE support. Reviewed by: bmah Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.9 +8 -0 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 25 12:24:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF9E37B404; Fri, 25 Apr 2003 12:24:54 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBD143FDD; Fri, 25 Apr 2003 12:24:51 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id FAA11996; Sat, 26 Apr 2003 05:24:49 +1000 Date: Sat, 26 Apr 2003 05:24:48 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Hartmut Brandt In-Reply-To: <200304251614.h3PGE3t5006537@repoman.freebsd.org> Message-ID: <20030426052142.E40408@gamplex.bde.org> References: <200304251614.h3PGE3t5006537@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/pci if_en_pci.c src/sys/modules/en Makefile src/sys/dev/en midway.c midwayreg.h midwayvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 19:24:54 -0000 On Fri, 25 Apr 2003, Hartmut Brandt wrote: >... > Log: > Convert the midway driver to use busdma. Except for this conversion the > following changes have been done: > > - stylify. The original code was too hard to read. >... > Revision Changes Path > 1.37 +2711 -2902 src/sys/dev/en/midway.c This patch must be rather hard to read too. Bruce From owner-cvs-src@FreeBSD.ORG Fri Apr 25 12:26:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29F737B407; Fri, 25 Apr 2003 12:26:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E0C43FE9; Fri, 25 Apr 2003 12:26:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PJQI0U047232; Fri, 25 Apr 2003 12:26:18 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PJQIqq047228; Fri, 25 Apr 2003 12:26:18 -0700 (PDT) Message-Id: <200304251926.h3PJQIqq047228@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 12:26:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_signal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 19:26:22 -0000 jhb 2003/04/25 12:26:18 PDT FreeBSD src repository Modified files: sys/compat/linux linux_signal.c Log: Use a switch to convert the Linux sigprocmask flags to the equivalent FreeBSD flags instead of just adding one to the Linux flags. This should be identical to the previous version except that I have at least one report of this patch fixing problems people were having with Linux apps after my last commit to this file. It is safer to use the switch then to make assumptions about the flag values anyways, esp. since we currently use MD defines for the values of the flags and this is MI code. Tested by: Michael Class Revision Changes Path 1.43 +14 -3 src/sys/compat/linux/linux_signal.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 12:51:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD1CA37B401; Fri, 25 Apr 2003 12:51:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D57D43FB1; Fri, 25 Apr 2003 12:51:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PJpg0U069702; Fri, 25 Apr 2003 12:51:42 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PJpfkN069696; Fri, 25 Apr 2003 12:51:41 -0700 (PDT) Message-Id: <200304251951.h3PJpfkN069696@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 12:51:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/osf1 osf1_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 19:51:43 -0000 jhb 2003/04/25 12:51:41 PDT FreeBSD src repository Modified files: sys/alpha/osf1 osf1_misc.c Log: Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo() so that the function is MP safe. The rest of the function doesn't need Giant. Revision Changes Path 1.41 +5 -0 src/sys/alpha/osf1/osf1_misc.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 12:52:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E8437B401; Fri, 25 Apr 2003 12:52:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC61B43FB1; Fri, 25 Apr 2003 12:52:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PJqU0U070455; Fri, 25 Apr 2003 12:52:30 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PJqUE5070448; Fri, 25 Apr 2003 12:52:30 -0700 (PDT) Message-Id: <200304251952.h3PJqUE5070448@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 12:52:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/osf1 osf1_signal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 19:52:31 -0000 jhb 2003/04/25 12:52:30 PDT FreeBSD src repository Modified files: sys/alpha/osf1 osf1_signal.c Log: Lock Giant around calls to useracc() in osf1_sigreturn() so that the function is MP safe. Revision Changes Path 1.31 +5 -1 src/sys/alpha/osf1/osf1_signal.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 12:59:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D3537B401; Fri, 25 Apr 2003 12:59:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0485B43FB1; Fri, 25 Apr 2003 12:59:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PJxZ0U075362; Fri, 25 Apr 2003 12:59:35 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PJxZhZ075361; Fri, 25 Apr 2003 12:59:35 -0700 (PDT) Message-Id: <200304251959.h3PJxZhZ075361@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 12:59:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_ktrace.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 19:59:37 -0000 jhb 2003/04/25 12:59:35 PDT FreeBSD src repository Modified files: sys/kern kern_ktrace.c Log: - Push down Giant around vnode operations in ktrace(). - Mark the ktrace() and utrace() syscalls as being MP safe. - Validate the facs argument to ktrace() prior to doing any vnode operations or acquiring any locks. - Share lock the proctree lock over the entire section that calls ktrsetchildren() and ktrops(). We already did this for process groups. Doing it for the process case closes a small race where a process might go away after we look it up. As a result of this, ktrstchildren() now just asserts that the proctree lock is locked rather than acquiring the lock itself. - Add some missing comments to #else and #endif. Revision Changes Path 1.84 +39 -22 src/sys/kern/kern_ktrace.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:01:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F4237B401; Fri, 25 Apr 2003 13:01:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038EF43F75; Fri, 25 Apr 2003 13:01:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PK1J0U076614; Fri, 25 Apr 2003 13:01:19 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PK1J2f076611; Fri, 25 Apr 2003 13:01:19 -0700 (PDT) Message-Id: <200304252001.h3PK1J2f076611@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 13:01:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:01:21 -0000 jhb 2003/04/25 13:01:19 PDT FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Push Giant down into kern_sigaction() instead of locking it around calls to kern_sigaction() in the various callers of the function. Revision Changes Path 1.232 +6 -8 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:02:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D2E37B405; Fri, 25 Apr 2003 13:02:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE9E43FAF; Fri, 25 Apr 2003 13:02:17 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PK2H0U077432; Fri, 25 Apr 2003 13:02:17 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PK2GDL077428; Fri, 25 Apr 2003 13:02:16 -0700 (PDT) Message-Id: <200304252002.h3PK2GDL077428@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 13:02:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:02:19 -0000 jhb 2003/04/25 13:02:16 PDT FreeBSD src repository Modified files: sys/kern sys_process.c Log: Push down Giant around calls to proc_rwmem() in kern_ptrace. kern_ptrace() should now be MP safe. Revision Changes Path 1.108 +7 -0 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:04:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A674B37B405; Fri, 25 Apr 2003 13:04:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E72F43FDD; Fri, 25 Apr 2003 13:04:03 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PK430U080060; Fri, 25 Apr 2003 13:04:03 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PK428T080057; Fri, 25 Apr 2003 13:04:02 -0700 (PDT) Message-Id: <200304252004.h3PK428T080057@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 13:04:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha sys_machdep.c src/sys/i386/i386 sys_machdep.c src/sys/ia64/ia64 sys_machdep.c src/sys/powerpc/powerpc sys_machdep.c src/sys/sparc64/sparc64 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:04:04 -0000 jhb 2003/04/25 13:04:02 PDT FreeBSD src repository Modified files: sys/alpha/alpha sys_machdep.c sys/i386/i386 sys_machdep.c sys/ia64/ia64 sys_machdep.c sys/powerpc/powerpc sys_machdep.c sys/sparc64/sparc64 sys_machdep.c Log: - Push down Giant into the sysarch() calls that still need Giant. - Standardize on EINVAL rather than EOPNOTSUPP if the sysarch op value is invalid. Revision Changes Path 1.24 +1 -1 src/sys/alpha/alpha/sys_machdep.c 1.81 +4 -2 src/sys/i386/i386/sys_machdep.c 1.6 +1 -1 src/sys/ia64/ia64/sys_machdep.c 1.4 +1 -1 src/sys/powerpc/powerpc/sys_machdep.c 1.12 +4 -1 src/sys/sparc64/sparc64/sys_machdep.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:06:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D240437B401; Fri, 25 Apr 2003 13:06:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C7043FCB; Fri, 25 Apr 2003 13:06:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PK6U0U082234; Fri, 25 Apr 2003 13:06:30 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PK6UXf082231; Fri, 25 Apr 2003 13:06:30 -0700 (PDT) Message-Id: <200304252006.h3PK6UXf082231@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 13:06:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:06:31 -0000 jhb 2003/04/25 13:06:30 PDT FreeBSD src repository Modified files: sys/vm vm_glue.c Log: - Don't bother using the proc lock to test just P_SYSTEM as that is set in fork1() and never changes. - The proc lock is enough to cover reading p_state, so push down sched_lock into the PRS_NORMAL case of the switch on p_state. Revision Changes Path 1.169 +6 -8 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:09:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BADEA37B401; Fri, 25 Apr 2003 13:09:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6AD43FAF; Fri, 25 Apr 2003 13:09:32 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PK9W0U083799; Fri, 25 Apr 2003 13:09:32 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PK9WIZ083798; Fri, 25 Apr 2003 13:09:32 -0700 (PDT) Message-Id: <200304252009.h3PK9WIZ083798@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Apr 2003 13:09:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_prot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:09:33 -0000 jhb 2003/04/25 13:09:32 PDT FreeBSD src repository Modified files: sys/kern kern_prot.c Log: Remove Giant from getpgid() and getsid() and tweak the logic to more closely match that of 4.x. Revision Changes Path 1.168 +28 -30 src/sys/kern/kern_prot.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:11:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD3237B401; Fri, 25 Apr 2003 13:11:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C99043FB1; Fri, 25 Apr 2003 13:11:18 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PKBI0U084993; Fri, 25 Apr 2003 13:11:18 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PKBI2k084990; Fri, 25 Apr 2003 13:11:18 -0700 (PDT) Message-Id: <200304252011.h3PKBI2k084990@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 25 Apr 2003 13:11:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:11:19 -0000 ru 2003/04/25 13:11:18 PDT FreeBSD src repository Modified files: . UPDATING Log: Alphas with libc.so between 2003/03/12 and 2003/03/29 cannot be upgraded cleanly. Document the reason and possible workarounds. Requested by: gallatin Revision Changes Path 1.247 +15 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:16:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E5F37B401; Fri, 25 Apr 2003 13:16:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7576C43FAF; Fri, 25 Apr 2003 13:16:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PKGx0U089853; Fri, 25 Apr 2003 13:16:59 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PKGxQt089851; Fri, 25 Apr 2003 13:16:59 -0700 (PDT) Message-Id: <200304252016.h3PKGxQt089851@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 25 Apr 2003 13:16:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_work.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:17:00 -0000 phk 2003/04/25 13:16:59 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: Rename g_bde_read_sector() to g_bde_read_keysector() pick up the offset in the work structure. Revision Changes Path 1.8 +5 -5 src/sys/geom/bde/g_bde_work.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:35:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5DE337B401; Fri, 25 Apr 2003 13:35:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6485E43FBF; Fri, 25 Apr 2003 13:35:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PKZZ0U003193; Fri, 25 Apr 2003 13:35:35 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PKZY7Z003185; Fri, 25 Apr 2003 13:35:34 -0700 (PDT) Message-Id: <200304252035.h3PKZY7Z003185@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 25 Apr 2003 13:35:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_work.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:35:36 -0000 phk 2003/04/25 13:35:34 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: Rename g_bde_release_sector() to g_bde_release_keysector() and pick up the sector from the work item. Revision Changes Path 1.9 +9 -7 src/sys/geom/bde/g_bde_work.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 13:56:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705A237B401; Fri, 25 Apr 2003 13:56:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B14643FBD; Fri, 25 Apr 2003 13:56:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PKuR0U018129; Fri, 25 Apr 2003 13:56:27 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PKuRLY018125; Fri, 25 Apr 2003 13:56:27 -0700 (PDT) Message-Id: <200304252056.h3PKuRLY018125@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 25 Apr 2003 13:56:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_work.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 20:56:28 -0000 phk 2003/04/25 13:56:27 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: Don't count a sector in the cache unless we manage to create it. Revision Changes Path 1.10 +2 -2 src/sys/geom/bde/g_bde_work.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:02:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7603B37B401; Fri, 25 Apr 2003 14:02:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E6643FBD; Fri, 25 Apr 2003 14:02:16 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PL2F0U021550; Fri, 25 Apr 2003 14:02:15 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PL2Fua021547; Fri, 25 Apr 2003 14:02:15 -0700 (PDT) Message-Id: <200304252102.h3PL2Fua021547@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 25 Apr 2003 14:02:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 syscons.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:02:16 -0000 brueffer 2003/04/25 14:02:15 PDT FreeBSD src repository (doc committer) Modified files: share/man/man4 syscons.4 Log: Fix a misspelled word introduced by my last commit MFC with the rest of the changes Revision Changes Path 1.34 +1 -1 src/share/man/man4/syscons.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:17:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5697137B401; Fri, 25 Apr 2003 14:17:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ECD43F93; Fri, 25 Apr 2003 14:17:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLHV0U034067; Fri, 25 Apr 2003 14:17:31 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLHVCg034065; Fri, 25 Apr 2003 14:17:31 -0700 (PDT) Message-Id: <200304252117.h3PLHVCg034065@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 25 Apr 2003 14:17:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libstdc++ c++config.h config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:17:32 -0000 obrien 2003/04/25 14:17:31 PDT FreeBSD src repository Modified files: gnu/lib/libstdc++ c++config.h config.h Log: Enable ISO-C99 compatibility -- among other things, this tells libstdc++ not to blindly undef isnan() and other functions that became macros in C99. Enable use of newly grown C99 functions: strtof(), strtold(), wcstof() Submitted by: das Revision Changes Path 1.4 +5 -5 src/gnu/lib/libstdc++/c++config.h 1.5 +4 -4 src/gnu/lib/libstdc++/config.h From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:20:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABFE37B401; Fri, 25 Apr 2003 14:20:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C7843FA3; Fri, 25 Apr 2003 14:20:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLKw0U035840; Fri, 25 Apr 2003 14:20:58 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLKvNb035837; Fri, 25 Apr 2003 14:20:57 -0700 (PDT) Message-Id: <200304252120.h3PLKvNb035837@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 25 Apr 2003 14:20:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_work.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:20:59 -0000 phk 2003/04/25 14:20:57 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: Fix a problem and slightly improve the ENOMEM handling: Give up the entire bio as soon as we detect a problem. When we detect a problem, give up the bio by contributing the remainder with ENOMEM, rather than kicking the bio back right away. If we failed on a non-first iteration we previously could end up modifying fields in the bio after we delivered it. This could account for memory corruption (none directly reported) on machines with GBDE. Revision Changes Path 1.11 +12 -11 src/sys/geom/bde/g_bde_work.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:21:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A4737B401; Fri, 25 Apr 2003 14:21:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4325143FAF; Fri, 25 Apr 2003 14:21:37 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLLb0U036434; Fri, 25 Apr 2003 14:21:37 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLLaDT036431; Fri, 25 Apr 2003 14:21:36 -0700 (PDT) Message-Id: <200304252121.h3PLLaDT036431@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 25 Apr 2003 14:21:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 syscons.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:21:38 -0000 brueffer 2003/04/25 14:21:36 PDT FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 syscons.4 Log: MFC: Grammar and spelling fixes, improved wording PR: 38815 Submitted by: Chris Pepper Revision Changes Path 1.10.2.14 +38 -37 src/share/man/man4/syscons.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:28:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C28F37B401; Fri, 25 Apr 2003 14:28:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409C443FBD; Fri, 25 Apr 2003 14:28:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLST0U041672; Fri, 25 Apr 2003 14:28:29 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLSSdk041671; Fri, 25 Apr 2003 14:28:28 -0700 (PDT) Message-Id: <200304252128.h3PLSSdk041671@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 25 Apr 2003 14:28:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_work.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:28:31 -0000 phk 2003/04/25 14:28:28 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: If on a BIO_READ request, we failed to allocate the bio for reading our key-sector, we would end up returning the read without an error, despite the fact that the data was not correctly decrypted. This would result in data corruption on read, but intact data still on the media. Revision Changes Path 1.12 +13 -6 src/sys/geom/bde/g_bde_work.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:43:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED0137B401; Fri, 25 Apr 2003 14:43:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1C143F75; Fri, 25 Apr 2003 14:43:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLhB0U052023; Fri, 25 Apr 2003 14:43:11 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLhBPc052020; Fri, 25 Apr 2003 14:43:11 -0700 (PDT) Message-Id: <200304252143.h3PLhBPc052020@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 25 Apr 2003 14:43:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_work.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:43:12 -0000 phk 2003/04/25 14:43:11 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: Do an explicit retry after we have dumped the cache, rather than a (potential) tail recursion. Revision Changes Path 1.13 +3 -4 src/sys/geom/bde/g_bde_work.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:49:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5453737B405; Fri, 25 Apr 2003 14:49:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B3E43FBD; Fri, 25 Apr 2003 14:49:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLnO0U056471; Fri, 25 Apr 2003 14:49:24 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLnOnn056469; Fri, 25 Apr 2003 14:49:24 -0700 (PDT) Message-Id: <200304252149.h3PLnOnn056469@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 25 Apr 2003 14:49:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:49:26 -0000 phk 2003/04/25 14:49:24 PDT FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: Update the "last malloc failure timestamp" also for simulated malloc errors. Revision Changes Path 1.122 +1 -0 src/sys/kern/kern_malloc.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:49:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F417E37B40F; Fri, 25 Apr 2003 14:49:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 951A843FB1; Fri, 25 Apr 2003 14:49:35 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLnZ0U056572; Fri, 25 Apr 2003 14:49:35 -0700 (PDT) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLnZHn056570; Fri, 25 Apr 2003 14:49:35 -0700 (PDT) Message-Id: <200304252149.h3PLnZHn056570@repoman.freebsd.org> From: Johan Karlsson Date: Fri, 25 Apr 2003 14:49:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf PAE X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:49:36 -0000 johan 2003/04/25 14:49:35 PDT FreeBSD src repository Modified files: sys/i386/conf PAE Log: Add nodevice axe, since usb isn't supported by PAE. Submitted by: harti@ Approved by: jake@ Revision Changes Path 1.3 +1 -0 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Fri Apr 25 14:51:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 299F537B404; Fri, 25 Apr 2003 14:51:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B516D43FAF; Fri, 25 Apr 2003 14:51:07 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLp70U057646; Fri, 25 Apr 2003 14:51:07 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLp6fA057639; Fri, 25 Apr 2003 14:51:07 -0700 (PDT) Message-Id: <200304252151.h3PLp6fA057639@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 25 Apr 2003 14:51:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 21:51:08 -0000 bmah 2003/04/25 14:51:06 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata note: Mention the recent appearance of /etc/login.conf.db in release media. I'm not 100% satisfied with the wording of this...wordsmithing encouraged. PR: 51345 Pointed out by: Toni Pisjak Revision Changes Path 1.1.2.103 +16 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 25 15:31:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C371737B401; Fri, 25 Apr 2003 15:31:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6055743FAF; Fri, 25 Apr 2003 15:31:07 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PMV70U086755; Fri, 25 Apr 2003 15:31:07 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PMV77a086753; Fri, 25 Apr 2003 15:31:07 -0700 (PDT) Message-Id: <200304252231.h3PMV77a086753@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 25 Apr 2003 15:31:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/moused moused.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 22:31:08 -0000 brueffer 2003/04/25 15:31:07 PDT FreeBSD src repository (doc committer) Modified files: usr.sbin/moused moused.8 Log: Grammar and punctuation fixes PR: 40910 (most of them) Submitted by: Chris Pepper MFC after: 3 days Revision Changes Path 1.42 +7 -7 src/usr.sbin/moused/moused.8 From owner-cvs-src@FreeBSD.ORG Fri Apr 25 17:26:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CA037B401; Fri, 25 Apr 2003 17:26:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34D343FB1; Fri, 25 Apr 2003 17:26:08 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q0Q80U076470; Fri, 25 Apr 2003 17:26:08 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q0Q87G076468; Fri, 25 Apr 2003 17:26:08 -0700 (PDT) Message-Id: <200304260026.h3Q0Q87G076468@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 25 Apr 2003 17:26:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 00:26:09 -0000 bmah 2003/04/25 17:26:08 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata item: Possibly-corrupted patch filename. Inspired by: marcus Revision Changes Path 1.1.2.104 +15 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 25 17:55:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B1F37B401; Fri, 25 Apr 2003 17:55:57 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id F204643FA3; Fri, 25 Apr 2003 17:55:56 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h3Q0qZZ06205; Fri, 25 Apr 2003 17:52:35 -0700 Received: from btc.btc.adaptec.com ([10.100.0.52]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id RAA21863; Fri, 25 Apr 2003 17:55:10 -0700 (PDT) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id SAA11604; Fri, 25 Apr 2003 18:55:03 -0600 (MDT) Message-ID: <3EA9D8E1.2090307@btc.adaptec.com> Date: Fri, 25 Apr 2003 18:54:57 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Sam Leffler cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 00:55:58 -0000 Nate Lawson wrote: > On Fri, 25 Apr 2003, Sam Leffler wrote: > >>>For developers, note that the locking in the code path only protects the >>>various fxp routines (fxp_start, fxp_intr, fxp_tick, ...) and is not >>>intended to serialize access to ANY external structures. This is how it >>>should be. Please do not copy the exact approach taken here for a little >>>while until ifnet locking is finished as there may need to be some changes >>>made to this model. >> >>This doesn't make much sense to me. I've locked numerous chunks of code and >>used a totally different approach: synchronize access to data structures, >>not code paths. Perhaps you and Jeffrey Hsu need to have a private >>discussion... > > > I wrote the comment at 2 am so let me rephrase this: > > I am not locking the code path. I am locking the softc, device registers, > and any resources shared _within_ the driver. I am NOT locking ifp > accesses or other external objects. This work is merely the driver end > node locking and makes as few assumptions about the outside world as > possible. > > However, I did not make a huge effort to refactor the code path and as > such, the locking is not nearly fine-grained enough to be called a > finished product. For instance, fxp_intr() holds sc->sc_lock for the > entire duration of the routine as it accesses various card registers and > softc variables throughout. It may make sense to lock/unlock the softc > multiple times and refactor fxp_intr() to allow this but on the other > hand, this may require too many mutex operations. The only way to tell is > by testing and profiling. The approach that I took with locking the aac(4) driver was based on the assumption that mutex operations are somewhat expensive, both in terms of the overhead of manipulating the lock and in the cost of sleeping on a contested lock. Since going from the main entrypoint (aac_disk_strategy()) to delivering the i/o to the hardware is fairly quick, I decided that there was little benefit in doing fined grained locking on ieach of the softc, queues, and registers. The few places in the path where resource shortages could happen were refactored also. I'm not familiar with inner workings of fxp or other network drivers, but it sounds like you took a similar approach. My feeling is that the greatest benefit comes from removing Giant in the first place. Once this first step is taken, fine-tuning locking strategies can be debated and code paths can be profiled. > > I have posted this work in progress over the course of the past two weeks > and it has been reviewed in various states by gallatin@ and mux@. My > approach is extremely similar to one gallatin@ sent me. I would > appreciate any specific input from hsu@ or others to improve this code. Thanks Nate, this looks like a great first step. I'm not clear from your previous emails if you have actually run the driver with Giant removed, nor if/how you handle calling into the ifnet code with your strategy. Scott From owner-cvs-src@FreeBSD.ORG Fri Apr 25 18:24:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2184537B404 for ; Fri, 25 Apr 2003 18:24:08 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A02543FE1 for ; Fri, 25 Apr 2003 18:24:07 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 66167 invoked by uid 1000); 26 Apr 2003 01:24:08 -0000 Date: Fri, 25 Apr 2003 18:24:08 -0700 (PDT) From: Nate Lawson To: Scott Long In-Reply-To: <3EA9D8E1.2090307@btc.adaptec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 01:24:08 -0000 On Fri, 25 Apr 2003, Scott Long wrote: > Nate Lawson wrote: > > I am not locking the code path. I am locking the softc, device registers, > > and any resources shared _within_ the driver. I am NOT locking ifp > > accesses or other external objects. This work is merely the driver end > > node locking and makes as few assumptions about the outside world as > > possible. > > > > However, I did not make a huge effort to refactor the code path and as > > such, the locking is not nearly fine-grained enough to be called a > > finished product. For instance, fxp_intr() holds sc->sc_lock for the > > entire duration of the routine as it accesses various card registers and > > softc variables throughout. It may make sense to lock/unlock the softc > > multiple times and refactor fxp_intr() to allow this but on the other > > hand, this may require too many mutex operations. The only way to tell is > > by testing and profiling. > > I'm not familiar with inner workings of fxp or other network drivers, > but it sounds like you took a similar approach. My feeling is that > the greatest benefit comes from removing Giant in the first place. Once > this first step is taken, fine-tuning locking strategies can be debated > and code paths can be profiled. Agreed 100%. There may end up being a task queue or other construct. The first step was to make the existing code work with the minimal reworking of flow. Other than a "pre-lock" setup for fxp_start and fxp_init to avoid mutex recursion (fxp_intr was already split for the polling case), I did not rework the fast path. (I did some small attach reworking to fix some potential memory leaks but that was a separate effort from locking). > Thanks Nate, this looks like a great first step. I'm not clear from > your previous emails if you have actually run the driver with Giant > removed, nor if/how you handle calling into the ifnet code with your > strategy. I have run various versions of the patch for about 3 weeks and the final version with no changes for about a week, all without Giant. The reason why I did not see ifnet problems even though I processed ~400M packets was because all ifnet processing happened to be with the fxp lock held and my laptop only had one network interface. This is not an intentional part of the patch; it is not an attempt to protect ifnet with a local fxp lock! It is just a side effect and if you have multiple interfaces processing packets, you WILL have problems until the ifnet locking is done. That is why I did not enable MPSAFE. Once hsu@ gives the ok that ifnet is done and there are no other parts that need Giant, we can enable MPSAFE and test things and do lock pushdown where appropriate. -Nate From owner-cvs-src@FreeBSD.ORG Fri Apr 25 19:31:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C60E337B401; Fri, 25 Apr 2003 19:31:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 660CF43F85; Fri, 25 Apr 2003 19:31:27 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q2VR0U067973; Fri, 25 Apr 2003 19:31:27 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q2VR4p067970; Fri, 25 Apr 2003 19:31:27 -0700 (PDT) Message-Id: <200304260231.h3Q2VR4p067970@repoman.freebsd.org> From: Robert Watson Date: Fri, 25 Apr 2003 19:31:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ls ls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 02:31:28 -0000 rwatson 2003/04/25 19:31:27 PDT FreeBSD src repository Modified files: bin/ls ls.c Log: When mac_from_text() fails with -Z, print "-" rather than "" so that scripts parsing ls(1) output can still count columns. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.73 +1 -1 src/bin/ls/ls.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 19:51:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F5837B404; Fri, 25 Apr 2003 19:51:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88ADD43F3F; Fri, 25 Apr 2003 19:51:04 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q2p40U081738; Fri, 25 Apr 2003 19:51:04 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q2p3eU081732; Fri, 25 Apr 2003 19:51:03 -0700 (PDT) Message-Id: <200304260251.h3Q2p3eU081732@repoman.freebsd.org> From: Robert Watson Date: Fri, 25 Apr 2003 19:51:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/login login.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 02:51:05 -0000 rwatson 2003/04/25 19:51:03 PDT FreeBSD src repository Modified files: usr.bin/login login.c Log: When the tty chown() fails, report a chown() failure rather than a chmod() failure. Revision Changes Path 1.97 +1 -1 src/usr.bin/login/login.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 20:24:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8368537B401; Fri, 25 Apr 2003 20:24:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2276F43F85; Fri, 25 Apr 2003 20:24:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q3OQ0U006954; Fri, 25 Apr 2003 20:24:26 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q3OQ8j006951; Fri, 25 Apr 2003 20:24:26 -0700 (PDT) Message-Id: <200304260324.h3Q3OQ8j006951@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 25 Apr 2003 20:24:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.x86-64 src/gnu/usr.bin/binutils/libbfdMakefile config.h itbl-cpu.h targ-cpu.h src/gnu/usr.bin/binutils/libbfd/x86-64 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 03:24:28 -0000 obrien 2003/04/25 20:24:26 PDT FreeBSD src repository Removed files: gnu/usr.bin/binutils/ld Makefile.x86-64 gnu/usr.bin/binutils/libbfd Makefile.x86-64 gnu/usr.bin/binutils/as/x86-64-freebsd Makefile config.h itbl-cpu.h targ-cpu.h gnu/usr.bin/binutils/libbfd/x86-64 bfd.h Log: Remove first attempt at x86-64 bits. We're going to call it "amd64" now. Sponsored by: Microsoft Revision Changes Path 1.2 +0 -8 src/gnu/usr.bin/binutils/as/x86-64-freebsd/Makefile (dead) 1.4 +0 -284 src/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h (dead) 1.2 +0 -3 src/gnu/usr.bin/binutils/as/x86-64-freebsd/itbl-cpu.h (dead) 1.2 +0 -3 src/gnu/usr.bin/binutils/as/x86-64-freebsd/targ-cpu.h (dead) 1.2 +0 -20 src/gnu/usr.bin/binutils/ld/Makefile.x86-64 (dead) 1.3 +0 -14 src/gnu/usr.bin/binutils/libbfd/Makefile.x86-64 (dead) 1.3 +0 -3918 src/gnu/usr.bin/binutils/libbfd/x86-64/bfd.h (dead) From owner-cvs-src@FreeBSD.ORG Fri Apr 25 20:28:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A3337B401; Fri, 25 Apr 2003 20:28:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7A8543FAF; Fri, 25 Apr 2003 20:28:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q3SL0U009827; Fri, 25 Apr 2003 20:28:21 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q3SLqM009825; Fri, 25 Apr 2003 20:28:21 -0700 (PDT) Message-Id: <200304260328.h3Q3SLqM009825@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 25 Apr 2003 20:28:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/as/amd64-freebsd Makefileconfig.h itbl-cpu.h targ-cpu.h src/gnu/usr.bin/binutils/ld Makefile.amd64 src/gnu/usr.bin/binutils/libbfd Makefile Makefile.amd64 elf-fbsd-brand.c src/gnu/usr.bin/binutils/libbfd/amd64 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 03:28:22 -0000 obrien 2003/04/25 20:28:21 PDT FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbfd Makefile Added files: gnu/usr.bin/binutils/as/amd64-freebsd Makefile config.h itbl-cpu.h targ-cpu.h gnu/usr.bin/binutils/ld Makefile.amd64 gnu/usr.bin/binutils/libbfd Makefile.amd64 elf-fbsd-brand.c gnu/usr.bin/binutils/libbfd/amd64 bfd.h Log: The AMD64 Hammer bits. Revision Changes Path 1.1 +8 -0 src/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile (new) 1.1 +277 -0 src/gnu/usr.bin/binutils/as/amd64-freebsd/config.h (new) 1.1 +3 -0 src/gnu/usr.bin/binutils/as/amd64-freebsd/itbl-cpu.h (new) 1.1 +3 -0 src/gnu/usr.bin/binutils/as/amd64-freebsd/targ-cpu.h (new) 1.1 +20 -0 src/gnu/usr.bin/binutils/ld/Makefile.amd64 (new) 1.24 +3 -1 src/gnu/usr.bin/binutils/libbfd/Makefile 1.1 +25 -0 src/gnu/usr.bin/binutils/libbfd/Makefile.amd64 (new) 1.1 +4040 -0 src/gnu/usr.bin/binutils/libbfd/amd64/bfd.h (new) 1.1 +51 -0 src/gnu/usr.bin/binutils/libbfd/elf-fbsd-brand.c (new) From owner-cvs-src@FreeBSD.ORG Fri Apr 25 20:32:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F4337B401; Fri, 25 Apr 2003 20:32:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BE143FDF; Fri, 25 Apr 2003 20:32:18 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q3WI0U012463; Fri, 25 Apr 2003 20:32:18 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q3WImY012460; Fri, 25 Apr 2003 20:32:18 -0700 (PDT) Message-Id: <200304260332.h3Q3WImY012460@repoman.freebsd.org> From: Robert Watson Date: Fri, 25 Apr 2003 20:32:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/posix1e mac.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 03:32:19 -0000 rwatson 2003/04/25 20:32:18 PDT FreeBSD src repository Modified files: lib/libc/posix1e mac.conf.5 Log: Add some strategic whitespace. Revision Changes Path 1.3 +1 -0 src/lib/libc/posix1e/mac.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Apr 25 21:49:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1123537B405 for ; Fri, 25 Apr 2003 21:49:15 -0700 (PDT) Received: from mail26b.sbc-webhosting.com (mail26b.sbc-webhosting.com [216.173.237.56]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B70743FDD for ; Fri, 25 Apr 2003 21:49:13 -0700 (PDT) (envelope-from alc@imimic.com) Received: from www.imimic.com (64.143.12.21)0691002534; Sat, 26 Apr 2003 00:48:54 -0400 (EDT) Sender: alc@FreeBSD.ORG Message-ID: <3EAA0FC1.CB973F5E@imimic.com> Date: Fri, 25 Apr 2003 23:49:05 -0500 From: "Alan L. Cox" Organization: iMimic Networking, Inc. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin References: <200304251952.h3PJqUE5070448@repoman.freebsd.org> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/osf1 osf1_signal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 04:49:15 -0000 John Baldwin wrote: > > jhb 2003/04/25 12:52:30 PDT > > FreeBSD src repository > > Modified files: > sys/alpha/osf1 osf1_signal.c > Log: > Lock Giant around calls to useracc() in osf1_sigreturn() so that the > function is MP safe. > > Revision Changes Path > 1.31 +5 -1 src/sys/alpha/osf1/osf1_signal.c The calls to useracc() should simply be eliminated because they are redundant. See, for example, any of the implementations of sigreturn in alpha/alpha/machdep.c. Regards, Alan From owner-cvs-src@FreeBSD.ORG Fri Apr 25 22:00:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DA6837B401; Fri, 25 Apr 2003 22:00:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF4843FB1; Fri, 25 Apr 2003 22:00:56 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q50u0U081133; Fri, 25 Apr 2003 22:00:56 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q50unr081129; Fri, 25 Apr 2003 22:00:56 -0700 (PDT) Message-Id: <200304260500.h3Q50unr081129@repoman.freebsd.org> From: Alan Cox Date: Fri, 25 Apr 2003 22:00:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 05:00:57 -0000 alc 2003/04/25 22:00:56 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: Remove an XXX comment. It is no longer a problem. Revision Changes Path 1.54 +1 -4 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 22:30:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B148837B401; Fri, 25 Apr 2003 22:30:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507A443F93; Fri, 25 Apr 2003 22:30:57 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q5Uv0U003649; Fri, 25 Apr 2003 22:30:57 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q5UvE9003647; Fri, 25 Apr 2003 22:30:57 -0700 (PDT) Message-Id: <200304260530.h3Q5UvE9003647@repoman.freebsd.org> From: Alan Cox Date: Fri, 25 Apr 2003 22:30:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_map.c vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 05:30:58 -0000 alc 2003/04/25 22:30:57 PDT FreeBSD src repository Modified files: sys/vm vm_map.c vm_object.c Log: - Extend the scope of two existing vm_object locks to cover swap_pager_freespace(). Revision Changes Path 1.294 +1 -1 src/sys/vm/vm_map.c 1.271 +1 -1 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Fri Apr 25 23:59:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 520C637B401; Fri, 25 Apr 2003 23:59:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51E243FDF; Fri, 25 Apr 2003 23:59:38 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q6xc0U067007; Fri, 25 Apr 2003 23:59:38 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q6xcr4067005; Fri, 25 Apr 2003 23:59:38 -0700 (PDT) Message-Id: <200304260659.h3Q6xcr4067005@repoman.freebsd.org> From: Eric Anholt Date: Fri, 25 Apr 2003 23:59:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_os_freebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 06:59:39 -0000 anholt 2003/04/25 23:59:38 PDT FreeBSD src repository Modified files: sys/dev/drm drm_os_freebsd.h Log: Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs with SMP machines. and use i386 asm for atomic_cmpset_int on -stable. This is in preparation for MFCing the DRM. Revision Changes Path 1.10 +17 -10 src/sys/dev/drm/drm_os_freebsd.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 00:05:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB1D137B401; Sat, 26 Apr 2003 00:05:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 576F443FAF; Sat, 26 Apr 2003 00:05:32 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q75W0U072663; Sat, 26 Apr 2003 00:05:32 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q75VRC072656; Sat, 26 Apr 2003 00:05:31 -0700 (PDT) Message-Id: <200304260705.h3Q75VRC072656@repoman.freebsd.org> From: Eric Anholt Date: Sat, 26 Apr 2003 00:05:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/drm ati_pcigart.h drm.h drmP.h drm_agpsupport.h drm_auth.h drm_bufs.h drm_context.h drm_dma.h drm_drawable.h drm_drv.h drm_fops.h drm_ioctl.h drm_lock.h drm_memory.h drm_os_freebsd.h drm_sarea.h drm_scatter.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 07:05:33 -0000 anholt 2003/04/26 00:05:31 PDT FreeBSD src repository Added files: (Branch: RELENG_4) sys/dev/drm ati_pcigart.h drm.h drmP.h drm_agpsupport.h drm_auth.h drm_bufs.h drm_context.h drm_dma.h drm_drawable.h drm_drv.h drm_fops.h drm_ioctl.h drm_lock.h drm_memory.h drm_os_freebsd.h drm_sarea.h drm_scatter.h drm_sysctl.h drm_vm.h mga.h mga_dma.c mga_drm.h mga_drv.c mga_drv.h mga_irq.c mga_state.c mga_ucode.h mga_warp.c r128.h r128_cce.c r128_drm.h r128_drv.c r128_drv.h r128_irq.c r128_state.c radeon.h radeon_cp.c radeon_drm.h radeon_drv.c radeon_drv.h radeon_irq.c radeon_mem.c radeon_state.c tdfx.h tdfx_drv.c Log: MFC: The code for the DRM. This the current code from DRI CVS, which I have tested on -stable with a Rage 128 so far. Hooking it up for building into the kernel will follow, but modules won't be built by default until it is confirmed to be stable by the people who had reported problems so far. Revision Changes Path 1.1.2.1 +113 -0 src/sys/dev/drm/ati_pcigart.h (new) 1.3.2.1 +475 -0 src/sys/dev/drm/drm.h (new) 1.4.2.1 +570 -0 src/sys/dev/drm/drmP.h (new) 1.2.2.1 +333 -0 src/sys/dev/drm/drm_agpsupport.h (new) 1.3.2.1 +161 -0 src/sys/dev/drm/drm_auth.h (new) 1.5.2.1 +1028 -0 src/sys/dev/drm/drm_bufs.h (new) 1.4.2.1 +347 -0 src/sys/dev/drm/drm_context.h (new) 1.5.2.1 +390 -0 src/sys/dev/drm/drm_dma.h (new) 1.2.2.1 +51 -0 src/sys/dev/drm/drm_drawable.h (new) 1.13.2.1 +1173 -0 src/sys/dev/drm/drm_drv.h (new) 1.7.2.1 +110 -0 src/sys/dev/drm/drm_fops.h (new) 1.4.2.1 +238 -0 src/sys/dev/drm/drm_ioctl.h (new) 1.3.2.1 +97 -0 src/sys/dev/drm/drm_lock.h (new) 1.8.2.1 +443 -0 src/sys/dev/drm/drm_memory.h (new) 1.10.2.1 +402 -0 src/sys/dev/drm/drm_os_freebsd.h (new) 1.1.2.1 +59 -0 src/sys/dev/drm/drm_sarea.h (new) 1.4.2.1 +151 -0 src/sys/dev/drm/drm_scatter.h (new) 1.3.2.1 +261 -0 src/sys/dev/drm/drm_sysctl.h (new) 1.6.2.1 +114 -0 src/sys/dev/drm/drm_vm.h (new) 1.2.2.1 +100 -0 src/sys/dev/drm/mga.h (new) 1.6.2.1 +801 -0 src/sys/dev/drm/mga_dma.c (new) 1.3.2.1 +338 -0 src/sys/dev/drm/mga_drm.h (new) 1.5.2.1 +69 -0 src/sys/dev/drm/mga_drv.c (new) 1.5.2.1 +633 -0 src/sys/dev/drm/mga_drv.h (new) 1.1.2.1 +102 -0 src/sys/dev/drm/mga_irq.c (new) 1.6.2.1 +1112 -0 src/sys/dev/drm/mga_state.c (new) 1.1.4.1 +11647 -0 src/sys/dev/drm/mga_ucode.h (new) 1.4.2.1 +214 -0 src/sys/dev/drm/mga_warp.c (new) 1.2.2.1 +116 -0 src/sys/dev/drm/r128.h (new) 1.6.2.1 +1016 -0 src/sys/dev/drm/r128_cce.c (new) 1.3.2.1 +321 -0 src/sys/dev/drm/r128_drm.h (new) 1.5.2.1 +88 -0 src/sys/dev/drm/r128_drv.c (new) 1.5.2.1 +499 -0 src/sys/dev/drm/r128_drv.h (new) 1.1.2.1 +102 -0 src/sys/dev/drm/r128_irq.c (new) 1.6.2.1 +1606 -0 src/sys/dev/drm/r128_state.c (new) 1.3.2.1 +156 -0 src/sys/dev/drm/radeon.h (new) 1.6.2.1 +1678 -0 src/sys/dev/drm/radeon_cp.c (new) 1.4.2.1 +582 -0 src/sys/dev/drm/radeon_drm.h (new) 1.6.2.1 +101 -0 src/sys/dev/drm/radeon_drv.c (new) 1.5.2.1 +902 -0 src/sys/dev/drm/radeon_drv.h (new) 1.2.2.1 +258 -0 src/sys/dev/drm/radeon_irq.c (new) 1.2.2.1 +325 -0 src/sys/dev/drm/radeon_mem.c (new) 1.6.2.1 +2219 -0 src/sys/dev/drm/radeon_state.c (new) 1.1.4.1 +44 -0 src/sys/dev/drm/tdfx.h (new) 1.4.2.1 +99 -0 src/sys/dev/drm/tdfx_drv.c (new) From owner-cvs-src@FreeBSD.ORG Sat Apr 26 00:25:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A6037B401; Sat, 26 Apr 2003 00:25:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24D343F93; Sat, 26 Apr 2003 00:25:37 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q7Pb0U087077; Sat, 26 Apr 2003 00:25:37 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q7Pbjo087076; Sat, 26 Apr 2003 00:25:37 -0700 (PDT) Message-Id: <200304260725.h3Q7Pbjo087076@repoman.freebsd.org> From: Eric Anholt Date: Sat, 26 Apr 2003 00:25:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/conf LINT src/sys/conf files options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 07:25:39 -0000 anholt 2003/04/26 00:25:37 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf LINT sys/conf files options Log: Hook the DRM up to the kernel build. Revision Changes Path 1.340.2.135 +15 -0 src/sys/conf/files 1.191.2.52 +3 -0 src/sys/conf/options 1.749.2.143 +17 -0 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Sat Apr 26 00:31:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B525A37B401; Sat, 26 Apr 2003 00:31:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B6A843F75; Sat, 26 Apr 2003 00:31:07 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q7V70U090491; Sat, 26 Apr 2003 00:31:07 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q7V74i090489; Sat, 26 Apr 2003 00:31:07 -0700 (PDT) Message-Id: <200304260731.h3Q7V74i090489@repoman.freebsd.org> From: Eric Anholt Date: Sat, 26 Apr 2003 00:31:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/drm Makefile Makefile.inc src/sys/modules/drm/mga Makefile src/sys/modules/drm/r128 Makefile src/sys/modules/drm/radeon Makefile src/sys/modules/drm/tdfx Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 07:31:08 -0000 anholt 2003/04/26 00:31:07 PDT FreeBSD src repository Added files: (Branch: RELENG_4) sys/modules/drm Makefile Makefile.inc sys/modules/drm/mga Makefile sys/modules/drm/r128 Makefile sys/modules/drm/radeon Makefile sys/modules/drm/tdfx Makefile Log: Add DRM modules, but leave them disconnected from the build until all previously reported problems are confirmed to be resolved. Revision Changes Path 1.2.2.1 +5 -0 src/sys/modules/drm/Makefile (new) 1.1.4.1 +3 -0 src/sys/modules/drm/Makefile.inc (new) 1.4.2.1 +10 -0 src/sys/modules/drm/mga/Makefile (new) 1.4.2.1 +9 -0 src/sys/modules/drm/r128/Makefile (new) 1.4.2.1 +10 -0 src/sys/modules/drm/radeon/Makefile (new) 1.2.4.1 +9 -0 src/sys/modules/drm/tdfx/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sat Apr 26 00:31:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E324A37B404; Sat, 26 Apr 2003 00:31:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D3C43F75; Sat, 26 Apr 2003 00:31:44 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q7Vi0U091058; Sat, 26 Apr 2003 00:31:44 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q7ViaQ091056; Sat, 26 Apr 2003 00:31:44 -0700 (PDT) Message-Id: <200304260731.h3Q7ViaQ091056@repoman.freebsd.org> From: Murray Stokely Date: Sat, 26 Apr 2003 00:31:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile.inc.docports X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 07:31:45 -0000 murray 2003/04/26 00:31:43 PDT FreeBSD src repository Modified files: release Makefile.inc.docports Log: Add some missing entries here. Sort an existing entry properly. This allows "make release" to find all of the documentation related ports it needs if you build a release with NOPORTS. This should be moved to within the port Makefile so we don't have to keep it updated in two different places. PR: docs/51305 Revision Changes Path 1.17 +4 -1 src/release/Makefile.inc.docports From owner-cvs-src@FreeBSD.ORG Sat Apr 26 00:42:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F074537B401; Sat, 26 Apr 2003 00:42:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 914B943FCB; Sat, 26 Apr 2003 00:42:24 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q7gO0U098753; Sat, 26 Apr 2003 00:42:24 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q7gO1r098752; Sat, 26 Apr 2003 00:42:24 -0700 (PDT) Message-Id: <200304260742.h3Q7gO1r098752@repoman.freebsd.org> From: Alan Cox Date: Sat, 26 Apr 2003 00:42:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 07:42:25 -0000 alc 2003/04/26 00:42:24 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: - Lock the vm_object when performing vm_page_alloc() in allocbuf(). Revision Changes Path 1.389 +4 -0 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 01:19:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7DF437B404 for ; Sat, 26 Apr 2003 01:19:04 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E47243FCB for ; Sat, 26 Apr 2003 01:19:03 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 31307 invoked from network); 26 Apr 2003 08:19:01 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 26 Apr 2003 08:19:01 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 26 Apr 2003 03:18:54 -0500 (CDT) From: Mike Silbersack To: John Baldwin In-Reply-To: Message-ID: <20030426031753.O566@odysseus.silby.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 08:19:05 -0000 On Thu, 24 Apr 2003, John Baldwin wrote: > Windows formatted iPod's have a fake DOS BPB at the start of their disk. > If you tried to mount it as a msdos filesystem before this change, the > kernel would panic. Now you get EINVAL. If you stick GEOM_APPLE in your > kernel, then the apple label at the start of the disk is recognized, and > you can mount /dev/da0s2 as a msdos filesystem. > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ Ah ha! An excuse to ask for an iPod on the donations page! I'm going to have to think of a similar excuse for a GeForce FX. :) Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Sat Apr 26 01:36:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1A8D37B401; Sat, 26 Apr 2003 01:36:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCEE43F75; Sat, 26 Apr 2003 01:36:07 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q8a70U043814; Sat, 26 Apr 2003 01:36:07 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q8a6Zs043806; Sat, 26 Apr 2003 01:36:06 -0700 (PDT) Message-Id: <200304260836.h3Q8a6Zs043806@repoman.freebsd.org> From: Alan Cox Date: Sat, 26 Apr 2003 01:36:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys vnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 08:36:08 -0000 alc 2003/04/26 01:36:06 PDT FreeBSD src repository Modified files: sys/sys vnode.h Log: Remove an unused declaration. Revision Changes Path 1.223 +0 -1 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 02:30:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB9E37B401; Sat, 26 Apr 2003 02:30:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C3BE43F75; Sat, 26 Apr 2003 02:30:35 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3Q9UZ0U081858; Sat, 26 Apr 2003 02:30:35 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3Q9UYJj081847; Sat, 26 Apr 2003 02:30:34 -0700 (PDT) Message-Id: <200304260930.h3Q9UYJj081847@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 26 Apr 2003 02:30:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 firewall.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 09:30:36 -0000 brueffer 2003/04/26 02:30:34 PDT FreeBSD src repository (doc committer) Modified files: share/man/man7 firewall.7 Log: Mbits -> Mbits/s band width -> bandwidth PR: 39822 Submitted by: Chris Pepper MFC after: 3 days Revision Changes Path 1.18 +4 -4 src/share/man/man7/firewall.7 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 06:00:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F8FB37B401; Sat, 26 Apr 2003 06:00:38 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDD243F85; Sat, 26 Apr 2003 06:00:37 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h3QD0ZjC028574; Sat, 26 Apr 2003 06:00:35 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h3QD0YtO028573; Sat, 26 Apr 2003 06:00:34 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sat, 26 Apr 2003 06:00:34 -0700 From: David Schultz To: "David E. O'Brien" Message-ID: <20030426130034.GA28484@HAL9000.homeunix.com> Mail-Followup-To: "David E. O'Brien" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200304252117.h3PLHVCg034065@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304252117.h3PLHVCg034065@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/lib/libstdc++ c++config.h config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 13:00:38 -0000 On Fri, Apr 25, 2003, David E. O'Brien wrote: > obrien 2003/04/25 14:17:31 PDT > > FreeBSD src repository > > Modified files: > gnu/lib/libstdc++ c++config.h config.h > Log: > Enable ISO-C99 compatibility -- among other things, this tells libstdc++ > not to blindly undef isnan() and other functions that became macros in C99. > Enable use of newly grown C99 functions: strtof(), strtold(), wcstof() > > Submitted by: das > > Revision Changes Path > 1.4 +5 -5 src/gnu/lib/libstdc++/c++config.h > 1.5 +4 -4 src/gnu/lib/libstdc++/config.h Thanks! By the way, libstdc++ has a slight deficiency in that it does not expose C99 macros in the global namespace if you include both the old-style header math.h and any of the new-style headers cmath, locale, complex, or valarray. I have discussed this issue with several gcc developers and hope to fix the problem shortly. From owner-cvs-src@FreeBSD.ORG Sat Apr 26 07:29:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B727237B401; Sat, 26 Apr 2003 07:29:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 579E943FBF; Sat, 26 Apr 2003 07:29:56 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QETu0U005008; Sat, 26 Apr 2003 07:29:56 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QETtkK005003; Sat, 26 Apr 2003 07:29:55 -0700 (PDT) Message-Id: <200304261429.h3QETtkK005003@repoman.freebsd.org> From: Jens Schweikhardt Date: Sat, 26 Apr 2003 07:29:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/m4 m4.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 14:29:57 -0000 schweikh 2003/04/26 07:29:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/m4 m4.1 Log: MFC: typo: s/esycmd/esyscmd Revision Changes Path 1.10.2.9 +1 -1 src/usr.bin/m4/m4.1 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 08:00:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DA737B401; Sat, 26 Apr 2003 08:00:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C06F743FBD; Sat, 26 Apr 2003 08:00:57 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QF0v0U028252; Sat, 26 Apr 2003 08:00:57 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QF0vBM028251; Sat, 26 Apr 2003 08:00:57 -0700 (PDT) Message-Id: <200304261500.h3QF0vBM028251@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 26 Apr 2003 08:00:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm_getprocs.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 15:00:58 -0000 trhodes 2003/04/26 08:00:57 PDT FreeBSD src repository Modified files: lib/libkvm kvm_getprocs.3 Log: Add sys/user.h to the list of includes. Without it you lack a definition of 'struct kinfo_proc' for calls to kvm_getargv() and kvm_getenvv(). PR: 51322 Revision Changes Path 1.14 +1 -0 src/lib/libkvm/kvm_getprocs.3 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 08:15:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 919D237B405; Sat, 26 Apr 2003 08:15:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3013A43FA3; Sat, 26 Apr 2003 08:15:06 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QFF60U039731; Sat, 26 Apr 2003 08:15:06 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QFF5Si039728; Sat, 26 Apr 2003 08:15:05 -0700 (PDT) Message-Id: <200304261515.h3QFF5Si039728@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 26 Apr 2003 08:15:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libutil login_class.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 15:15:08 -0000 trhodes 2003/04/26 08:15:05 PDT FreeBSD src repository Modified files: lib/libutil login_class.3 Log: Add vmemoryuse to the list. PR: 50796 Submitted by: Dmitry Sivachenko Revision Changes Path 1.15 +1 -0 src/lib/libutil/login_class.3 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 08:16:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C7137B401; Sat, 26 Apr 2003 08:16:53 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7798D43FB1; Sat, 26 Apr 2003 08:16:50 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 9A89E5308; Sat, 26 Apr 2003 17:16:49 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "David E. O'Brien" From: Dag-Erling Smorgrav Date: Sat, 26 Apr 2003 17:16:49 +0200 In-Reply-To: <200304260324.h3Q3OQ8j006951@repoman.freebsd.org> ("David E. O'Brien"'s message of "Fri, 25 Apr 2003 20:24:26 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <200304260324.h3Q3OQ8j006951@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.x86-64 src/gnu/usr.bin/binutils/libbfd Makefile.x86-64 src/gnu/usr.bin/binutils/as/x86-64-freebsd Makefile config.h itbl-cpu.h targ-cpu.h src/gnu/usr.bin/binutils/libbfd/x86-64 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 15:16:54 -0000 "David E. O'Brien" writes: > Sponsored by: Microsoft *whimper* DES -- Dag-Erling Smorgrav - des@ofug.org From owner-cvs-src@FreeBSD.ORG Sat Apr 26 08:18:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B47937B401; Sat, 26 Apr 2003 08:18:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDFB943F75; Sat, 26 Apr 2003 08:18:27 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QFIR0U042105; Sat, 26 Apr 2003 08:18:27 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QFIRUa042103; Sat, 26 Apr 2003 08:18:27 -0700 (PDT) Message-Id: <200304261518.h3QFIRUa042103@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 26 Apr 2003 08:18:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libutil login_class.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 15:18:29 -0000 trhodes 2003/04/26 08:18:27 PDT FreeBSD src repository Modified files: lib/libutil login_class.3 Log: Last commit had incorrect information. The real PR was: PR: 50769 Duh Point for: trhodes Revision Changes Path 1.16 +0 -0 src/lib/libutil/login_class.3 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 08:22:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B4AD37B401; Sat, 26 Apr 2003 08:22:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB5343FBD; Sat, 26 Apr 2003 08:22:29 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QFMT0U044798; Sat, 26 Apr 2003 08:22:29 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QFMTwM044795; Sat, 26 Apr 2003 08:22:29 -0700 (PDT) Message-Id: <200304261522.h3QFMTwM044795@repoman.freebsd.org> From: Jens Schweikhardt Date: Sat, 26 Apr 2003 08:22:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/growfs growfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 15:22:30 -0000 schweikh 2003/04/26 08:22:29 PDT FreeBSD src repository Modified files: sbin/growfs growfs.c Log: Fix typos in comments; some style(9) fixes; no code changes. PR: misc/50979 Submitted by: Lukas Ertl Revision Changes Path 1.14 +117 -121 src/sbin/growfs/growfs.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 08:37:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 190B437B401; Sat, 26 Apr 2003 08:37:36 -0700 (PDT) Received: from possum.cryptohill.net (cambist.cryptohill.net [24.244.145.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3399043FBF; Sat, 26 Apr 2003 08:37:35 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (catv7146.extern.kun.nl [131.174.117.146]) by possum.cryptohill.net (Postfix) with ESMTP id BDB66AE004; Sat, 26 Apr 2003 11:37:32 -0400 (EDT) Date: Sat, 26 Apr 2003 17:37:30 +0200 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: "Sam Leffler" From: "Jeroen C. van Gelderen" In-Reply-To: <06e801c30b41$e07a3130$52557f42@errno.com> Message-Id: Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.552) cc: Juli Mallett cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "Jacques A. Vidrine" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck fsck.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 15:37:36 -0000 On Friday, Apr 25, 2003, at 17:46 Europe/Amsterdam, Sam Leffler wrote: >> Please back this out. If there is no fstab, the vfstype is retrieved >> from the disklabel. It will likely be `4.2BSD', and fsck will try to >> find /sbin/fsck_4.2BSD and fail. >> >> Look at `FS_BSDFFS' and `fstypenames[]' in sys/disklabel.h to see = what >> I mean. >> >> (A failure of this sort was just reported to me by a coworker.) > > Ah, this explains why fsck of an md filesystem was doing that. Thanks=20= > for > identifying the reason. And thanks to Juli for fixing the code by adding a comment containing=20 this information. -J --=20 Jeroen C. van Gelderen - jeroen@vangelderen.org The python has, and I fib no fibs, 318 pairs of ribs. In stating this I place reliance On a s=E9ance with one who died for science. This figure is sworn to and attested; He counted them while being digested. -- Ogden Nash From owner-cvs-src@FreeBSD.ORG Sat Apr 26 08:37:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF68D37B405; Sat, 26 Apr 2003 08:37:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF2743FB1; Sat, 26 Apr 2003 08:37:40 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QFbd0U056044; Sat, 26 Apr 2003 08:37:39 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QFbduq056038; Sat, 26 Apr 2003 08:37:39 -0700 (PDT) Message-Id: <200304261537.h3QFbduq056038@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 26 Apr 2003 08:37:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 style.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 15:37:41 -0000 trhodes 2003/04/26 08:37:39 PDT FreeBSD src repository Modified files: share/man/man9 style.9 Log: Xref sytle.Makefile(5). PR: 51183 Revision Changes Path 1.101 +2 -1 src/share/man/man9/style.9 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 09:02:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B1B37B401; Sat, 26 Apr 2003 09:02:34 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D6A43F93; Sat, 26 Apr 2003 09:02:33 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h3QG2QsU013170; Sat, 26 Apr 2003 09:02:26 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h3QG2QFa013169; Sat, 26 Apr 2003 09:02:26 -0700 (PDT) Date: Sat, 26 Apr 2003 09:02:25 -0700 From: "David O'Brien" To: Hartmut Brandt Message-ID: <20030426160225.GA8241@dragon.nuxi.com> References: <200304251614.h3PGE3t5006537@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304251614.h3PGE3t5006537@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/pci if_en_pci.c src/sys/modules/en Makefile src/sys/dev/en midway.c midwayreg.h midwayvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@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: Sat, 26 Apr 2003 16:02:34 -0000 On Fri, Apr 25, 2003 at 09:14:03AM -0700, Hartmut Brandt wrote: > Modified files: > sys/modules Makefile > sys/pci if_en_pci.c > sys/dev/en midway.c midwayreg.h midwayvar.h > Added files: > sys/modules/en Makefile > Log: > Convert the midway driver to use busdma. Except for this conversion the > following changes have been done: > > - stylify. The original code was too hard to read. > - get rid of a number of compilation options (Adaptec-only, Eni-only, no-DMA). > - more debugging features. > - locking. This is not correct yet in the absence of interface layer locking, Were you not aware we have rules against exactly this type of commit?? It is totally impossible to tell what the real changes were and which the style changes were. Please don't make a commits like this again. From owner-cvs-src@FreeBSD.ORG Sat Apr 26 09:45:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F4F37B401; Sat, 26 Apr 2003 09:45:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 445C743F93; Sat, 26 Apr 2003 09:45:41 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QGjf0U010558; Sat, 26 Apr 2003 09:45:41 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QGjeLW010555; Sat, 26 Apr 2003 09:45:40 -0700 (PDT) Message-Id: <200304261645.h3QGjeLW010555@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sat, 26 Apr 2003 09:45:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwcrom.c iec13213.h sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 16:45:42 -0000 simokawa 2003/04/26 09:45:40 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.c firewirereg.h fwcrom.c iec13213.h sbp.c Log: - Improve configuration ROM parser for multiple unit directory. - Remove getcsrdata(). - Don't print device type, this can be obtained by fwcontrol. Tested with: Maxtor 5000XT Tested by: Daniel O'Connor Revision Changes Path 1.48 +3 -82 src/sys/dev/firewire/firewire.c 1.24 +0 -1 src/sys/dev/firewire/firewirereg.h 1.4 +104 -10 src/sys/dev/firewire/fwcrom.c 1.4 +2 -0 src/sys/dev/firewire/iec13213.h 1.44 +29 -55 src/sys/dev/firewire/sbp.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 09:47:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5124A37B401; Sat, 26 Apr 2003 09:47:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B0543FA3; Sat, 26 Apr 2003 09:46:59 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QGkx0U011547; Sat, 26 Apr 2003 09:46:59 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QGkx7n011545; Sat, 26 Apr 2003 09:46:59 -0700 (PDT) Message-Id: <200304261646.h3QGkx7n011545@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sat, 26 Apr 2003 09:46:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/fwcontrol Makefile fwcrom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 16:47:00 -0000 simokawa 2003/04/26 09:46:59 PDT FreeBSD src repository Modified files: usr.sbin/fwcontrol Makefile Removed files: usr.sbin/fwcontrol fwcrom.c Log: Use fwcrom.c in /sys/dev/firewire. Revision Changes Path 1.3 +2 -0 src/usr.sbin/fwcontrol/Makefile 1.4 +0 -502 src/usr.sbin/fwcontrol/fwcrom.c (dead) From owner-cvs-src@FreeBSD.ORG Sat Apr 26 10:00:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20AC937B401; Sat, 26 Apr 2003 10:00:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B073243F93; Sat, 26 Apr 2003 10:00:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QH0A0U019881; Sat, 26 Apr 2003 10:00:10 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QH0AXI019878; Sat, 26 Apr 2003 10:00:10 -0700 (PDT) Message-Id: <200304261700.h3QH0AXI019878@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 26 Apr 2003 10:00:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include asmacros.h ktr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 17:00:11 -0000 obrien 2003/04/26 10:00:10 PDT FreeBSD src repository Modified files: sys/sparc64/include asmacros.h ktr.h Log: Two tokens that don't together form a vaid preprocssor token cannot be pasted together using ANSI-C token concatinatation. GCC's cpp, at least, produces the desired result w/o using "##". Revision Changes Path 1.14 +2 -2 src/sys/sparc64/include/asmacros.h 1.5 +2 -2 src/sys/sparc64/include/ktr.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 10:17:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6752837B401; Sat, 26 Apr 2003 10:17:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF41B43F75; Sat, 26 Apr 2003 10:17:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QHHj0U034032; Sat, 26 Apr 2003 10:17:45 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QHHjQ1034030; Sat, 26 Apr 2003 10:17:45 -0700 (PDT) Message-Id: <200304261717.h3QHHjQ1034030@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 26 Apr 2003 10:17:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include asm.h asmacros.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 17:17:46 -0000 obrien 2003/04/26 10:17:45 PDT FreeBSD src repository Modified files: sys/sparc64/include asm.h asmacros.h Log: The ENTRY bits were in two places. Remove the one not used (asm.h), but presurve the nice comment by adding it to asmacros.h. Revision Changes Path 1.4 +0 -24 src/sys/sparc64/include/asm.h 1.15 +11 -0 src/sys/sparc64/include/asmacros.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 10:17:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC0937B4B3; Sat, 26 Apr 2003 10:17:54 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B8BC43FAF; Sat, 26 Apr 2003 10:17:53 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h3QHHo46030616; Sat, 26 Apr 2003 19:17:51 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: obrien@FreeBSD.org From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 26 Apr 2003 09:02:25 PDT." <20030426160225.GA8241@dragon.nuxi.com> Date: Sat, 26 Apr 2003 19:17:50 +0200 Message-ID: <30615.1051377470@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Hartmut Brandt cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/pci if_en_pci.c src/sys/modules/en Makefile src/sys/dev/en midway.c midwayreg.h midwayvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 17:17:55 -0000 In message <20030426160225.GA8241@dragon.nuxi.com>, "David O'Brien" writes: >Were you not aware we have rules against exactly this type of commit?? >It is totally impossible to tell what the real changes were and which the >style changes were. Please don't make a commits like this again. Are you aware how rare people who hack ATM code are ? We should have a rule against nitpicking such people! -- 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 Sat Apr 26 10:26:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EEBD37B401; Sat, 26 Apr 2003 10:26:14 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BA343FA3; Sat, 26 Apr 2003 10:26:13 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h3QHPwm2001974; Sat, 26 Apr 2003 10:26:02 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h3QHPv6T001973; Sat, 26 Apr 2003 10:25:57 -0700 (PDT) Date: Sat, 26 Apr 2003 10:25:57 -0700 From: "David O'Brien" To: Poul-Henning Kamp Message-ID: <20030426172557.GB1875@dragon.nuxi.com> References: <20030426160225.GA8241@dragon.nuxi.com> <30615.1051377470@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30615.1051377470@critter.freebsd.dk> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Hartmut Brandt cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/pci if_en_pci.c src/sys/modules/en Makefile src/sys/dev/en midway.c midwayreg.h midwayvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@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: Sat, 26 Apr 2003 17:26:14 -0000 On Sat, Apr 26, 2003 at 07:17:50PM +0200, Poul-Henning Kamp wrote: > In message <20030426160225.GA8241@dragon.nuxi.com>, "David O'Brien" writes: > >Were you not aware we have rules against exactly this type of commit?? > >It is totally impossible to tell what the real changes were and which the > >style changes were. Please don't make a commits like this again. > > Are you aware how rare people who hack ATM code are ? If this only happens to ATM code, you're right it doesn't matter. From owner-cvs-src@FreeBSD.ORG Sat Apr 26 11:26:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E77A637B401; Sat, 26 Apr 2003 11:26:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FC643FAF; Sat, 26 Apr 2003 11:26:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QIQU0U084102; Sat, 26 Apr 2003 11:26:30 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QIQTGm084099; Sat, 26 Apr 2003 11:26:29 -0700 (PDT) Message-Id: <200304261826.h3QIQTGm084099@repoman.freebsd.org> From: Paul Saab Date: Sat, 26 Apr 2003 11:26:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 18:26:31 -0000 ps 2003/04/26 11:26:29 PDT FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Update the mbuf watermark settings to match the latest documentation from Broadcom. These values are strongly encouraged for proper operation. MFC after: 3 days Revision Changes Path 1.35 +3 -3 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 11:33:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB21E37B410; Sat, 26 Apr 2003 11:33:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BAC43FA3; Sat, 26 Apr 2003 11:33:19 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QIXI0U088612; Sat, 26 Apr 2003 11:33:18 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QIXIcJ088608; Sat, 26 Apr 2003 11:33:18 -0700 (PDT) Message-Id: <200304261833.h3QIXIcJ088608@repoman.freebsd.org> From: Alan Cox Date: Sat, 26 Apr 2003 11:33:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/vm swap_pager.c vm_object.c vm_object.h vnode_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 18:33:20 -0000 alc 2003/04/26 11:33:18 PDT FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/vm swap_pager.c vm_object.c vm_object.h vnode_pager.c Log: - Convert vm_object_pip_wait() from using tsleep() to msleep(). - Make vm_object_pip_sleep() static. - Lock the vm_object when performing vm_object_pip_wait(). Revision Changes Path 1.443 +2 -0 src/sys/kern/vfs_subr.c 1.193 +4 -0 src/sys/vm/swap_pager.c 1.272 +9 -5 src/sys/vm/vm_object.c 1.94 +1 -1 src/sys/vm/vm_object.h 1.172 +8 -3 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 12:07:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D69737B401; Sat, 26 Apr 2003 12:07:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF82443F3F; Sat, 26 Apr 2003 12:07:34 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QJ7Y0U014087; Sat, 26 Apr 2003 12:07:34 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QJ7Yx7014085; Sat, 26 Apr 2003 12:07:34 -0700 (PDT) Message-Id: <200304261907.h3QJ7Yx7014085@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 26 Apr 2003 12:07:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:07:35 -0000 hrs 2003/04/26 12:07:34 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a missing . Revision Changes Path 1.553 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 26 12:13:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C3C37B401; Sat, 26 Apr 2003 12:13:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8789B43F75; Sat, 26 Apr 2003 12:13:01 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QJD10U017377; Sat, 26 Apr 2003 12:13:01 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QJD10c017373; Sat, 26 Apr 2003 12:13:01 -0700 (PDT) Message-Id: <200304261913.h3QJD10c017373@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 26 Apr 2003 12:13:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:13:02 -0000 hrs 2003/04/26 12:13:01 PDT FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Merge the following from the English version: 1.524 -> 1.553 relnotes/common/new.sgml Revision Changes Path 1.84 +308 -96 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 26 12:16:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4CC37B401; Sat, 26 Apr 2003 12:16:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6924043F93; Sat, 26 Apr 2003 12:16:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QJGt0U020857; Sat, 26 Apr 2003 12:16:55 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QJGsbr020855; Sat, 26 Apr 2003 12:16:54 -0700 (PDT) Message-Id: <200304261916.h3QJGsbr020855@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 26 Apr 2003 12:16:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gcc/config/i386 freebsd.h freebsd64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:16:56 -0000 obrien 2003/04/26 12:16:54 PDT FreeBSD src repository Modified files: contrib/gcc/config/i386 freebsd.h freebsd64.h Log: Remove the last vestiges (I hope) of the mixed ELF/a.out support. As a plus we can use the stock CC1_SPEC and ASM_SPEC for AMD64. Revision Changes Path 1.61 +1 -3 src/contrib/gcc/config/i386/freebsd.h 1.3 +0 -10 src/contrib/gcc/config/i386/freebsd64.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 12:20:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA8337B401; Sat, 26 Apr 2003 12:20:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC49C43FA3; Sat, 26 Apr 2003 12:20:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QJKP0U022521; Sat, 26 Apr 2003 12:20:25 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QJKPY2022518; Sat, 26 Apr 2003 12:20:25 -0700 (PDT) Message-Id: <200304261920.h3QJKPY2022518@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 26 Apr 2003 12:20:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gcc/config/i386 freebsd64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:20:26 -0000 obrien 2003/04/26 12:20:25 PDT FreeBSD src repository Modified files: contrib/gcc/config/i386 freebsd64.h Log: Fix the LINK_SPEC. Our i386 32-bit emulation name changed. We also need to look in the proper directory for 32-bit libs. Revision Changes Path 1.4 +1 -2 src/contrib/gcc/config/i386/freebsd64.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 12:21:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5501F37B401; Sat, 26 Apr 2003 12:21:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CE543FBF; Sat, 26 Apr 2003 12:20:59 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QJKx0U023031; Sat, 26 Apr 2003 12:20:59 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QJKxZZ023028; Sat, 26 Apr 2003 12:20:59 -0700 (PDT) Message-Id: <200304261920.h3QJKxZZ023028@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 26 Apr 2003 12:20:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ja_JP.eucJP/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:21:01 -0000 hrs 2003/04/26 12:20:59 PDT FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/errata article.sgml Log: Merge the following from the English version: 1.33 -> 1.36 errata/article.sgml Revision Changes Path 1.17 +12 -2 src/release/doc/ja_JP.eucJP/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 26 12:36:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C8B37B401; Sat, 26 Apr 2003 12:36:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 531D043FBD; Sat, 26 Apr 2003 12:36:20 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QJaK0U035004; Sat, 26 Apr 2003 12:36:20 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QJaJfJ035001; Sat, 26 Apr 2003 12:36:19 -0700 (PDT) Message-Id: <200304261936.h3QJaJfJ035001@repoman.freebsd.org> From: Alan Cox Date: Sat, 26 Apr 2003 12:36:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_default.c src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:36:21 -0000 alc 2003/04/26 12:36:19 PDT FreeBSD src repository Modified files: sys/kern vfs_default.c sys/vm vm_object.c Log: - Lock the vm_object on entry to vm_object_terminate(). Revision Changes Path 1.80 +5 -2 src/sys/kern/vfs_default.c 1.273 +4 -2 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 12:44:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D916037B401; Sat, 26 Apr 2003 12:44:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A22C43FB1; Sat, 26 Apr 2003 12:44:45 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QJij0U040650; Sat, 26 Apr 2003 12:44:45 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QJij2l040647; Sat, 26 Apr 2003 12:44:45 -0700 (PDT) Message-Id: <200304261944.h3QJij2l040647@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 12:44:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:44:46 -0000 imp 2003/04/26 12:44:45 PDT FreeBSD src repository Modified files: sbin/devd devd.cc Log: Make better use of the string type when parsing things. This switches expand one from using a fixed buffer to using a string which dynamically allocates these things. Submitted by: green@ (against an earlier version of devd) Ignored for too long by: imp Revision Changes Path 1.11 +22 -28 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Sat Apr 26 12:48:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B7C37B401; Sat, 26 Apr 2003 12:48:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2EF43F75; Sat, 26 Apr 2003 12:48:16 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QJmF0U048186; Sat, 26 Apr 2003 12:48:15 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QJmFcn048184; Sat, 26 Apr 2003 12:48:15 -0700 (PDT) Message-Id: <200304261948.h3QJmFcn048184@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 26 Apr 2003 12:48:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ja_JP.eucJP/hardware/common dev.sgml src/release/doc/ja_JP.eucJP/hardware/i386 proc-i386.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:48:17 -0000 hrs 2003/04/26 12:48:15 PDT FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/hardware/common dev.sgml release/doc/ja_JP.eucJP/hardware/i386 proc-i386.sgml Log: Merge the following from the English version: 1.136 -> 1.143 hardware/common/dev.sgml 1.5 -> 1.9 hardware/i386/proc-i386.sgml Revision Changes Path 1.12 +86 -14 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.4 +25 -1 src/release/doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 26 13:04:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EBE37B401; Sat, 26 Apr 2003 13:04:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 881F643FA3; Sat, 26 Apr 2003 13:04:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QK4c0U060730; Sat, 26 Apr 2003 13:04:38 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QK4cg0060726; Sat, 26 Apr 2003 13:04:38 -0700 (PDT) Message-Id: <200304262004.h3QK4cg0060726@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 26 Apr 2003 13:04:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gcc/config/i386 i386.h src/gnu/usr.bin/cc Makefile.tgt src/gnu/usr.bin/cc/cc_tools Makefile auto-host.h src/gnu/usr.bin/cc/include Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 20:04:39 -0000 obrien 2003/04/26 13:04:38 PDT FreeBSD src repository Modified files: contrib/gcc/config/i386 i386.h gnu/usr.bin/cc Makefile.tgt gnu/usr.bin/cc/cc_tools Makefile auto-host.h gnu/usr.bin/cc/include Makefile Log: We're changing the platform name from x86[_-]86 to amd64. Revision Changes Path 1.16 +1 -1 src/contrib/gcc/config/i386/i386.h 1.7 +1 -1 src/gnu/usr.bin/cc/Makefile.tgt 1.67 +4 -4 src/gnu/usr.bin/cc/cc_tools/Makefile 1.13 +1 -1 src/gnu/usr.bin/cc/cc_tools/auto-host.h 1.5 +1 -1 src/gnu/usr.bin/cc/include/Makefile From owner-cvs-src@FreeBSD.ORG Sat Apr 26 13:25:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C3B937B401; Sat, 26 Apr 2003 13:25:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF51C43FAF; Sat, 26 Apr 2003 13:25:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QKPe0U075826; Sat, 26 Apr 2003 13:25:40 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QKPeJO075824; Sat, 26 Apr 2003 13:25:40 -0700 (PDT) Message-Id: <200304262025.h3QKPeJO075824@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 13:25:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 20:25:41 -0000 imp 2003/04/26 13:25:40 PDT FreeBSD src repository Modified files: sbin/devd devd.cc Log: Update to use is_id_char() in the last patch. I should have done this before the last commit. Revision Changes Path 1.12 +1 -2 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Sat Apr 26 13:54:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC9B37B401; Sat, 26 Apr 2003 13:54:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D875643F93; Sat, 26 Apr 2003 13:54:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QKsj0U096366; Sat, 26 Apr 2003 13:54:45 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QKsjBd096363; Sat, 26 Apr 2003 13:54:45 -0700 (PDT) Message-Id: <200304262054.h3QKsjBd096363@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 26 Apr 2003 13:54:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include asm.h asmacros.h src/sys/sparc64/sparc64 exception.S interrupt.S locore.S mp_exception.S mp_locore.S support.S swtch.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 20:54:46 -0000 obrien 2003/04/26 13:54:45 PDT FreeBSD src repository Modified files: sys/sparc64/include asm.h asmacros.h sys/sparc64/sparc64 exception.S interrupt.S locore.S mp_exception.S mp_locore.S support.S swtch.S Log: I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland. Restore the bits and remove them from asmacros.h. *.S will now be asm.h consumers. Approved by: jake Revision Changes Path 1.5 +38 -2 src/sys/sparc64/include/asm.h 1.16 +0 -38 src/sys/sparc64/include/asmacros.h 1.64 +4 -3 src/sys/sparc64/sparc64/exception.S 1.5 +3 -2 src/sys/sparc64/sparc64/interrupt.S 1.20 +3 -2 src/sys/sparc64/sparc64/locore.S 1.10 +3 -2 src/sys/sparc64/sparc64/mp_exception.S 1.6 +3 -2 src/sys/sparc64/sparc64/mp_locore.S 1.23 +3 -2 src/sys/sparc64/sparc64/support.S 1.31 +3 -2 src/sys/sparc64/sparc64/swtch.S From owner-cvs-src@FreeBSD.ORG Sat Apr 26 13:59:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 802EB37B401; Sat, 26 Apr 2003 13:59:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EC1543FAF; Sat, 26 Apr 2003 13:59:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QKx40U099193; Sat, 26 Apr 2003 13:59:04 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QKx4eg099191; Sat, 26 Apr 2003 13:59:04 -0700 (PDT) Message-Id: <200304262059.h3QKx4eg099191@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 13:59:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc devd.h devd.hh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 20:59:06 -0000 imp 2003/04/26 13:59:04 PDT FreeBSD src repository Modified files: sbin/devd devd.cc devd.h Added files: sbin/devd devd.hh Log: Create a new C++ header file called devd.hh which has all the class definitions in it. Begin to document the classes that we use, and how they interrelate (using comments that I can use with doxygen to automatically generate docs with). Revision Changes Path 1.13 +2 -101 src/sbin/devd/devd.cc 1.3 +7 -0 src/sbin/devd/devd.h 1.1 +163 -0 src/sbin/devd/devd.hh (new) From owner-cvs-src@FreeBSD.ORG Sat Apr 26 14:39:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8844637B401; Sat, 26 Apr 2003 14:39:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2819B43F75; Sat, 26 Apr 2003 14:39:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QLdX0U029249; Sat, 26 Apr 2003 14:39:33 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QLdXP1029247; Sat, 26 Apr 2003 14:39:33 -0700 (PDT) Message-Id: <200304262139.h3QLdXP1029247@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 26 Apr 2003 14:39:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 21:39:35 -0000 phk 2003/04/26 14:39:33 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde.c Log: Appearantly UFS no longer issues BIO_DELETE requests correctly, and consequently trashes data. Disable BIO_DELETE handling in gbde for now. Revision Changes Path 1.18 +7 -0 src/sys/geom/bde/g_bde.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 14:40:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B0337B409; Sat, 26 Apr 2003 14:40:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185B043FAF; Sat, 26 Apr 2003 14:40:27 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QLeQ0U029682; Sat, 26 Apr 2003 14:40:26 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QLeQhw029679; Sat, 26 Apr 2003 14:40:26 -0700 (PDT) Message-Id: <200304262140.h3QLeQhw029679@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 26 Apr 2003 14:40:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_work.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 21:40:29 -0000 phk 2003/04/26 14:40:26 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: Bail as soon as the first write request has failed, there is no point in trying the second write if the first one went nowhere. Revision Changes Path 1.14 +11 -2 src/sys/geom/bde/g_bde_work.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 15:13:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BAEC37B401; Sat, 26 Apr 2003 15:13:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2257843F93; Sat, 26 Apr 2003 15:13:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QMDp0U056086; Sat, 26 Apr 2003 15:13:51 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QMDpTQ056085; Sat, 26 Apr 2003 15:13:51 -0700 (PDT) Message-Id: <200304262213.h3QMDpTQ056085@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 15:13:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccarddevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 22:13:53 -0000 imp 2003/04/26 15:13:51 PDT FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Add a generic cdrom. Revision Changes Path 1.49 +2 -0 src/sys/dev/pccard/pccarddevs From owner-cvs-src@FreeBSD.ORG Sat Apr 26 15:19:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7962337B404; Sat, 26 Apr 2003 15:19:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E220843F93; Sat, 26 Apr 2003 15:19:02 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QMJ20U059818; Sat, 26 Apr 2003 15:19:02 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QMJ2jQ059816; Sat, 26 Apr 2003 15:19:02 -0700 (PDT) Message-Id: <200304262219.h3QMJ2jQ059816@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 15:19:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-card.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 22:19:04 -0000 imp 2003/04/26 15:19:02 PDT FreeBSD src repository Modified files: sys/dev/ata ata-card.c Log: MF-p4: "Ian gave me this patch" I assume this is iadowse@. Also, pull in a few devices NetBSD's table. More are there, but I need to properly move them to pccarddev before including them here. Revision Changes Path 1.11 +19 -1 src/sys/dev/ata/ata-card.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 16:41:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6E3537B404; Sat, 26 Apr 2003 16:41:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292E943FBD; Sat, 26 Apr 2003 16:41:31 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QNfU0U020677; Sat, 26 Apr 2003 16:41:30 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QNfU8H020674; Sat, 26 Apr 2003 16:41:30 -0700 (PDT) Message-Id: <200304262341.h3QNfU8H020674@repoman.freebsd.org> From: Alan Cox Date: Sat, 26 Apr 2003 16:41:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 23:41:32 -0000 alc 2003/04/26 16:41:30 PDT FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/vm vm_object.c Log: Various changes to vm_object_page_remove(): - Eliminate an odd, special-case feature: if start == end == 0 then all pages are removed. Only one caller used this feature and that caller can trivially pass the object's size. - Assert that the vm_object is locked on entry; don't bother testing for a NULL vm_object. - Style: Fix lines that are longer than 80 characters. Revision Changes Path 1.444 +1 -1 src/sys/kern/vfs_subr.c 1.274 +7 -7 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 16:53:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F74A37B401; Sat, 26 Apr 2003 16:53:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A7143FBF; Sat, 26 Apr 2003 16:53:54 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QNrs0U035068; Sat, 26 Apr 2003 16:53:54 -0700 (PDT) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QNrsgE035064; Sat, 26 Apr 2003 16:53:54 -0700 (PDT) Message-Id: <200304262353.h3QNrsgE035064@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Sat, 26 Apr 2003 16:53:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/setkey setkey.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 23:53:55 -0000 sumikawa 2003/04/26 16:53:54 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/setkey setkey.c Log: MFC: Use NI_xxx macros. Revision Changes Path 1.1.2.3 +2 -2 src/usr.sbin/setkey/setkey.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 17:03:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0F3C37B401; Sat, 26 Apr 2003 17:03:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F92443FBF; Sat, 26 Apr 2003 17:03:37 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R03b0U042930; Sat, 26 Apr 2003 17:03:37 -0700 (PDT) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R03bTw042927; Sat, 26 Apr 2003 17:03:37 -0700 (PDT) Message-Id: <200304270003.h3R03bTw042927@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Sat, 26 Apr 2003 17:03:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libipsec pfkey_dump.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 00:03:38 -0000 sumikawa 2003/04/26 17:03:37 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libipsec pfkey_dump.c Log: MFC: make character buffer size bigger. Revision Changes Path 1.1.2.4 +2 -2 src/lib/libipsec/pfkey_dump.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 17:26:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75F3D37B401; Sat, 26 Apr 2003 17:26:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1558943F75; Sat, 26 Apr 2003 17:26:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R0QJ0U059735; Sat, 26 Apr 2003 17:26:19 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R0QJfL059731; Sat, 26 Apr 2003 17:26:19 -0700 (PDT) Message-Id: <200304270026.h3R0QJfL059731@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 17:26:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccarddevs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 00:26:21 -0000 imp 2003/04/26 17:26:19 PDT FreeBSD src repository Modified files: sys/dev/pccard pccarddevs.h Log: Sync to 1.49 Revision Changes Path 1.49 +5 -1 src/sys/dev/pccard/pccarddevs.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 18:18:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2BB937B404; Sat, 26 Apr 2003 18:18:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4770843F75; Sat, 26 Apr 2003 18:18:37 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R1Ib0U094539; Sat, 26 Apr 2003 18:18:37 -0700 (PDT) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R1IaWl094537; Sat, 26 Apr 2003 18:18:36 -0700 (PDT) Message-Id: <200304270118.h3R1IaWl094537@repoman.freebsd.org> From: Doug Barton Date: Sat, 26 Apr 2003 18:18:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdmfs Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 01:18:38 -0000 dougb 2003/04/26 18:18:36 PDT FreeBSD src repository Modified files: sbin/mdmfs Makefile Log: Install a mount_mfs symlink so that you can specify something like this in /etc/fstab to get a memory disk: md /tmp mfs rw,-s8m,noatime 2 2 Back when mdmfs was created, there was vague discussion about doing this, but it never materialized. Reminded by: Ralf S. Engelschall Revision Changes Path 1.3 +1 -0 src/sbin/mdmfs/Makefile From owner-cvs-src@FreeBSD.ORG Sat Apr 26 18:23:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB51237B401; Sat, 26 Apr 2003 18:23:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEC543F93; Sat, 26 Apr 2003 18:23:11 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R1NB0U099430; Sat, 26 Apr 2003 18:23:11 -0700 (PDT) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R1NB3o099426; Sat, 26 Apr 2003 18:23:11 -0700 (PDT) Message-Id: <200304270123.h3R1NB3o099426@repoman.freebsd.org> From: Doug Barton Date: Sat, 26 Apr 2003 18:23:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdmfs Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 01:23:12 -0000 dougb 2003/04/26 18:23:11 PDT FreeBSD src repository Modified files: sbin/mdmfs Makefile Log: Forced commit to indicate that what is installed is a hard link, not a symbolic one. Revision Changes Path 1.4 +0 -0 src/sbin/mdmfs/Makefile From owner-cvs-src@FreeBSD.ORG Sat Apr 26 18:25:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC4F37B405; Sat, 26 Apr 2003 18:25:39 -0700 (PDT) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0596C43FAF; Sat, 26 Apr 2003 18:25:39 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.dougb.net (12-234-22-23.client.attbi.com[12.234.22.23]) by rwcrmhc53.attbi.com (rwcrmhc53) with SMTP id <20030427012538053001bkvoe>; Sun, 27 Apr 2003 01:25:38 +0000 Date: Sat, 26 Apr 2003 18:25:38 -0700 (PDT) From: Doug Barton To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200304270123.h3R1NB3o099426@repoman.freebsd.org> Message-ID: <20030426182523.B13476@znfgre.qbhto.arg> References: <200304270123.h3R1NB3o099426@repoman.freebsd.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/sbin/mdmfs Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 01:25:40 -0000 Sorry about the spammage. :-/ On Sat, 26 Apr 2003, Doug Barton wrote: > dougb 2003/04/26 18:23:11 PDT > > FreeBSD src repository > > Modified files: > sbin/mdmfs Makefile > Log: > Forced commit to indicate that what is installed is a hard link, > not a symbolic one. > > Revision Changes Path > 1.4 +0 -0 src/sbin/mdmfs/Makefile > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mdmfs/Makefile.diff?&r1=1.3&r2=1.4&f=h > > -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Sat Apr 26 18:40:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 325AD37B401; Sat, 26 Apr 2003 18:40:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B1543FB1; Sat, 26 Apr 2003 18:40:45 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R1ej0U014205; Sat, 26 Apr 2003 18:40:45 -0700 (PDT) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R1ejoj014202; Sat, 26 Apr 2003 18:40:45 -0700 (PDT) Message-Id: <200304270140.h3R1ejoj014202@repoman.freebsd.org> From: Doug Barton Date: Sat, 26 Apr 2003 18:40:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdmfs Makefile mdmfs.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 01:40:46 -0000 dougb 2003/04/26 18:40:45 PDT FreeBSD src repository Modified files: sbin/mdmfs Makefile mdmfs.8 Log: Also MLINK the man page for mount_mfs. Revision Changes Path 1.5 +1 -0 src/sbin/mdmfs/Makefile 1.15 +3 -2 src/sbin/mdmfs/mdmfs.8 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 18:46:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE09437B411; Sat, 26 Apr 2003 18:46:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE9043FBD; Sat, 26 Apr 2003 18:46:57 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R1kv0U019765; Sat, 26 Apr 2003 18:46:57 -0700 (PDT) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R1kvWb019763; Sat, 26 Apr 2003 18:46:57 -0700 (PDT) Message-Id: <200304270146.h3R1kvWb019763@repoman.freebsd.org> From: Doug Barton Date: Sat, 26 Apr 2003 18:46:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdconfig mdconfig.8 src/share/man/man4 md.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 01:47:01 -0000 dougb 2003/04/26 18:46:57 PDT FreeBSD src repository Modified files: sbin/mdconfig mdconfig.8 share/man/man4 md.4 Log: Add .Xr's to mdmfs(8). Submitted by: Scot W. Hetzel Revision Changes Path 1.19 +1 -0 src/sbin/mdconfig/mdconfig.8 1.11 +1 -0 src/share/man/man4/md.4 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 18:52:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 088FE37B401; Sat, 26 Apr 2003 18:52:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C59E43FA3; Sat, 26 Apr 2003 18:52:33 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R1qX0U023045; Sat, 26 Apr 2003 18:52:33 -0700 (PDT) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R1qWfm023039; Sat, 26 Apr 2003 18:52:32 -0700 (PDT) Message-Id: <200304270152.h3R1qWfm023039@repoman.freebsd.org> From: Jake Burkholder Date: Sat, 26 Apr 2003 18:52:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 01:52:34 -0000 jake 2003/04/26 18:52:32 PDT FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Remove some debug options that are no longer needed. Revision Changes Path 1.55 +0 -7 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sat Apr 26 20:31:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A4937B401; Sat, 26 Apr 2003 20:31:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D66A143FAF; Sat, 26 Apr 2003 20:31:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R3Vl0U095727; Sat, 26 Apr 2003 20:31:47 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R3VlCO095726; Sat, 26 Apr 2003 20:31:47 -0700 (PDT) Message-Id: <200304270331.h3R3VlCO095726@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 20:31:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccarddevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 03:31:49 -0000 imp 2003/04/26 20:31:47 PDT FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Mystery OEM #1: A really no-name prism3 card that wi supports. Submitted by: mwlucas Revision Changes Path 1.50 +4 -0 src/sys/dev/pccard/pccarddevs From owner-cvs-src@FreeBSD.ORG Sat Apr 26 20:32:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AA6537B401; Sat, 26 Apr 2003 20:32:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB2A43FAF; Sat, 26 Apr 2003 20:32:10 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R3WA0U096079; Sat, 26 Apr 2003 20:32:10 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R3W9Lr096076; Sat, 26 Apr 2003 20:32:09 -0700 (PDT) Message-Id: <200304270332.h3R3W9Lr096076@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 20:32:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccarddevs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 03:32:10 -0000 imp 2003/04/26 20:32:09 PDT FreeBSD src repository Modified files: sys/dev/pccard pccarddevs.h Log: Sync to 1.50 Revision Changes Path 1.50 +7 -1 src/sys/dev/pccard/pccarddevs.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 20:34:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2324937B404; Sat, 26 Apr 2003 20:34:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A7643F75; Sat, 26 Apr 2003 20:34:06 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R3Y50U097796; Sat, 26 Apr 2003 20:34:05 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R3Y5M7097792; Sat, 26 Apr 2003 20:34:05 -0700 (PDT) Message-Id: <200304270334.h3R3Y5M7097792@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 20:34:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 03:34:08 -0000 imp 2003/04/26 20:34:05 PDT FreeBSD src repository Modified files: sys/dev/wi if_wi_pccard.c Log: Add generic OEM1 PRISM3 card. Submitted by: mwlucas Revision Changes Path 1.25 +1 -0 src/sys/dev/wi/if_wi_pccard.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 21:07:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 548AE37B401; Sat, 26 Apr 2003 21:07:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E52A343F3F; Sat, 26 Apr 2003 21:07:37 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R47b0U028115; Sat, 26 Apr 2003 21:07:37 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R47bUC028112; Sat, 26 Apr 2003 21:07:37 -0700 (PDT) Message-Id: <200304270407.h3R47bUC028112@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 26 Apr 2003 21:07:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 04:07:38 -0000 gad 2003/04/26 21:07:37 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/newsyslog newsyslog.8 Log: MFC 1.30->1.31: Instead of giving an example of rotating logs at the end of the month, give an example of how to rotate logs at the beginning of the month. Also, Note the equivalence of certain time formats. (mfc-ing two updates done July 2001) Revision Changes Path 1.23.2.10 +10 -2 src/usr.sbin/newsyslog/newsyslog.8 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 21:11:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8BF737B401; Sat, 26 Apr 2003 21:11:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 570B143FB1; Sat, 26 Apr 2003 21:11:23 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R4BN0U030110; Sat, 26 Apr 2003 21:11:23 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R4BNqh030108; Sat, 26 Apr 2003 21:11:23 -0700 (PDT) Message-Id: <200304270411.h3R4BNqh030108@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 26 Apr 2003 21:11:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/newsyslog pathnames.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 04:11:24 -0000 gad 2003/04/26 21:11:23 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/newsyslog pathnames.h Log: Cosmetic change, just so the order of defines in -stable matches -current. Revision Changes Path 1.2.2.2 +1 -1 src/usr.sbin/newsyslog/pathnames.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 21:26:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD44637B401; Sat, 26 Apr 2003 21:26:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B95043F85; Sat, 26 Apr 2003 21:26:23 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R4QN0U041680; Sat, 26 Apr 2003 21:26:23 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R4QNlK041677; Sat, 26 Apr 2003 21:26:23 -0700 (PDT) Message-Id: <200304270426.h3R4QNlK041677@repoman.freebsd.org> From: Sam Leffler Date: Sat, 26 Apr 2003 21:26:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ubsec ubsec.c ubsecreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 04:26:24 -0000 sam 2003/04/26 21:26:23 PDT FreeBSD src repository Modified files: sys/dev/ubsec ubsec.c ubsecreg.h Log: recognize the Sun Crypto 5821 and Crypto 1K cards; they both use the Broadcom 5821 Submitted by: Panagiotis Astithas MFC after: 1 day Revision Changes Path 1.21 +17 -4 src/sys/dev/ubsec/ubsec.c 1.5 +5 -0 src/sys/dev/ubsec/ubsecreg.h From owner-cvs-src@FreeBSD.ORG Sat Apr 26 21:32:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B83E37B401; Sat, 26 Apr 2003 21:32:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC0543F85; Sat, 26 Apr 2003 21:32:41 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R4Wf0U045873; Sat, 26 Apr 2003 21:32:41 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R4WeVv045870; Sat, 26 Apr 2003 21:32:40 -0700 (PDT) Message-Id: <200304270432.h3R4WeVv045870@repoman.freebsd.org> From: David Xu Date: Sat, 26 Apr 2003 21:32:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 04:32:42 -0000 davidxu 2003/04/26 21:32:40 PDT FreeBSD src repository Modified files: sys/kern kern_thread.c Log: unlock sched_lock at right time. Revision Changes Path 1.125 +1 -1 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:30:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEE8F37B401; Sat, 26 Apr 2003 22:30:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F32A43F75; Sat, 26 Apr 2003 22:30:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5Uq0U088174; Sat, 26 Apr 2003 22:30:52 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5UqJV088171; Sat, 26 Apr 2003 22:30:52 -0700 (PDT) Message-Id: <200304270530.h3R5UqJV088171@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:30:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa tw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:30:53 -0000 imp 2003/04/26 22:30:52 PDT FreeBSD src repository Removed files: sys/i386/isa tw.c Log: After careful review of this driver, I'm pretty sure it would take a lot of work to make this driver work under current. In the past when people wanted to remove xten, I was the only one in the way. After talking to fsmp@ (last person to make real changes to this driver) about this, I'm convinced it is better left in the dust-bin of history Approved by: re@ (scottl) Revision Changes Path 1.49 +0 -1157 src/sys/i386/isa/tw.c (dead) From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:35:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B789337B401; Sat, 26 Apr 2003 22:35:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5742A43FBD; Sat, 26 Apr 2003 22:35:11 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5ZB0U091973; Sat, 26 Apr 2003 22:35:11 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5ZBMK091971; Sat, 26 Apr 2003 22:35:11 -0700 (PDT) Message-Id: <200304270535.h3R5ZBMK091971@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:35:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:35:12 -0000 imp 2003/04/26 22:35:11 PDT FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Update to reflect tw removal. Revision Changes Path 1.1086 +0 -6 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:39:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A0F437B401; Sat, 26 Apr 2003 22:39:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1901E43FA3; Sat, 26 Apr 2003 22:39:11 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5dA0U094489; Sat, 26 Apr 2003 22:39:10 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5dARf094487; Sat, 26 Apr 2003 22:39:10 -0700 (PDT) Message-Id: <200304270539.h3R5dARf094487@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:39:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 Makefile tw.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:39:13 -0000 imp 2003/04/26 22:39:10 PDT FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile Removed files: share/man/man4/man4.i386 tw.4 Log: Update to reflect removal of tw. Approved by: re@ (scottl) Revision Changes Path 1.147 +1 -1 src/share/man/man4/man4.i386/Makefile 1.13 +0 -107 src/share/man/man4/man4.i386/tw.4 (dead) From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:40:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 110A137B401; Sat, 26 Apr 2003 22:40:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A370A43FAF; Sat, 26 Apr 2003 22:40:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5es0U095545; Sat, 26 Apr 2003 22:40:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5esW9095541; Sat, 26 Apr 2003 22:40:54 -0700 (PDT) Message-Id: <200304270540.h3R5esW9095541@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:40:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:40:55 -0000 imp 2003/04/26 22:40:54 PDT FreeBSD src repository Modified files: sys/conf files.i386 files.pc98 Log: Update to reflect tw removal. Approved by: re@ (scottl) Revision Changes Path 1.444 +0 -1 src/sys/conf/files.i386 1.269 +0 -1 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:42:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAFB637B401; Sat, 26 Apr 2003 22:42:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 842FB43FBD; Sat, 26 Apr 2003 22:42:08 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5g80U096653; Sat, 26 Apr 2003 22:42:08 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5g8tc096647; Sat, 26 Apr 2003 22:42:08 -0700 (PDT) Message-Id: <200304270542.h3R5g8tc096647@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:42:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/xten Makefile README xten.1 xten.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:42:09 -0000 imp 2003/04/26 22:42:08 PDT FreeBSD src repository Modified files: usr.sbin Makefile Removed files: usr.sbin/xten Makefile README xten.1 xten.c Log: These are no longer needed after tw is gone. Approved by: re@ (scottl) Revision Changes Path 1.250 +0 -1 src/usr.sbin/Makefile 1.12 +0 -8 src/usr.sbin/xten/Makefile (dead) 1.4 +0 -367 src/usr.sbin/xten/README (dead) 1.13 +0 -115 src/usr.sbin/xten/xten.1 (dead) 1.7 +0 -180 src/usr.sbin/xten/xten.c (dead) From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:43:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ABD837B401; Sat, 26 Apr 2003 22:43:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913EF43FBD; Sat, 26 Apr 2003 22:43:03 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5h30U097501; Sat, 26 Apr 2003 22:43:03 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5h3x4097497; Sat, 26 Apr 2003 22:43:03 -0700 (PDT) Message-Id: <200304270543.h3R5h3x4097497@repoman.freebsd.org> From: Alan Cox Date: Sat, 26 Apr 2003 22:43:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:43:04 -0000 alc 2003/04/26 22:43:03 PDT FreeBSD src repository Modified files: sys/vm vm_object.c Log: Various changes to vm_object_shadow(): (1) update the vm_object locking, (2) remove a pointless assertion, and (3) make a trivial change to a comment. Revision Changes Path 1.275 +16 -13 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:43:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA3ED37B401; Sat, 26 Apr 2003 22:43:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 961E643FB1; Sat, 26 Apr 2003 22:43:42 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5hg0U098230; Sat, 26 Apr 2003 22:43:42 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5hgXx098229; Sat, 26 Apr 2003 22:43:42 -0700 (PDT) Message-Id: <200304270543.h3R5hgXx098229@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:43:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec Makefile src/libexec/xtend Makefile packet.c paths.h status.c user.c xten.h xtend.8 xtend.c xtend.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:43:43 -0000 imp 2003/04/26 22:43:42 PDT FreeBSD src repository Modified files: libexec Makefile Removed files: libexec/xtend Makefile packet.c paths.h status.c user.c xten.h xtend.8 xtend.c xtend.h Log: This is no longer needed after tw is gone. Approved by: re@ (scottl) Revision Changes Path 1.54 +1 -2 src/libexec/Makefile 1.10 +0 -14 src/libexec/xtend/Makefile (dead) 1.10 +0 -322 src/libexec/xtend/packet.c (dead) 1.7 +0 -13 src/libexec/xtend/paths.h (dead) 1.10 +0 -117 src/libexec/xtend/status.c (dead) 1.13 +0 -182 src/libexec/xtend/user.c (dead) 1.7 +0 -60 src/libexec/xtend/xten.h (dead) 1.17 +0 -189 src/libexec/xtend/xtend.8 (dead) 1.15 +0 -403 src/libexec/xtend/xtend.c (dead) 1.8 +0 -79 src/libexec/xtend/xtend.h (dead) From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:45:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D2B737B401; Sat, 26 Apr 2003 22:45:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A10EE43F75; Sat, 26 Apr 2003 22:45:29 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5jT0U099554; Sat, 26 Apr 2003 22:45:29 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5jTJK099551; Sat, 26 Apr 2003 22:45:29 -0700 (PDT) Message-Id: <200304270545.h3R5jTJK099551@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:45:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc master.passwd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:45:30 -0000 imp 2003/04/26 22:45:29 PDT FreeBSD src repository Modified files: etc master.passwd Log: xten user no longer needed. Revision Changes Path 1.34 +0 -1 src/etc/master.passwd From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:49:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D0F37B401; Sat, 26 Apr 2003 22:49:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485A043FCB; Sat, 26 Apr 2003 22:49:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5ns0U002334; Sat, 26 Apr 2003 22:49:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5nsCx002332; Sat, 26 Apr 2003 22:49:54 -0700 (PDT) Message-Id: <200304270549.h3R5nsCx002332@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:49:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc ftpusers group src/etc/defaults rc.conf src/etc/etc.i386 rc.i386 src/etc/mail aliases src/etc/rc.d archdep X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:49:55 -0000 imp 2003/04/26 22:49:53 PDT FreeBSD src repository Modified files: etc ftpusers group etc/defaults rc.conf etc/etc.i386 rc.i386 etc/mail aliases etc/rc.d archdep Log: xten isn't needed after tw is gone. Approved by: re@ (scottl) Revision Changes Path 1.173 +0 -2 src/etc/defaults/rc.conf 1.59 +1 -7 src/etc/etc.i386/rc.i386 1.11 +0 -1 src/etc/ftpusers 1.28 +0 -1 src/etc/group 1.18 +0 -1 src/etc/mail/aliases 1.3 +0 -11 src/etc/rc.d/archdep From owner-cvs-src@FreeBSD.ORG Sat Apr 26 22:51:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD3737B401; Sat, 26 Apr 2003 22:51:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6212943F3F; Sat, 26 Apr 2003 22:51:13 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R5pD0U003321; Sat, 26 Apr 2003 22:51:13 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R5pClf003316; Sat, 26 Apr 2003 22:51:12 -0700 (PDT) Message-Id: <200304270551.h3R5pClf003316@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 22:51:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 05:51:14 -0000 imp 2003/04/26 22:51:12 PDT FreeBSD src repository Modified files: . MAINTAINERS Log: OBE Revision Changes Path 1.60 +0 -1 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Sat Apr 26 23:16:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E3B537B401; Sat, 26 Apr 2003 23:16:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B510343F85; Sat, 26 Apr 2003 23:16:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3R6Gq0U023462; Sat, 26 Apr 2003 23:16:52 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3R6GqRB023458; Sat, 26 Apr 2003 23:16:52 -0700 (PDT) Message-Id: <200304270616.h3R6GqRB023458@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 23:16:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 06:16:53 -0000 imp 2003/04/26 23:16:52 PDT FreeBSD src repository Modified files: libexec Makefile Log: Add back # accidentally deleted in 1.54 Revision Changes Path 1.55 +1 -1 src/libexec/Makefile