From owner-cvs-src@FreeBSD.ORG Sat Oct 4 23:58: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 BC35E16A4B3; Sat, 4 Oct 2003 23:58:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405A143FE3; Sat, 4 Oct 2003 23:58:08 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h956w8XJ076758; Sat, 4 Oct 2003 23:58:08 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h956w72G076757; Sat, 4 Oct 2003 23:58:07 -0700 (PDT) (envelope-from alc) Message-Id: <200310050658.h956w72G076757@repoman.freebsd.org> From: Alan Cox Date: Sat, 4 Oct 2003 23:58: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/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: Sun, 05 Oct 2003 06:58:08 -0000 alc 2003/10/04 23:58:07 PDT FreeBSD src repository Modified files: sys/vm vm_page.c Log: Assert that the containing vm object's lock is held in vm_page_set_invalid(). Revision Changes Path 1.265 +1 -0 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 00:12: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 0F6C716A4B3; Sun, 5 Oct 2003 00:12:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C522F43FBF; Sun, 5 Oct 2003 00:12:38 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h957CcXJ078351; Sun, 5 Oct 2003 00:12:38 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h957Cc1v078350; Sun, 5 Oct 2003 00:12:38 -0700 (PDT) (envelope-from jeff) Message-Id: <200310050712.h957Cc1v078350@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 00:12: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/kern vfs_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: Sun, 05 Oct 2003 07:12:40 -0000 jeff 2003/10/05 00:12:38 PDT FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify LK_RETRY either, we don't want this vnode if it turns into another. - Remove the code that checks the mount point after acquiring the lock we are guaranteed to either fail or get the vnode that we wanted. Revision Changes Path 1.465 +2 -13 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 00: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 F3D1E16A4B3; Sun, 5 Oct 2003 00:13:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C5C743FBF; Sun, 5 Oct 2003 00:13:51 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h957DoXJ078488; Sun, 5 Oct 2003 00:13:50 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h957Do0A078487; Sun, 5 Oct 2003 00:13:50 -0700 (PDT) (envelope-from jeff) Message-Id: <200310050713.h957Do0A078487@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 00: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/sys/kern vfs_cache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 07:13:52 -0000 jeff 2003/10/05 00:13:50 PDT FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: - Apply a big giant lock around the namecache. This has been sitting in my tree since BSDcon. Revision Changes Path 1.86 +94 -27 src/sys/kern/vfs_cache.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 00:16: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 EC28016A4B3; Sun, 5 Oct 2003 00:16:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E4143F85; Sun, 5 Oct 2003 00:16:45 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h957GjXJ078639; Sun, 5 Oct 2003 00:16:45 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h957GjfA078638; Sun, 5 Oct 2003 00:16:45 -0700 (PDT) (envelope-from jeff) Message-Id: <200310050716.h957GjfA078638@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 00:16: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/ufs/ffs ffs_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: Sun, 05 Oct 2003 07:16:46 -0000 jeff 2003/10/05 00:16:45 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: - Check the XLOCK before inspecting v_data. - Slightly rewrite the fsync loop to be more lock friendly. We must acquire the vnode interlock before dropping the mnt lock. We must also check XLOCK to prevent vclean() races. - Use LK_INTERLOCK in the vget() in ffs_sync to further prevent vclean() races. - Use a local variable to store the results of the nvp == TAILQ_NEXT test so that we do not access the vp after we've vrele()d it. - Add an XXX comment about UFS_UPDATE() not being protected by any lock here. I suspect that it should need the VOP lock. Revision Changes Path 1.218 +25 -9 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 00:42: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 3A72016A4BF; Sun, 5 Oct 2003 00:42:28 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1362943FE9; Sun, 5 Oct 2003 00:42:27 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h957gIN1048517; Sun, 5 Oct 2003 00:42:21 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200310050742.h957gIN1048517@gw.catspoiler.org> Date: Sun, 5 Oct 2003 00:42:17 -0700 (PDT) From: Don Lewis To: jeff@FreeBSD.org In-Reply-To: <200310050712.h957Cc1v078350@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/kern vfs_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: Sun, 05 Oct 2003 07:42:28 -0000 On 5 Oct, Jeff Roberson wrote: > jeff 2003/10/05 00:12:38 PDT > > FreeBSD src repository > > Modified files: > sys/kern vfs_subr.c > Log: > - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify > LK_RETRY either, we don't want this vnode if it turns into another. > - Remove the code that checks the mount point after acquiring the lock > we are guaranteed to either fail or get the vnode that we wanted. > > Revision Changes Path > 1.465 +2 -13 src/sys/kern/vfs_subr.c What keeps this from spinning if some other thread holds the lock on the first vnode on the list? From owner-cvs-src@FreeBSD.ORG Sun Oct 5 00:44: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 43AEB16A4B3; Sun, 5 Oct 2003 00:44:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE4143FB1; Sun, 5 Oct 2003 00:44:45 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h957ijXJ079652; Sun, 5 Oct 2003 00:44:45 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h957ijcF079651; Sun, 5 Oct 2003 00:44:45 -0700 (PDT) (envelope-from bde) Message-Id: <200310050744.h957ijcF079651@repoman.freebsd.org> From: Bruce Evans Date: Sun, 5 Oct 2003 00: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/sys/coda coda_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: Sun, 05 Oct 2003 07:44:46 -0000 bde 2003/10/05 00:44:45 PDT FreeBSD src repository Modified files: sys/coda coda_subr.c Log: Include . Don't depend on namespace pollution in . Fixed a nearby style bug. The include of vcoda.h used angle brackets and was not used. Revision Changes Path 1.27 +1 -2 src/sys/coda/coda_subr.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 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 3A90716A4B3; Sun, 5 Oct 2003 01:12:12 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C4444001; Sun, 5 Oct 2003 01:12:10 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h958CAM29658; Sun, 5 Oct 2003 04:12:10 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sun, 5 Oct 2003 04:12:10 -0400 (EDT) From: Jeff Roberson To: Don Lewis In-Reply-To: <200310050742.h957gIN1048517@gw.catspoiler.org> Message-ID: <20031005041049.L99666-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: jeff@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_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: Sun, 05 Oct 2003 08:12:12 -0000 On Sun, 5 Oct 2003, Don Lewis wrote: > On 5 Oct, Jeff Roberson wrote: > > jeff 2003/10/05 00:12:38 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/kern vfs_subr.c > > Log: > > - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify > > LK_RETRY either, we don't want this vnode if it turns into another. > > - Remove the code that checks the mount point after acquiring the lock > > we are guaranteed to either fail or get the vnode that we wanted. > > > > Revision Changes Path > > 1.465 +2 -13 src/sys/kern/vfs_subr.c > > What keeps this from spinning if some other thread holds the lock on the > first vnode on the list? > It should only fail if the vnode was vcleaned() out from under us, right? If that's the case than the list has been modified by the time we relock it and check. Do you agree? Thanks, Jeff From owner-cvs-src@FreeBSD.ORG Sun Oct 5 01:14:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB3216A4B3; Sun, 5 Oct 2003 01:14:05 -0700 (PDT) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE3343FE9; Sun, 5 Oct 2003 01:14:01 -0700 (PDT) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id BE08F3ABB35; Sun, 5 Oct 2003 10:16:09 +0200 (CEST) Date: Sun, 5 Oct 2003 10:16:09 +0200 From: Pawel Jakub Dawidek To: Bosko Milekic Message-ID: <20031005081609.GN520@garage.freebsd.pl> References: <200308131958.h7DJwc2R064680@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="HFD/Dq8JdnjNvyuv" Content-Disposition: inline In-Reply-To: <200308131958.h7DJwc2R064680@repoman.freebsd.org> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.8-RELEASE-p9 i386 X-URL: http://garage.freebsd.pl User-Agent: Mutt/1.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man3 queue.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: Sun, 05 Oct 2003 08:14:05 -0000 --HFD/Dq8JdnjNvyuv Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 13, 2003 at 12:58:38PM -0700, Bosko Milekic wrote: +> Commiter: Bosko Milekic +> Branch: HEAD +>=20 +> Files: +> 1.31 src/share/man/man3/queue.3 =20 +>=20 +> Log: +> Document LIST_FOREACH_SAFE in queue(3). +> =20 +> Asked with "please" by Ruslan Ermilov. I've always had a weakness +> for "please". BTW. Maybe you should change also example with 'faster list delation', because it looks like it is done simlar to LIST_FOREACH_SAFE(). Please:) --=20 Pawel Jakub Dawidek pawel@dawidek.net UNIX Systems Programmer/Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am! http://cerber.sourceforge.net --HFD/Dq8JdnjNvyuv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBP3/TST/PhmMH/Mf1AQGNZAP9FMz4HSjpUHqn1ElRTLdCJ8Lyc1uifLmY DfNzp130Jb5DSMhdPVmwiuA2X1vaUtkJ6izJFpd2hDfsMJ728PmYs9gnFoVLmLAi NmuqfIAVmQOlBs+qGbXiMWEjfD+aT4eeIK7pCr6Zn1ySyV6RyuRwNqNa3lH8/MDs U0BGFP0ATDE= =t84H -----END PGP SIGNATURE----- --HFD/Dq8JdnjNvyuv-- From owner-cvs-src@FreeBSD.ORG Sun Oct 5 01:15: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 6825B16A4B3; Sun, 5 Oct 2003 01:15:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD49E43FA3; Sun, 5 Oct 2003 01:15:54 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h958FsXJ087357; Sun, 5 Oct 2003 01:15:54 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h958FsJu087356; Sun, 5 Oct 2003 01:15:54 -0700 (PDT) (envelope-from hrs) Message-Id: <200310050815.h958FsJu087356@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 5 Oct 2003 01:15: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/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: Sun, 05 Oct 2003 08:15:55 -0000 hrs 2003/10/05 01:15:54 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata: SA-03:14, SA-03:17, SA-03:18. Revision Changes Path 1.51 +23 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 01: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 8745D16A4B3; Sun, 5 Oct 2003 01:17:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F52643FE1; Sun, 5 Oct 2003 01:17:54 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h958HsXJ087419; Sun, 5 Oct 2003 01:17:54 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h958HsLr087418; Sun, 5 Oct 2003 01:17:54 -0700 (PDT) (envelope-from hrs) Message-Id: <200310050817.h958HsLr087418@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 5 Oct 2003 01:17: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: Sun, 05 Oct 2003 08:17:55 -0000 hrs 2003/10/05 01:17:54 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SA-03:18. Revision Changes Path 1.631 +8 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 01: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 358DD16A4BF; Sun, 5 Oct 2003 01:24:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A4543FEA; Sun, 5 Oct 2003 01:24:07 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h958O7XJ087633; Sun, 5 Oct 2003 01:24:07 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h958O7jD087632; Sun, 5 Oct 2003 01:24:07 -0700 (PDT) (envelope-from hrs) Message-Id: <200310050824.h958O7jD087632@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 5 Oct 2003 01:24: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 08:24:08 -0000 hrs 2003/10/05 01:24:07 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SA-03:16. MFC: SA-03:14, SA-03:17. Approved by: re (bmah) Revision Changes Path 1.22.2.380 +14 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 01:38: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 0D8D216A4B3; Sun, 5 Oct 2003 01:38:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 837C044015; Sun, 5 Oct 2003 01:38:22 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h958cMXJ088301; Sun, 5 Oct 2003 01:38:22 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h958cM8M088300; Sun, 5 Oct 2003 01:38:22 -0700 (PDT) (envelope-from bms) Message-Id: <200310050838.h958cM8M088300@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 01:38:22 -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_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 08:38:24 -0000 bms 2003/10/05 01:38:22 PDT FreeBSD src repository Modified files: sys/kern kern_sysctl.c Log: Fold the vslock() and vsunlock() calls in this file with #if 0's; they will go away in due course. Involuntary pre-emption means that we can't count on wiring of pages alone for consistency when performing a SYSCTL_OUT() bigger than PAGE_SIZE. Discussed with: pete, phk Revision Changes Path 1.146 +8 -1 src/sys/kern/kern_sysctl.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 01:56: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 5A5A716A4B3; Sun, 5 Oct 2003 01:56:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D168743FDF; Sun, 5 Oct 2003 01:56:49 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h958unXJ089130; Sun, 5 Oct 2003 01:56:49 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h958unuF089129; Sun, 5 Oct 2003 01:56:49 -0700 (PDT) (envelope-from nyan) Message-Id: <200310050856.h958unuF089129@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 5 Oct 2003 01:56: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/pc98/pc98 clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 08:56:50 -0000 nyan 2003/10/05 01:56:49 PDT FreeBSD src repository Modified files: sys/pc98/pc98 clock.c Log: MFi386: revision 1.205 Revision Changes Path 1.133 +146 -1 src/sys/pc98/pc98/clock.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 02:05: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 DA4C616A4B3; Sun, 5 Oct 2003 02:05:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D7A43FF2; Sun, 5 Oct 2003 02:05:46 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9595kXJ090501; Sun, 5 Oct 2003 02:05:46 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9595jLf090500; Sun, 5 Oct 2003 02:05:45 -0700 (PDT) (envelope-from nyan) Message-Id: <200310050905.h9595jLf090500@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 5 Oct 2003 02:05: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/pc98/i386 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: Sun, 05 Oct 2003 09:05:47 -0000 nyan 2003/10/05 02:05:45 PDT FreeBSD src repository Modified files: sys/pc98/i386 machdep.c Log: MFi386: revisions 1.572, 1.573 and 1.574. Revision Changes Path 1.324 +8 -2 src/sys/pc98/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 02:17: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 999F116A4BF; Sun, 5 Oct 2003 02:17:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F1743FE0; Sun, 5 Oct 2003 02:17:26 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h959HPXJ091009; Sun, 5 Oct 2003 02:17:25 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h959HPsv091008; Sun, 5 Oct 2003 02:17:25 -0700 (PDT) (envelope-from hrs) Message-Id: <200310050917.h959HPsv091008@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 5 Oct 2003 02:17: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/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: Sun, 05 Oct 2003 09:17:26 -0000 hrs 2003/10/05 02:17:25 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: Add a sentence forgotten in the previous commit. Revision Changes Path 1.52 +2 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 02:35: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 61DAA16A4B3; Sun, 5 Oct 2003 02:35:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D256743F85; Sun, 5 Oct 2003 02:35:09 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h959Z9XJ091752; Sun, 5 Oct 2003 02:35:09 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h959Z97C091743; Sun, 5 Oct 2003 02:35:09 -0700 (PDT) (envelope-from bms) Message-Id: <200310050935.h959Z97C091743@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 02:35: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/kern kern_synch.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: Sun, 05 Oct 2003 09:35:10 -0000 bms 2003/10/05 02:35:09 PDT FreeBSD src repository Modified files: sys/kern kern_synch.c sys/sys proc.h Log: Add a pre-emption counter, td_generation, so that threads can notice when they have been pre-empted by other threads. This is bumped from within mi_switch() every time a context switch takes place. Discussed with: pete Revision Changes Path 1.235 +2 -0 src/sys/kern/kern_synch.c 1.349 +1 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Sun Oct 5 02:37: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 2472716A4B3; Sun, 5 Oct 2003 02:37:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 992E843FFB; Sun, 5 Oct 2003 02:37:47 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h959blXJ091909; Sun, 5 Oct 2003 02:37:47 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h959bldI091908; Sun, 5 Oct 2003 02:37:47 -0700 (PDT) (envelope-from bms) Message-Id: <200310050937.h959bldI091908@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 02:37: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/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 09:37:48 -0000 bms 2003/10/05 02:37:47 PDT FreeBSD src repository Modified files: sys/kern kern_sysctl.c Log: Fix a security problem in sysctl() the long way round. Use pre-emption detection to avoid the need for wiring a userland buffer when copying opaque data structures. sysctl_wire_old_buffer() is now a no-op. Other consumers of this API should use pre-emption detection to notice update collisions. vslock() and vsunlock() should no longer be called by any code and should be retired in subsequent commits. Discussed with: pete, phk MFC after: 1 week Revision Changes Path 1.147 +14 -18 src/sys/kern/kern_sysctl.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 02:39: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 CBEC616A4B3; Sun, 5 Oct 2003 02:39:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F47D43F3F; Sun, 5 Oct 2003 02:39:03 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h959d3XJ091980; Sun, 5 Oct 2003 02:39:03 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h959d24E091976; Sun, 5 Oct 2003 02:39:02 -0700 (PDT) (envelope-from jeff) Message-Id: <200310050939.h959d24E091976@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 02:39: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/ufs/ffs ffs_inode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 09:39:03 -0000 jeff 2003/10/05 02:39:02 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_inode.c Log: - In ffs_update() assert that either the vnode lock or the XLOCK is held. Revision Changes Path 1.89 +4 -0 src/sys/ufs/ffs/ffs_inode.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 02: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 D0A3E16A4B3; Sun, 5 Oct 2003 02:42:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16AA443FF7; Sun, 5 Oct 2003 02:42:25 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h959gOXJ092202; Sun, 5 Oct 2003 02:42:24 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h959gO2o092201; Sun, 5 Oct 2003 02:42:24 -0700 (PDT) (envelope-from jeff) Message-Id: <200310050942.h959gO2o092201@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 02: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/ufs/ffs ffs_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: Sun, 05 Oct 2003 09:42:26 -0000 jeff 2003/10/05 02:42:24 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: - Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE() so make the code slightly more uniform. The vnode lock is acquired in all cases and now the only difference between VCHR and other is we call UFS_UPDATE instead of VOP_FSYNC(). Revision Changes Path 1.219 +12 -16 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 02:47: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 85E8A16A4B3; Sun, 5 Oct 2003 02:47:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA1E243FEC; Sun, 5 Oct 2003 02:47:54 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h959lsXJ092454; Sun, 5 Oct 2003 02:47:54 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h959lsLU092453; Sun, 5 Oct 2003 02:47:54 -0700 (PDT) (envelope-from bms) Message-Id: <200310050947.h959lsLU092453@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 02:47: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/vm vm_extern.h 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: Sun, 05 Oct 2003 09:47:55 -0000 bms 2003/10/05 02:47:54 PDT FreeBSD src repository Modified files: sys/vm vm_extern.h vm_glue.c Log: Retire vslock() and vsunlock() with extreme prejudice. Discussed with: pete Revision Changes Path 1.65 +0 -2 src/sys/vm/vm_extern.h 1.185 +0 -29 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 03:07: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 AA27116A4B3; Sun, 5 Oct 2003 03:07:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E32143FAF; Sun, 5 Oct 2003 03:07:41 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95A7fXJ094503; Sun, 5 Oct 2003 03:07:41 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95A7ee4094502; Sun, 5 Oct 2003 03:07:40 -0700 (PDT) (envelope-from markm) Message-Id: <200310051007.h95A7ee4094502@repoman.freebsd.org> From: Mark Murray Date: Sun, 5 Oct 2003 03:07:40 -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: Sun, 05 Oct 2003 10:07:42 -0000 markm 2003/10/05 03:07:40 PDT FreeBSD src repository Modified files: . access Log: Invoke mentor's privelige and reset commit bit for mentee that is MIA. Discussed with: core Revision Changes Path 1.615 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sun Oct 5 03:14:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD1D716A4C0; Sun, 5 Oct 2003 03:14:05 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C3243FEC; Sun, 5 Oct 2003 03:14:05 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h95ADqN1049043; Sun, 5 Oct 2003 03:13:56 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200310051013.h95ADqN1049043@gw.catspoiler.org> Date: Sun, 5 Oct 2003 03:13:52 -0700 (PDT) From: Don Lewis To: jroberson@chesapeake.net In-Reply-To: <20031005041049.L99666-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: jeff@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_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: Sun, 05 Oct 2003 10:14:06 -0000 On 5 Oct, Jeff Roberson wrote: > On Sun, 5 Oct 2003, Don Lewis wrote: > >> On 5 Oct, Jeff Roberson wrote: >> > jeff 2003/10/05 00:12:38 PDT >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/kern vfs_subr.c >> > Log: >> > - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify >> > LK_RETRY either, we don't want this vnode if it turns into another. >> > - Remove the code that checks the mount point after acquiring the lock >> > we are guaranteed to either fail or get the vnode that we wanted. >> > >> > Revision Changes Path >> > 1.465 +2 -13 src/sys/kern/vfs_subr.c >> >> What keeps this from spinning if some other thread holds the lock on the >> first vnode on the list? >> > > It should only fail if the vnode was vcleaned() out from under us, right? > If that's the case than the list has been modified by the time we relock > it and check. > > Do you agree What about the !FORCECLOSE case where the vnode is locked by some other thread that is doing I/O on it? The call to vn_lock() will fail, we'll re-lock mntvnode_mtx, start the loop again, and immediately try to lock the same vnode again. It looks to me like we either need to sleep and wait for the vnode lock, or we need to skip to the next vnode and try this vnode again later. From owner-cvs-src@FreeBSD.ORG Sun Oct 5 03:41: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 9F60416A4B3; Sun, 5 Oct 2003 03:41:24 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC24643FCB; Sun, 5 Oct 2003 03:41:21 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h95AfBN1049085; Sun, 5 Oct 2003 03:41:16 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200310051041.h95AfBN1049085@gw.catspoiler.org> Date: Sun, 5 Oct 2003 03:41:11 -0700 (PDT) From: Don Lewis To: bms@FreeBSD.org In-Reply-To: <200310050937.h959bldI091908@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/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 10:41:24 -0000 On 5 Oct, Bruce M Simpson wrote: > bms 2003/10/05 02:37:47 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_sysctl.c > Log: > Fix a security problem in sysctl() the long way round. > > Use pre-emption detection to avoid the need for wiring a userland buffer > when copying opaque data structures. > > sysctl_wire_old_buffer() is now a no-op. Other consumers of this > API should use pre-emption detection to notice update collisions. There are a number of consumers of sysctl_wire_old_buffer() that use it to avoid blocking while holding a mutex. In general they call SYSCTL_OUT() multiple times while traversing a data structure. They probably should have been fixed before neutering sysctl_wire_old_buffer(). From owner-cvs-src@FreeBSD.ORG Sun Oct 5 04:15: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 E2CB716A4BF; Sun, 5 Oct 2003 04:15:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BA243FE0; Sun, 5 Oct 2003 04:15:19 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95BFIXJ098105; Sun, 5 Oct 2003 04:15:18 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95BFIdv098102; Sun, 5 Oct 2003 04:15:18 -0700 (PDT) (envelope-from bms) Message-Id: <200310051115.h95BFIdv098102@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 04:15: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/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: Sun, 05 Oct 2003 11:15:20 -0000 bms 2003/10/05 04:15:18 PDT FreeBSD src repository Modified files: sys/sys proc.h Log: Mark td_generation as volatile. Revision Changes Path 1.350 +1 -1 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Sun Oct 5 04: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 8E25916A4B3; Sun, 5 Oct 2003 04:47:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CDB643FFB; Sun, 5 Oct 2003 04:47:52 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95BlpXJ004954; Sun, 5 Oct 2003 04:47:51 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95BlpBT004953; Sun, 5 Oct 2003 04:47:51 -0700 (PDT) (envelope-from bms) Message-Id: <200310051147.h95BlpBT004953@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 04: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/share/man/man9 vm_fault_prefault.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: Sun, 05 Oct 2003 11:47:52 -0000 bms 2003/10/05 04:47:51 PDT FreeBSD src repository Modified files: share/man/man9 vm_fault_prefault.9 Log: Use the term 'physical memory' consistently. Revision Changes Path 1.2 +1 -1 src/share/man/man9/vm_fault_prefault.9 From owner-cvs-src@FreeBSD.ORG Sun Oct 5 04:55: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 C676316A4B3; Sun, 5 Oct 2003 04:55:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4917C43FDD; Sun, 5 Oct 2003 04:55:15 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95BtFXJ005285; Sun, 5 Oct 2003 04:55:15 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95BtFLR005280; Sun, 5 Oct 2003 04:55:15 -0700 (PDT) (envelope-from nyan) Message-Id: <200310051155.h95BtFLR005280@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 5 Oct 2003 04:55: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/pc98/pc98 sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 11:55:15 -0000 nyan 2003/10/05 04:55:14 PDT FreeBSD src repository Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revisions from 1.405 to 1.414. Revision Changes Path 1.196 +137 -154 src/sys/pc98/pc98/sio.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 05: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 B75EC16A4B3; Sun, 5 Oct 2003 05:09:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3084843FF2; Sun, 5 Oct 2003 05:09:32 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95C9WXJ006754; Sun, 5 Oct 2003 05:09:32 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95C9Vex006753; Sun, 5 Oct 2003 05:09:31 -0700 (PDT) (envelope-from blackend) Message-Id: <200310051209.h95C9Vex006753@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 5 Oct 2003 05:09: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/usr.sbin/wicontrol wicontrol.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, 05 Oct 2003 12:09:32 -0000 blackend 2003/10/05 05:09:31 PDT FreeBSD src repository (doc committer) Modified files: usr.sbin/wicontrol wicontrol.8 Log: Typos fixing: paramters -> parameters assoicated -> associated Revision Changes Path 1.43 +2 -2 src/usr.sbin/wicontrol/wicontrol.8 From owner-cvs-src@FreeBSD.ORG Sun Oct 5 05:17: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 2683516A4B3; Sun, 5 Oct 2003 05:17: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 A461B43FF2; Sun, 5 Oct 2003 05:17:17 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id WAA20434; Sun, 5 Oct 2003 22:17:12 +1000 Date: Sun, 5 Oct 2003 22:15:51 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Don Lewis In-Reply-To: <200310051041.h95AfBN1049085@gw.catspoiler.org> Message-ID: <20031005213809.O4773@gamplex.bde.org> References: <200310051041.h95AfBN1049085@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: bms@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 12:17:20 -0000 On Sun, 5 Oct 2003, Don Lewis wrote: > On 5 Oct, Bruce M Simpson wrote: > > bms 2003/10/05 02:37:47 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_sysctl.c > > Log: > > Fix a security problem in sysctl() the long way round. > > > > Use pre-emption detection to avoid the need for wiring a userland buffer > > when copying opaque data structures. > > > > sysctl_wire_old_buffer() is now a no-op. Other consumers of this > > API should use pre-emption detection to notice update collisions. > > There are a number of consumers of sysctl_wire_old_buffer() that use it > to avoid blocking while holding a mutex. In general they call > SYSCTL_OUT() multiple times while traversing a data structure. They > probably should have been fixed before neutering > sysctl_wire_old_buffer(). I'm not happy with most of this set of changes. The largest bug that I noticed is that the implementation of retrying is quite broken. SYSCTL_OUT() continues from the current position, so if a context switch occurs then garbage output or a garbage errno is ensured by attempting to fill the user buffer with multiple copies of the data. Bruce From owner-cvs-src@FreeBSD.ORG Sun Oct 5 05: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 8FBA516A4B3; Sun, 5 Oct 2003 05:26:30 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342C143FE3; Sun, 5 Oct 2003 05:26:29 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h95CQJN1049247; Sun, 5 Oct 2003 05:26:23 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200310051226.h95CQJN1049247@gw.catspoiler.org> Date: Sun, 5 Oct 2003 05:26:19 -0700 (PDT) From: Don Lewis To: bms@FreeBSD.org In-Reply-To: <200310050937.h959bldI091908@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/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 12:26:30 -0000 On 5 Oct, Bruce M Simpson wrote: > bms 2003/10/05 02:37:47 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_sysctl.c > Log: > Fix a security problem in sysctl() the long way round. > > Use pre-emption detection to avoid the need for wiring a userland buffer > when copying opaque data structures. In the SMP case the data can change even without pre-emption. There have been a number of discussions (arch@, smp@, arch-handbook, etc.) about adding a mutex parameter to the sysctl API. Someone even submitted a PR with a patch a few months ago (kern/54439), which I had hoped to review but never found the time to. From owner-cvs-src@FreeBSD.ORG Sun Oct 5 05:41: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 1C11F16A4BF; Sun, 5 Oct 2003 05:41:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63AF343F85; Sun, 5 Oct 2003 05:41:09 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95Cf9XJ008036; Sun, 5 Oct 2003 05:41:09 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95Cf91B008035; Sun, 5 Oct 2003 05:41:09 -0700 (PDT) (envelope-from bms) Message-Id: <200310051241.h95Cf91B008035@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 05:41: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/vm vm_extern.h 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: Sun, 05 Oct 2003 12:41:10 -0000 bms 2003/10/05 05:41:09 PDT FreeBSD src repository Modified files: sys/vm vm_extern.h vm_glue.c Log: Revert previous commit. Come back vslock(), all is forgiven. Pointy hat to: bms Revision Changes Path 1.66 +2 -0 src/sys/vm/vm_extern.h 1.186 +29 -0 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 05:41: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 DF37516A4B3; Sun, 5 Oct 2003 05:41:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB6943F85; Sun, 5 Oct 2003 05:41:36 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95CfaXJ008069; Sun, 5 Oct 2003 05:41:36 -0700 (PDT) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95CfaFR008068; Sun, 5 Oct 2003 05:41:36 -0700 (PDT) (envelope-from iedowse) Message-Id: <200310051241.h95CfaFR008068@repoman.freebsd.org> From: Ian Dowse Date: Sun, 5 Oct 2003 05:41: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/nfsclient nfs_node.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 12:41:37 -0000 iedowse 2003/10/05 05:41:36 PDT FreeBSD src repository Modified files: sys/nfsclient nfs_node.c Log: Since the addition of the VI_DOINGINACT flag some time ago, VOP_INACTIVE routines need not worry about their vnode getting recycled if they block. Remove the code from nfs_inactive() that used vget() to get an extra vnode reference that was held during the nfs_vinvalbuf() call. Revision Changes Path 1.64 +1 -15 src/sys/nfsclient/nfs_node.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 06:31: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 2DD4116A4B3; Sun, 5 Oct 2003 06:31:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A384543FE9; Sun, 5 Oct 2003 06:31:33 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95DVXXJ010853; Sun, 5 Oct 2003 06:31:33 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95DVXCf010852; Sun, 5 Oct 2003 06:31:33 -0700 (PDT) (envelope-from bms) Message-Id: <200310051331.h95DVXCf010852@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 06:31: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/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 13:31:34 -0000 bms 2003/10/05 06:31:33 PDT FreeBSD src repository Modified files: sys/kern kern_sysctl.c Log: Bring back sysctl_wire_old_buffer(). Fix a bug in sysctl_handle_opaque() whereby the pointers would not get reset on a retried SYSCTL_OUT() call. Noticed by: bde Revision Changes Path 1.148 +13 -13 src/sys/kern/kern_sysctl.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 06:39: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 B8CC316A4B3; Sun, 5 Oct 2003 06:39:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B83B43F75; Sun, 5 Oct 2003 06:39:29 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95DdTXJ011108; Sun, 5 Oct 2003 06:39:29 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95DdSQ2011107; Sun, 5 Oct 2003 06:39:28 -0700 (PDT) (envelope-from bms) Message-Id: <200310051339.h95DdSQ2011107@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 06:39: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/lib/libkiconv kiconv.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: Sun, 05 Oct 2003 13:39:30 -0000 bms 2003/10/05 06:39:28 PDT FreeBSD src repository Modified files: lib/libkiconv kiconv.3 Log: Correct .Xr's in kiconv.3. Submitted by: osa Revision Changes Path 1.2 +3 -3 src/lib/libkiconv/kiconv.3 From owner-cvs-src@FreeBSD.ORG Sun Oct 5 06:44: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 1637F16A4B3; Sun, 5 Oct 2003 06:44:59 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9E643F85; Sun, 5 Oct 2003 06:44:57 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7908B65480; Sun, 5 Oct 2003 14:44:56 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19337-05; Sun, 5 Oct 2003 14:44:56 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id D4AE56549C; Sun, 5 Oct 2003 14:44:55 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 2205514; Sun, 5 Oct 2003 14:44:50 +0100 (BST) Date: Sun, 5 Oct 2003 14:44:50 +0100 From: Bruce M Simpson To: Don Lewis Message-ID: <20031005134450.GC13164@saboteur.dek.spc.org> Mail-Followup-To: Don Lewis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200310050937.h959bldI091908@repoman.freebsd.org> <200310051226.h95CQJN1049247@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310051226.h95CQJN1049247@gw.catspoiler.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 13:44:59 -0000 On Sun, Oct 05, 2003 at 05:26:19AM -0700, Don Lewis wrote: > In the SMP case the data can change even without pre-emption. There > have been a number of discussions (arch@, smp@, arch-handbook, etc.) > about adding a mutex parameter to the sysctl API. Someone even > submitted a PR with a patch a few months ago (kern/54439), which I had > hoped to review but never found the time to. My GENERIC kernel with vslock() et al. reintroduced, and the pre-emption check in sysctl_handle_opaque(), appears to be OK. I am confident the security issue has now been addressed in -CURRENT (it was limited to sysctl_handle_opaque()), but we now have the larger problem of how to deal with procedural sysctl() handlers in the wider kernel. I can see Peter has encouraged me to open a huge can of worms. Let's continue discussion about what to do on -arch. This has been a learning experience... BMS From owner-cvs-src@FreeBSD.ORG Sun Oct 5 07:31: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 E424916A4B3; Sun, 5 Oct 2003 07:31:55 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93714400B; Sun, 5 Oct 2003 07:31:52 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id BB2E0654FC; Sun, 5 Oct 2003 15:31:51 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19779-03; Sun, 5 Oct 2003 15:31:51 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 1E3B4654F3; Sun, 5 Oct 2003 15:31:51 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id A397914; Sun, 5 Oct 2003 15:31:44 +0100 (BST) Date: Sun, 5 Oct 2003 15:31:44 +0100 From: Bruce M Simpson To: Bruce M Simpson Message-ID: <20031005143144.GA13486@saboteur.dek.spc.org> Mail-Followup-To: Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200310050937.h959bldI091908@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310050937.h959bldI091908@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 14:31:56 -0000 On Sun, Oct 05, 2003 at 02:37:47AM -0700, Bruce M Simpson wrote: > Discussed with: pete, phk ^^^^ peter BMS From owner-cvs-src@FreeBSD.ORG Sun Oct 5 09:56: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 0050A16A4BF; Sun, 5 Oct 2003 09:56:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6949A43FA3; Sun, 5 Oct 2003 09:56:25 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95GuPXJ027120; Sun, 5 Oct 2003 09:56:25 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95GuP1r027119; Sun, 5 Oct 2003 09:56:25 -0700 (PDT) (envelope-from hrs) Message-Id: <200310051656.h95GuP1r027119@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 5 Oct 2003 09:56:25 -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: Sun, 05 Oct 2003 16:56:26 -0000 hrs 2003/10/05 09:56:25 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata: SA-03:16. MFC: SA-03:14, SA-03:17, SA-03:18. Approved by: re (bmah) Revision Changes Path 1.1.2.112 +35 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 09: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 92F5916A4B3; Sun, 5 Oct 2003 09:57:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E00944001; Sun, 5 Oct 2003 09:57:59 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95GvwXJ027171; Sun, 5 Oct 2003 09:57:58 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95GvwVE027170; Sun, 5 Oct 2003 09:57:58 -0700 (PDT) (envelope-from hrs) Message-Id: <200310051657.h95GvwVE027170@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 5 Oct 2003 09:57:58 -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/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 16:57:59 -0000 hrs 2003/10/05 09:57:58 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-03:18. Approved by: re (bmah) Revision Changes Path 1.22.2.381 +8 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 09:59: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 A6BCA16A4B3; Sun, 5 Oct 2003 09:59:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CAA43FE1; Sun, 5 Oct 2003 09:59:32 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95GxVXJ027283; Sun, 5 Oct 2003 09:59:31 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95GxV7Z027282; Sun, 5 Oct 2003 09:59:31 -0700 (PDT) (envelope-from hrs) Message-Id: <200310051659.h95GxV7Z027282@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 5 Oct 2003 09:59: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/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 16:59:32 -0000 hrs 2003/10/05 09:59:31 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/share/sgml release.ent Log: Bump release.manpath.freebsd to 4.8-stable. Approved by: re (bmah) Revision Changes Path 1.1.2.22 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sun Oct 5 11:39: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 97F1D16A4B3; Sun, 5 Oct 2003 11:39:48 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE3E43FCB; Sun, 5 Oct 2003 11:39:47 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 51CC44409; Sun, 5 Oct 2003 19:39:46 +0100 (BST) Date: Sun, 5 Oct 2003 19:39:46 +0100 From: Josef Karthauser To: Bruce M Simpson Message-ID: <20031005183946.GA4548@genius.tao.org.uk> References: <200310050606.h95669mD074535@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <200310050606.h95669mD074535@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/dev/usb usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 18:39:48 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 04, 2003 at 11:06:09PM -0700, Bruce M Simpson wrote: > bms 2003/10/04 23:06:09 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/usb usb.c=20 > Log: > Correct a typo on line 552 of revision 1.92 which was breaking GENERIC:- > _FreeBSD_version should be __FreeBSD_version. > =20 Thanks Bruce. Joe --=20 Josef Karthauser (joe@tao.org.uk) http://www.josef-k.net/ FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/ Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D An eclectic mix of fact an= d theory. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iEYEARECAAYFAj+AZXEACgkQXVIcjOaxUBY7/QCgkCyC+f3AeM+owhp4dTWSIOPB yyoAnR1GwsUHs39ChWW/p8zltSXdzJb6 =Nhdu -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB-- From owner-cvs-src@FreeBSD.ORG Sun Oct 5 11:58: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 63D6D16A4B3; Sun, 5 Oct 2003 11:58:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B48A43FF5; Sun, 5 Oct 2003 11:58:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95IwbXJ033508; Sun, 5 Oct 2003 11:58:37 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95IwbJr033507; Sun, 5 Oct 2003 11:58:37 -0700 (PDT) (envelope-from imp) Message-Id: <200310051858.h95IwbJr033507@repoman.freebsd.org> From: Warner Losh Date: Sun, 5 Oct 2003 11:58: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/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 18:58:39 -0000 imp 2003/10/05 11:58:37 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: 2662W-AR Wireless Adapter Submitted by: Stuart Walsh Revision Changes Path 1.140 +2 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Oct 5 11:59: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 B2DCA16A4E0; Sun, 5 Oct 2003 11:59:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D606343FEC; Sun, 5 Oct 2003 11:59:09 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95Ix9XJ033545; Sun, 5 Oct 2003 11:59:09 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95Ix9YW033544; Sun, 5 Oct 2003 11:59:09 -0700 (PDT) (envelope-from imp) Message-Id: <200310051859.h95Ix9YW033544@repoman.freebsd.org> From: Warner Losh Date: Sun, 5 Oct 2003 11:59: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/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, 05 Oct 2003 18:59:12 -0000 imp 2003/10/05 11:59:09 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: sync to 1.140 Revision Changes Path 1.148 +3 -1 src/sys/dev/usb/usbdevs.h 1.148 +13 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Sun Oct 5 12:05: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 3C8C916A4B3; Sun, 5 Oct 2003 12:05:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890F343FDF; Sun, 5 Oct 2003 12:05:53 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95J5rXJ034832; Sun, 5 Oct 2003 12:05:53 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95J5reH034831; Sun, 5 Oct 2003 12:05:53 -0700 (PDT) (envelope-from sam) Message-Id: <200310051905.h95J5reH034831@repoman.freebsd.org> From: Sam Leffler Date: Sun, 5 Oct 2003 12:05: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/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 19:05:54 -0000 sam 2003/10/05 12:05:53 PDT FreeBSD src repository Modified files: sys/net route.c Log: fix typo that caused a panic when processing an ICMP redirect Sponsored by: FreeBSD Foundation Revision Changes Path 1.84 +1 -1 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 12:40:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A26516A4B3; Sun, 5 Oct 2003 12:40:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D24543F3F; Sun, 5 Oct 2003 12:40:03 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95Je3XJ036371; Sun, 5 Oct 2003 12:40:03 -0700 (PDT) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95Je3kT036370; Sun, 5 Oct 2003 12:40:03 -0700 (PDT) (envelope-from iedowse) Message-Id: <200310051940.h95Je3kT036370@repoman.freebsd.org> From: Ian Dowse Date: Sun, 5 Oct 2003 12:40: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/sbin/bsdlabel bsdlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 19:40:04 -0000 iedowse 2003/10/05 12:40:03 PDT FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c Log: Remove the hardcoded default block/frag/cpg values from bsdlabel and the logic for setting them according to the partition size. Instead, unspecified filesystem values are left at 0 so that newfs will use its own defaults. It just caused confusion to have the defaults duplicated in two different places. Reviewed by: phk Revision Changes Path 1.102 +5 -44 src/sbin/bsdlabel/bsdlabel.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 12:46: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 7EBDC16A4B3; Sun, 5 Oct 2003 12:46:41 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE99943FF2; Sun, 5 Oct 2003 12:46:36 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h95JkVZ4044729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 Oct 2003 22:46:31 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9p2/8.12.8/Submit) id h95JkVlC044728; Sun, 5 Oct 2003 22:46:31 +0300 (EEST) (envelope-from ru) Date: Sun, 5 Oct 2003 22:46:31 +0300 From: Ruslan Ermilov To: Ian Dowse Message-ID: <20031005194631.GB39126@sunbay.com> References: <200310051940.h95Je3kT036370@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XOIedfhf+7KOe/yw" Content-Disposition: inline In-Reply-To: <200310051940.h95Je3kT036370@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/sbin/bsdlabel bsdlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 19:46:41 -0000 --XOIedfhf+7KOe/yw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 05, 2003 at 12:40:03PM -0700, Ian Dowse wrote: > iedowse 2003/10/05 12:40:03 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sbin/bsdlabel bsdlabel.c=20 > Log: > Remove the hardcoded default block/frag/cpg values from bsdlabel > and the logic for setting them according to the partition size. > Instead, unspecified filesystem values are left at 0 so that newfs > will use its own defaults. It just caused confusion to have the > defaults duplicated in two different places. > =20 > Reviewed by: phk > =20 > Revision Changes Path > 1.102 +5 -44 src/sbin/bsdlabel/bsdlabel.c >=20 And there was much rejoicing! ;-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --XOIedfhf+7KOe/yw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/gHUXUkv4P6juNwoRAkOFAJ9UU8PhggDrFPBlMCYjypR32QAzBgCbBBec KbTjzjLpZ7kyr17wvjCUctI= =tVcq -----END PGP SIGNATURE----- --XOIedfhf+7KOe/yw-- From owner-cvs-src@FreeBSD.ORG Sun Oct 5 12:57: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 E619A16A4B3; Sun, 5 Oct 2003 12:57:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6472443FF2; Sun, 5 Oct 2003 12:57:11 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95JvBXJ042778; Sun, 5 Oct 2003 12:57:11 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95JvBKq042777; Sun, 5 Oct 2003 12:57:11 -0700 (PDT) (envelope-from mbr) Message-Id: <200310051957.h95JvBKq042777@repoman.freebsd.org> From: Martin Blapp Date: Sun, 5 Oct 2003 12:57: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/pci if_dc.c if_dcreg.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, 05 Oct 2003 19:57:12 -0000 mbr 2003/10/05 12:57:11 PDT FreeBSD src repository Modified files: sys/pci if_dc.c if_dcreg.h Log: Ignore CSR13, CSR14, CSR15 'Media Specific Data' registers for 21143 based cards which use SIA mode. This fixes 10mbit mode for ZNYX ZX346Q cards and other 21143 based cards. PR: 32118 Submitted by: Rene de Vries Geert Jan de Groot Obtained from: BSDI MFC after: 2 weeks Revision Changes Path 1.126 +26 -9 src/sys/pci/if_dc.c 1.38 +11 -3 src/sys/pci/if_dcreg.h From owner-cvs-src@FreeBSD.ORG Sun Oct 5 13:00: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 76E5316A4BF; Sun, 5 Oct 2003 13:00:41 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D4543FE3; Sun, 5 Oct 2003 13:00:38 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h95K0bf19482; Sun, 5 Oct 2003 16:00:37 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sun, 5 Oct 2003 16:00:37 -0400 (EDT) From: Jeff Roberson To: Don Lewis In-Reply-To: <200310051013.h95ADqN1049043@gw.catspoiler.org> Message-ID: <20031005155831.K99666-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: jeff@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_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: Sun, 05 Oct 2003 20:00:41 -0000 On Sun, 5 Oct 2003, Don Lewis wrote: > On 5 Oct, Jeff Roberson wrote: > > On Sun, 5 Oct 2003, Don Lewis wrote: > > > >> On 5 Oct, Jeff Roberson wrote: > >> > jeff 2003/10/05 00:12:38 PDT > >> > > >> > FreeBSD src repository > >> > > >> > Modified files: > >> > sys/kern vfs_subr.c > >> > Log: > >> > - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify > >> > LK_RETRY either, we don't want this vnode if it turns into another. > >> > - Remove the code that checks the mount point after acquiring the lock > >> > we are guaranteed to either fail or get the vnode that we wanted. > >> > > >> > Revision Changes Path > >> > 1.465 +2 -13 src/sys/kern/vfs_subr.c > >> > >> What keeps this from spinning if some other thread holds the lock on the > >> first vnode on the list? > >> > > > > It should only fail if the vnode was vcleaned() out from under us, right? > > If that's the case than the list has been modified by the time we relock > > it and check. > > > > Do you agree > > What about the !FORCECLOSE case where the vnode is locked by some other > thread that is doing I/O on it? The call to vn_lock() will fail, we'll > re-lock mntvnode_mtx, start the loop again, and immediately try to lock > the same vnode again. > > It looks to me like we either need to sleep and wait for the vnode lock, > or we need to skip to the next vnode and try this vnode again later. > In vflush we do sleep on the vnode lock. The flags are LK_EXCLUSIVE | LK_INTERLOCK. We dont pass in LK_NOWAIT. From owner-cvs-src@FreeBSD.ORG Sun Oct 5 13:01: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 88B0016A4B3; Sun, 5 Oct 2003 13:01:04 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CAF43F75; Sun, 5 Oct 2003 13:01:03 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h95K0sN1049861; Sun, 5 Oct 2003 13:00:58 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200310052000.h95K0sN1049861@gw.catspoiler.org> Date: Sun, 5 Oct 2003 13:00:54 -0700 (PDT) From: Don Lewis To: iedowse@FreeBSD.org In-Reply-To: <200310051241.h95CfaFR008068@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/nfsclient nfs_node.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Oct 2003 20:01:04 -0000 On 5 Oct, Ian Dowse wrote: > iedowse 2003/10/05 05:41:36 PDT > > FreeBSD src repository > > Modified files: > sys/nfsclient nfs_node.c > Log: > Since the addition of the VI_DOINGINACT flag some time ago, > VOP_INACTIVE routines need not worry about their vnode getting > recycled if they block. Remove the code from nfs_inactive() that > used vget() to get an extra vnode reference that was held during > the nfs_vinvalbuf() call. > > Revision Changes Path > 1.64 +1 -15 src/sys/nfsclient/nfs_node.c Cool! That always struck me as a vile bit of code. From owner-cvs-src@FreeBSD.ORG Sun Oct 5 13: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 027D816A4B3; Sun, 5 Oct 2003 13:17:28 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1768143F93; Sun, 5 Oct 2003 13:17:27 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h95KHEN1049884; Sun, 5 Oct 2003 13:17:18 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200310052017.h95KHEN1049884@gw.catspoiler.org> Date: Sun, 5 Oct 2003 13:17:14 -0700 (PDT) From: Don Lewis To: jroberson@chesapeake.net In-Reply-To: <20031005155831.K99666-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: jeff@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_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: Sun, 05 Oct 2003 20:17:28 -0000 On 5 Oct, Jeff Roberson wrote: > In vflush we do sleep on the vnode lock. The flags are LK_EXCLUSIVE | > LK_INTERLOCK. We dont pass in LK_NOWAIT. Ohhh ... I always thought we wouldn't sleep unless we specified LK_RETRY. The fine man page isn't terribly helpful about when to use some of the flags. If we hold a reference to an active vnode, can it ever be type VT_NON? And if it is of type VT_NON, could it ever morph into some other type while we hold the reference? If not, why would we want to specify the LK_RETRY flag for such a vnode? Does this mean that way too many users of vn_lock() are specifying the LK_RETRY flag? From owner-cvs-src@FreeBSD.ORG Sun Oct 5 13:20: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 5E47E16A4BF; Sun, 5 Oct 2003 13:20:50 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDDF43FE9; Sun, 5 Oct 2003 13:20:46 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h95KKjX29785; Sun, 5 Oct 2003 16:20:45 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sun, 5 Oct 2003 16:20:45 -0400 (EDT) From: Jeff Roberson To: Don Lewis In-Reply-To: <200310052017.h95KHEN1049884@gw.catspoiler.org> Message-ID: <20031005161928.E99666-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: jeff@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_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: Sun, 05 Oct 2003 20:20:50 -0000 On Sun, 5 Oct 2003, Don Lewis wrote: > On 5 Oct, Jeff Roberson wrote: > > > In vflush we do sleep on the vnode lock. The flags are LK_EXCLUSIVE | > > LK_INTERLOCK. We dont pass in LK_NOWAIT. > > Ohhh ... > > I always thought we wouldn't sleep unless we specified LK_RETRY. The > fine man page isn't terribly helpful about when to use some of the > flags. > > If we hold a reference to an active vnode, can it ever be type VT_NON? > And if it is of type VT_NON, could it ever morph into some other type > while we hold the reference? If not, why would we want to specify the > LK_RETRY flag for such a vnode? Does this mean that way too many users > of vn_lock() are specifying the LK_RETRY flag? > I think so, I've actually just mailed kirk about this. If someone does a forceclose while you hold a reference it will be cleaned and removed. Holding either the vi lock or the vnode lock prevents this, however. Cheers, Jeff From owner-cvs-src@FreeBSD.ORG Sun Oct 5 15: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 2E5F016A4B3; Sun, 5 Oct 2003 15:16:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F6143F85; Sun, 5 Oct 2003 15:16:08 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95MG8XJ051025; Sun, 5 Oct 2003 15:16:08 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95MG8Vl051024; Sun, 5 Oct 2003 15:16:08 -0700 (PDT) (envelope-from jeff) Message-Id: <200310052216.h95MG8Vl051024@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 15:16: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/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: Sun, 05 Oct 2003 22:16:09 -0000 jeff 2003/10/05 15:16:08 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: - Add a missing vn_start_write() to flushbufqueues(). This could have caused snapshot related problems. - The vp can not be NULL here or we would panic in vfs_bio_awrite(). Stop confusing the logic by checking for it in several places. Submitted by: kirk and then rototilled by me to remove vp == NULL checks. Revision Changes Path 1.409 +9 -4 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 15:23: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 B5EB616A4BF; Sun, 5 Oct 2003 15:23:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA2D43FF7; Sun, 5 Oct 2003 15:23:45 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95MNiXJ051278; Sun, 5 Oct 2003 15:23:44 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95MNicZ051277; Sun, 5 Oct 2003 15:23:44 -0700 (PDT) (envelope-from alc) Message-Id: <200310052223.h95MNicZ051277@repoman.freebsd.org> From: Alan Cox Date: Sun, 5 Oct 2003 15:23: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/vm device_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, 05 Oct 2003 22:23:45 -0000 alc 2003/10/05 15:23:44 PDT FreeBSD src repository Modified files: sys/vm device_pager.c Log: The addition of a locking assertion to vm_page_zero_invalid() has revealed a long-time bug: vm_pager_get_pages() assumes that m[reqpage] contains a valid page upon return from pgo_getpages(). In the case of the device pager this page has been freed and replaced by a fake page. The fake page is properly inserted into the vm object but m[reqpage] is left pointing to a freed page. For now, update m[reqpage] to point to the fake page. Submitted by: tegge Revision Changes Path 1.69 +1 -0 src/sys/vm/device_pager.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 15:56: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 59E4716A4B3; Sun, 5 Oct 2003 15:56:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A6AF43FE3; Sun, 5 Oct 2003 15:56:34 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h95MuYXJ052496; Sun, 5 Oct 2003 15:56:34 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h95MuYDM052495; Sun, 5 Oct 2003 15:56:34 -0700 (PDT) (envelope-from jeff) Message-Id: <200310052256.h95MuYDM052495@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 15:56: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/ufs/ffs ffs_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: Sun, 05 Oct 2003 22:56:35 -0000 jeff 2003/10/05 15:56:34 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: - The VCHR case in ffs_sync() is an unneccsary optimization especially considering how infrequently we access devices via ffs now that we have devfs. Collapse this case with the other case. Obtained from: bde Revision Changes Path 1.220 +2 -5 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 17: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 5966A16A4B3; Sun, 5 Oct 2003 17:45:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7787243FA3; Sun, 5 Oct 2003 17:45:26 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h960jQXJ063853; Sun, 5 Oct 2003 17:45:26 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h960jQtP063852; Sun, 5 Oct 2003 17:45:26 -0700 (PDT) (envelope-from sam) Message-Id: <200310060045.h960jQtP063852@repoman.freebsd.org> From: Sam Leffler Date: Sun, 5 Oct 2003 17: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/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 00:45:27 -0000 sam 2003/10/05 17:45:26 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: include the DS element in beacons Revision Changes Path 1.19 +4 -1 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18:09: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 54A0616A4D8; Sun, 5 Oct 2003 18:09:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4C043FE3; Sun, 5 Oct 2003 18:09:34 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9619YXJ066244; Sun, 5 Oct 2003 18:09:34 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9619Yh7066243; Sun, 5 Oct 2003 18:09:34 -0700 (PDT) (envelope-from grog) Message-Id: <200310060109.h9619Yh7066243@repoman.freebsd.org> From: Greg Lehey Date: Sun, 5 Oct 2003 18:09: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/usr.bin/calendar/calendars calendar.music X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 01:09:35 -0000 grog 2003/10/05 18:09:34 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.music Log: Add many new entries. Submitted by: Gordon Bergling Revision Changes Path 1.13 +59 -3 src/usr.bin/calendar/calendars/calendar.music From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18:15: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 7610C16A4B3; Sun, 5 Oct 2003 18:15:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA50443FF5; Sun, 5 Oct 2003 18:15:38 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961FcXJ066764; Sun, 5 Oct 2003 18:15:38 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961Fc4x066763; Sun, 5 Oct 2003 18:15:38 -0700 (PDT) (envelope-from grog) Message-Id: <200310060115.h961Fc4x066763@repoman.freebsd.org> From: Greg Lehey Date: Sun, 5 Oct 2003 18:15: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/usr.bin/calendar/calendars calendar.music X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 01:15:39 -0000 grog 2003/10/05 18:15:38 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.music Log: Remove numerous duplicates. Revision Changes Path 1.14 +0 -10 src/usr.bin/calendar/calendars/calendar.music From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18:17: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 EAC9916A4BF; Sun, 5 Oct 2003 18:17:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6703243F93; Sun, 5 Oct 2003 18:17:43 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961HhXJ066963; Sun, 5 Oct 2003 18:17:43 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961HhkS066962; Sun, 5 Oct 2003 18:17:43 -0700 (PDT) (envelope-from grog) Message-Id: <200310060117.h961HhkS066962@repoman.freebsd.org> From: Greg Lehey Date: Sun, 5 Oct 2003 18:17: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/de_DE.ISO8859-1 calendar.literatur calendar.musik X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 01:17:44 -0000 grog 2003/10/05 18:17:43 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.literatur calendar.musik Log: Many new entries, some corrections. Submitted by: Gordon Bergling Revision Changes Path 1.8 +19 -1 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur 1.9 +33 -0 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18:26: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 B125B16A4B3; Sun, 5 Oct 2003 18:26:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3446943FDD; Sun, 5 Oct 2003 18:26:12 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961QCXJ067428; Sun, 5 Oct 2003 18:26:12 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961QBIE067427; Sun, 5 Oct 2003 18:26:11 -0700 (PDT) (envelope-from tjr) Message-Id: <200310060126.h961QBIE067427@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 5 Oct 2003 18:26: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/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: Mon, 06 Oct 2003 01:26:12 -0000 tjr 2003/10/05 18:26:11 PDT FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Remove support for the unused 4th component of the KERN_PROC_PROC sysctl. Revision Changes Path 1.195 +0 -6 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18:47: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 42A8316A4BF; Sun, 5 Oct 2003 18:47:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67EA43FFB; Sun, 5 Oct 2003 18:47:12 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961lCXJ068888; Sun, 5 Oct 2003 18:47:12 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961lCaW068887; Sun, 5 Oct 2003 18:47:12 -0700 (PDT) (envelope-from bms) Message-Id: <200310060147.h961lCaW068887@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 18:47: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/alpha/include pmap.h src/sys/amd64/include pmap.h src/sys/i386/include pmap.h src/sys/ia64/include pmap.h src/sys/powerpc/include pmap.h src/sys/sparc64/include pmap.h src/sys/vm pmap.h vm_map.c vm_map.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, 06 Oct 2003 01:47:14 -0000 bms 2003/10/05 18:47:12 PDT FreeBSD src repository Modified files: sys/alpha/include pmap.h sys/amd64/include pmap.h sys/i386/include pmap.h sys/ia64/include pmap.h sys/powerpc/include pmap.h sys/sparc64/include pmap.h sys/vm pmap.h vm_map.c vm_map.h Log: Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. Add a definition of pmap_wired_count(). Add a definition of vmspace_wired_count(). Reviewed by: truckman Discussed with: peter Revision Changes Path 1.24 +0 -1 src/sys/alpha/include/pmap.h 1.107 +0 -1 src/sys/amd64/include/pmap.h 1.102 +0 -1 src/sys/i386/include/pmap.h 1.15 +0 -1 src/sys/ia64/include/pmap.h 1.11 +0 -1 src/sys/powerpc/include/pmap.h 1.37 +0 -1 src/sys/sparc64/include/pmap.h 1.65 +4 -0 src/sys/vm/pmap.h 1.311 +6 -0 src/sys/vm/vm_map.c 1.104 +1 -0 src/sys/vm/vm_map.h From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18: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 E001B16A4B3; Sun, 5 Oct 2003 18:49:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7E943F3F; Sun, 5 Oct 2003 18:49:36 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961naXJ068973; Sun, 5 Oct 2003 18:49:36 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961na6l068972; Sun, 5 Oct 2003 18:49:36 -0700 (PDT) (envelope-from bms) Message-Id: <200310060149.h961na6l068972@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 18:49: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/man9 Makefile pmap.9 pmap_resident_count.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, 06 Oct 2003 01:49:37 -0000 bms 2003/10/05 18:49:36 PDT FreeBSD src repository Modified files: share/man/man9 Makefile pmap.9 Added files: share/man/man9 pmap_resident_count.9 Log: Add pmap_wired_count() and pmap_resident_count() to the pmap documentation. Discussed with: peter Revision Changes Path 1.207 +2 -1 src/share/man/man9/Makefile 1.3 +7 -1 src/share/man/man9/pmap.9 1.1 +73 -0 src/share/man/man9/pmap_resident_count.9 (new) From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18:49: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 B9F9116A4BF; Sun, 5 Oct 2003 18:49:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37CDE43F3F; Sun, 5 Oct 2003 18:49:38 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961ncXJ068987; Sun, 5 Oct 2003 18:49:38 -0700 (PDT) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961nb2N068986; Sun, 5 Oct 2003 18:49:37 -0700 (PDT) (envelope-from dougb) Message-Id: <200310060149.h961nb2N068986@repoman.freebsd.org> From: Doug Barton Date: Sun, 5 Oct 2003 18:49:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: NETBSD Subject: cvs commit: src/usr.bin/stat - 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, 06 Oct 2003 01:49:38 -0000 dougb 2003/10/05 18:49:37 PDT FreeBSD src repository src/usr.bin/stat - Imported sources Update of /home/ncvs/src/usr.bin/stat In directory repoman.freebsd.org:/tmp/cvs-serv68939 Log Message: Import NetBSD's 1.13 version. This contains no functional changes, just support for cross and host builds on more platforms. Obtained from: Andrew Brown , and Luke Mewburn Status: Vendor Tag: NETBSD Release Tags: v1_13 C src/usr.bin/stat/stat.c 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNETBSD:yesterday -jNETBSD src/usr.bin/stat From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18:50: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 84B3516A4B3; Sun, 5 Oct 2003 18:50:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B3F43F85; Sun, 5 Oct 2003 18:50:38 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961obXJ069285; Sun, 5 Oct 2003 18:50:37 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961obVB069282; Sun, 5 Oct 2003 18:50:37 -0700 (PDT) (envelope-from bms) Message-Id: <200310060150.h961obVB069282@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 18:50: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/man9 pmap.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, 06 Oct 2003 01:50:38 -0000 bms 2003/10/05 18:50:37 PDT FreeBSD src repository Modified files: share/man/man9 pmap.9 Log: Update cross-references. Revision Changes Path 1.4 +2 -0 src/share/man/man9/pmap.9 From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18:55: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 8BB7E16A4BF; Sun, 5 Oct 2003 18:55:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1003243FFB; Sun, 5 Oct 2003 18:55:18 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961tHXJ069543; Sun, 5 Oct 2003 18:55:17 -0700 (PDT) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961tHxE069542; Sun, 5 Oct 2003 18:55:17 -0700 (PDT) (envelope-from dougb) Message-Id: <200310060155.h961tHxE069542@repoman.freebsd.org> From: Doug Barton Date: Sun, 5 Oct 2003 18:55: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/usr.bin/stat stat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 01:55:18 -0000 dougb 2003/10/05 18:55:17 PDT FreeBSD src repository Modified files: usr.bin/stat stat.c Log: Resolve conflicts Revision Changes Path 1.6 +65 -5 src/usr.bin/stat/stat.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 18: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 CFA7816A4B3; Sun, 5 Oct 2003 18:59:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5356F43FBD; Sun, 5 Oct 2003 18:59:05 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961x5XJ069720; Sun, 5 Oct 2003 18:59:05 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961x5TJ069719; Sun, 5 Oct 2003 18:59:05 -0700 (PDT) (envelope-from bms) Message-Id: <200310060159.h961x5TJ069719@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 5 Oct 2003 18:59: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_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 01:59:06 -0000 bms 2003/10/05 18:59:04 PDT FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: Only the super-user should be able to wire pages via the mlock() family of system calls at this time. Remove various #ifdef's to enforce this. Revision Changes Path 1.168 +2 -6 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 19:17: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 C040016A4C0; Sun, 5 Oct 2003 19:17:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3662343F3F; Sun, 5 Oct 2003 19:17:41 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h962HfXJ071493; Sun, 5 Oct 2003 19:17:41 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h962HeKh071492; Sun, 5 Oct 2003 19:17:40 -0700 (PDT) (envelope-from grog) Message-Id: <200310060217.h962HeKh071492@repoman.freebsd.org> From: Greg Lehey Date: Sun, 5 Oct 2003 19:17: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/usr.bin/calendar/calendars calendar.music src/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 02:17:41 -0000 grog 2003/10/05 19:17:40 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.music usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik Log: Spell "Bizet" and "Berlioz" correctly. Spotted by: Thomas Moestl Revision Changes Path 1.15 +3 -1 src/usr.bin/calendar/calendars/calendar.music 1.10 +4 -1 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik From owner-cvs-src@FreeBSD.ORG Sun Oct 5 19:39: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 3558C16A4BF; Sun, 5 Oct 2003 19:39:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD50C43FA3; Sun, 5 Oct 2003 19:39:37 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h962dbXJ072669; Sun, 5 Oct 2003 19:39:37 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h962db6U072668; Sun, 5 Oct 2003 19:39:37 -0700 (PDT) (envelope-from jeff) Message-Id: <200310060239.h962db6U072668@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 19:39: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/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 02:39:38 -0000 jeff 2003/10/05 19:39:37 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: - Reinstate 1.142 this was fixed by 1.144. Revision Changes Path 1.147 +5 -3 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 19:53: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 3592616A4B3; Sun, 5 Oct 2003 19:53:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B257F43FEA; Sun, 5 Oct 2003 19:53:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h962rqXJ073638; Sun, 5 Oct 2003 19:53:52 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h962rqiu073637; Sun, 5 Oct 2003 19:53:52 -0700 (PDT) (envelope-from imp) Message-Id: <200310060253.h962rqiu073637@repoman.freebsd.org> From: Warner Losh Date: Sun, 5 Oct 2003 19:53:52 -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/ep if_ep_eisa.c if_ep_isa.c if_ep_mca.c if_ep_pccard.c src/sys/dev/ed if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_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: Mon, 06 Oct 2003 02:53:53 -0000 imp 2003/10/05 19:53:52 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ep if_ep_eisa.c if_ep_isa.c if_ep_mca.c if_ep_pccard.c sys/dev/ed if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_pci.c Log: Driver names for DRIVER_MODULE in current are 'ed' and 'ep', but in -stable they need to be 'if_ed' and 'if_ep'. ifconfig should be modified, but this is a lower risk change this late in the release cycle. Approved by: re@ Revision Changes Path 1.1.2.2 +1 -1 src/sys/dev/ed/if_ed_cbus.c 1.5.2.3 +1 -1 src/sys/dev/ed/if_ed_isa.c 1.9.2.7 +2 -2 src/sys/dev/ed/if_ed_pccard.c 1.23.2.2 +1 -1 src/sys/dev/ed/if_ed_pci.c 1.18.2.1 +2 -2 src/sys/dev/ep/if_ep_eisa.c 1.8.2.2 +2 -2 src/sys/dev/ep/if_ep_isa.c 1.2.2.1 +2 -2 src/sys/dev/ep/if_ep_mca.c 1.12.2.3 +2 -2 src/sys/dev/ep/if_ep_pccard.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 20:28: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 8349516A4B3; Sun, 5 Oct 2003 20:28:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D4943FD7; Sun, 5 Oct 2003 20:28:04 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h963S3XJ076036; Sun, 5 Oct 2003 20:28:03 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h963S32I076035; Sun, 5 Oct 2003 20:28:03 -0700 (PDT) (envelope-from jeff) Message-Id: <200310060328.h963S32I076035@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 5 Oct 2003 20:28: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/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 03:28:04 -0000 jeff 2003/10/05 20:28:03 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: - My last commit to this file is still not safe, I believe that it may be due to the recursion in indir_trunc(). Revision Changes Path 1.148 +6 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 20:44: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 C0A8F16A4B3; Sun, 5 Oct 2003 20:44:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF5143FB1; Sun, 5 Oct 2003 20:44:37 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h963ibXJ076881; Sun, 5 Oct 2003 20:44:37 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h963ibFq076880; Sun, 5 Oct 2003 20:44:37 -0700 (PDT) (envelope-from simokawa) Message-Id: <200310060344.h963ibFq076880@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 5 Oct 2003 20:44: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/dev/firewire 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: Mon, 06 Oct 2003 03:44:38 -0000 simokawa 2003/10/05 20:44:37 PDT FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: - Fix timeout for unodered excution. In unodered excution case, we cannot detect link-chain end only by prev == NULL if lastest ORB is executed earlyer than the former ORBs. Use ORB_LINK_DEAD flag for this case. - Don't reset agent for management ORB. - Improve debug messages. Spotted by: sbp target mode Revision Changes Path 1.63 +32 -12 src/sys/dev/firewire/sbp.c From owner-cvs-src@FreeBSD.ORG Sun Oct 5 21:13: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 CEE5F16A4B3; Sun, 5 Oct 2003 21:13:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C02C43FEC; Sun, 5 Oct 2003 21:13:25 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h964DOXJ084735; Sun, 5 Oct 2003 21:13:24 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h964DOgL084734; Sun, 5 Oct 2003 21:13:24 -0700 (PDT) (envelope-from bmah) Message-Id: <200310060413.h964DOgL084734@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 5 Oct 2003 21:13: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/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: Mon, 06 Oct 2003 04:13:25 -0000 bmah 2003/10/05 21:13:24 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SA-03:15. MFC noted: mount_msdosfs(8) -M. Revision Changes Path 1.632 +7 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 21:15: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 6FB9A16A4B3; Sun, 5 Oct 2003 21:15:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E39FE43F93; Sun, 5 Oct 2003 21:15:58 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h964FwXJ084848; Sun, 5 Oct 2003 21:15:58 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h964FvSe084847; Sun, 5 Oct 2003 21:15:57 -0700 (PDT) (envelope-from bmah) Message-Id: <200310060415.h964FvSe084847@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 5 Oct 2003 21:15: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/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: Mon, 06 Oct 2003 04:15:59 -0000 bmah 2003/10/05 21:15:57 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-03:15, mount_msdos(8) -M. Approved by: re (implicitly) Revision Changes Path 1.22.2.382 +9 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 21:20: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 EB67616A4B3; Sun, 5 Oct 2003 21:20:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BDEA43FBF; Sun, 5 Oct 2003 21:20:27 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h964KRXJ085087; Sun, 5 Oct 2003 21:20:27 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h964KQQr085086; Sun, 5 Oct 2003 21:20:26 -0700 (PDT) (envelope-from bmah) Message-Id: <200310060420.h964KQQr085086@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 5 Oct 2003 21:20: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/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: Mon, 06 Oct 2003 04:20:28 -0000 bmah 2003/10/05 21:20:26 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata: SA-03:15. Revision Changes Path 1.53 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 21: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 D5A4916A4B3; Sun, 5 Oct 2003 21:21:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5557943FBF; Sun, 5 Oct 2003 21:21:22 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h964LMXJ085177; Sun, 5 Oct 2003 21:21:22 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h964LMZL085176; Sun, 5 Oct 2003 21:21:22 -0700 (PDT) (envelope-from bmah) Message-Id: <200310060421.h964LMZL085176@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 5 Oct 2003 21:21:22 -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: Mon, 06 Oct 2003 04:21:23 -0000 bmah 2003/10/05 21:21:22 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata: SA-03:15. Approved by: re (implicitly) Revision Changes Path 1.1.2.113 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Oct 5 22:40: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 0270316A4B3; Sun, 5 Oct 2003 22:40:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3696143FEA; Sun, 5 Oct 2003 22:40:48 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h965emXJ089715; Sun, 5 Oct 2003 22:40:48 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h965elHe089714; Sun, 5 Oct 2003 22:40:47 -0700 (PDT) (envelope-from simokawa) Message-Id: <200310060540.h965elHe089714@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 5 Oct 2003 22:40: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/firewire 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: Mon, 06 Oct 2003 05:40:49 -0000 simokawa 2003/10/05 22:40:47 PDT FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: - Implement sbp_poll() to enable kernel dump on SBP-2 device. Revision Changes Path 1.64 +9 -1 src/sys/dev/firewire/sbp.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 00:10: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 0B50616A4B3; Mon, 6 Oct 2003 00:10:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2EC43FE5; Mon, 6 Oct 2003 00:10:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h967AeXJ095459; Mon, 6 Oct 2003 00:10:40 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h967AeMv095458; Mon, 6 Oct 2003 00:10:40 -0700 (PDT) (envelope-from imp) Message-Id: <200310060710.h967AeMv095458@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Oct 2003 00:10: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/pccard card_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 07:10:42 -0000 imp 2003/10/06 00:10:40 PDT FreeBSD src repository Modified files: sys/dev/pccard card_if.m Log: Remove the cis reading bus methods. They were never implemented and there's been some critism about the API not being lock friendly. Revision Changes Path 1.22 +0 -49 src/sys/dev/pccard/card_if.m From owner-cvs-src@FreeBSD.ORG Mon Oct 6 00:17: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 085ED16A4B3; Mon, 6 Oct 2003 00:17:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD4243F93; Mon, 6 Oct 2003 00:17:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h967HKXJ095731; Mon, 6 Oct 2003 00:17:20 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h967HK6l095730; Mon, 6 Oct 2003 00:17:20 -0700 (PDT) (envelope-from imp) Message-Id: <200310060717.h967HK6l095730@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Oct 2003 00:17: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/pccard pccard_cis_quirks.c 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: Mon, 06 Oct 2003 07:17:21 -0000 imp 2003/10/06 00:17:20 PDT FreeBSD src repository Modified files: sys/dev/pccard pccard_cis_quirks.c pccardvar.h Log: refactor how we do the quirk matching. this puts an ugly if into a routine of its own, and allows us to move the indentation back two layers making the code more readable. delete a prototype that should have been killed years ago in pccardvar.h. # adding quirks here is way harder than it needs to be. :-( Revision Changes Path 1.9 +57 -53 src/sys/dev/pccard/pccard_cis_quirks.c 1.44 +2 -4 src/sys/dev/pccard/pccardvar.h From owner-cvs-src@FreeBSD.ORG Mon Oct 6 00:17: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 887C916A4BF; Mon, 6 Oct 2003 00:17:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9738B43F93; Mon, 6 Oct 2003 00:17:43 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h967HhXJ095763; Mon, 6 Oct 2003 00:17:43 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h967HhGS095762; Mon, 6 Oct 2003 00:17:43 -0700 (PDT) (envelope-from simokawa) Message-Id: <200310060717.h967HhGS095762@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 6 Oct 2003 00:17: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/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: Mon, 06 Oct 2003 07:17:44 -0000 simokawa 2003/10/06 00:17:43 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.c Log: - Introduce hw.firewire.hold_count sysctl MIB by popular demand. This MIB specifies how many bus resets should be observed before the lost device entry is removed. The default value is 3. You can set this value to 0 if you want a SBP device to be detached from CAM layer as soon as the device is physically detached like USB. Revision Changes Path 1.62 +24 -18 src/sys/dev/firewire/firewire.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 00:30: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 9947B16A4B3; Mon, 6 Oct 2003 00:30:37 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E452E43FBF; Mon, 6 Oct 2003 00:30:35 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 16D6E65501; Mon, 6 Oct 2003 08:30:34 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27951-02; Mon, 6 Oct 2003 08:30:33 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6CBA5654F1; Mon, 6 Oct 2003 08:30:33 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 0D92915; Mon, 6 Oct 2003 08:30:24 +0100 (BST) Date: Mon, 6 Oct 2003 08:30:23 +0100 From: Bruce M Simpson To: Warner Losh Message-ID: <20031006073023.GA7994@saboteur.dek.spc.org> Mail-Followup-To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200310060710.h967AeMv095458@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310060710.h967AeMv095458@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccard card_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 07:30:37 -0000 On Mon, Oct 06, 2003 at 12:10:40AM -0700, Warner Losh wrote: > Log: > Remove the cis reading bus methods. They were never implemented and > there's been some critism about the API not being lock friendly. Looks like I'll need to rethink the pcmem attach, but we agreed that some code would be needed within pccard to handle the 'I have no CIS' case for memory cards anyway; I'm glad things are now simpler and cleaner. Do you have any objection to using ivars instead? BMS From owner-cvs-src@FreeBSD.ORG Mon Oct 6 02:05: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 1175416A4BF; Mon, 6 Oct 2003 02:05:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B6AB43FEC; Mon, 6 Oct 2003 02:05:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9695iXJ007834; Mon, 6 Oct 2003 02:05:44 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9695ifb007833; Mon, 6 Oct 2003 02:05:44 -0700 (PDT) (envelope-from phk) Message-Id: <200310060905.h9695ifb007833@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 6 Oct 2003 02:05: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: Mon, 06 Oct 2003 09:05:47 -0000 phk 2003/10/06 02:05:44 PDT FreeBSD src repository Modified files: sys/geom geom.h geom_subr.c Log: Introduce a per provider wither flag Revision Changes Path 1.74 +1 -0 src/sys/geom/geom.h 1.61 +2 -0 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 02:07: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 1F39416A4B3; Mon, 6 Oct 2003 02:07:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EE343F93; Mon, 6 Oct 2003 02:07:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9697ZXJ007967; Mon, 6 Oct 2003 02:07:35 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9697Zq0007966; Mon, 6 Oct 2003 02:07:35 -0700 (PDT) (envelope-from phk) Message-Id: <200310060907.h9697Zq0007966@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 6 Oct 2003 02:07: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/geom geom_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 09:07:36 -0000 phk 2003/10/06 02:07:35 PDT FreeBSD src repository Modified files: sys/geom geom_io.c Log: Allow our bio tools to be used for local bio-chopping by not mandating a bio_from value. bio_to is still mandated (mostly for debuggign) and shall be copied from the parent bio. Revision Changes Path 1.48 +7 -2 src/sys/geom/geom_io.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 02:13: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 A2A6516A4B3; Mon, 6 Oct 2003 02:13:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284B843F85; Mon, 6 Oct 2003 02:13:09 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h969D8XJ008286; Mon, 6 Oct 2003 02:13:09 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h969D8I8008285; Mon, 6 Oct 2003 02:13:08 -0700 (PDT) (envelope-from phk) Message-Id: <200310060913.h969D8I8008285@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 6 Oct 2003 02:13: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/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 09:13:09 -0000 phk 2003/10/06 02:13:08 PDT FreeBSD src repository Modified files: sys/conf majors Log: Free the SCSI cd major number Revision Changes Path 1.180 +0 -1 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Mon Oct 6 03:39: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 7159716A4B3; Mon, 6 Oct 2003 03:39:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E988043FA3; Mon, 6 Oct 2003 03:39:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96AdDXJ013601; Mon, 6 Oct 2003 03:39:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96AdD5a013600; Mon, 6 Oct 2003 03:39:13 -0700 (PDT) (envelope-from phk) Message-Id: <200310061039.h96AdD5a013600@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 6 Oct 2003 03:39: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/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 10:39:14 -0000 phk 2003/10/06 03:39:13 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_cd.c Log: Add disk_destroy() call to detach processing. Add short tempered TUR to cdsize() as a workaround. Revision Changes Path 1.85 +15 -0 src/sys/cam/scsi/scsi_cd.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 04:52: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 CF1C716A4B3; Mon, 6 Oct 2003 04:52:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DFD643FBF; Mon, 6 Oct 2003 04:52:35 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96BqZXJ023615; Mon, 6 Oct 2003 04:52:35 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96BqYO2023614; Mon, 6 Oct 2003 04:52:34 -0700 (PDT) (envelope-from ru) Message-Id: <200310061152.h96BqYO2023614@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 6 Oct 2003 04:52: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 Makefile src/share/man/man7 release.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: Mon, 06 Oct 2003 11:52:36 -0000 ru 2003/10/06 04:52:34 PDT FreeBSD src repository Modified files: release Makefile share/man/man7 release.7 Log: Correct the description of what the release.3 stage does nowadays. Revision Changes Path 1.821 +1 -1 src/release/Makefile 1.33 +3 -5 src/share/man/man7/release.7 From owner-cvs-src@FreeBSD.ORG Mon Oct 6 07:02: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 A804C16A4B3; Mon, 6 Oct 2003 07:02:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5BB43FBF; Mon, 6 Oct 2003 07:02:10 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96E29XJ031782; Mon, 6 Oct 2003 07:02:09 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96E29f4031781; Mon, 6 Oct 2003 07:02:09 -0700 (PDT) (envelope-from ume) Message-Id: <200310061402.h96E29f4031781@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 6 Oct 2003 07:02: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/netinet6 ah_output.c frag6.c icmp6.c in6.c in6_gif.c in6_ifattach.c in6_pcb.c in6_prefix.c in6_proto.c in6_src.c ip6_fw.c ip6_input.c ip6_mroute.c ip6_output.c ipsec.c nd6.c nd6_rtr.c raw_ip6.c route6.c scope6.c udp6_output.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 14:02:10 -0000 ume 2003/10/06 07:02:09 PDT FreeBSD src repository Modified files: sys/netinet6 ah_output.c frag6.c icmp6.c in6.c in6_gif.c in6_ifattach.c in6_pcb.c in6_prefix.c in6_proto.c in6_src.c ip6_fw.c ip6_input.c ip6_mroute.c ip6_output.c ipsec.c nd6.c nd6_rtr.c raw_ip6.c route6.c scope6.c udp6_output.c udp6_usrreq.c Log: return(code) -> return (code) (reduce diffs against KAME) Revision Changes Path 1.12 +2 -2 src/sys/netinet6/ah_output.c 1.15 +3 -3 src/sys/netinet6/frag6.c 1.34 +20 -20 src/sys/netinet6/icmp6.c 1.28 +61 -61 src/sys/netinet6/in6.c 1.13 +2 -2 src/sys/netinet6/in6_gif.c 1.15 +3 -3 src/sys/netinet6/in6_ifattach.c 1.41 +29 -29 src/sys/netinet6/in6_pcb.c 1.9 +10 -10 src/sys/netinet6/in6_prefix.c 1.23 +4 -4 src/sys/netinet6/in6_proto.c 1.12 +20 -20 src/sys/netinet6/in6_src.c 1.27 +29 -29 src/sys/netinet6/ip6_fw.c 1.51 +17 -17 src/sys/netinet6/ip6_input.c 1.20 +63 -68 src/sys/netinet6/ip6_mroute.c 1.55 +52 -52 src/sys/netinet6/ip6_output.c 1.26 +2 -2 src/sys/netinet6/ipsec.c 1.28 +28 -28 src/sys/netinet6/nd6.c 1.18 +29 -29 src/sys/netinet6/nd6_rtr.c 1.27 +3 -3 src/sys/netinet6/raw_ip6.c 1.7 +9 -9 src/sys/netinet6/route6.c 1.6 +15 -15 src/sys/netinet6/scope6.c 1.12 +1 -1 src/sys/netinet6/udp6_output.c 1.34 +1 -1 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 08:13:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE28716A4C0 for ; Mon, 6 Oct 2003 08:13:42 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A43F43FBF for ; Mon, 6 Oct 2003 08:13:39 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 9807 invoked from network); 6 Oct 2003 15:13:38 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 6 Oct 2003 15:13:38 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h96FDYce001664; Mon, 6 Oct 2003 11:13:35 -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: <20031004064605.B783C2A7EA@canning.wemm.org> Date: Mon, 06 Oct 2003 11:13:41 -0400 (EDT) From: John Baldwin To: Peter Wemm X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf ldscript.i386 src/sys/i386/i386 bios.c genassym.c locore.s machdep.c mp_machdep.c mpboot.s pmap.c src/sys/i386/include pmap.h vmparam.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, 06 Oct 2003 15:13:42 -0000 On 04-Oct-2003 Peter Wemm wrote: > John Baldwin wrote: > >> On 01-Oct-2003 Peter Wemm wrote: >> > peter 2003/10/01 16:46:08 PDT > >> > Log: >> > Commit Bosko's patch to clean up the PSE/PG_G initialization to and >> > avoid problems with some Pentium 4 cpus and some older PPro/Pentium2 >> > cpus. There are several problems, some documented in Intel errata. > >> What does KERNBASE map to now? 4mb? > > Nope. KERNBASE is unchanged. What is different now is that the fixed 1MB > offset (pa = 1MB, va = KERNBASE + 1mb) is now 4MB and available via the > KERNLOAD variable. This becomes 2MB on a PAE configuration kernel. So does KERNBASE + foo still map to PA foo for the lower 1 meg? -- 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 Oct 6 08:56: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 034C716A4B3; Mon, 6 Oct 2003 08:56:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA3943FE0; Mon, 6 Oct 2003 08:56:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96FuUXJ043367; Mon, 6 Oct 2003 08:56:30 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96FuTUM043366; Mon, 6 Oct 2003 08:56:29 -0700 (PDT) (envelope-from imp) Message-Id: <200310061556.h96FuTUM043366@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Oct 2003 08:56: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/cardbus cardbus.c cardbus_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 15:56:31 -0000 imp 2003/10/06 08:56:29 PDT FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c cardbus_cis.c Log: remove the cardbus cis reading code. nobody ever used it and it has locking issues down to the api level. Revision Changes Path 1.41 +0 -2 src/sys/dev/cardbus/cardbus.c 1.41 +0 -109 src/sys/dev/cardbus/cardbus_cis.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 08:56: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 9CEDC16A4BF; Mon, 6 Oct 2003 08:56:46 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A1A43FE1; Mon, 6 Oct 2003 08:56:46 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 19D392A8DD; Mon, 6 Oct 2003 08:56:45 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin In-Reply-To: Date: Mon, 06 Oct 2003 08:56:45 -0700 From: Peter Wemm Message-Id: <20031006155645.19D392A8DD@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf ldscript.i386 src/sys/i386/i386 bios.c genassym.c locore.s machdep.c mp_machdep.c mpboot.s pmap.c src/sys/i386/include pmap.h vmparam.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, 06 Oct 2003 15:56:46 -0000 John Baldwin wrote: > > On 04-Oct-2003 Peter Wemm wrote: > > John Baldwin wrote: > > > >> On 01-Oct-2003 Peter Wemm wrote: > >> > peter 2003/10/01 16:46:08 PDT > > > >> > Log: > >> > Commit Bosko's patch to clean up the PSE/PG_G initialization to and > >> > avoid problems with some Pentium 4 cpus and some older PPro/Pentium2 > >> > cpus. There are several problems, some documented in Intel errata. > > > >> What does KERNBASE map to now? 4mb? > > > > Nope. KERNBASE is unchanged. What is different now is that the fixed 1MB > > offset (pa = 1MB, va = KERNBASE + 1mb) is now 4MB and available via the > > KERNLOAD variable. This becomes 2MB on a PAE configuration kernel. > > So does KERNBASE + foo still map to PA foo for the lower 1 meg? Yes, but the RAM part is readonly. The isa hole and any ram->640K hole and address zero is read/write. There are no devices under the ram section though, so the pmap_mapdev() tweaks for the first 1MB should be ok still. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Mon Oct 6 09:37:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F52116A4BF for ; Mon, 6 Oct 2003 09:37:02 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D30C43FAF for ; Mon, 6 Oct 2003 09:37:00 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 3190 invoked by uid 1000); 6 Oct 2003 16:36:58 -0000 Date: Mon, 6 Oct 2003 09:36:58 -0700 (PDT) From: Nate Lawson To: Poul-Henning Kamp In-Reply-To: <20031006103947.3112D16A55A@hub.freebsd.org> Message-ID: <20031006093515.S3158@root.org> References: <20031006103947.3112D16A55A@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 16:37:02 -0000 On Mon, 6 Oct 2003, Poul-Henning Kamp wrote: > Modified files: > sys/cam/scsi scsi_cd.c > Log: > Add disk_destroy() call to detach processing. > > Add short tempered TUR to cdsize() as a workaround. > > Revision Changes Path > 1.85 +15 -0 src/sys/cam/scsi/scsi_cd.c > > --- src/sys/cam/scsi/scsi_cd.c:1.84 Tue Sep 30 00:52:15 2003 > +++ src/sys/cam/scsi/scsi_cd.c Mon Oct 6 03:39:13 2003 > @@ -2851,6 +2852,20 @@ > softc = (struct cd_softc *)periph->softc; > > ccb = cdgetccb(periph, /* priority */ 1); > + > + scsi_test_unit_ready(&ccb->csio, 0, cddone, > + MSG_SIMPLE_Q_TAG, SSD_FULL_SIZE, 1000); > + ccb->ccb_h.ccb_bp = NULL; > + > + error = cam_periph_runccb(ccb, NULL, > + /*cam_flags*/0, > + /*sense_flags*/SF_RETRY_UA, > + softc->disk.d_devstat); > + > + if ((ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) { > + xpt_release_ccb(ccb); > + return (ENXIO); > + } > > rcap_buf = malloc(sizeof(struct scsi_read_capacity_data), > M_TEMP, M_WAITOK); Shouldn't the following read capacity command be able to detect the loss of a drive as well? Did kdm@ review this? -Nate From owner-cvs-src@FreeBSD.ORG Mon Oct 6 09:42: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 0C76B16A4B3; Mon, 6 Oct 2003 09:42:23 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 832A943FE3; Mon, 6 Oct 2003 09:42: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 h96Gg72B022887; Mon, 6 Oct 2003 18:42:16 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 06 Oct 2003 09:36:58 PDT." <20031006093515.S3158@root.org> Date: Mon, 06 Oct 2003 18:42:07 +0200 Message-ID: <22886.1065458527@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 16:42:23 -0000 In message <20031006093515.S3158@root.org>, Nate Lawson writes: >Shouldn't the following read capacity command be able to detect the loss >of a drive as well? The trick here is the low timeout. > Did kdm@ review this? If he had, it would have said so in the commit message. -- 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 Mon Oct 6 10:03: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 0D6BC16A4B3; Mon, 6 Oct 2003 10:03:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D7443FE3; Mon, 6 Oct 2003 10:03:09 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96H39XJ047931; Mon, 6 Oct 2003 10:03:09 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96H39Wx047930; Mon, 6 Oct 2003 10:03:09 -0700 (PDT) (envelope-from sam) Message-Id: <200310061703.h96H39Wx047930@repoman.freebsd.org> From: Sam Leffler Date: Mon, 6 Oct 2003 10:03:09 -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/safe safe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 17:03:10 -0000 sam 2003/10/06 10:03:08 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/safe safe.c Log: MFC 1.2: o add missing {}'s that to safe_dmamap_uniform that caused extraneous copies for partly-aligned operations through /dev/crypto (unlikely) o add missing case in iov code that never showed up because of the above bug Approved by: re (murray) Revision Changes Path 1.1.2.2 +4 -2 src/sys/dev/safe/safe.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 10:24: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 C0FF916A4BF for ; Mon, 6 Oct 2003 10:24:10 -0700 (PDT) Received: from mail.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E7043FBF for ; Mon, 6 Oct 2003 10:24:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 557 invoked from network); 6 Oct 2003 17:24:06 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 6 Oct 2003 17:24:06 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h96HO4ce002267; Mon, 6 Oct 2003 13:24:04 -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: <20031006155645.19D392A8DD@canning.wemm.org> Date: Mon, 06 Oct 2003 13:24:11 -0400 (EDT) From: John Baldwin To: Peter Wemm X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf ldscript.i386 src/sys/i386/i386 bios.c genassym.c locore.s machdep.c mp_machdep.c mpboot.s pmap.c src/sys/i386/include pmap.h vmparam.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, 06 Oct 2003 17:24:10 -0000 On 06-Oct-2003 Peter Wemm wrote: > John Baldwin wrote: >> >> On 04-Oct-2003 Peter Wemm wrote: >> > John Baldwin wrote: >> > >> >> On 01-Oct-2003 Peter Wemm wrote: >> >> > peter 2003/10/01 16:46:08 PDT >> > >> >> > Log: >> >> > Commit Bosko's patch to clean up the PSE/PG_G initialization to and >> >> > avoid problems with some Pentium 4 cpus and some older PPro/Pentium2 >> >> > cpus. There are several problems, some documented in Intel errata. >> > >> >> What does KERNBASE map to now? 4mb? >> > >> > Nope. KERNBASE is unchanged. What is different now is that the fixed 1MB >> > offset (pa = 1MB, va = KERNBASE + 1mb) is now 4MB and available via the >> > KERNLOAD variable. This becomes 2MB on a PAE configuration kernel. >> >> So does KERNBASE + foo still map to PA foo for the lower 1 meg? > > Yes, but the RAM part is readonly. The isa hole and any ram->640K hole > and address zero is read/write. There are no devices under the ram section > though, so the pmap_mapdev() tweaks for the first 1MB should be ok still. Ok. So the KERNBASE stuff is R/O and usually pmap_mapdev() maps things R/W? -- 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 Oct 6 10:37: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 8AD4116A4B3; Mon, 6 Oct 2003 10:37:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA6143F93; Mon, 6 Oct 2003 10:37:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96HbKXJ049257; Mon, 6 Oct 2003 10:37:20 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96HbKVX049256; Mon, 6 Oct 2003 10:37:20 -0700 (PDT) (envelope-from ru) Message-Id: <200310061737.h96HbKVX049256@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 6 Oct 2003 10:37: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/make var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 17:37:21 -0000 ru 2003/10/06 10:37:20 PDT FreeBSD src repository Modified files: usr.bin/make var.c Log: Fix a bug in variable parsing code that could cause a segfault. PR: bin/46203 Submitted by: Stefan Farfeleder Revision Changes Path 1.44 +6 -2 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 11:26: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 3170616A4BF; Mon, 6 Oct 2003 11:26:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294EB43FF3; Mon, 6 Oct 2003 11:26:00 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96IPxXJ052253; Mon, 6 Oct 2003 11:25:59 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96IPxvf052252; Mon, 6 Oct 2003 11:25:59 -0700 (PDT) (envelope-from sam) Message-Id: <200310061825.h96IPxvf052252@repoman.freebsd.org> From: Sam Leffler Date: Mon, 6 Oct 2003 11:25:59 -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/netinet ip_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 18:26:07 -0000 sam 2003/10/06 11:25:59 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet ip_input.c Log: MFC 1.240: add IPSEC_FILTERGIF suport for FAST_IPSEC Approved by: re (murray) Revision Changes Path 1.130.2.54 +7 -0 src/sys/netinet/ip_input.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 11:29: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 021C716A51E; Mon, 6 Oct 2003 11:29:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E82043FCB; Mon, 6 Oct 2003 11:29:24 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96ITOXJ052417; Mon, 6 Oct 2003 11:29:24 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96ITOZj052416; Mon, 6 Oct 2003 11:29:24 -0700 (PDT) (envelope-from sam) Message-Id: <200310061829.h96ITOZj052416@repoman.freebsd.org> From: Sam Leffler Date: Mon, 6 Oct 2003 11:29: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/pci if_sis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 18:29:25 -0000 sam 2003/10/06 11:29:24 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci if_sis.c Log: MFC 1.81: "short cable" fix for DP8315 Approved by: re (murray) Revision Changes Path 1.13.4.26 +23 -0 src/sys/pci/if_sis.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 12:07: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 1830116A4B3; Mon, 6 Oct 2003 12:07:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A40A43F85; Mon, 6 Oct 2003 12:07:21 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96J7LXJ055523; Mon, 6 Oct 2003 12:07:21 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96J7LbO055522; Mon, 6 Oct 2003 12:07:21 -0700 (PDT) (envelope-from bmah) Message-Id: <200310061907.h96J7LbO055522@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 6 Oct 2003 12:07: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/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: Mon, 06 Oct 2003 19:07:22 -0000 bmah 2003/10/06 12:07:21 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a warning about the safe(4) driver's experimental status. Submitted by: sam Revision Changes Path 1.633 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Oct 6 12:11: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 7690C16A4B3; Mon, 6 Oct 2003 12:11:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9AEB43FD7; Mon, 6 Oct 2003 12:11:18 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96JBIXJ056107; Mon, 6 Oct 2003 12:11:18 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96JBIGE056106; Mon, 6 Oct 2003 12:11:18 -0700 (PDT) (envelope-from bmah) Message-Id: <200310061911.h96JBIGE056106@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 6 Oct 2003 12:11: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/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: Mon, 06 Oct 2003 19:11:19 -0000 bmah 2003/10/06 12:11:18 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Add a warning about the safe(4) driver's experimental status. Submitted by: sam Approved by: re (implicitly) Revision Changes Path 1.22.2.383 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Oct 6 14: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 44BCD16A4B3; Mon, 6 Oct 2003 14:21:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB62943FAF; Mon, 6 Oct 2003 14:21:55 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96LLtXJ068599; Mon, 6 Oct 2003 14:21:55 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96LLtfG068598; Mon, 6 Oct 2003 14:21:55 -0700 (PDT) (envelope-from jhb) Message-Id: <200310062121.h96LLtfG068598@repoman.freebsd.org> From: John Baldwin Date: Mon, 6 Oct 2003 14: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/sys/dev/cardbus cardbus_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 21:21:56 -0000 jhb 2003/10/06 14:21:55 PDT FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: Remove prototype for decode_tuple_copy() which was axed in the last revision to fix compile. Revision Changes Path 1.42 +0 -3 src/sys/dev/cardbus/cardbus_cis.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 15:11:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E174616A4B3; Mon, 6 Oct 2003 15:11:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C5743FCB; Mon, 6 Oct 2003 15:11:04 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96MB4XJ071403; Mon, 6 Oct 2003 15:11:04 -0700 (PDT) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96MB4gC071402; Mon, 6 Oct 2003 15:11:04 -0700 (PDT) (envelope-from wilko) Message-Id: <200310062211.h96MB4gC071402@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 6 Oct 2003 15:11: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/games/fortune/datfiles fortunes2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Oct 2003 22:11:05 -0000 wilko 2003/10/06 15:11:04 PDT FreeBSD src repository Modified files: games/fortune/datfiles fortunes2 Log: Polish last fortune. Suggested by: nate Revision Changes Path 1.60 +2 -2 src/games/fortune/datfiles/fortunes2 From owner-cvs-src@FreeBSD.ORG Mon Oct 6 19:51: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 E687916A4B3; Mon, 6 Oct 2003 19:51:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6430143FEA; Mon, 6 Oct 2003 19:51:51 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h972ppXJ091491; Mon, 6 Oct 2003 19:51:51 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h972ppnv091490; Mon, 6 Oct 2003 19:51:51 -0700 (PDT) (envelope-from imp) Message-Id: <200310070251.h972ppnv091490@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Oct 2003 19:51: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/cardbus cardbus_cis.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, 07 Oct 2003 02:51:53 -0000 imp 2003/10/06 19:51:51 PDT FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.h Log: These aren't needed anymore Revision Changes Path 1.9 +0 -3 src/sys/dev/cardbus/cardbus_cis.h From owner-cvs-src@FreeBSD.ORG Mon Oct 6 20:35: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 3A83E16A4B3; Mon, 6 Oct 2003 20:35:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1AF343FA3; Mon, 6 Oct 2003 20:35:48 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h973ZmXJ094283; Mon, 6 Oct 2003 20:35:48 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h973ZmVx094282; Mon, 6 Oct 2003 20:35:48 -0700 (PDT) (envelope-from imp) Message-Id: <200310070335.h973ZmVx094282@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Oct 2003 20:35: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/sys/dev/pccard pccard_cis.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, 07 Oct 2003 03:35:49 -0000 imp 2003/10/06 20:35:48 PDT FreeBSD src repository Added files: sys/dev/pccard pccard_cis.h Log: Add new file for definitions of CIS. We can share this with cardbus. the filename isn't that bad, because all of these are defined in the PC Card standard :-) Revision Changes Path 1.1 +203 -0 src/sys/dev/pccard/pccard_cis.h (new) From owner-cvs-src@FreeBSD.ORG Mon Oct 6 20:40: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 2101E16A4B3; Mon, 6 Oct 2003 20:40:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B4643FCB; Mon, 6 Oct 2003 20:40:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h973eIXJ094435; Mon, 6 Oct 2003 20:40:18 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h973eIkX094433; Mon, 6 Oct 2003 20:40:18 -0700 (PDT) (envelope-from imp) Message-Id: <200310070340.h973eIkX094433@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Oct 2003 20:40: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/dev/cardbus cardbus_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 03:40:19 -0000 imp 2003/10/06 20:40:18 PDT FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: remove obsolete quirks for cardbus cis. none have proven to be needed. Revision Changes Path 1.44 +3 -25 src/sys/dev/cardbus/cardbus_cis.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 21:26: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 B345016A4B3; Mon, 6 Oct 2003 21:26:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E26143FE3; Mon, 6 Oct 2003 21:26:15 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h974QFXJ002977; Mon, 6 Oct 2003 21:26:15 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h974QEtG002976; Mon, 6 Oct 2003 21:26:14 -0700 (PDT) (envelope-from imp) Message-Id: <200310070426.h974QEtG002976@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Oct 2003 21:26: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/ata ata-card.c src/sys/dev/sio sio_pccard.c src/sys/dev/uart uart_bus_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: Tue, 07 Oct 2003 04:26:15 -0000 imp 2003/10/06 21:26:14 PDT FreeBSD src repository Modified files: sys/dev/ata ata-card.c sys/dev/sio sio_pccard.c sys/dev/uart uart_bus_pccard.c Log: Include pccard/pccard_cis.h here too Revision Changes Path 1.19 +2 -1 src/sys/dev/ata/ata-card.c 1.11 +2 -1 src/sys/dev/sio/sio_pccard.c 1.6 +2 -1 src/sys/dev/uart/uart_bus_pccard.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 21:29: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 AF91916A4B3; Mon, 6 Oct 2003 21:29:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A2D43FF3; Mon, 6 Oct 2003 21:29:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h974T5XJ003102; Mon, 6 Oct 2003 21:29:05 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h974T41O003101; Mon, 6 Oct 2003 21:29:04 -0700 (PDT) (envelope-from imp) Message-Id: <200310070429.h974T41O003101@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Oct 2003 21:29: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/exca exca.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 04:29:05 -0000 imp 2003/10/06 21:29:04 PDT FreeBSD src repository Modified files: sys/dev/exca exca.c Log: Card type stuff was backwards, so assume io for the moment. mem needs a lot of help and with luck bms will help me fix that. Revision Changes Path 1.15 +2 -6 src/sys/dev/exca/exca.c From owner-cvs-src@FreeBSD.ORG Mon Oct 6 23:59: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 A198116A4B3; Mon, 6 Oct 2003 23:59:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB6A743FB1; Mon, 6 Oct 2003 23:59:19 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h976xJXJ010552; Mon, 6 Oct 2003 23:59:19 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h976xJOP010551; Mon, 6 Oct 2003 23:59:19 -0700 (PDT) (envelope-from ru) Message-Id: <200310070659.h976xJOP010551@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 6 Oct 2003 23:59:19 -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/sysinstall 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: Tue, 07 Oct 2003 06:59:20 -0000 ru 2003/10/06 23:59:19 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/sysinstall Makefile Log: Respect DESTDIR. PR: 54004 Submitted by: Sergey Akifyev Approved by: murray@re Revision Changes Path 1.92.2.23 +2 -2 src/release/sysinstall/Makefile From owner-cvs-src@FreeBSD.ORG Tue Oct 7 00:12: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 BD50E16A4B3; Tue, 7 Oct 2003 00:12:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401F343F3F; Tue, 7 Oct 2003 00:12:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h977CNXJ012018; Tue, 7 Oct 2003 00:12:23 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h977CMwN012017; Tue, 7 Oct 2003 00:12:22 -0700 (PDT) (envelope-from phk) Message-Id: <200310070712.h977CMwN012017@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 7 Oct 2003 00:12:22 -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/libufs block.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 07:12:23 -0000 phk 2003/10/07 00:12:22 PDT FreeBSD src repository Modified files: lib/libufs block.c Log: Add XXX'ed temporary bounce-buffering. Revision Changes Path 1.10 +37 -6 src/lib/libufs/block.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 02:22: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 28ED416A4B3; Tue, 7 Oct 2003 02:22:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD8243FE3; Tue, 7 Oct 2003 02:21:59 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h979LxXJ025198; Tue, 7 Oct 2003 02:21:59 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h979Lxcs025197; Tue, 7 Oct 2003 02:21:59 -0700 (PDT) (envelope-from fjoe) Message-Id: <200310070921.h979Lxcs025197@repoman.freebsd.org> From: Max Khon Date: Tue, 7 Oct 2003 02:21: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/dev/kbd atkbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 09:22:00 -0000 fjoe 2003/10/07 02:21:59 PDT FreeBSD src repository Modified files: sys/dev/kbd atkbd.c Log: Assign keycodes for Power, Sleep and Wake keys. Submitted by: Eugene Grosbein Revision Changes Path 1.42 +9 -0 src/sys/dev/kbd/atkbd.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 02:28: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 14B9C16A4B3; Tue, 7 Oct 2003 02:28:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AA643FBF; Tue, 7 Oct 2003 02:28:07 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h979S7XJ025432; Tue, 7 Oct 2003 02:28:07 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h979S794025431; Tue, 7 Oct 2003 02:28:07 -0700 (PDT) (envelope-from phk) Message-Id: <200310070928.h979S794025431@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 7 Oct 2003 02:28: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/gbde gbde.c src/sys/geom/bde g_bde.h g_bde_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 09:28:08 -0000 phk 2003/10/07 02:28:07 PDT FreeBSD src repository Modified files: sbin/gbde gbde.c sys/geom/bde g_bde.h g_bde_lock.c Log: Interior decoration changes. Revision Changes Path 1.15 +5 -5 src/sbin/gbde/gbde.c 1.6 +4 -4 src/sys/geom/bde/g_bde.h 1.12 +35 -38 src/sys/geom/bde/g_bde_lock.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 02:30: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 DA4BA16A4B3; Tue, 7 Oct 2003 02:30:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D52F43FA3; Tue, 7 Oct 2003 02:30:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h979U0XJ025526; Tue, 7 Oct 2003 02:30:00 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h979TxBN025525; Tue, 7 Oct 2003 02:29:59 -0700 (PDT) (envelope-from phk) Message-Id: <200310070929.h979TxBN025525@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 7 Oct 2003 02:29: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/sbin/gbde gbde.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 09:30:01 -0000 phk 2003/10/07 02:29:59 PDT FreeBSD src repository Modified files: sbin/gbde gbde.c Log: Autoload kernel module if necessary. Submitted by: mr Revision Changes Path 1.16 +9 -0 src/sbin/gbde/gbde.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 02:31: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 36A7416A4B3; Tue, 7 Oct 2003 02:31:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A524243F93; Tue, 7 Oct 2003 02:31:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h979VqXJ025710; Tue, 7 Oct 2003 02:31:52 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h979Vqhc025709; Tue, 7 Oct 2003 02:31:52 -0700 (PDT) (envelope-from phk) Message-Id: <200310070931.h979Vqhc025709@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 7 Oct 2003 02:31: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/sbin/gbde image.uu test.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, 07 Oct 2003 09:31:53 -0000 phk 2003/10/07 02:31:52 PDT FreeBSD src repository Modified files: sbin/gbde test.sh Added files: sbin/gbde image.uu Log: Improve regression test with an image file which must work. Revision Changes Path 1.1 +3305 -0 src/sbin/gbde/image.uu (new) 1.2 +11 -2 src/sbin/gbde/test.sh From owner-cvs-src@FreeBSD.ORG Tue Oct 7 05:53: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 D714716A4B3; Tue, 7 Oct 2003 05:53:27 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC5043FBF; Tue, 7 Oct 2003 05:53:26 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 2C20E5482B; Tue, 7 Oct 2003 07:53:26 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id BC79E6D476; Tue, 7 Oct 2003 07:53:25 -0500 (CDT) Date: Tue, 7 Oct 2003 07:53:25 -0500 From: "Jacques A. Vidrine" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031007125325.GA28894@madman.celabo.org> References: <200310071234.h97CYbDX041049@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310071234.h97CYbDX041049@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 Subject: Re: 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: Tue, 07 Oct 2003 12:53:28 -0000 On Tue, Oct 07, 2003 at 05:34:37AM -0700, Jacques A. Vidrine wrote: > nectar 2003/10/07 05:34:37 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/i386/i386 pmap.c > Log: > Disable PSE at boot time for Pentium 4 processors. On many such CPUs, > data corruption will result otherwise. It seems that the bug is > aggravated by recent work related to PAE. > > This change was originally based on rev 1.386, but now the test for > CPU type is correct and the display of the warning is postponed until > we have initialized the kernel message buffer (e.g. for dmesg). > > peter@ believes that only certain revisions of the Pentium 4 processor > are affected. However, we are unsure which so we choose to be safe by > disabling PSE on all Pentium 4s. > > The test can be disabled entirely with NO_PSE_HACK. > > Approved by: re > > Revision Changes Path > 1.250.2.22 +34 -0 src/sys/i386/i386/pmap.c The symptoms from this bug that I experienced on an ``Intel(R) Celeron(R) CPU 2.00GHz'' system were SIGBUS and SIGSEGV during `make buildworld'. Cheers, -- Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Tue Oct 7 06:44: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 A5A4F16A4B3; Tue, 7 Oct 2003 06:44:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2992843FF9; Tue, 7 Oct 2003 06:44:16 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97DiGXJ044738; Tue, 7 Oct 2003 06:44:16 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97DiFrY044737; Tue, 7 Oct 2003 06:44:15 -0700 (PDT) (envelope-from sos) Message-Id: <200310071344.h97DiFrY044737@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 7 Oct 2003 06:44: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/dev/ata ata-all.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 13:44:16 -0000 sos 2003/10/07 06:44:15 PDT FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: In case we loose a device during reset in reinit() finish off the request with error instead of loosing it. Revision Changes Path 1.191 +22 -3 src/sys/dev/ata/ata-all.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 06:45: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 C6F8E16A4B3; Tue, 7 Oct 2003 06:45:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A21944001; Tue, 7 Oct 2003 06:45:57 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97DjvXJ044867; Tue, 7 Oct 2003 06:45:57 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97DjvWZ044866; Tue, 7 Oct 2003 06:45:57 -0700 (PDT) (envelope-from sos) Message-Id: <200310071345.h97DjvWZ044866@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 7 Oct 2003 06:45: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/dev/ata ata-lowlevel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 13:45:57 -0000 sos 2003/10/07 06:45:56 PDT FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Properly get out of transaction() if setting up the transfer fails. Revision Changes Path 1.18 +19 -15 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 06:47: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 DF5A916A4B3; Tue, 7 Oct 2003 06:47:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C1743FDF; Tue, 7 Oct 2003 06:47:41 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97DlfXJ044931; Tue, 7 Oct 2003 06:47:41 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97Dlfpf044930; Tue, 7 Oct 2003 06:47:41 -0700 (PDT) (envelope-from sos) Message-Id: <200310071347.h97Dlfpf044930@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 7 Oct 2003 06:47: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/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 13:47:42 -0000 sos 2003/10/07 06:47:41 PDT FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Improve timeout handling and reporting. Revision Changes Path 1.7 +22 -6 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 06:48: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 8C10216A4B3; Tue, 7 Oct 2003 06:48:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1ABE43FFD; Tue, 7 Oct 2003 06:48:55 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97DmtXJ044982; Tue, 7 Oct 2003 06:48:55 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97DmtcU044981; Tue, 7 Oct 2003 06:48:55 -0700 (PDT) (envelope-from sos) Message-Id: <200310071348.h97DmtcU044981@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 7 Oct 2003 06: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/dev/ata ata-dma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 13:48:56 -0000 sos 2003/10/07 06:48:55 PDT FreeBSD src repository Modified files: sys/dev/ata ata-dma.c Log: Give more correct params to busdma_* Revision Changes Path 1.121 +9 -8 src/sys/dev/ata/ata-dma.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 07:35: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 1013416A4BF; Tue, 7 Oct 2003 07:35:05 -0700 (PDT) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A31143FAF; Tue, 7 Oct 2003 07:35:02 -0700 (PDT) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id AEF233ABB35; Tue, 7 Oct 2003 16:37:23 +0200 (CEST) Date: Tue, 7 Oct 2003 16:37:23 +0200 From: Pawel Jakub Dawidek To: =?iso-8859-2?Q?S=F8ren?= Schmidt Message-ID: <20031007143723.GW520@garage.freebsd.pl> References: <200310071348.h97DmtcU044981@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="0k2ZE0YWsaeoufzj" Content-Disposition: inline In-Reply-To: <200310071348.h97DmtcU044981@repoman.freebsd.org> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.8-RELEASE-p9 i386 X-URL: http://garage.freebsd.pl User-Agent: Mutt/1.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 14:35:05 -0000 --0k2ZE0YWsaeoufzj Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 07, 2003 at 06:48:55AM -0700, S=F8ren Schmidt wrote: +> Commiter: S=F8ren Schmidt +> Branch: HEAD +>=20 +> Files: +> 1.121 src/sys/dev/ata/ata-dma.c =20 +>=20 +> Log: +> Give more correct params to busdma_* Was this a case of panics on some SUN machines? We have problems with installation because of some panics releated to DMA and ata. --=20 Pawel Jakub Dawidek pawel@dawidek.net UNIX Systems Programmer/Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am! http://cerber.sourceforge.net --0k2ZE0YWsaeoufzj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBP4LPoz/PhmMH/Mf1AQEKOAP/foyekeeh3yctKrnitbUi9Gld+OxFP4mi 865YiCsvCZlWAHtIaA2iv5zJYP5O1Uro0aWL8hyfy2zfeVpZMQJBpMboauUSuwpn 3fj+oYuhkwim0gAxwRPd2WscsjFsTDBn5h+ZXjr1A7TJPVTJO7zlLu9Qj5kVGA4o yqT3/dRwktU= =dtCy -----END PGP SIGNATURE----- --0k2ZE0YWsaeoufzj-- From owner-cvs-src@FreeBSD.ORG Tue Oct 7 07:47: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 9849C16A4B3; Tue, 7 Oct 2003 07:47:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6401A43FDF; Tue, 7 Oct 2003 07:47:01 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97El0XJ048233; Tue, 7 Oct 2003 07:47:01 -0700 (PDT) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97El0Wa048228; Tue, 7 Oct 2003 07:47:00 -0700 (PDT) (envelope-from thomas) Message-Id: <200310071447.h97El0Wa048228@repoman.freebsd.org> From: Thomas Quinot Date: Tue, 7 Oct 2003 07:47: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/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 14:47:03 -0000 thomas 2003/10/07 07:47:00 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_cd.c Log: (cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctx has been initialized. (cdsysctlinit): Set flag CD_FLAG_SCTX_INIT after sysctl_ctx has been initialized. This resolves a panic encountered when a cd drive is sucessfully probed but fails to attach. Reviewed by: ken Revision Changes Path 1.86 +15 -12 src/sys/cam/scsi/scsi_cd.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 08:02: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 ADB0D16A4B3; Tue, 7 Oct 2003 08:02:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F60B43F3F; Tue, 7 Oct 2003 08:02:30 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97F2UXJ049000; Tue, 7 Oct 2003 08:02:30 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97F2Tel048999; Tue, 7 Oct 2003 08:02:29 -0700 (PDT) (envelope-from ume) Message-Id: <200310071502.h97F2Tel048999@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 7 Oct 2003 08:02: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/net net_osdep.c src/sys/netinet in_gif.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 15:02:30 -0000 ume 2003/10/07 08:02:29 PDT FreeBSD src repository Modified files: sys/net net_osdep.c sys/netinet in_gif.c Log: return(code) -> return (code) Obtained from: KAME Revision Changes Path 1.7 +2 -2 src/sys/net/net_osdep.c 1.22 +1 -1 src/sys/netinet/in_gif.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 08:09: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 A359816A4B3; Tue, 7 Oct 2003 08:09:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283B143FBF; Tue, 7 Oct 2003 08:09:20 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97F9JXJ050201; Tue, 7 Oct 2003 08:09:19 -0700 (PDT) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97F9JGv050200; Tue, 7 Oct 2003 08:09:19 -0700 (PDT) (envelope-from wollman) Message-Id: <200310071509.h97F9JGv050200@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 7 Oct 2003 08:09: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/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 15:09:20 -0000 wollman 2003/10/07 08:09:19 PDT FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Retrocomputing alternate history.... Revision Changes Path 1.116 +20 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Tue Oct 7 08:14:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D68F16A4B3; Tue, 7 Oct 2003 08:14:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08E643FD7; Tue, 7 Oct 2003 08:14:33 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97FEXXJ050481; Tue, 7 Oct 2003 08:14:33 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97FEXna050480; Tue, 7 Oct 2003 08:14:33 -0700 (PDT) (envelope-from ume) Message-Id: <200310071514.h97FEXna050480@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 7 Oct 2003 08:14: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/netinet icmp6.h src/sys/netkey key_var.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, 07 Oct 2003 15:14:34 -0000 ume 2003/10/07 08:14:33 PDT FreeBSD src repository Modified files: sys/netinet icmp6.h sys/netkey key_var.h Log: nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros. Revision Changes Path 1.11 +0 -24 src/sys/netinet/icmp6.h 1.7 +1 -17 src/sys/netkey/key_var.h From owner-cvs-src@FreeBSD.ORG Tue Oct 7 09:56: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 4D1FE16A4B3; Tue, 7 Oct 2003 09:56:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C496243F93; Tue, 7 Oct 2003 09:56:35 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97GuZXJ061087; Tue, 7 Oct 2003 09:56:35 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97GuZup061086; Tue, 7 Oct 2003 09:56:35 -0700 (PDT) (envelope-from sam) Message-Id: <200310071656.h97GuZup061086@repoman.freebsd.org> From: Sam Leffler Date: Tue, 7 Oct 2003 09:56: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/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 16:56:36 -0000 sam 2003/10/07 09:56:35 PDT FreeBSD src repository Modified files: sys/net route.c Log: insure local variable is initialized prior to use Revision Changes Path 1.85 +1 -1 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 09: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 4048E16A4B3; Tue, 7 Oct 2003 09:58:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B617343FBF; Tue, 7 Oct 2003 09:58:53 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97GwrXJ061315; Tue, 7 Oct 2003 09:58:53 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97GwrgB061314; Tue, 7 Oct 2003 09:58:53 -0700 (PDT) (envelope-from nectar) Message-Id: <200310071658.h97GwrgB061314@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 7 Oct 2003 09:58:53 -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/conf options.i386 options.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: Tue, 07 Oct 2003 16:58:54 -0000 nectar 2003/10/07 09:58:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf options.i386 options.pc98 Log: Add NO_PSE_HACK kernel option. Reminded by: jhb Revision Changes Path 1.132.2.20 +1 -0 src/sys/conf/options.i386 1.103.2.18 +1 -0 src/sys/conf/options.pc98 From owner-cvs-src@FreeBSD.ORG Tue Oct 7 10:42: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 D789E16A4B3; Tue, 7 Oct 2003 10:42:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F182743FE9; Tue, 7 Oct 2003 10:42:31 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97HgVXJ064336; Tue, 7 Oct 2003 10:42:31 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97HgVZp064335; Tue, 7 Oct 2003 10:42:31 -0700 (PDT) (envelope-from ume) Message-Id: <200310071742.h97HgVZp064335@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 7 Oct 2003 10:42: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/netinet6 in6.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, 07 Oct 2003 17:42:33 -0000 ume 2003/10/07 10:42:31 PDT FreeBSD src repository Modified files: sys/netinet6 in6.h Log: nuke unused CTL_IPV6PROTO_NAMES macro. Revision Changes Path 1.25 +0 -47 src/sys/netinet6/in6.h From owner-cvs-src@FreeBSD.ORG Tue Oct 7 10:46: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 C2EC216A4B3; Tue, 7 Oct 2003 10:46:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B56643FD7; Tue, 7 Oct 2003 10:46:19 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97HkJXJ064607; Tue, 7 Oct 2003 10:46:19 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97HkJuZ064606; Tue, 7 Oct 2003 10:46:19 -0700 (PDT) (envelope-from ume) Message-Id: <200310071746.h97HkJuZ064606@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 7 Oct 2003 10:46: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/netinet in_gif.c in_gif.h src/sys/netinet6 ah_core.c ah_output.c dest6.c esp_core.c esp_input.c esp_output.c frag6.c icmp6.c in6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 17:46:20 -0000 ume 2003/10/07 10:46:19 PDT FreeBSD src repository Modified files: sys/netinet in_gif.c in_gif.h sys/netinet6 ah_core.c ah_output.c dest6.c esp_core.c esp_input.c esp_output.c frag6.c icmp6.c in6.c Log: - fix typo in comment. - style. Obtained from: KAME Revision Changes Path 1.23 +3 -4 src/sys/netinet/in_gif.c 1.11 +1 -1 src/sys/netinet/in_gif.h 1.12 +3 -3 src/sys/netinet6/ah_core.c 1.13 +1 -1 src/sys/netinet6/ah_output.c 1.8 +0 -1 src/sys/netinet6/dest6.c 1.14 +1 -2 src/sys/netinet6/esp_core.c 1.20 +3 -11 src/sys/netinet6/esp_input.c 1.10 +2 -2 src/sys/netinet6/esp_output.c 1.16 +16 -18 src/sys/netinet6/frag6.c 1.35 +172 -171 src/sys/netinet6/icmp6.c 1.29 +78 -111 src/sys/netinet6/in6.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 11:45: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 2F0DE16A4B3; Tue, 7 Oct 2003 11:45:33 -0700 (PDT) Received: from list.adaptec.com (list.adaptec.com [216.52.22.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08C443F93; Tue, 7 Oct 2003 11:45:31 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by list.adaptec.com (8.12.8/8.12.8) with ESMTP id h97IjU3d030574; Tue, 7 Oct 2003 11:45:30 -0700 Received: from [10.100.253.70] (aslan.btc.adaptec.com [10.100.253.70]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id LAA14326; Tue, 7 Oct 2003 11:45:24 -0700 (PDT) Date: Tue, 07 Oct 2003 12:49:00 -0600 From: "Justin T. Gibbs" To: Poul-Henning Kamp , Nate Lawson Message-ID: <44570000.1065552539@aslan.btc.adaptec.com> In-Reply-To: <22886.1065458527@critter.freebsd.dk> References: <22886.1065458527@critter.freebsd.dk> X-Mailer: Mulberry/3.1.0b8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Justin T. Gibbs" List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 18:45:33 -0000 > In message <20031006093515.S3158@root.org>, Nate Lawson writes: > >> Shouldn't the following read capacity command be able to detect the loss >> of a drive as well? > > The trick here is the low timeout. No. The trick is removing any retries so that retriable errors are ignored. The "problem" never was the timeout value, but the drive returning "in the process of becoming ready" status that triggered error recovery to wait for the device. GEOM shouldn't be waiting around for devices unless they are accessed or have the potential to be accessed (devfs lookup that fails to match an already probed entry) which would avoid this delay even with the original, correct error recovery. >> Did kdm@ review this? > If he had, it would have said so in the commit message. If he had, I'm sure he would have rejected the change. -- Justin From owner-cvs-src@FreeBSD.ORG Tue Oct 7 12:28: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 1648016A4B3; Tue, 7 Oct 2003 12:28:53 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C321143F75; Tue, 7 Oct 2003 12:28:51 -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 h97JSc2B041879; Tue, 7 Oct 2003 21:28:44 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: "Justin T. Gibbs" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 07 Oct 2003 12:49:00 MDT." <44570000.1065552539@aslan.btc.adaptec.com> Date: Tue, 07 Oct 2003 21:28:38 +0200 Message-ID: <41878.1065554918@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 19:28:53 -0000 In message <44570000.1065552539@aslan.btc.adaptec.com>, "Justin T. Gibbs" write s: >No. The trick is removing any retries so that retriable errors >are ignored. The "problem" never was the timeout value, but the >drive returning "in the process of becoming ready" status that >triggered error recovery to wait for the device. No, the problem is that an inadequate programming model were implemented where the distinction between "the drive mechanism" and "the media" was not realized. My patch doesn't implement that either, it is merely meant as a stop-gap until such time where somebody will implement this correctly. It is only very reluctantly that I have ventured into this device driver in the first place, but so far I have seen zero activity on the part of the scsi soviet, despite this being on the table for several years, and therefore I had to do something to be able to move forward in other areas of the kernel. I know full well that you have all been waylaid by the real world, that's life, and I don't want to add to the stress you are under, but after some reasonable timeout, the "thats not the way, please wait for me to do it" has got to stop. I've seen a lot of talk about CAM, locking of same, and even a CAMng has been mumbled about, but I have yet to see any signs that we actually have active maintenance of this area. If you guys don't have time to update CAM and the peripheral drivers to follow the rest of FreeBSD, in particular with respect to SMPng and GEOM, then you should accept that, say so, and instead encourage other people to move into the area. -- 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 Tue Oct 7 12:51: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 45FDB16A4BF; Tue, 7 Oct 2003 12:51:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD4043F93; Tue, 7 Oct 2003 12:51:23 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97JpMXJ077082; Tue, 7 Oct 2003 12:51:22 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97JpMrU077081; Tue, 7 Oct 2003 12:51:22 -0700 (PDT) (envelope-from ume) Message-Id: <200310071951.h97JpMrU077081@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 7 Oct 2003 12:51:22 -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/netinet6 icmp6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 19:51:24 -0000 ume 2003/10/07 12:51:22 PDT FreeBSD src repository Modified files: sys/netinet6 icmp6.c Log: style and indent. no functional change. Obtained from: KAME Revision Changes Path 1.36 +34 -40 src/sys/netinet6/icmp6.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 13:09: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 B87DA16A4B3; Tue, 7 Oct 2003 13:09:12 -0700 (PDT) Received: from list.adaptec.com (list.adaptec.com [216.52.22.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B3A43FB1; Tue, 7 Oct 2003 13:09:11 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by list.adaptec.com (8.12.8/8.12.8) with ESMTP id h97K9A3d017477; Tue, 7 Oct 2003 13:09:10 -0700 Received: from [10.100.253.70] (aslan.btc.adaptec.com [10.100.253.70]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id NAA20772; Tue, 7 Oct 2003 13:09:04 -0700 (PDT) Date: Tue, 07 Oct 2003 14:12:40 -0600 From: "Justin T. Gibbs" To: Poul-Henning Kamp Message-ID: <74510000.1065557560@aslan.btc.adaptec.com> In-Reply-To: <41878.1065554918@critter.freebsd.dk> References: <41878.1065554918@critter.freebsd.dk> X-Mailer: Mulberry/3.1.0b8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Justin T. Gibbs" List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:09:12 -0000 > No, the problem is that an inadequate programming model were > implemented where the distinction between "the drive mechanism" > and "the media" was not realized. I can't parse that. > My patch doesn't implement that either, it is merely meant as > a stop-gap until such time where somebody will implement this > correctly. If the device takes X amount of time to tell you that it is not ready for whatever reason, then you have to wait X amount of time. Your patch means that a transient error - one that will resolve once the device finds its media or whatever, will return an immediate error instead of blocking waiting for the device to become ready. That's a pretty drastic change in the established behavior or this driver. > It is only very reluctantly that I have ventured into this device > driver in the first place, but so far I have seen zero activity on > the part of the scsi soviet, despite this being on the table for > several years, and therefore I had to do something to be able to > move forward in other areas of the kernel. Hmm. The CD driver probed asynchronously just fine until about two weeks ago. I don't see how this particular issue has been sitting around for several years. > I know full well that you have all been waylaid by the real world, > that's life, and I don't want to add to the stress you are under, > but after some reasonable timeout, the "thats not the way, please > wait for me to do it" has got to stop. I'm not asking for you to wait for me to fix it. The correct fix is in GEOM and I have no intention of touching your code. > If you guys don't have time to update CAM and the peripheral drivers > to follow the rest of FreeBSD, in particular with respect to SMPng > and GEOM, then you should accept that, say so, and instead encourage > other people to move into the area. I'm all for others to come in and work on the code, but puting a hack for a GEOM deficiency into code outside of GEOM has absolutely nothing to do with encouraging people to work on CAM. -- Justin From owner-cvs-src@FreeBSD.ORG Tue Oct 7 13:12: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 E94B116A4B3; Tue, 7 Oct 2003 13:12:35 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C034943FB1; Tue, 7 Oct 2003 13:12:34 -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 h97KCX2B042760; Tue, 7 Oct 2003 22:12:33 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: "Justin T. Gibbs" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 07 Oct 2003 14:12:40 MDT." <74510000.1065557560@aslan.btc.adaptec.com> Date: Tue, 07 Oct 2003 22:12:33 +0200 Message-ID: <42759.1065557553@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:12:36 -0000 In message <74510000.1065557560@aslan.btc.adaptec.com>, "Justin T. Gibbs" write s: >> No, the problem is that an inadequate programming model were >> implemented where the distinction between "the drive mechanism" >> and "the media" was not realized. > >I can't parse that. s/can't/won't/ ? -- 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 Tue Oct 7 13:14: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 42A4316A4B3; Tue, 7 Oct 2003 13:14:59 -0700 (PDT) Received: from list.adaptec.com (list.adaptec.com [216.52.22.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D1043FE1; Tue, 7 Oct 2003 13:14:58 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by list.adaptec.com (8.12.8/8.12.8) with ESMTP id h97KEw3d031152; Tue, 7 Oct 2003 13:14:58 -0700 Received: from [10.100.253.70] (aslan.btc.adaptec.com [10.100.253.70]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id NAA23546; Tue, 7 Oct 2003 13:14:51 -0700 (PDT) Date: Tue, 07 Oct 2003 14:18:28 -0600 From: "Justin T. Gibbs" To: Poul-Henning Kamp Message-ID: <79450000.1065557908@aslan.btc.adaptec.com> In-Reply-To: <42759.1065557553@critter.freebsd.dk> References: <42759.1065557553@critter.freebsd.dk> X-Mailer: Mulberry/3.1.0b8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Justin T. Gibbs" List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:14:59 -0000 >>> No, the problem is that an inadequate programming model were >>> implemented where the distinction between "the drive mechanism" >>> and "the media" was not realized. >> >> I can't parse that. > > s/can't/won't/ ? I don't understand what it means. Are you now complaining about the lack of a control device? What does that have to do with the commit in question? -- Justin From owner-cvs-src@FreeBSD.ORG Tue Oct 7 13:22: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 DAEE716A4B3; Tue, 7 Oct 2003 13:22:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6153443F85; Tue, 7 Oct 2003 13:22:02 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97KM2XJ079563; Tue, 7 Oct 2003 13:22:02 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97KM271079562; Tue, 7 Oct 2003 13:22:02 -0700 (PDT) (envelope-from ume) Message-Id: <200310072022.h97KM271079562@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 7 Oct 2003 13:22: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/netinet6 icmp6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Oct 2003 20:22:03 -0000 ume 2003/10/07 13:22:02 PDT FreeBSD src repository Modified files: sys/netinet6 icmp6.c Log: indent Revision Changes Path 1.37 +1 -1 src/sys/netinet6/icmp6.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 13:57: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 E8E8216A4B3; Tue, 7 Oct 2003 13:57:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6877B43FE5; Tue, 7 Oct 2003 13:57:36 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h97KvaXJ081109; Tue, 7 Oct 2003 13:57:36 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h97KvatO081108; Tue, 7 Oct 2003 13:57:36 -0700 (PDT) (envelope-from sam) Message-Id: <200310072057.h97KvatO081108@repoman.freebsd.org> From: Sam Leffler Date: Tue, 7 Oct 2003 13:57: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/netinet6 ip6_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:57:38 -0000 sam 2003/10/07 13:57:36 PDT FreeBSD src repository Modified files: sys/netinet6 ip6_output.c Log: must lock route when the caller provided a route but not an interface; otherwise the subsequent unlock blows up Suffered by: Marcel Moolenaar Supported by: FreeBSD Foundation Revision Changes Path 1.56 +4 -2 src/sys/netinet6/ip6_output.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 17:17: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 AD54016A4B3; Tue, 7 Oct 2003 17:17:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E0943FE0; Tue, 7 Oct 2003 17:17:14 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h980HDXJ098804; Tue, 7 Oct 2003 17:17:13 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h980HDhr098803; Tue, 7 Oct 2003 17:17:13 -0700 (PDT) (envelope-from davidxu) Message-Id: <200310080017.h980HDhr098803@repoman.freebsd.org> From: David Xu Date: Tue, 7 Oct 2003 17:17: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/lib/libpthread/thread thr_cancel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 00:17:15 -0000 davidxu 2003/10/07 17:17:13 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_cancel.c Log: Use thread lock instead of scheduler lock to eliminate lock contention for all wrapped syscalls under SMP. Reviewed by: deischen Revision Changes Path 1.29 +21 -18 src/lib/libpthread/thread/thr_cancel.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 17:20: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 42CD816A4B3; Tue, 7 Oct 2003 17:20:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68F8543FE5; Tue, 7 Oct 2003 17:20:51 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h980KpXJ098988; Tue, 7 Oct 2003 17:20:51 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h980KpB1098987; Tue, 7 Oct 2003 17:20:51 -0700 (PDT) (envelope-from davidxu) Message-Id: <200310080020.h980KpB1098987@repoman.freebsd.org> From: David Xu Date: Tue, 7 Oct 2003 17:20: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/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, 08 Oct 2003 00:20:52 -0000 davidxu 2003/10/07 17:20:51 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c thr_private.h Log: Complete cancellation support for M:N threads, check cancelling flag when thread state is changed from RUNNING to WAIT state and do some cancellation operations for every cancellable state. Reviewed by: deischen Revision Changes Path 1.100 +157 -70 src/lib/libpthread/thread/thr_kern.c 1.104 +1 -0 src/lib/libpthread/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Tue Oct 7 17:30: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 333FB16A4B3; Tue, 7 Oct 2003 17:30:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD12543FBD; Tue, 7 Oct 2003 17:30:38 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h980UcXJ099370; Tue, 7 Oct 2003 17:30:38 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h980Ucb9099369; Tue, 7 Oct 2003 17:30:38 -0700 (PDT) (envelope-from davidxu) Message-Id: <200310080030.h980Ucb9099369@repoman.freebsd.org> From: David Xu Date: Tue, 7 Oct 2003 17:30: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/lib/libpthread/thread thr_cancel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 00:30:39 -0000 davidxu 2003/10/07 17:30:38 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_cancel.c Log: Fix some comments for last commit. Revision Changes Path 1.30 +4 -5 src/lib/libpthread/thread/thr_cancel.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 18: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 B222016A4B3; Tue, 7 Oct 2003 18:15:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 666E843FE1; Tue, 7 Oct 2003 18:15:42 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h981FgXJ002274; Tue, 7 Oct 2003 18:15:42 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h981Ffm9002273; Tue, 7 Oct 2003 18:15:41 -0700 (PDT) (envelope-from imp) Message-Id: <200310080115.h981Ffm9002273@repoman.freebsd.org> From: Warner Losh Date: Tue, 7 Oct 2003 18:15: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/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: Wed, 08 Oct 2003 01:15:43 -0000 imp 2003/10/07 18:15:41 PDT FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Xircom Wireless ethernet Submitted by: Keith Davis Revision Changes Path 1.73 +1 -0 src/sys/dev/pccard/pccarddevs From owner-cvs-src@FreeBSD.ORG Tue Oct 7 18: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 9D5AA16A4BF; Tue, 7 Oct 2003 18:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C14643F85; Tue, 7 Oct 2003 18:16:08 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h981G7XJ002312; Tue, 7 Oct 2003 18:16:07 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h981G7Cn002311; Tue, 7 Oct 2003 18:16:07 -0700 (PDT) (envelope-from imp) Message-Id: <200310080116.h981G7Cn002311@repoman.freebsd.org> From: Warner Losh Date: Tue, 7 Oct 2003 18: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/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: Wed, 08 Oct 2003 01:16:08 -0000 imp 2003/10/07 18:16:07 PDT FreeBSD src repository Modified files: sys/dev/pccard pccarddevs.h Log: sync to 1.73 Revision Changes Path 1.73 +4 -1 src/sys/dev/pccard/pccarddevs.h From owner-cvs-src@FreeBSD.ORG Tue Oct 7 18: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 E9D5016A4B3; Tue, 7 Oct 2003 18:20:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2ED43FE0; Tue, 7 Oct 2003 18:20:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h981K1XJ002417; Tue, 7 Oct 2003 18:20:01 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h981K1No002415; Tue, 7 Oct 2003 18:20:01 -0700 (PDT) (envelope-from imp) Message-Id: <200310080120.h981K1No002415@repoman.freebsd.org> From: Warner Losh Date: Tue, 7 Oct 2003 18:20: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/an if_an_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: Wed, 08 Oct 2003 01:20:02 -0000 imp 2003/10/07 18:20:00 PDT FreeBSD src repository Modified files: sys/dev/an if_an_pccard.c Log: Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a different vendor id/product id. Submitted by: Keith Davis Revision Changes Path 1.22 +1 -0 src/sys/dev/an/if_an_pccard.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 19: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 A701116A4B3; Tue, 7 Oct 2003 19:14:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33ED943F85; Tue, 7 Oct 2003 19:14:04 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h982E4XJ005502; Tue, 7 Oct 2003 19:14:04 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h982E3TJ005501; Tue, 7 Oct 2003 19:14:03 -0700 (PDT) (envelope-from mckusick) Message-Id: <200310080214.h982E3TJ005501@repoman.freebsd.org> From: Kirk McKusick Date: Tue, 7 Oct 2003 19: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/sbin/fsck_ffs main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 02:14:04 -0000 mckusick 2003/10/07 19:14:03 PDT FreeBSD src repository Modified files: sbin/fsck_ffs main.c Log: Create a .snap directory mode 770 group operator in the root of each filesystem that is checked in background. Create the snapshot in this directory rather than in the root. There are two benefits: 1) For terabyte-sized filesystems, the snapshot may require many minutes to build. Although the filesystem will not be suspended during most of the snapshot build, the snapshot file itself is locked during the entire snapshot build period. Thus, if it is accessed during the period that it is being built, the process trying to access it will block holding its containing directory locked. If the snapshot is in the root, the root will lock and the system will come to a halt until the snapshot finishes. By putting the snapshot in a subdirectory, it is out of the likely path of any process traversing through the root and hence much less likely to cause a lock race to the root. 2) The dump program is usually run by a non-root user running with operator group privilege. Such a user is typically not permitted to create files in the root of a filesystem. By having a directory in group operator with group write access available, such a user will be able to create a snapshot there. Having the dump program create its snapshot in a subdirectory below the root will benefit from point (1) as well. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.39 +30 -1 src/sbin/fsck_ffs/main.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 19:26: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 E168B16A4B3; Tue, 7 Oct 2003 19:26:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 041A843FDF; Tue, 7 Oct 2003 19:26:40 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h982QdXJ005915; Tue, 7 Oct 2003 19:26:39 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h982Qdlb005914; Tue, 7 Oct 2003 19:26:39 -0700 (PDT) (envelope-from nectar) Message-Id: <200310080226.h982Qdlb005914@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 7 Oct 2003 19:26: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/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: Wed, 08 Oct 2003 02:26:41 -0000 nectar 2003/10/07 19:26:39 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 pmap.c Log: The test for whether or not this is a Pentium 4 for the purpose of disabling PSE on such processors was unnecessarily made twice. But much worse, the second test was incorrect. Symptoms reported by: Mike Tancsa and others ``This commit looks wrong.'': tegge Pointy hat to: nectar Revision Changes Path 1.250.2.23 +2 -7 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 19:37: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 C48F216A4B3; Tue, 7 Oct 2003 19:37:08 -0700 (PDT) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA4543F3F; Tue, 7 Oct 2003 19:37:05 -0700 (PDT) (envelope-from drhodus@catpa.com) Received: from catpa.com ([68.209.168.6]) by imf17aec.mail.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20031008023713.TQFX802.imf17aec.mail.bellsouth.net@catpa.com>; Tue, 7 Oct 2003 22:37:13 -0400 Date: Tue, 7 Oct 2003 22:36:56 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: "Jacques A. Vidrine" From: David Rhodus In-Reply-To: <20031007125325.GA28894@madman.celabo.org> Message-Id: <4906E41E-F938-11D7-B905-000A959B213E@catpa.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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: Wed, 08 Oct 2003 02:37:08 -0000 On Tuesday, October 7, 2003, at 08:53 AM, Jacques A. Vidrine wrote: > On Tue, Oct 07, 2003 at 05:34:37AM -0700, Jacques A. Vidrine wrote: >> nectar 2003/10/07 05:34:37 PDT >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_4) >> sys/i386/i386 pmap.c >> Log: >> Disable PSE at boot time for Pentium 4 processors. On many such >> CPUs, >> data corruption will result otherwise. It seems that the bug is >> aggravated by recent work related to PAE. >> >> This change was originally based on rev 1.386, but now the test for >> CPU type is correct and the display of the warning is postponed >> until >> we have initialized the kernel message buffer (e.g. for dmesg). >> >> peter@ believes that only certain revisions of the Pentium 4 >> processor >> are affected. However, we are unsure which so we choose to be safe >> by >> disabling PSE on all Pentium 4s. >> >> The test can be disabled entirely with NO_PSE_HACK. >> >> Approved by: re >> >> Revision Changes Path >> 1.250.2.22 +34 -0 src/sys/i386/i386/pmap.c > > The symptoms from this bug that I experienced on an ``Intel(R) > Celeron(R) CPU 2.00GHz'' system were SIGBUS and SIGSEGV during `make > buildworld'. Interesting, I was just typing a message to ask if we needed to look at applying bmilekic's work to RELENG_4. Is that being looked at as a more elegant method rather than leaving PSE turned off. -DR From owner-cvs-src@FreeBSD.ORG Tue Oct 7 20:23: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 99F9116A4C0 for ; Tue, 7 Oct 2003 20:23:31 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 8578F43FE5 for ; Tue, 7 Oct 2003 20:23:28 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 94371 invoked by uid 1002); 8 Oct 2003 03:23:25 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 8 Oct 2003 03:23:25 -0000 Message-ID: <3F83832B.407@freebsd.org> Date: Tue, 07 Oct 2003 21:23:23 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Rhodus References: <4906E41E-F938-11D7-B905-000A959B213E@catpa.com> In-Reply-To: <4906E41E-F938-11D7-B905-000A959B213E@catpa.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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: Wed, 08 Oct 2003 03:23:31 -0000 David Rhodus wrote: > > On Tuesday, October 7, 2003, at 08:53 AM, Jacques A. Vidrine wrote: > >> On Tue, Oct 07, 2003 at 05:34:37AM -0700, Jacques A. Vidrine wrote: >> >>> nectar 2003/10/07 05:34:37 PDT >>> >>> FreeBSD src repository >>> >>> Modified files: (Branch: RELENG_4) >>> sys/i386/i386 pmap.c >>> Log: >>> Disable PSE at boot time for Pentium 4 processors. On many such CPUs, >>> data corruption will result otherwise. It seems that the bug is >>> aggravated by recent work related to PAE. >>> >>> This change was originally based on rev 1.386, but now the test for >>> CPU type is correct and the display of the warning is postponed until >>> we have initialized the kernel message buffer (e.g. for dmesg). >>> >>> peter@ believes that only certain revisions of the Pentium 4 processor >>> are affected. However, we are unsure which so we choose to be safe by >>> disabling PSE on all Pentium 4s. >>> >>> The test can be disabled entirely with NO_PSE_HACK. >>> >>> Approved by: re >>> >>> Revision Changes Path >>> 1.250.2.22 +34 -0 src/sys/i386/i386/pmap.c >> >> >> The symptoms from this bug that I experienced on an ``Intel(R) >> Celeron(R) CPU 2.00GHz'' system were SIGBUS and SIGSEGV during `make >> buildworld'. > > > Interesting, I was just typing a message to ask if we needed to look at > applying bmilekic's work to RELENG_4. Is that being looked at as a > more elegant method rather than leaving PSE turned off. > > -DR > > It might indeed be interesting to backport Bosko's work to 4.x. However, we are too close to the 4.9 release to do it now. Jacques' work is recognised as a band-aid for now. Scott From owner-cvs-src@FreeBSD.ORG Tue Oct 7 22:35: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 12E2416A4B3; Tue, 7 Oct 2003 22:35:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E7543FB1; Tue, 7 Oct 2003 22:35:13 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h985ZDXJ021791; Tue, 7 Oct 2003 22:35:13 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h985ZDvZ021790; Tue, 7 Oct 2003 22:35:13 -0700 (PDT) (envelope-from alc) Message-Id: <200310080535.h985ZDvZ021790@repoman.freebsd.org> From: Alan Cox Date: Tue, 7 Oct 2003 22:35: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/vm vm_fault.c vm_page.c vm_page.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, 08 Oct 2003 05:35:20 -0000 alc 2003/10/07 22:35:13 PDT FreeBSD src repository Modified files: sys/vm vm_fault.c vm_page.c vm_page.h Log: Retire vm_page_copy(). Its reason for being ended when peter@ modified pmap_copy_page() et al. to accept a vm_page_t rather than a physical address. Also, this change will facilitate locking access to the vm page's valid field. Revision Changes Path 1.179 +4 -2 src/sys/vm/vm_fault.c 1.266 +3 -17 src/sys/vm/vm_page.c 1.122 +0 -1 src/sys/vm/vm_page.h From owner-cvs-src@FreeBSD.ORG Tue Oct 7 23:02: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 9179F16A4B3; Tue, 7 Oct 2003 23:02:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB7BE43FEC; Tue, 7 Oct 2003 23:01:59 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9861xXJ022898; Tue, 7 Oct 2003 23:01:59 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9861wcN022897; Tue, 7 Oct 2003 23:01:58 -0700 (PDT) (envelope-from murray) Message-Id: <200310080601.h9861wcN022897@repoman.freebsd.org> From: Murray Stokely Date: Tue, 7 Oct 2003 23:01:58 -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/pci 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, 08 Oct 2003 06:02:01 -0000 murray 2003/10/07 23:01:58 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: Go back to PIO mode for now; MMIO mode appears to cause problems on some systems. Submitted by: Mike Silbersack Revision Changes Path 1.72.2.28 +2 -0 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Tue Oct 7 23:47: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 DD0C316A4B3; Tue, 7 Oct 2003 23:47:44 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A728A43FBF; Tue, 7 Oct 2003 23:47:41 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h986lVN1056096; Tue, 7 Oct 2003 23:47:35 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200310080647.h986lVN1056096@gw.catspoiler.org> Date: Tue, 7 Oct 2003 23:47:31 -0700 (PDT) From: Don Lewis To: nectar@FreeBSD.org In-Reply-To: <20031007125325.GA28894@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/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: Wed, 08 Oct 2003 06:47:45 -0000 On 7 Oct, Jacques A. Vidrine wrote: > On Tue, Oct 07, 2003 at 05:34:37AM -0700, Jacques A. Vidrine wrote: >> nectar 2003/10/07 05:34:37 PDT >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_4) >> sys/i386/i386 pmap.c >> Log: >> Disable PSE at boot time for Pentium 4 processors. On many such CPUs, >> data corruption will result otherwise. It seems that the bug is >> aggravated by recent work related to PAE. >> >> This change was originally based on rev 1.386, but now the test for >> CPU type is correct and the display of the warning is postponed until >> we have initialized the kernel message buffer (e.g. for dmesg). >> >> peter@ believes that only certain revisions of the Pentium 4 processor >> are affected. However, we are unsure which so we choose to be safe by >> disabling PSE on all Pentium 4s. >> >> The test can be disabled entirely with NO_PSE_HACK. >> >> Approved by: re >> >> Revision Changes Path >> 1.250.2.22 +34 -0 src/sys/i386/i386/pmap.c > > The symptoms from this bug that I experienced on an ``Intel(R) > Celeron(R) CPU 2.00GHz'' system were SIGBUS and SIGSEGV during `make > buildworld'. Celeron != Pentium 4, though both appear to be CPUCLASS_686. As I've noted many times in the past, my P II box (also CPUCLASS_686) is also affected, with the symptoms being random corruption in /usr/obj that shows up with repeated "make buildworld" runs which disappeared when I added the DISABLE_PSE option. My Athlon box running -current was also affected, which would seem to indicate that the problem isn't limited to Intel CPUs. I believe that Terry has claimed that the problem is memory size dependent, so the amount of memory in the box may determine whether the problem occurs rather than the CPU type. From owner-cvs-src@FreeBSD.ORG Wed Oct 8 00:11: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 D89D416A4B3; Wed, 8 Oct 2003 00:11:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53ACA43FE1; Wed, 8 Oct 2003 00:11:20 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h987BKXJ027889; Wed, 8 Oct 2003 00:11:20 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h987BKHX027888; Wed, 8 Oct 2003 00:11:20 -0700 (PDT) (envelope-from alc) Message-Id: <200310080711.h987BKHX027888@repoman.freebsd.org> From: Alan Cox Date: Wed, 8 Oct 2003 00:11: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/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: Wed, 08 Oct 2003 07:11:21 -0000 alc 2003/10/08 00:11:19 PDT FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Lock the destination object in vm_fault_copy_entry(). Revision Changes Path 1.180 +7 -2 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Wed Oct 8 00:12: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 0821F16A4B3; Wed, 8 Oct 2003 00:12:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F7B43FBF; Wed, 8 Oct 2003 00:12:30 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h987CUXJ027935; Wed, 8 Oct 2003 00:12:30 -0700 (PDT) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h987CUh3027934; Wed, 8 Oct 2003 00:12:30 -0700 (PDT) (envelope-from thomas) Message-Id: <200310080712.h987CUh3027934@repoman.freebsd.org> From: Thomas Quinot Date: Wed, 8 Oct 2003 00:12: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/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 07:12:31 -0000 thomas 2003/10/08 00:12:30 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on an uninitialized sysctl_ctx, using flag DA_FLAG_SCTX_INIT. This prevents a panic encoutered with some umass units that probe correctly but fail to attach. Same problem, and same fix, as scsi_cd.c rev. 1.86. Reviewed by: njl, ken Revision Changes Path 1.160 +5 -2 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Wed Oct 8 00:26: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 2FBDE16A4B3; Wed, 8 Oct 2003 00:26:16 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A6C43FDF; Wed, 8 Oct 2003 00:26:11 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6ED956538E; Wed, 8 Oct 2003 08:26:10 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 49934-06-16; Wed, 8 Oct 2003 08:26:10 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 0D96D652EC; Wed, 8 Oct 2003 08:26:10 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 76E2D38; Wed, 8 Oct 2003 08:25:56 +0100 (BST) Date: Wed, 8 Oct 2003 08:25:56 +0100 From: Bruce M Simpson To: Alan Cox Message-ID: <20031008072556.GB6524@saboteur.dek.spc.org> Mail-Followup-To: Alan Cox , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200310080711.h987BKHX027888@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310080711.h987BKHX027888@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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: Wed, 08 Oct 2003 07:26:16 -0000 On Wed, Oct 08, 2003 at 12:11:20AM -0700, Alan Cox wrote: > Log: > Lock the destination object in vm_fault_copy_entry(). I think this may fix a few panics which may be triggered by the mlock*() code, let's ride it out and see what happens on -CURRENT. Thanks. BMS From owner-cvs-src@FreeBSD.ORG Wed Oct 8 00:37: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 A68E516A4B3; Wed, 8 Oct 2003 00:37:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B56C43FEC; Wed, 8 Oct 2003 00:37:12 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h987bBXJ028839; Wed, 8 Oct 2003 00:37:11 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h987bBYS028838; Wed, 8 Oct 2003 00:37:11 -0700 (PDT) (envelope-from marcel) Message-Id: <200310080737.h987bBYS028838@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 8 Oct 2003 00:37: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/savecore savecore.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 07:37:12 -0000 marcel 2003/10/08 00:37:11 PDT FreeBSD src repository Modified files: sbin/savecore savecore.c Log: Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from the stack to the heap to work around a problem on ia64. Now, roughly 16 months and two compiler updates later, it isn't an issue anymore in the sense that putting a 1M buffer on the stack just works and we don't actually need to work around anything anymore. However, since there's no advantage or need to put the buffer on the stack (again), this change merely removes the XXX comment describing that there's an explicit reason for the heap allocation. Hence, this change is a functional no-op. PR: ia64/38677 Revision Changes Path 1.65 +0 -6 src/sbin/savecore/savecore.c From owner-cvs-src@FreeBSD.ORG Wed Oct 8 01:14: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 2BF8016A4B3; Wed, 8 Oct 2003 01:14:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A88E43FF5; Wed, 8 Oct 2003 01:14:22 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h988EMXJ036799; Wed, 8 Oct 2003 01:14:22 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h988EM2d036798; Wed, 8 Oct 2003 01:14:22 -0700 (PDT) (envelope-from ru) Message-Id: <200310080814.h988EM2d036798@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Oct 2003 01:14:22 -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/make dir.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 08:14:23 -0000 ru 2003/10/08 01:14:22 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/make dir.c Log: Avoid segfaulting if current working directory is unreadable. (HEAD is not subject to this bug.) PR: bin/56087 Submitted by: Volker Stolz Approved by: murray@re Revision Changes Path 1.10.2.2 +1 -1 src/usr.bin/make/dir.c From owner-cvs-src@FreeBSD.ORG Wed Oct 8 01:43: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 C725B16A4B3; Wed, 8 Oct 2003 01:43:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A64A43FEA; Wed, 8 Oct 2003 01:43:18 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h988hIXJ037925; Wed, 8 Oct 2003 01:43:18 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h988hIuu037924; Wed, 8 Oct 2003 01:43:18 -0700 (PDT) (envelope-from bms) Message-Id: <200310080843.h988hIuu037924@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 8 Oct 2003 01:43: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/etc services X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 08:43:18 -0000 bms 2003/10/08 01:43:17 PDT FreeBSD src repository Modified files: etc services Log: Add port assignment for Subversion, as per . PR: conf/54371 Submitted by: Roman Newhauser MFC after: 1 week Revision Changes Path 1.97 +2 -0 src/etc/services From owner-cvs-src@FreeBSD.ORG Wed Oct 8 01: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 B71DA16A4B3; Wed, 8 Oct 2003 01:48:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3B143FFD; Wed, 8 Oct 2003 01:48:44 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h988miXJ038188; Wed, 8 Oct 2003 01:48:44 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h988mht2038187; Wed, 8 Oct 2003 01:48:43 -0700 (PDT) (envelope-from bms) Message-Id: <200310080848.h988mht2038187@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 8 Oct 2003 01: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/etc services X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 08:48:44 -0000 bms 2003/10/08 01:48:43 PDT FreeBSD src repository Modified files: etc services Log: Correct definition for 1000/tcp and 1000/udp, sync with . Submitted by: Roman Newhauser Revision Changes Path 1.98 +2 -2 src/etc/services From owner-cvs-src@FreeBSD.ORG Wed Oct 8 03:24: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 D4A4816A4B3; Wed, 8 Oct 2003 03:24:26 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9098443F3F; Wed, 8 Oct 2003 03:24:24 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id UAA00332; Wed, 8 Oct 2003 20:24:21 +1000 Date: Wed, 8 Oct 2003 20:23:00 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Marcel Moolenaar In-Reply-To: <200310080737.h987bBYS028838@repoman.freebsd.org> Message-ID: <20031008201225.U4605@gamplex.bde.org> References: <200310080737.h987bBYS028838@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/sbin/savecore savecore.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 10:24:27 -0000 On Wed, 8 Oct 2003, Marcel Moolenaar wrote: > marcel 2003/10/08 00:37:11 PDT > > FreeBSD src repository > > Modified files: > sbin/savecore savecore.c > Log: > Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from > the stack to the heap to work around a problem on ia64. Now, roughly > 16 months and two compiler updates later, it isn't an issue anymore > in the sense that putting a 1M buffer on the stack just works and we > don't actually need to work around anything anymore. > However, since there's no advantage or need to put the buffer on the > stack (again), this change merely removes the XXX comment describing > that there's an explicit reason for the heap allocation. Hence, this > change is a functional no-op. > > PR: ia64/38677 There is a negative advantage to putting the buffer on the stack. It asks for a misaligned buffer. Bruce From owner-cvs-src@FreeBSD.ORG Wed Oct 8 09: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 DCD1E16A4BF; Wed, 8 Oct 2003 09:49:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D55E43FD7; Wed, 8 Oct 2003 09:49:19 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h98GnJXJ076390; Wed, 8 Oct 2003 09:49:19 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h98GnJTu076389; Wed, 8 Oct 2003 09:49:19 -0700 (PDT) (envelope-from schweikh) Message-Id: <200310081649.h98GnJTu076389@repoman.freebsd.org> From: Jens Schweikhardt Date: Wed, 8 Oct 2003 09:49: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/games/fortune/datfiles fortunes.sp.ok X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 16:49:26 -0000 schweikh 2003/10/08 09:49:19 PDT FreeBSD src repository Modified files: games/fortune/datfiles fortunes.sp.ok Log: Removed "Gerat" which is a typo of "Great". Added FreeBSD ID. Revision Changes Path 1.4 +1 -1 src/games/fortune/datfiles/fortunes.sp.ok From owner-cvs-src@FreeBSD.ORG Wed Oct 8 09: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 C0F0216A4BF for ; Wed, 8 Oct 2003 09:58:52 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 10D3743FBF for ; Wed, 8 Oct 2003 09:58:48 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 10552 invoked by uid 1000); 8 Oct 2003 16:58:48 -0000 Date: Wed, 8 Oct 2003 09:58:48 -0700 (PDT) From: Nate Lawson To: Bruce Evans In-Reply-To: <20031008201225.U4605@gamplex.bde.org> Message-ID: <20031008095806.D10515@root.org> References: <200310080737.h987bBYS028838@repoman.freebsd.org> <20031008201225.U4605@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Marcel Moolenaar cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/savecore savecore.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 16:58:53 -0000 On Wed, 8 Oct 2003, Bruce Evans wrote: > On Wed, 8 Oct 2003, Marcel Moolenaar wrote: > > Modified files: > > sbin/savecore savecore.c > > Log: > > Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from > > the stack to the heap to work around a problem on ia64. Now, roughly > > 16 months and two compiler updates later, it isn't an issue anymore > > in the sense that putting a 1M buffer on the stack just works and we > > don't actually need to work around anything anymore. > > However, since there's no advantage or need to put the buffer on the > > stack (again), this change merely removes the XXX comment describing > > that there's an explicit reason for the heap allocation. Hence, this > > change is a functional no-op. > > There is a negative advantage to putting the buffer on the stack. It asks > for a misaligned buffer. > > Bruce That's why I'm glad he left the malloc() in. -Nate From owner-cvs-src@FreeBSD.ORG Wed Oct 8 11:06: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 5D14616A4B3; Wed, 8 Oct 2003 11:06:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D2443F75; Wed, 8 Oct 2003 11:05:59 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h98I5xXJ081394; Wed, 8 Oct 2003 11:05:59 -0700 (PDT) (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h98I5x6h081393; Wed, 8 Oct 2003 11:05:59 -0700 (PDT) (envelope-from gallatin) Message-Id: <200310081805.h98I5x6h081393@repoman.freebsd.org> From: Andrew Gallatin Date: Wed, 8 Oct 2003 11:05: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/compat/linprocfs linprocfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 18:06:00 -0000 gallatin 2003/10/08 11:05:59 PDT FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: make kernel_sysctl()'s args match its prototype in order to fix the alpha build Revision Changes Path 1.76 +1 -1 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-src@FreeBSD.ORG Wed Oct 8 11:26: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 5E97416A4B3; Wed, 8 Oct 2003 11:26:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C30743FE1; Wed, 8 Oct 2003 11:26:09 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h98IQ9XJ082274; Wed, 8 Oct 2003 11:26:09 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h98IQ9cR082273; Wed, 8 Oct 2003 11:26:09 -0700 (PDT) (envelope-from ume) Message-Id: <200310081826.h98IQ9cR082273@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 8 Oct 2003 11:26: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/netinet6 in6_cksum.c in6_gif.c in6_gif.h in6_ifattach.c in6_pcb.c in6_proto.c in6_rmx.c in6_src.c in6_var.h ip6_forward.c ip6_fw.c ip6_fw.h ip6_input.c ip6_mroute.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Oct 2003 18:26:10 -0000 ume 2003/10/08 11:26:09 PDT FreeBSD src repository Modified files: sys/netinet6 in6_cksum.c in6_gif.c in6_gif.h in6_ifattach.c in6_pcb.c in6_proto.c in6_rmx.c in6_src.c in6_var.h ip6_forward.c ip6_fw.c ip6_fw.h ip6_input.c ip6_mroute.c ip6_output.c ip6_var.h ip6protosw.h ipcomp_core.c ipcomp_input.c ipsec.c ipsec.h Log: - fix typo in comments. - style. - NULL is not 0. - some variables were renamed. - nuke unused logic. (there is no functional change.) Obtained from: KAME Revision Changes Path 1.8 +0 -19 src/sys/netinet6/in6_cksum.c 1.14 +6 -5 src/sys/netinet6/in6_gif.c 1.6 +1 -1 src/sys/netinet6/in6_gif.h 1.16 +33 -43 src/sys/netinet6/in6_ifattach.c 1.42 +6 -210 src/sys/netinet6/in6_pcb.c 1.24 +6 -6 src/sys/netinet6/in6_proto.c 1.8 +3 -3 src/sys/netinet6/in6_rmx.c 1.13 +5 -24 src/sys/netinet6/in6_src.c 1.13 +16 -19 src/sys/netinet6/in6_var.h 1.19 +14 -16 src/sys/netinet6/ip6_forward.c 1.28 +14 -11 src/sys/netinet6/ip6_fw.c 1.13 +4 -4 src/sys/netinet6/ip6_fw.h 1.52 +74 -99 src/sys/netinet6/ip6_input.c 1.21 +84 -42 src/sys/netinet6/ip6_mroute.c 1.57 +60 -63 src/sys/netinet6/ip6_output.c 1.18 +4 -4 src/sys/netinet6/ip6_var.h 1.11 +1 -1 src/sys/netinet6/ip6protosw.h 1.8 +1 -1 src/sys/netinet6/ipcomp_core.c 1.6 +1 -1 src/sys/netinet6/ipcomp_input.c 1.27 +61 -56 src/sys/netinet6/ipsec.c 1.12 +9 -10 src/sys/netinet6/ipsec.h From owner-cvs-src@FreeBSD.ORG Wed Oct 8 12:55: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 B107616A4B3; Wed, 8 Oct 2003 12:55:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9855143FDF; Wed, 8 Oct 2003 12:55:48 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h98JtlXJ092458; Wed, 8 Oct 2003 12:55:48 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h98Jtk5Z092457; Wed, 8 Oct 2003 12:55:46 -0700 (PDT) (envelope-from marcel) Message-Id: <200310081955.h98Jtk5Z092457@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 8 Oct 2003 12:55: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/ia64 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: Wed, 08 Oct 2003 19:55:49 -0000 marcel 2003/10/08 12:55:46 PDT FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Include for the prototype of smp_rendezvous(). Revision Changes Path 1.125 +1 -0 src/sys/ia64/ia64/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Oct 8 13: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 099BB16A4B3; Wed, 8 Oct 2003 13:25:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E75C343F3F; Wed, 8 Oct 2003 13:25:47 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h98KPlXJ094709; Wed, 8 Oct 2003 13:25:47 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h98KPliQ094708; Wed, 8 Oct 2003 13:25:47 -0700 (PDT) (envelope-from sam) Message-Id: <200310082025.h98KPliQ094708@repoman.freebsd.org> From: Sam Leffler Date: Wed, 8 Oct 2003 13: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/sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.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, 08 Oct 2003 20:25:49 -0000 sam 2003/10/08 13:25:47 PDT FreeBSD src repository Modified files: sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h Log: Add symmetric crypto support for the 7955 and 7956. Note performance is currently suboptimal. Submitted by: Rajesh Vaidyanath Revision Changes Path 1.23 +137 -37 src/sys/dev/hifn/hifn7751.c 1.3 +15 -1 src/sys/dev/hifn/hifn7751reg.h 1.4 +7 -3 src/sys/dev/hifn/hifn7751var.h From owner-cvs-src@FreeBSD.ORG Wed Oct 8 13:26: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 8AAFC16A4BF; Wed, 8 Oct 2003 13:26:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC0F43F75; Wed, 8 Oct 2003 13:26:11 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h98KQAXJ094752; Wed, 8 Oct 2003 13:26:10 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h98KQAGB094751; Wed, 8 Oct 2003 13:26:10 -0700 (PDT) (envelope-from sam) Message-Id: <200310082026.h98KQAGB094751@repoman.freebsd.org> From: Sam Leffler Date: Wed, 8 Oct 2003 13:26: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 hifn.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: Wed, 08 Oct 2003 20:26:11 -0000 sam 2003/10/08 13:26:10 PDT FreeBSD src repository Modified files: share/man/man4 hifn.4 Log: update to reflect 7955/7956 support Revision Changes Path 1.3 +18 -8 src/share/man/man4/hifn.4 From owner-cvs-src@FreeBSD.ORG Wed Oct 8 16: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 8A1B116A4B3 for ; Wed, 8 Oct 2003 16:02:38 -0700 (PDT) Received: from merlot.juniper.net (natint2.juniper.net [207.17.136.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id D94B943F3F for ; Wed, 8 Oct 2003 16:02:35 -0700 (PDT) (envelope-from skumar@juniper.net) Received: from juniper.net (skumar-bsd.juniper.net [172.17.12.161]) by merlot.juniper.net (8.11.3/8.11.3) with ESMTP id h98N2Zj23736 for ; Wed, 8 Oct 2003 16:02:35 -0700 (PDT) (envelope-from skumar@juniper.net) Message-ID: <3F84978B.7000108@juniper.net> Date: Wed, 08 Oct 2003 16:02:35 -0700 From: Sandeep Kumar User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030317 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Archive for cvs-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: Wed, 08 Oct 2003 23:02:38 -0000 Hi, The oldest message in http://lists.freebsd.org/pipermail/cvs-src.mbox/cvs-src.mbox seems to be from 2003/03/24. Is there a way to get messages prior to that? Thanks, Sandeep From owner-cvs-src@FreeBSD.ORG Wed Oct 8 16: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 A2DEC16A4B3; Wed, 8 Oct 2003 16:52:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFC743FDD; Wed, 8 Oct 2003 16:52:01 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h98Nq0XJ011529; Wed, 8 Oct 2003 16:52:00 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h98Nq0ws011528; Wed, 8 Oct 2003 16:52:00 -0700 (PDT) (envelope-from sam) Message-Id: <200310082352.h98Nq0ws011528@repoman.freebsd.org> From: Sam Leffler Date: Wed, 8 Oct 2003 16:52: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/sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.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, 08 Oct 2003 23:52:01 -0000 sam 2003/10/08 16:52:00 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h Log: MFC 7955/7956 symmetric crypto support Note performance is currently suboptimal. Approved by: re (murray) Revision Changes Path 1.5.2.7 +137 -37 src/sys/dev/hifn/hifn7751.c 1.1.2.2 +15 -1 src/sys/dev/hifn/hifn7751reg.h 1.1.2.3 +7 -3 src/sys/dev/hifn/hifn7751var.h From owner-cvs-src@FreeBSD.ORG Wed Oct 8 16:57: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 8B46C16A4B3; Wed, 8 Oct 2003 16:57:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD2A43FE1; Wed, 8 Oct 2003 16:57:51 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h98NvpXJ011740; Wed, 8 Oct 2003 16:57:51 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h98NvpHb011739; Wed, 8 Oct 2003 16:57:51 -0700 (PDT) (envelope-from sam) Message-Id: <200310082357.h98NvpHb011739@repoman.freebsd.org> From: Sam Leffler Date: Wed, 8 Oct 2003 16:57:51 -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 hifn.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: Wed, 08 Oct 2003 23:57:52 -0000 sam 2003/10/08 16:57:51 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 hifn.4 Log: MFC 1.3: 7955/7956 support Approved by: re (murray) Revision Changes Path 1.1.2.2 +22 -11 src/share/man/man4/hifn.4 From owner-cvs-src@FreeBSD.ORG Wed Oct 8 17:31: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 6DC5516A4BF; Wed, 8 Oct 2003 17:31:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C1043FD7; Wed, 8 Oct 2003 17:31:48 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h990VmXJ014041; Wed, 8 Oct 2003 17:31:48 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h990Vm4A014040; Wed, 8 Oct 2003 17:31:48 -0700 (PDT) (envelope-from grog) Message-Id: <200310090031.h990Vm4A014040@repoman.freebsd.org> From: Greg Lehey Date: Wed, 8 Oct 2003 17:31: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.bin/calendar/calendars calendar.history calendar.lotr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 00:31:49 -0000 grog 2003/10/08 17:31:48 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.history calendar.lotr Log: Move a LOTR fortune to the right file. Submitted by: Jonathan Lennox PR: 57623 Revision Changes Path 1.29 +0 -1 src/usr.bin/calendar/calendars/calendar.history 1.2 +1 -0 src/usr.bin/calendar/calendars/calendar.lotr From owner-cvs-src@FreeBSD.ORG Wed Oct 8 17:37: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 8BE8416A4B3; Wed, 8 Oct 2003 17:37:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DDF43FCB; Wed, 8 Oct 2003 17:37:20 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h990bKXJ014260; Wed, 8 Oct 2003 17:37:20 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h990bKf2014259; Wed, 8 Oct 2003 17:37:20 -0700 (PDT) (envelope-from grog) Message-Id: <200310090037.h990bKf2014259@repoman.freebsd.org> From: Greg Lehey Date: Wed, 8 Oct 2003 17:37: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/calendar/calendars calendar.music X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 00:37:21 -0000 grog 2003/10/08 17:37:20 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.music Log: Add some additional changes which didn't make it in revision 1.14 Submitted by: Gerhard Gonter PR: 55610 Revision Changes Path 1.16 +5 -3 src/usr.bin/calendar/calendars/calendar.music From owner-cvs-src@FreeBSD.ORG Wed Oct 8 17:55: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 9297B16A4B3; Wed, 8 Oct 2003 17:55:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC7A43FBD; Wed, 8 Oct 2003 17:55:33 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h990tXXJ014968; Wed, 8 Oct 2003 17:55:33 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h990tXYM014967; Wed, 8 Oct 2003 17:55:33 -0700 (PDT) (envelope-from ache) Message-Id: <200310090055.h990tXYM014967@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Oct 2003 17:55: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/colldef Makefile sl_SI.ISO8859-2.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: Thu, 09 Oct 2003 00:55:34 -0000 ache 2003/10/08 17:55:33 PDT FreeBSD src repository Modified files: share/colldef Makefile Added files: share/colldef sl_SI.ISO8859-2.src Log: Fix sl_SI.ISO8859-2 PR: 50160 Submitted by: Simon 'Zekar Revision Changes Path 1.60 +3 -1 src/share/colldef/Makefile 1.1 +39 -0 src/share/colldef/sl_SI.ISO8859-2.src (new) From owner-cvs-src@FreeBSD.ORG Wed Oct 8 19:18: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 F3F6A16A4B3; Wed, 8 Oct 2003 19:18:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761F343FA3; Wed, 8 Oct 2003 19:18:38 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h992IcXJ020343; Wed, 8 Oct 2003 19:18:38 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h992IcNs020342; Wed, 8 Oct 2003 19:18:38 -0700 (PDT) (envelope-from des) Message-Id: <200310090218.h992IcNs020342@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 8 Oct 2003 19:18: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/tools/tools/tinderbox/etc releng_4.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 02:18:39 -0000 des 2003/10/08 19:18:37 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/etc releng_4.rc Log: Build a couple of security branches. Revision Changes Path 1.4 +1 -1 src/tools/tools/tinderbox/etc/releng_4.rc From owner-cvs-src@FreeBSD.ORG Wed Oct 8 19: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 BD66A16A4BF; Wed, 8 Oct 2003 19:30:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131D743FBD; Wed, 8 Oct 2003 19:30:35 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h992UYXJ020992; Wed, 8 Oct 2003 19:30:34 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h992UYin020991; Wed, 8 Oct 2003 19:30:34 -0700 (PDT) (envelope-from des) Message-Id: <200310090230.h992UYin020991@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 8 Oct 2003 19: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/tools/tools/tinderbox/www index.cgi X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 02:30:35 -0000 des 2003/10/08 19:30:34 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www index.cgi Log: Instead of using hardcoded column and row headers, scan the log directory to see what's of interest. Revision Changes Path 1.11 +16 -16 src/tools/tools/tinderbox/www/index.cgi From owner-cvs-src@FreeBSD.ORG Wed Oct 8 20:02: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 3B31216A4B3; Wed, 8 Oct 2003 20:02:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E50643F3F; Wed, 8 Oct 2003 20:02:48 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9932mXJ022213; Wed, 8 Oct 2003 20:02:48 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9932m7m022212; Wed, 8 Oct 2003 20:02:48 -0700 (PDT) (envelope-from marcel) Message-Id: <200310090302.h9932m7m022212@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 8 Oct 2003 20:02:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LIBUWX Subject: cvs commit: src/sys/contrib/ia64/libuwx - 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: Thu, 09 Oct 2003 03:02:49 -0000 marcel 2003/10/08 20:02:48 PDT FreeBSD src repository src/sys/contrib/ia64/libuwx - Imported sources Update of /home/ncvs/src/sys/contrib/ia64/libuwx In directory repoman.freebsd.org:/tmp/cvs-serv21646 Log Message: Upgrade Unwind Express (libuwx) to BETA 5. This upgrade includes all the fixes locally applied and submitted to the author. Not included in BETA 5, but part of this import are: o FreeBSD specific ifdefs to make this compile within a kernel. These are limited to include directives and defines. o Removal of unused variables, proper casts and initializations to allow building with -Werror. This happens in code so has a higher chance of causing future import conflicts but not enough to worry about it. I'm especially thankful that the author accepted the change to replace DISABLE_TRACE with UWX_TRACE_ENABLE so that we can use it in kernel config files without nasty mappings or indirections as that would make the integration less perfect. Thanks Cary! Status: Vendor Tag: LIBUWX Release Tags: BETA5 U src/sys/contrib/ia64/libuwx/src/Makefile U src/sys/contrib/ia64/libuwx/src/uwx.h U src/sys/contrib/ia64/libuwx/src/uwx_bstream.c U src/sys/contrib/ia64/libuwx/src/uwx_bstream.h U src/sys/contrib/ia64/libuwx/src/uwx_context.c U src/sys/contrib/ia64/libuwx/src/uwx_context.h U src/sys/contrib/ia64/libuwx/src/uwx_env.c U src/sys/contrib/ia64/libuwx/src/uwx_env.h U src/sys/contrib/ia64/libuwx/src/uwx_scoreboard.c U src/sys/contrib/ia64/libuwx/src/uwx_scoreboard.h U src/sys/contrib/ia64/libuwx/src/uwx_self.c U src/sys/contrib/ia64/libuwx/src/uwx_self.h U src/sys/contrib/ia64/libuwx/src/uwx_step.c N src/sys/contrib/ia64/libuwx/src/uwx_step.h U src/sys/contrib/ia64/libuwx/src/uwx_str.c U src/sys/contrib/ia64/libuwx/src/uwx_str.h U src/sys/contrib/ia64/libuwx/src/uwx_swap.c U src/sys/contrib/ia64/libuwx/src/uwx_swap.h U src/sys/contrib/ia64/libuwx/src/uwx_trace.c U src/sys/contrib/ia64/libuwx/src/uwx_trace.h U src/sys/contrib/ia64/libuwx/src/uwx_ttrace.c U src/sys/contrib/ia64/libuwx/src/uwx_ttrace.h U src/sys/contrib/ia64/libuwx/src/uwx_uinfo.c U src/sys/contrib/ia64/libuwx/src/uwx_uinfo.h U src/sys/contrib/ia64/libuwx/src/uwx_utable.c U src/sys/contrib/ia64/libuwx/src/uwx_utable.h U src/sys/contrib/ia64/libuwx/test/Makefile U src/sys/contrib/ia64/libuwx/test/dump_context.c U src/sys/contrib/ia64/libuwx/test/dumpmyself.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Wed Oct 8 20:11:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B63ED16A4B3; Wed, 8 Oct 2003 20:11:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C974643FF2; Wed, 8 Oct 2003 20:11:37 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h993BbXJ023537; Wed, 8 Oct 2003 20:11:37 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h993Bb2e023536; Wed, 8 Oct 2003 20:11:37 -0700 (PDT) (envelope-from marcel) Message-Id: <200310090311.h993Bb2e023536@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 8 Oct 2003 20:11: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/ia64/ia64 unwind.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 03:11:38 -0000 marcel 2003/10/08 20:11:37 PDT FreeBSD src repository Modified files: sys/ia64/ia64 unwind.c Log: With BETA 5 of libuwx some of the application registers are renamed from UWX_REG_MUMBLE to UWX_REG_AR_MUMBLE. Compatibility defines are present in libuwx. Change the names here so that we don't depend on compatibility defines. Note that there's now an UWX_REG_PFS and an UWX_REG_AR_PFS and the former is not a compatibility define for the latter AFAICT. Change to UWX_REG_AR_PFS as that seems to be the one we need to handle. Revision Changes Path 1.10 +3 -3 src/sys/ia64/ia64/unwind.c From owner-cvs-src@FreeBSD.ORG Wed Oct 8 20:52: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 F015716A4B3; Wed, 8 Oct 2003 20:52:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7173243FE9; Wed, 8 Oct 2003 20:52:45 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h993qjXJ030550; Wed, 8 Oct 2003 20:52:45 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h993qjcs030549; Wed, 8 Oct 2003 20:52:45 -0700 (PDT) (envelope-from imp) Message-Id: <200310090352.h993qjcs030549@repoman.freebsd.org> From: Warner Losh Date: Wed, 8 Oct 2003 20:52: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/man4.i386 ep.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, 09 Oct 2003 03:52:46 -0000 imp 2003/10/08 20:52:45 PDT FreeBSD src repository Modified files: share/man/man4/man4.i386 ep.4 Log: Update the list of supposedly supported 3Com devices from trolling ebay. Also have notes for my recent experiences with 3com pcmcia cards (mostly this or that doesn't work). Also look at the strings that are claimed to be supported in the bus specific front ends. Note that the 3C569* are CBUS. Revision Changes Path 1.25 +23 -10 src/share/man/man4/man4.i386/ep.4 From owner-cvs-src@FreeBSD.ORG Wed Oct 8 21:02: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 24DA416A4B3; Wed, 8 Oct 2003 21:02:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B2EF43F3F; Wed, 8 Oct 2003 21:02:24 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9942OXJ030929; Wed, 8 Oct 2003 21:02:24 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9942OTB030928; Wed, 8 Oct 2003 21:02:24 -0700 (PDT) (envelope-from grog) Message-Id: <200310090402.h9942OTB030928@repoman.freebsd.org> From: Greg Lehey Date: Wed, 8 Oct 2003 21:02: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/usr.bin/calendar/calendars calendar.christian X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 04:02:25 -0000 grog 2003/10/08 21:02:24 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.christian Log: Add Christmas-related dates. Partially submitted by: Gordon Bergling Revision Changes Path 1.9 +5 -1 src/usr.bin/calendar/calendars/calendar.christian From owner-cvs-src@FreeBSD.ORG Wed Oct 8 21:05: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 EE30216A4B3; Wed, 8 Oct 2003 21:05:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B15C43FBF; Wed, 8 Oct 2003 21:05:05 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99455XJ031931; Wed, 8 Oct 2003 21:05:05 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99455vQ031926; Wed, 8 Oct 2003 21:05:05 -0700 (PDT) (envelope-from grog) Message-Id: <200310090405.h99455vQ031926@repoman.freebsd.org> From: Greg Lehey Date: Wed, 8 Oct 2003 21:05: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/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 04:05:06 -0000 grog 2003/10/08 21:05:04 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag Log: Add a number of mainly Christian holidays. Mainly submitted by: Gordon Bergling Revision Changes Path 1.9 +15 -1 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag From owner-cvs-src@FreeBSD.ORG Wed Oct 8 21: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 690B616A4B3; Wed, 8 Oct 2003 21:12:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3E043FBF; Wed, 8 Oct 2003 21:12:21 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h994CLXJ032295; Wed, 8 Oct 2003 21:12:21 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h994CL54032294; Wed, 8 Oct 2003 21:12:21 -0700 (PDT) (envelope-from grog) Message-Id: <200310090412.h994CL54032294@repoman.freebsd.org> From: Greg Lehey Date: Wed, 8 Oct 2003 21: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/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.geschichte X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 04:12:22 -0000 grog 2003/10/08 21:12:21 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.geschichte Log: Correct format: text lines *must* contain a tab character. PR: 43989 Revision Changes Path 1.11 +10 -10 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte From owner-cvs-src@FreeBSD.ORG Wed Oct 8 21:21: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 B558216A4B3; Wed, 8 Oct 2003 21:21:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34DCA43F93; Wed, 8 Oct 2003 21:21:45 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h994LjXJ032711; Wed, 8 Oct 2003 21:21:45 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h994Liej032710; Wed, 8 Oct 2003 21:21:44 -0700 (PDT) (envelope-from grog) Message-Id: <200310090421.h994Liej032710@repoman.freebsd.org> From: Greg Lehey Date: Wed, 8 Oct 2003 21:21: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/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 04:21:45 -0000 grog 2003/10/08 21:21:44 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik Log: Separate baroque from classics. Add a number of dead composers. PR: 55612 (much of content) Revision Changes Path 1.11 +47 -40 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik From owner-cvs-src@FreeBSD.ORG Wed Oct 8 23:33: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 D74DB16A4B3; Wed, 8 Oct 2003 23:33:05 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 369D843FE3; Wed, 8 Oct 2003 23:33:04 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1A7UOb-00053L-00; Thu, 09 Oct 2003 13:35:33 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1A7UOb-00051t-00; Thu, 09 Oct 2003 13:35:33 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9/8.12.9) with ESMTP id h996XC2R059732; Thu, 9 Oct 2003 13:33:13 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9/8.12.9/Submit) id h996XCct059716; Thu, 9 Oct 2003 13:33:12 +0700 (NOVST) Date: Thu, 9 Oct 2003 13:33:12 +0700 From: Alexey Dokuchaev To: Sam Leffler Message-ID: <20031009063312.GA57459@regency.nsu.ru> References: <200310082025.h98KPliQ094708@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310082025.h98KPliQ094708@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Envelope-To: sam@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.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, 09 Oct 2003 06:33:06 -0000 On Wed, Oct 08, 2003 at 01:25:47PM -0700, Sam Leffler wrote: > sam 2003/10/08 13:25:47 PDT > > FreeBSD src repository > > Modified files: > sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h > Log: > Add symmetric crypto support for the 7955 and 7956. Hmm, time to rename those hifn7751* files, or does 7751 denote something that 7955 and 7956 are based on? ./danfe From owner-cvs-src@FreeBSD.ORG Wed Oct 8 23:38: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 A1C7116A4B3; Wed, 8 Oct 2003 23:38:54 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F2643FBF; Wed, 8 Oct 2003 23:38:53 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1A7UUE-0006Mt-00; Thu, 09 Oct 2003 13:41:22 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1A7UUB-0006Jk-00; Thu, 09 Oct 2003 13:41:19 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9/8.12.9) with ESMTP id h996d02R062578; Thu, 9 Oct 2003 13:39:01 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9/8.12.9/Submit) id h996d0Tx062553; Thu, 9 Oct 2003 13:39:00 +0700 (NOVST) Date: Thu, 9 Oct 2003 13:39:00 +0700 From: Alexey Dokuchaev To: Sam Leffler Message-ID: <20031009063900.GB57459@regency.nsu.ru> References: <200310082352.h98Nq0ws011528@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310082352.h98Nq0ws011528@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Envelope-To: sam@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.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, 09 Oct 2003 06:38:54 -0000 On Wed, Oct 08, 2003 at 04:52:00PM -0700, Sam Leffler wrote: > sam 2003/10/08 16:52:00 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h > Log: > MFC 7955/7956 symmetric crypto support Hmm, had this stuff been extensively tested to be insta-MFCed, especially considering we're so close to 4.9-RELEASE and, just as you said, it's performance being currently suboptimal? I've always been under impression that -STABLE should probably stay out of such treatments. ./danfe From owner-cvs-src@FreeBSD.ORG Thu Oct 9 02:45: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 1F5B216A4BF; Thu, 9 Oct 2003 02:45:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B7843FF7; Thu, 9 Oct 2003 02:45:21 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h999jLXJ055270; Thu, 9 Oct 2003 02:45:21 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h999jKns055269; Thu, 9 Oct 2003 02:45:20 -0700 (PDT) (envelope-from hmp) Message-Id: <200310090945.h999jKns055269@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 9 Oct 2003 02:45: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/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.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: Thu, 09 Oct 2003 09:45:22 -0000 hmp 2003/10/09 02:45:20 PDT FreeBSD src repository (doc committer) Modified files: lib/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.3 Log: Remove unneccessary include of sys/types.h in the SYNOPSIS header. Sys/param.h includes sys/types.h internally unless LOCORE is defined. Approved by: des (mentor) Revision Changes Path 1.4 +0 -1 src/lib/libufs/bread.3 1.4 +0 -1 src/lib/libufs/cgread.3 1.3 +0 -1 src/lib/libufs/getino.3 1.4 +0 -1 src/lib/libufs/libufs.3 1.3 +0 -1 src/lib/libufs/sbread.3 1.4 +0 -1 src/lib/libufs/ufs_disk_close.3 From owner-cvs-src@FreeBSD.ORG Thu Oct 9 03:00: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 636FB16A4BF; Thu, 9 Oct 2003 03:00:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D071D43FBF; Thu, 9 Oct 2003 03:00:53 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99A0rXJ056034; Thu, 9 Oct 2003 03:00:53 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99A0rJg056033; Thu, 9 Oct 2003 03:00:53 -0700 (PDT) (envelope-from tjr) Message-Id: <200310091000.h99A0rJg056033@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 9 Oct 2003 03:00: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/usr.bin/enigma Makefile enigma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 10:00:55 -0000 tjr 2003/10/09 03:00:53 PDT FreeBSD src repository Modified files: usr.bin/enigma Makefile enigma.c Log: Call crypt() directly instead of taking a detour through makekey. Revision Changes Path 1.8 +3 -0 src/usr.bin/enigma/Makefile 1.8 +4 -34 src/usr.bin/enigma/enigma.c From owner-cvs-src@FreeBSD.ORG Thu Oct 9 03:06: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 5184516A4B3; Thu, 9 Oct 2003 03:06:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C636743FCB; Thu, 9 Oct 2003 03:06:30 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99A6UXJ057501; Thu, 9 Oct 2003 03:06:30 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99A6UK2057500; Thu, 9 Oct 2003 03:06:30 -0700 (PDT) (envelope-from tjr) Message-Id: <200310091006.h99A6UK2057500@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 9 Oct 2003 03: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/libexec/makekey makekey.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, 09 Oct 2003 10:06:31 -0000 tjr 2003/10/09 03:06:30 PDT FreeBSD src repository Modified files: libexec/makekey makekey.8 Log: Warn users that makekey may disappear in a future release now that the last in-tree consumer has gone. Revision Changes Path 1.13 +6 -1 src/libexec/makekey/makekey.8 From owner-cvs-src@FreeBSD.ORG Thu Oct 9 03:17: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 CC4BF16A4B3; Thu, 9 Oct 2003 03:17:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1D043FD7; Thu, 9 Oct 2003 03:17:17 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99AHHXJ058076; Thu, 9 Oct 2003 03:17:17 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99AHH4I058075; Thu, 9 Oct 2003 03:17:17 -0700 (PDT) (envelope-from robert) Message-Id: <200310091017.h99AHH4I058075@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 9 Oct 2003 03:17: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/alpha/alpha trap.c src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c src/sys/kern sys_process.c src/sys/sparc64/sparc64 trap.c src/sys/sys ptrace.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, 09 Oct 2003 10:17:17 -0000 robert 2003/10/09 03:17:16 PDT FreeBSD src repository Modified files: sys/alpha/alpha trap.c sys/amd64/amd64 trap.c sys/i386/i386 trap.c sys/ia64/ia64 trap.c sys/kern sys_process.c sys/sparc64/sparc64 trap.c sys/sys ptrace.h Log: Implement preliminary support for the PT_SYSCALL command to ptrace(2). Revision Changes Path 1.117 +5 -0 src/sys/alpha/alpha/trap.c 1.265 +5 -0 src/sys/amd64/amd64/trap.c 1.258 +5 -0 src/sys/i386/i386/trap.c 1.91 +6 -0 src/sys/ia64/ia64/trap.c 1.115 +16 -1 src/sys/kern/sys_process.c 1.67 +5 -0 src/sys/sparc64/sparc64/trap.c 1.21 +17 -0 src/sys/sys/ptrace.h From owner-cvs-src@FreeBSD.ORG Thu Oct 9 03:34: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 5376C16A4B3 for ; Thu, 9 Oct 2003 03:34:28 -0700 (PDT) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5B443FA3 for ; Thu, 9 Oct 2003 03:34:26 -0700 (PDT) (envelope-from robert@zoot.drehmel.com) Received: (qmail 23282 invoked from network); 9 Oct 2003 10:34:24 -0000 Received: from unknown (HELO bsd.develop.ferrari.local) ([62.159.79.193]) (envelope-sender )AES256-SHA encrypted SMTP for ; 9 Oct 2003 10:34:24 -0000 Received: (from robert@localhost) by bsd.develop.ferrari.local (8.12.9/8.11.5) id h99AJZiU001443; Thu, 9 Oct 2003 12:19:35 +0200 (CEST) (envelope-from robert) Date: Thu, 9 Oct 2003 12:19:34 +0200 From: Robert Drehmel To: Robert Drehmel Message-ID: <20031009101934.GA1424@bsd.develop.ferrari.local> References: <200310091017.h99AHH4I058075@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310091017.h99AHH4I058075@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha trap.c src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c src/sys/kern sys_process.c src/sys/sparc64/sparc64 trap.c src/sys/sys ptrace.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, 09 Oct 2003 10:34:28 -0000 On Thu, Oct 09, 2003 at 03:17:17AM -0700, Robert Drehmel wrote: > robert 2003/10/09 03:17:16 PDT > > FreeBSD src repository > > Modified files: > sys/alpha/alpha trap.c > sys/amd64/amd64 trap.c > sys/i386/i386 trap.c > sys/ia64/ia64 trap.c > sys/kern sys_process.c > sys/sparc64/sparc64 trap.c > sys/sys ptrace.h > Log: > Implement preliminary support for the PT_SYSCALL command to ptrace(2). The implementation details are possibly subject to change, as the current implementation neither returns the number of system call arguments (most applications using this command would need this) nor does it tell whether the current stop of the traced process was caused by a system call entry or exit - the application has to keep track of that. I am not sure yet how to achieve these points in a nice and clean way. > > Revision Changes Path > 1.117 +5 -0 src/sys/alpha/alpha/trap.c > 1.265 +5 -0 src/sys/amd64/amd64/trap.c > 1.258 +5 -0 src/sys/i386/i386/trap.c > 1.91 +6 -0 src/sys/ia64/ia64/trap.c > 1.115 +16 -1 src/sys/kern/sys_process.c > 1.67 +5 -0 src/sys/sparc64/sparc64/trap.c > 1.21 +17 -0 src/sys/sys/ptrace.h > > From owner-cvs-src@FreeBSD.ORG Thu Oct 9 05:13: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 2501516A4B3; Thu, 9 Oct 2003 05:13:58 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB14443FCB; Thu, 9 Oct 2003 05:13:56 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 6193C54846; Thu, 9 Oct 2003 07:13:56 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 056206D454; Thu, 9 Oct 2003 07:13:55 -0500 (CDT) Date: Thu, 9 Oct 2003 07:13:55 -0500 From: "Jacques A. Vidrine" To: Hiten Pandya Message-ID: <20031009121355.GD94235@madman.celabo.org> References: <200310090945.h999jKns055269@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310090945.h999jKns055269@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.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: Thu, 09 Oct 2003 12:13:58 -0000 On Thu, Oct 09, 2003 at 02:45:20AM -0700, Hiten Pandya wrote: > hmp 2003/10/09 02:45:20 PDT > > FreeBSD src repository (doc committer) > > Modified files: > lib/libufs bread.3 cgread.3 getino.3 libufs.3 > sbread.3 ufs_disk_close.3 > Log: > Remove unneccessary include of sys/types.h in the SYNOPSIS > header. > > Sys/param.h includes sys/types.h internally unless LOCORE is > defined. > > Approved by: des (mentor) I think you removed the wrong header. Is required in each of these cases? If not, then I believe the synopsis should refer only to : (1) Including is (by definition) less work than . (2) is a POSIX header, while is not. Cheers, -- Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Thu Oct 9 05: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 6200C16A4B3; Thu, 9 Oct 2003 05:39:12 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76AC943FF5; Thu, 9 Oct 2003 05:39:07 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id WAA02580; Thu, 9 Oct 2003 22:39:02 +1000 Date: Thu, 9 Oct 2003 22:37:27 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "Jacques A. Vidrine" In-Reply-To: <20031009121355.GD94235@madman.celabo.org> Message-ID: <20031009222521.W9649@gamplex.bde.org> References: <200310090945.h999jKns055269@repoman.freebsd.org> <20031009121355.GD94235@madman.celabo.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Hiten Pandya cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.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: Thu, 09 Oct 2003 12:39:12 -0000 On Thu, 9 Oct 2003, Jacques A. Vidrine wrote: > On Thu, Oct 09, 2003 at 02:45:20AM -0700, Hiten Pandya wrote: > > hmp 2003/10/09 02:45:20 PDT > > > > FreeBSD src repository (doc committer) > > > > Modified files: > > lib/libufs bread.3 cgread.3 getino.3 libufs.3 > > sbread.3 ufs_disk_close.3 > > Log: > > Remove unneccessary include of sys/types.h in the SYNOPSIS > > header. > > > > Sys/param.h includes sys/types.h internally unless LOCORE is > > defined. Including both is also a style bug. > I think you removed the wrong header. Is required in > each of these cases? If not, then I believe the synopsis should refer > only to : is a prerequisite for and some of the other headers. is a prerequisite for , but the mount headers are not needed for much if anything in these interfaces. is only needed to define MAXBSIZE otherwise. getino.3 might be more useful if it were installed. Bruce From owner-cvs-src@FreeBSD.ORG Thu Oct 9 07:20: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 56D2516A4BF; Thu, 9 Oct 2003 07:20:15 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DA743F93; Thu, 9 Oct 2003 07:20:13 -0700 (PDT) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h99EK80x027193 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 9 Oct 2003 07:20:12 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Alexey Dokuchaev , Sam Leffler Date: Thu, 9 Oct 2003 07:21:06 -0700 User-Agent: KMail/1.5.3 References: <200310082352.h98Nq0ws011528@repoman.freebsd.org> <20031009063900.GB57459@regency.nsu.ru> In-Reply-To: <20031009063900.GB57459@regency.nsu.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310090721.07096.sam@errno.com> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.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, 09 Oct 2003 14:20:15 -0000 On Wednesday 08 October 2003 11:33 pm, Alexey Dokuchaev wrote: > On Wed, Oct 08, 2003 at 01:25:47PM -0700, Sam Leffler wrote: > > sam 2003/10/08 13:25:47 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h > > Log: > > Add symmetric crypto support for the 7955 and 7956. > > Hmm, time to rename those hifn7751* files, or does 7751 denote something t> hat 7955 and 7956 are based on? The code is shared with openbsd so the filenames will not change. On Wednesday 08 October 2003 11:39 pm, Alexey Dokuchaev wrote: > On Wed, Oct 08, 2003 at 04:52:00PM -0700, Sam Leffler wrote: > > sam 2003/10/08 16:52:00 PDT > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_4) > > sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h > > Log: > > MFC 7955/7956 symmetric crypto support > > Hmm, had this stuff been extensively tested to be insta-MFCed, > especially considering we're so close to 4.9-RELEASE and, just as you > said, it's performance being currently suboptimal? The performance of devices other than 7955 and 7956 is unchanged. Only the new devices perform suboptimally. Without these changes these devices will not work at all. Adding the support now, even if suboptimal, means folks can apply a simple patch to fix the performance issue. > > I've always been under impression that -STABLE should probably stay out > of such treatments. I tested carefully because of this. This driver is optional so I considered the risk worthwhile. Sam From owner-cvs-src@FreeBSD.ORG Thu Oct 9 07:33: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 4E64B16A4B3; Thu, 9 Oct 2003 07:33:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8760B43FA3; Thu, 9 Oct 2003 07:33:07 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99EX7XJ076939; Thu, 9 Oct 2003 07:33:07 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99EX6hp076938; Thu, 9 Oct 2003 07:33:06 -0700 (PDT) (envelope-from sos) Message-Id: <200310091433.h99EX6hp076938@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 9 Oct 2003 07:33: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/ata ata-lowlevel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 14:33:08 -0000 sos 2003/10/09 07:33:06 PDT FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Fix the bug that prevented DMA from working on old Acer chips. Found by: Andrew Gallatin Pointy hat to: sos Revision Changes Path 1.19 +3 -2 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-src@FreeBSD.ORG Thu Oct 9 07:48: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 C8C0516A4B3; Thu, 9 Oct 2003 07:48:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448D343FDF; Thu, 9 Oct 2003 07:48:10 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99Em9XJ077516; Thu, 9 Oct 2003 07:48:09 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99Em96K077515; Thu, 9 Oct 2003 07:48:09 -0700 (PDT) (envelope-from deischen) Message-Id: <200310091448.h99Em96K077515@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 9 Oct 2003 07:48: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/lib/libpthread/arch/sparc64/sparc64 assym.s thr_getcontext.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 14:48:10 -0000 deischen 2003/10/09 07:48:09 PDT FreeBSD src repository Modified files: lib/libpthread/arch/sparc64/sparc64 assym.s thr_getcontext.S Log: Convert a couple of hardcoded values to constants. Make thr_getcontext() return 0 when called the first time, and return 1 when resumed by thr_setcontext(). Revision Changes Path 1.2 +2 -0 src/lib/libpthread/arch/sparc64/sparc64/assym.s 1.2 +5 -3 src/lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S From owner-cvs-src@FreeBSD.ORG Thu Oct 9 08:42: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 D835816A4B3; Thu, 9 Oct 2003 08:42:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B0543F75; Thu, 9 Oct 2003 08:42:34 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99FgYXJ080649; Thu, 9 Oct 2003 08:42:34 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99FgXbf080648; Thu, 9 Oct 2003 08:42:33 -0700 (PDT) (envelope-from hrs) Message-Id: <200310091542.h99FgXbf080648@repoman.freebsd.org> From: Hiroki Sato Date: Thu, 9 Oct 2003 08:42: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/release/doc/ja_JP.eucJP/hardware/amd64 proc-amd64.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 15:42:35 -0000 hrs 2003/10/09 08:42:33 PDT FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/hardware/amd64 proc-amd64.sgml Log: Catch up with the English version: 1.1 -> 1.2 hardware/amd64/proc-amd64.sgml Submitted by: Hiroo Ono Revision Changes Path 1.2 +18 -2 src/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.sgml From owner-cvs-src@FreeBSD.ORG Thu Oct 9 09:13:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E3216A4B3; Thu, 9 Oct 2003 09:13:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE7343FE0; Thu, 9 Oct 2003 09:13:48 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99GDmXJ088507; Thu, 9 Oct 2003 09:13:48 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99GDmi0088506; Thu, 9 Oct 2003 09:13:48 -0700 (PDT) (envelope-from ume) Message-Id: <200310091613.h99GDmi0088506@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 9 Oct 2003 09:13: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/sys/netinet6 mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c raw_ip6.c scope6.c scope6_var.h udp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 16:13:50 -0000 ume 2003/10/09 09:13:48 PDT FreeBSD src repository Modified files: sys/netinet6 mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c raw_ip6.c scope6.c scope6_var.h udp6_usrreq.c Log: - typo in comment - style - ANSIfy (there is no functional change.) Obtained from: KAME Revision Changes Path 1.12 +11 -9 src/sys/netinet6/mld6.c 1.3 +6 -6 src/sys/netinet6/mld6_var.h 1.29 +56 -75 src/sys/netinet6/nd6.c 1.12 +9 -10 src/sys/netinet6/nd6.h 1.18 +41 -60 src/sys/netinet6/nd6_nbr.c 1.19 +87 -110 src/sys/netinet6/nd6_rtr.c 1.28 +7 -11 src/sys/netinet6/raw_ip6.c 1.7 +6 -6 src/sys/netinet6/scope6.c 1.2 +2 -2 src/sys/netinet6/scope6_var.h 1.35 +1 -1 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Thu Oct 9 09:20: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 7616116A4BF; Thu, 9 Oct 2003 09:20:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D62743FD7; Thu, 9 Oct 2003 09:20:29 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99GKTXJ088848; Thu, 9 Oct 2003 09:20:29 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99GKTdp088847; Thu, 9 Oct 2003 09:20:29 -0700 (PDT) (envelope-from hrs) Message-Id: <200310091620.h99GKTdp088847@repoman.freebsd.org> From: Hiroki Sato Date: Thu, 9 Oct 2003 09:20: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/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: Thu, 09 Oct 2003 16:20:30 -0000 hrs 2003/10/09 09:20:29 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: - hifn(4) 7955/7956 support. - $ntpd_flags in /etc/defaults/rc.conf changed. Revision Changes Path 1.634 +8 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Oct 9 11:44: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 5C79216A4B3; Thu, 9 Oct 2003 11:44:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D457C43F3F; Thu, 9 Oct 2003 11:44:54 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99IisXJ096235; Thu, 9 Oct 2003 11:44:54 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99IisDs096234; Thu, 9 Oct 2003 11:44:54 -0700 (PDT) (envelope-from ume) Message-Id: <200310091844.h99IisDs096234@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 9 Oct 2003 11:44: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/netinet6 ipcomp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 18:44:55 -0000 ume 2003/10/09 11:44:54 PDT FreeBSD src repository Modified files: sys/netinet6 ipcomp_input.c Log: - typo. found by markus@openbsd - correct signedness mixup in pointer passing. - drop meaningless variable. Obtained from: KAME Revision Changes Path 1.7 +2 -4 src/sys/netinet6/ipcomp_input.c From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12:35: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 707B516A4B3; Thu, 9 Oct 2003 12:35:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F6343F75; Thu, 9 Oct 2003 12:35:38 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99JZcXJ099153; Thu, 9 Oct 2003 12:35:38 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99JZcju099152; Thu, 9 Oct 2003 12:35:38 -0700 (PDT) (envelope-from nectar) Message-Id: <200310091935.h99JZcju099152@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 9 Oct 2003 12:35: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/crypto/heimdal FREEBSD-Xlist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 19:35:39 -0000 nectar 2003/10/09 12:35:38 PDT FreeBSD src repository Added files: crypto/heimdal FREEBSD-Xlist Log: Add list of files to remove from the Heimdal distribution prior to each import. Revision Changes Path 1.1 +13 -0 src/crypto/heimdal/FREEBSD-Xlist (new) From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12:37: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 4473316A4BF; Thu, 9 Oct 2003 12:37:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D23A43FE9; Thu, 9 Oct 2003 12:36:45 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99JajXJ099199; Thu, 9 Oct 2003 12:36:45 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99JaiPv099198; Thu, 9 Oct 2003 12:36:44 -0700 (PDT) (envelope-from nectar) Message-Id: <200310091936.h99JaiPv099198@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 9 Oct 2003 12:36:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: KTH Subject: cvs commit: src/crypto/heimdal - 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: Thu, 09 Oct 2003 19:37:03 -0000 nectar 2003/10/09 12:36:44 PDT FreeBSD src repository src/crypto/heimdal - Imported sources Update of /home/ncvs/src/crypto/heimdal In directory repoman.freebsd.org:/tmp/cvs-serv99167 Log Message: Vendor import of Heimdal 0.6. Status: Vendor Tag: KTH Release Tags: v_0_6 U src/crypto/heimdal/ChangeLog.1998 U src/crypto/heimdal/ChangeLog U src/crypto/heimdal/Makefile.am.common U src/crypto/heimdal/ChangeLog.1999 U src/crypto/heimdal/ChangeLog.2000 U src/crypto/heimdal/ChangeLog.2001 N src/crypto/heimdal/ChangeLog.2002 U src/crypto/heimdal/Makefile.am U src/crypto/heimdal/acinclude.m4 U src/crypto/heimdal/Makefile.in U src/crypto/heimdal/NEWS U src/crypto/heimdal/README U src/crypto/heimdal/config.guess U src/crypto/heimdal/aclocal.m4 U src/crypto/heimdal/compile U src/crypto/heimdal/configure.in U src/crypto/heimdal/config.sub U src/crypto/heimdal/configure U src/crypto/heimdal/mkinstalldirs U src/crypto/heimdal/install-sh U src/crypto/heimdal/krb5.conf U src/crypto/heimdal/ltconfig U src/crypto/heimdal/ltmain.sh U src/crypto/heimdal/missing U src/crypto/heimdal/admin/ktutil_locl.h U src/crypto/heimdal/admin/Makefile.am U src/crypto/heimdal/admin/Makefile.in U src/crypto/heimdal/admin/add.c U src/crypto/heimdal/admin/change.c U src/crypto/heimdal/admin/copy.c U src/crypto/heimdal/admin/get.c U src/crypto/heimdal/admin/ktutil.8 U src/crypto/heimdal/admin/ktutil.c U src/crypto/heimdal/admin/remove.c U src/crypto/heimdal/admin/list.c U src/crypto/heimdal/admin/purge.c U src/crypto/heimdal/admin/rename.c U src/crypto/heimdal/appl/Makefile.am U src/crypto/heimdal/appl/Makefile.in U src/crypto/heimdal/appl/afsutil/ChangeLog U src/crypto/heimdal/appl/afsutil/Makefile.am U src/crypto/heimdal/appl/afsutil/Makefile.in N src/crypto/heimdal/appl/afsutil/afslog.1 U src/crypto/heimdal/appl/afsutil/afslog.c U src/crypto/heimdal/appl/afsutil/pagsh.c U src/crypto/heimdal/appl/ftp/ChangeLog U src/crypto/heimdal/appl/ftp/Makefile.am U src/crypto/heimdal/appl/ftp/Makefile.in U src/crypto/heimdal/appl/ftp/common/Makefile.am U src/crypto/heimdal/appl/ftp/common/Makefile.in U src/crypto/heimdal/appl/ftp/common/buffer.c U src/crypto/heimdal/appl/ftp/common/common.h U src/crypto/heimdal/appl/ftp/common/sockbuf.c U src/crypto/heimdal/appl/ftp/ftp/Makefile.am U src/crypto/heimdal/appl/ftp/ftp/Makefile.in U src/crypto/heimdal/appl/ftp/ftp/cmds.c U src/crypto/heimdal/appl/ftp/ftp/cmdtab.c U src/crypto/heimdal/appl/ftp/ftp/domacro.c U src/crypto/heimdal/appl/ftp/ftp/extern.h U src/crypto/heimdal/appl/ftp/ftp/ftp.1 U src/crypto/heimdal/appl/ftp/ftp/ftp.c U src/crypto/heimdal/appl/ftp/ftp/ftp_locl.h U src/crypto/heimdal/appl/ftp/ftp/ftp_var.h U src/crypto/heimdal/appl/ftp/ftp/globals.c U src/crypto/heimdal/appl/ftp/ftp/gssapi.c U src/crypto/heimdal/appl/ftp/ftp/kauth.c U src/crypto/heimdal/appl/ftp/ftp/krb4.c U src/crypto/heimdal/appl/ftp/ftp/main.c U src/crypto/heimdal/appl/ftp/ftp/pathnames.h U src/crypto/heimdal/appl/ftp/ftp/ruserpass.c U src/crypto/heimdal/appl/ftp/ftp/security.c U src/crypto/heimdal/appl/ftp/ftp/security.h U src/crypto/heimdal/appl/ftp/ftpd/gss_userok.c U src/crypto/heimdal/appl/ftp/ftpd/Makefile.am U src/crypto/heimdal/appl/ftp/ftpd/Makefile.in U src/crypto/heimdal/appl/ftp/ftpd/extern.h U src/crypto/heimdal/appl/ftp/ftpd/ftpcmd.y U src/crypto/heimdal/appl/ftp/ftpd/ftpd.8 U src/crypto/heimdal/appl/ftp/ftpd/ftpd.c U src/crypto/heimdal/appl/ftp/ftpd/ftpd_locl.h U src/crypto/heimdal/appl/ftp/ftpd/ftpusers.5 U src/crypto/heimdal/appl/ftp/ftpd/logwtmp.c U src/crypto/heimdal/appl/ftp/ftpd/kauth.c U src/crypto/heimdal/appl/ftp/ftpd/pathnames.h U src/crypto/heimdal/appl/ftp/ftpd/ls.c U src/crypto/heimdal/appl/ftp/ftpd/popen.c U src/crypto/heimdal/appl/kf/Makefile.am U src/crypto/heimdal/appl/kf/Makefile.in U src/crypto/heimdal/appl/kf/kf.1 U src/crypto/heimdal/appl/kf/kf.c U src/crypto/heimdal/appl/kf/kf_locl.h U src/crypto/heimdal/appl/kf/kfd.8 U src/crypto/heimdal/appl/kf/kfd.c N src/crypto/heimdal/appl/login/login.access.5 U src/crypto/heimdal/appl/login/ChangeLog U src/crypto/heimdal/appl/login/Makefile.am U src/crypto/heimdal/appl/login/Makefile.in U src/crypto/heimdal/appl/login/conf.c U src/crypto/heimdal/appl/login/env.c N src/crypto/heimdal/appl/login/login.1 U src/crypto/heimdal/appl/login/login_access.c U src/crypto/heimdal/appl/login/login.c U src/crypto/heimdal/appl/login/login_locl.h U src/crypto/heimdal/appl/login/login_protos.h U src/crypto/heimdal/appl/login/osfc2.c U src/crypto/heimdal/appl/login/read_string.c U src/crypto/heimdal/appl/login/shadow.c U src/crypto/heimdal/appl/login/stty_default.c U src/crypto/heimdal/appl/login/tty.c U src/crypto/heimdal/appl/login/utmp_login.c U src/crypto/heimdal/appl/login/utmpx_login.c U src/crypto/heimdal/appl/push/ChangeLog U src/crypto/heimdal/appl/push/Makefile.am U src/crypto/heimdal/appl/push/Makefile.in U src/crypto/heimdal/appl/push/pfrom.1 U src/crypto/heimdal/appl/push/pfrom.in U src/crypto/heimdal/appl/push/push.8 U src/crypto/heimdal/appl/push/push.c U src/crypto/heimdal/appl/push/push_locl.h U src/crypto/heimdal/appl/rcp/ChangeLog U src/crypto/heimdal/appl/rcp/Makefile.am U src/crypto/heimdal/appl/rcp/Makefile.in U src/crypto/heimdal/appl/rcp/extern.h N src/crypto/heimdal/appl/rcp/rcp.1 U src/crypto/heimdal/appl/rcp/rcp.c U src/crypto/heimdal/appl/rcp/rcp_locl.h U src/crypto/heimdal/appl/rcp/util.c U src/crypto/heimdal/appl/rsh/ChangeLog U src/crypto/heimdal/appl/rsh/Makefile.am U src/crypto/heimdal/appl/rsh/Makefile.in U src/crypto/heimdal/appl/rsh/common.c U src/crypto/heimdal/appl/rsh/rsh.1 U src/crypto/heimdal/appl/rsh/rsh.c U src/crypto/heimdal/appl/rsh/rsh_locl.h U src/crypto/heimdal/appl/rsh/rshd.8 U src/crypto/heimdal/appl/rsh/rshd.c U src/crypto/heimdal/appl/su/ChangeLog U src/crypto/heimdal/appl/su/Makefile.am U src/crypto/heimdal/appl/su/Makefile.in U src/crypto/heimdal/appl/su/su.c U src/crypto/heimdal/appl/telnet/telnet.state U src/crypto/heimdal/appl/telnet/ChangeLog U src/crypto/heimdal/appl/telnet/Makefile.am U src/crypto/heimdal/appl/telnet/Makefile.in U src/crypto/heimdal/appl/telnet/README.ORIG U src/crypto/heimdal/appl/telnet/arpa/telnet.h U src/crypto/heimdal/appl/telnet/libtelnet/auth-proto.h U src/crypto/heimdal/appl/telnet/libtelnet/Makefile.am U src/crypto/heimdal/appl/telnet/libtelnet/Makefile.in U src/crypto/heimdal/appl/telnet/libtelnet/enc-proto.h U src/crypto/heimdal/appl/telnet/libtelnet/auth.c U src/crypto/heimdal/appl/telnet/libtelnet/auth.h U src/crypto/heimdal/appl/telnet/libtelnet/krb4encpwd.c U src/crypto/heimdal/appl/telnet/libtelnet/enc_des.c U src/crypto/heimdal/appl/telnet/libtelnet/encrypt.c U src/crypto/heimdal/appl/telnet/libtelnet/encrypt.h U src/crypto/heimdal/appl/telnet/libtelnet/genget.c U src/crypto/heimdal/appl/telnet/libtelnet/kerberos.c U src/crypto/heimdal/appl/telnet/libtelnet/kerberos5.c U src/crypto/heimdal/appl/telnet/libtelnet/misc-proto.h U src/crypto/heimdal/appl/telnet/libtelnet/misc.c U src/crypto/heimdal/appl/telnet/libtelnet/misc.h U src/crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c U src/crypto/heimdal/appl/telnet/libtelnet/spx.c U src/crypto/heimdal/appl/telnet/telnet/telnet_locl.h U src/crypto/heimdal/appl/telnet/telnet/Makefile.am U src/crypto/heimdal/appl/telnet/telnet/Makefile.in U src/crypto/heimdal/appl/telnet/telnet/authenc.c U src/crypto/heimdal/appl/telnet/telnet/commands.c U src/crypto/heimdal/appl/telnet/telnet/defines.h U src/crypto/heimdal/appl/telnet/telnet/externs.h U src/crypto/heimdal/appl/telnet/telnet/main.c U src/crypto/heimdal/appl/telnet/telnet/network.c U src/crypto/heimdal/appl/telnet/telnet/ring.c U src/crypto/heimdal/appl/telnet/telnet/ring.h U src/crypto/heimdal/appl/telnet/telnet/sys_bsd.c U src/crypto/heimdal/appl/telnet/telnet/telnet.1 U src/crypto/heimdal/appl/telnet/telnet/telnet.c U src/crypto/heimdal/appl/telnet/telnet/terminal.c U src/crypto/heimdal/appl/telnet/telnet/types.h U src/crypto/heimdal/appl/telnet/telnet/utilities.c U src/crypto/heimdal/appl/telnet/telnetd/Makefile.am U src/crypto/heimdal/appl/telnet/telnetd/Makefile.in U src/crypto/heimdal/appl/telnet/telnetd/authenc.c U src/crypto/heimdal/appl/telnet/telnetd/defs.h U src/crypto/heimdal/appl/telnet/telnetd/ext.h U src/crypto/heimdal/appl/telnet/telnetd/global.c U src/crypto/heimdal/appl/telnet/telnetd/slc.c U src/crypto/heimdal/appl/telnet/telnetd/state.c U src/crypto/heimdal/appl/telnet/telnetd/sys_term.c U src/crypto/heimdal/appl/telnet/telnetd/telnetd.8 U src/crypto/heimdal/appl/telnet/telnetd/telnetd.c U src/crypto/heimdal/appl/telnet/telnetd/telnetd.h U src/crypto/heimdal/appl/telnet/telnetd/termstat.c U src/crypto/heimdal/appl/telnet/telnetd/utility.c U src/crypto/heimdal/appl/test/gss_common.c U src/crypto/heimdal/appl/test/Makefile.am U src/crypto/heimdal/appl/test/Makefile.in U src/crypto/heimdal/appl/test/common.c U src/crypto/heimdal/appl/test/gss_common.h U src/crypto/heimdal/appl/test/gssapi_client.c U src/crypto/heimdal/appl/test/gssapi_server.c U src/crypto/heimdal/appl/test/nt_gss_client.c U src/crypto/heimdal/appl/test/nt_gss_common.c U src/crypto/heimdal/appl/test/nt_gss_common.h U src/crypto/heimdal/appl/test/nt_gss_server.c U src/crypto/heimdal/appl/test/tcp_client.c U src/crypto/heimdal/appl/test/tcp_server.c U src/crypto/heimdal/appl/test/test_locl.h U src/crypto/heimdal/appl/test/uu_client.c U src/crypto/heimdal/appl/test/uu_server.c U src/crypto/heimdal/cf/Makefile.am.common U src/crypto/heimdal/cf/ChangeLog U src/crypto/heimdal/cf/auth-modules.m4 U src/crypto/heimdal/cf/aix.m4 U src/crypto/heimdal/cf/check-getpwnam_r-posix.m4 U src/crypto/heimdal/cf/broken-getaddrinfo.m4 U src/crypto/heimdal/cf/broken-getnameinfo.m4 U src/crypto/heimdal/cf/broken-glob.m4 U src/crypto/heimdal/cf/broken-realloc.m4 U src/crypto/heimdal/cf/broken-snprintf.m4 U src/crypto/heimdal/cf/broken.m4 U src/crypto/heimdal/cf/broken2.m4 U src/crypto/heimdal/cf/c-attribute.m4 U src/crypto/heimdal/cf/c-function.m4 U src/crypto/heimdal/cf/capabilities.m4 U src/crypto/heimdal/cf/check-compile-et.m4 U src/crypto/heimdal/cf/check-declaration.m4 U src/crypto/heimdal/cf/destdirs.m4 U src/crypto/heimdal/cf/db.m4 U src/crypto/heimdal/cf/check-man.m4 U src/crypto/heimdal/cf/check-netinet-ip-and-tcp.m4 U src/crypto/heimdal/cf/check-type-extra.m4 U src/crypto/heimdal/cf/check-var.m4 U src/crypto/heimdal/cf/check-x.m4 U src/crypto/heimdal/cf/check-xau.m4 U src/crypto/heimdal/cf/crypto.m4 U src/crypto/heimdal/cf/find-func.m4 U src/crypto/heimdal/cf/dlopen.m4 U src/crypto/heimdal/cf/irix.m4 U src/crypto/heimdal/cf/find-func-no-libs.m4 U src/crypto/heimdal/cf/find-func-no-libs2.m4 U src/crypto/heimdal/cf/find-if-not-broken.m4 U src/crypto/heimdal/cf/have-pragma-weak.m4 U src/crypto/heimdal/cf/have-struct-field.m4 U src/crypto/heimdal/cf/have-type.m4 U src/crypto/heimdal/cf/have-types.m4 U src/crypto/heimdal/cf/install-catman.sh U src/crypto/heimdal/cf/need-proto.m4 U src/crypto/heimdal/cf/misc.m4 U src/crypto/heimdal/cf/krb-bigendian.m4 U src/crypto/heimdal/cf/krb-func-getcwd-broken.m4 U src/crypto/heimdal/cf/krb-func-getlogin.m4 U src/crypto/heimdal/cf/krb-ipv6.m4 U src/crypto/heimdal/cf/krb-prog-ln-s.m4 U src/crypto/heimdal/cf/krb-prog-ranlib.m4 U src/crypto/heimdal/cf/krb-prog-yacc.m4 U src/crypto/heimdal/cf/krb-readline.m4 U src/crypto/heimdal/cf/krb-struct-spwd.m4 U src/crypto/heimdal/cf/krb-struct-winsize.m4 U src/crypto/heimdal/cf/krb-sys-aix.m4 U src/crypto/heimdal/cf/krb-sys-nextstep.m4 U src/crypto/heimdal/cf/krb-version.m4 U src/crypto/heimdal/cf/make-proto.pl U src/crypto/heimdal/cf/mips-abi.m4 U src/crypto/heimdal/cf/proto-compat.m4 U src/crypto/heimdal/cf/osfc2.m4 U src/crypto/heimdal/cf/otp.m4 U src/crypto/heimdal/cf/retsigtype.m4 U src/crypto/heimdal/cf/roken-frag.m4 U src/crypto/heimdal/cf/roken.m4 U src/crypto/heimdal/cf/sunos.m4 U src/crypto/heimdal/cf/telnet.m4 U src/crypto/heimdal/cf/test-package.m4 U src/crypto/heimdal/cf/wflags.m4 U src/crypto/heimdal/cf/with-all.m4 U src/crypto/heimdal/doc/heimdal.texi U src/crypto/heimdal/doc/Makefile.am U src/crypto/heimdal/doc/Makefile.in U src/crypto/heimdal/doc/ack.texi U src/crypto/heimdal/doc/install.texi U src/crypto/heimdal/doc/init-creds U src/crypto/heimdal/doc/kerberos4.texi U src/crypto/heimdal/doc/intro.texi U src/crypto/heimdal/doc/migration.texi U src/crypto/heimdal/doc/latin1.tex U src/crypto/heimdal/doc/layman.asc U src/crypto/heimdal/doc/mdate-sh U src/crypto/heimdal/doc/programming.texi U src/crypto/heimdal/doc/misc.texi U src/crypto/heimdal/doc/setup.texi U src/crypto/heimdal/doc/whatis.texi U src/crypto/heimdal/doc/win2k.texi U src/crypto/heimdal/etc/services.append U src/crypto/heimdal/include/make_crypto.c U src/crypto/heimdal/include/Makefile.am U src/crypto/heimdal/include/Makefile.in U src/crypto/heimdal/include/bits.c U src/crypto/heimdal/include/config.h.in U src/crypto/heimdal/include/kadm5/Makefile.am U src/crypto/heimdal/include/kadm5/Makefile.in U src/crypto/heimdal/kadmin/add-random-users.c U src/crypto/heimdal/kadmin/ChangeLog U src/crypto/heimdal/kadmin/Makefile.am U src/crypto/heimdal/kadmin/Makefile.in U src/crypto/heimdal/kadmin/del_enctype.c U src/crypto/heimdal/kadmin/ank.c U src/crypto/heimdal/kadmin/cpw.c U src/crypto/heimdal/kadmin/del.c U src/crypto/heimdal/kadmin/kadm_conn.c U src/crypto/heimdal/kadmin/dump.c U src/crypto/heimdal/kadmin/ext.c U src/crypto/heimdal/kadmin/get.c U src/crypto/heimdal/kadmin/init.c U src/crypto/heimdal/kadmin/kadmin_locl.h U src/crypto/heimdal/kadmin/kadmin.8 U src/crypto/heimdal/kadmin/kadmin.c U src/crypto/heimdal/kadmin/random_password.c U src/crypto/heimdal/kadmin/kadmind.8 U src/crypto/heimdal/kadmin/kadmind.c U src/crypto/heimdal/kadmin/load.c U src/crypto/heimdal/kadmin/mod.c U src/crypto/heimdal/kadmin/version4.c U src/crypto/heimdal/kadmin/rename.c U src/crypto/heimdal/kadmin/server.c U src/crypto/heimdal/kadmin/util.c U src/crypto/heimdal/kdc/Makefile.am U src/crypto/heimdal/kdc/524.c U src/crypto/heimdal/kdc/Makefile.in U src/crypto/heimdal/kdc/config.c U src/crypto/heimdal/kdc/connect.c U src/crypto/heimdal/kdc/headers.h U src/crypto/heimdal/kdc/hprop.8 U src/crypto/heimdal/kdc/hprop.c U src/crypto/heimdal/kdc/hprop.h U src/crypto/heimdal/kdc/hpropd.8 U src/crypto/heimdal/kdc/hpropd.c U src/crypto/heimdal/kdc/kadb.h U src/crypto/heimdal/kdc/kaserver.c U src/crypto/heimdal/kdc/kdc.8 U src/crypto/heimdal/kdc/kdc_locl.h U src/crypto/heimdal/kdc/kerberos4.c U src/crypto/heimdal/kdc/kerberos5.c U src/crypto/heimdal/kdc/kstash.8 U src/crypto/heimdal/kdc/kstash.c U src/crypto/heimdal/kdc/log.c U src/crypto/heimdal/kdc/main.c U src/crypto/heimdal/kdc/misc.c U src/crypto/heimdal/kdc/mit_dump.c U src/crypto/heimdal/kdc/rx.h U src/crypto/heimdal/kdc/string2key.8 U src/crypto/heimdal/kdc/string2key.c U src/crypto/heimdal/kdc/v4_dump.c U src/crypto/heimdal/kpasswd/kpasswd-generator.c U src/crypto/heimdal/kpasswd/Makefile.am U src/crypto/heimdal/kpasswd/Makefile.in U src/crypto/heimdal/kpasswd/kpasswd_locl.h U src/crypto/heimdal/kpasswd/kpasswd.1 U src/crypto/heimdal/kpasswd/kpasswd.c U src/crypto/heimdal/kpasswd/kpasswdd.8 U src/crypto/heimdal/kpasswd/kpasswdd.c U src/crypto/heimdal/kuser/generate-requests.c U src/crypto/heimdal/kuser/Makefile.am U src/crypto/heimdal/kuser/Makefile.in U src/crypto/heimdal/kuser/kdecode_ticket.c U src/crypto/heimdal/kuser/kauth_options.c U src/crypto/heimdal/kuser/kinit_options.c U src/crypto/heimdal/kuser/kdestroy.1 U src/crypto/heimdal/kuser/kdestroy.c U src/crypto/heimdal/kuser/kgetcred.1 U src/crypto/heimdal/kuser/kgetcred.c U src/crypto/heimdal/kuser/kinit.1 U src/crypto/heimdal/kuser/kinit.c U src/crypto/heimdal/kuser/kuser_locl.h U src/crypto/heimdal/kuser/klist.1 U src/crypto/heimdal/kuser/klist.c U src/crypto/heimdal/kuser/kverify.c U src/crypto/heimdal/lib/Makefile.am U src/crypto/heimdal/lib/Makefile.in U src/crypto/heimdal/lib/45/get_ad_tkt.c U src/crypto/heimdal/lib/45/45_locl.h U src/crypto/heimdal/lib/45/Makefile.am U src/crypto/heimdal/lib/45/Makefile.in U src/crypto/heimdal/lib/45/mk_req.c U src/crypto/heimdal/lib/asn1/asn1-common.h U src/crypto/heimdal/lib/asn1/Makefile.am U src/crypto/heimdal/lib/asn1/Makefile.in U src/crypto/heimdal/lib/asn1/asn1_print.c U src/crypto/heimdal/lib/asn1/asn1_err.et U src/crypto/heimdal/lib/asn1/gen_length.c N src/crypto/heimdal/lib/asn1/check-common.c N src/crypto/heimdal/lib/asn1/check-common.h U src/crypto/heimdal/lib/asn1/check-der.c N src/crypto/heimdal/lib/asn1/check-gen.c U src/crypto/heimdal/lib/asn1/der.h U src/crypto/heimdal/lib/asn1/der_copy.c U src/crypto/heimdal/lib/asn1/der_free.c U src/crypto/heimdal/lib/asn1/der_get.c U src/crypto/heimdal/lib/asn1/der_length.c U src/crypto/heimdal/lib/asn1/der_locl.h U src/crypto/heimdal/lib/asn1/der_put.c U src/crypto/heimdal/lib/asn1/gen.c U src/crypto/heimdal/lib/asn1/gen.h U src/crypto/heimdal/lib/asn1/gen_copy.c U src/crypto/heimdal/lib/asn1/gen_decode.c U src/crypto/heimdal/lib/asn1/gen_encode.c U src/crypto/heimdal/lib/asn1/hash.c U src/crypto/heimdal/lib/asn1/gen_free.c U src/crypto/heimdal/lib/asn1/gen_glue.c U src/crypto/heimdal/lib/asn1/rfc2459.asn1 U src/crypto/heimdal/lib/asn1/gen_locl.h U src/crypto/heimdal/lib/asn1/hash.h U src/crypto/heimdal/lib/asn1/k5.asn1 U src/crypto/heimdal/lib/asn1/lex.h U src/crypto/heimdal/lib/asn1/lex.l U src/crypto/heimdal/lib/asn1/main.c U src/crypto/heimdal/lib/asn1/parse.y U src/crypto/heimdal/lib/asn1/pkinit.asn1 U src/crypto/heimdal/lib/asn1/symbol.c U src/crypto/heimdal/lib/asn1/symbol.h U src/crypto/heimdal/lib/asn1/timegm.c U src/crypto/heimdal/lib/asn1/x509.asn1 U src/crypto/heimdal/lib/auth/ChangeLog U src/crypto/heimdal/lib/auth/Makefile.am U src/crypto/heimdal/lib/auth/Makefile.in U src/crypto/heimdal/lib/auth/afskauthlib/Makefile.am U src/crypto/heimdal/lib/auth/afskauthlib/Makefile.in U src/crypto/heimdal/lib/auth/afskauthlib/verify.c U src/crypto/heimdal/lib/auth/pam/pam.conf.add U src/crypto/heimdal/lib/auth/pam/Makefile.am U src/crypto/heimdal/lib/auth/pam/Makefile.in U src/crypto/heimdal/lib/auth/pam/pam.c U src/crypto/heimdal/lib/auth/sia/krb4+c2_matrix.conf U src/crypto/heimdal/lib/auth/sia/Makefile.am U src/crypto/heimdal/lib/auth/sia/Makefile.in U src/crypto/heimdal/lib/auth/sia/krb4_matrix.conf U src/crypto/heimdal/lib/auth/sia/krb5+c2_matrix.conf U src/crypto/heimdal/lib/auth/sia/krb5_matrix.conf U src/crypto/heimdal/lib/auth/sia/make-rpath U src/crypto/heimdal/lib/auth/sia/posix_getpw.c U src/crypto/heimdal/lib/auth/sia/security.patch U src/crypto/heimdal/lib/auth/sia/sia.c U src/crypto/heimdal/lib/auth/sia/sia_locl.h U src/crypto/heimdal/lib/com_err/compile_et.c U src/crypto/heimdal/lib/com_err/ChangeLog U src/crypto/heimdal/lib/com_err/Makefile.am U src/crypto/heimdal/lib/com_err/Makefile.in U src/crypto/heimdal/lib/com_err/com_err.c U src/crypto/heimdal/lib/com_err/com_err.h U src/crypto/heimdal/lib/com_err/com_right.h U src/crypto/heimdal/lib/com_err/compile_et.h U src/crypto/heimdal/lib/com_err/error.c U src/crypto/heimdal/lib/com_err/lex.h U src/crypto/heimdal/lib/com_err/lex.l U src/crypto/heimdal/lib/com_err/parse.y U src/crypto/heimdal/lib/com_err/roken_rename.h U src/crypto/heimdal/lib/gssapi/ChangeLog U src/crypto/heimdal/lib/gssapi/8003.c U src/crypto/heimdal/lib/gssapi/acquire_cred.c U src/crypto/heimdal/lib/gssapi/Makefile.am U src/crypto/heimdal/lib/gssapi/Makefile.in U src/crypto/heimdal/lib/gssapi/accept_sec_context.c N src/crypto/heimdal/lib/gssapi/add_cred.c U src/crypto/heimdal/lib/gssapi/add_oid_set_member.c U src/crypto/heimdal/lib/gssapi/address_to_krb5addr.c U src/crypto/heimdal/lib/gssapi/canonicalize_name.c U src/crypto/heimdal/lib/gssapi/compare_name.c N src/crypto/heimdal/lib/gssapi/compat.c U src/crypto/heimdal/lib/gssapi/context_time.c U src/crypto/heimdal/lib/gssapi/copy_ccache.c U src/crypto/heimdal/lib/gssapi/create_emtpy_oid_set.c U src/crypto/heimdal/lib/gssapi/decapsulate.c U src/crypto/heimdal/lib/gssapi/delete_sec_context.c U src/crypto/heimdal/lib/gssapi/display_name.c U src/crypto/heimdal/lib/gssapi/inquire_cred.c U src/crypto/heimdal/lib/gssapi/init.c U src/crypto/heimdal/lib/gssapi/display_status.c U src/crypto/heimdal/lib/gssapi/duplicate_name.c U src/crypto/heimdal/lib/gssapi/encapsulate.c U src/crypto/heimdal/lib/gssapi/export_name.c U src/crypto/heimdal/lib/gssapi/export_sec_context.c U src/crypto/heimdal/lib/gssapi/external.c U src/crypto/heimdal/lib/gssapi/get_mic.c N src/crypto/heimdal/lib/gssapi/gss_acquire_cred.3 N src/crypto/heimdal/lib/gssapi/gssapi.3 U src/crypto/heimdal/lib/gssapi/gssapi.h U src/crypto/heimdal/lib/gssapi/gssapi_locl.h U src/crypto/heimdal/lib/gssapi/import_name.c U src/crypto/heimdal/lib/gssapi/import_sec_context.c U src/crypto/heimdal/lib/gssapi/indicate_mechs.c N src/crypto/heimdal/lib/gssapi/inquire_cred_by_mech.c U src/crypto/heimdal/lib/gssapi/init_sec_context.c U src/crypto/heimdal/lib/gssapi/inquire_context.c U src/crypto/heimdal/lib/gssapi/test_oid_set_member.c U src/crypto/heimdal/lib/gssapi/release_cred.c U src/crypto/heimdal/lib/gssapi/release_buffer.c N src/crypto/heimdal/lib/gssapi/inquire_mechs_for_name.c N src/crypto/heimdal/lib/gssapi/inquire_names_for_mech.c N src/crypto/heimdal/lib/gssapi/process_context_token.c U src/crypto/heimdal/lib/gssapi/release_name.c U src/crypto/heimdal/lib/gssapi/release_oid_set.c N src/crypto/heimdal/lib/gssapi/test_acquire_cred.c U src/crypto/heimdal/lib/gssapi/verify_mic.c U src/crypto/heimdal/lib/gssapi/unwrap.c U src/crypto/heimdal/lib/gssapi/v1.c U src/crypto/heimdal/lib/gssapi/wrap.c U src/crypto/heimdal/lib/hdb/convert_db.c U src/crypto/heimdal/lib/hdb/Makefile.am U src/crypto/heimdal/lib/hdb/Makefile.in U src/crypto/heimdal/lib/hdb/common.c U src/crypto/heimdal/lib/hdb/hdb-ldap.c U src/crypto/heimdal/lib/hdb/db.c U src/crypto/heimdal/lib/hdb/db3.c U src/crypto/heimdal/lib/hdb/hdb-private.h U src/crypto/heimdal/lib/hdb/hdb-protos.h U src/crypto/heimdal/lib/hdb/hdb.asn1 U src/crypto/heimdal/lib/hdb/hdb.c U src/crypto/heimdal/lib/hdb/hdb.h U src/crypto/heimdal/lib/hdb/hdb_err.et U src/crypto/heimdal/lib/hdb/hdb_locl.h U src/crypto/heimdal/lib/hdb/keytab.c U src/crypto/heimdal/lib/hdb/mkey.c U src/crypto/heimdal/lib/hdb/ndbm.c U src/crypto/heimdal/lib/hdb/print.c U src/crypto/heimdal/lib/kadm5/bump_pw_expire.c U src/crypto/heimdal/lib/kadm5/ChangeLog U src/crypto/heimdal/lib/kadm5/Makefile.am U src/crypto/heimdal/lib/kadm5/Makefile.in U src/crypto/heimdal/lib/kadm5/acl.c U src/crypto/heimdal/lib/kadm5/admin.h U src/crypto/heimdal/lib/kadm5/client_glue.c U src/crypto/heimdal/lib/kadm5/chpass_c.c U src/crypto/heimdal/lib/kadm5/chpass_s.c U src/crypto/heimdal/lib/kadm5/get_princs_c.c U src/crypto/heimdal/lib/kadm5/common_glue.c U src/crypto/heimdal/lib/kadm5/context_s.c U src/crypto/heimdal/lib/kadm5/create_c.c U src/crypto/heimdal/lib/kadm5/create_s.c U src/crypto/heimdal/lib/kadm5/delete_c.c U src/crypto/heimdal/lib/kadm5/delete_s.c U src/crypto/heimdal/lib/kadm5/destroy_c.c U src/crypto/heimdal/lib/kadm5/destroy_s.c U src/crypto/heimdal/lib/kadm5/dump_log.c U src/crypto/heimdal/lib/kadm5/ent_setup.c U src/crypto/heimdal/lib/kadm5/error.c U src/crypto/heimdal/lib/kadm5/flush.c U src/crypto/heimdal/lib/kadm5/flush_c.c U src/crypto/heimdal/lib/kadm5/flush_s.c U src/crypto/heimdal/lib/kadm5/free.c U src/crypto/heimdal/lib/kadm5/get_c.c U src/crypto/heimdal/lib/kadm5/password_quality.c U src/crypto/heimdal/lib/kadm5/get_princs_s.c U src/crypto/heimdal/lib/kadm5/get_s.c U src/crypto/heimdal/lib/kadm5/init_c.c U src/crypto/heimdal/lib/kadm5/init_s.c U src/crypto/heimdal/lib/kadm5/iprop.h U src/crypto/heimdal/lib/kadm5/ipropd_master.c U src/crypto/heimdal/lib/kadm5/ipropd_slave.c U src/crypto/heimdal/lib/kadm5/kadm5-private.h U src/crypto/heimdal/lib/kadm5/kadm5-protos.h U src/crypto/heimdal/lib/kadm5/kadm5_err.et U src/crypto/heimdal/lib/kadm5/kadm5_locl.h U src/crypto/heimdal/lib/kadm5/keys.c U src/crypto/heimdal/lib/kadm5/log.c U src/crypto/heimdal/lib/kadm5/marshall.c U src/crypto/heimdal/lib/kadm5/modify_c.c U src/crypto/heimdal/lib/kadm5/modify_s.c U src/crypto/heimdal/lib/kadm5/replay_log.c U src/crypto/heimdal/lib/kadm5/private.h U src/crypto/heimdal/lib/kadm5/privs_c.c U src/crypto/heimdal/lib/kadm5/privs_s.c U src/crypto/heimdal/lib/kadm5/randkey_c.c U src/crypto/heimdal/lib/kadm5/randkey_s.c U src/crypto/heimdal/lib/kadm5/rename_c.c U src/crypto/heimdal/lib/kadm5/rename_s.c U src/crypto/heimdal/lib/kadm5/sample_passwd_check.c U src/crypto/heimdal/lib/kadm5/send_recv.c U src/crypto/heimdal/lib/kadm5/server_glue.c U src/crypto/heimdal/lib/kadm5/set_keys.c U src/crypto/heimdal/lib/kadm5/set_modifier.c U src/crypto/heimdal/lib/kadm5/truncate_log.c U src/crypto/heimdal/lib/kafs/README.dlfcn U src/crypto/heimdal/lib/kafs/ChangeLog U src/crypto/heimdal/lib/kafs/Makefile.am U src/crypto/heimdal/lib/kafs/Makefile.in U src/crypto/heimdal/lib/kafs/afssysdefs.h U src/crypto/heimdal/lib/kafs/afskrb.c U src/crypto/heimdal/lib/kafs/afskrb5.c U src/crypto/heimdal/lib/kafs/afsl.exp U src/crypto/heimdal/lib/kafs/afslib.c U src/crypto/heimdal/lib/kafs/afslib.exp U src/crypto/heimdal/lib/kafs/afssys.c U src/crypto/heimdal/lib/kafs/roken_rename.h U src/crypto/heimdal/lib/kafs/common.c U src/crypto/heimdal/lib/kafs/dlfcn.c U src/crypto/heimdal/lib/kafs/dlfcn.h U src/crypto/heimdal/lib/kafs/kafs.3 U src/crypto/heimdal/lib/kafs/kafs.h U src/crypto/heimdal/lib/kafs/kafs_locl.h U src/crypto/heimdal/lib/kdfs/ChangeLog U src/crypto/heimdal/lib/kdfs/Makefile.am C src/crypto/heimdal/lib/kdfs/Makefile.in U src/crypto/heimdal/lib/kdfs/k5dfspag.c U src/crypto/heimdal/lib/krb5/add_et_list.c U src/crypto/heimdal/lib/krb5/Makefile.am U src/crypto/heimdal/lib/krb5/Makefile.in U src/crypto/heimdal/lib/krb5/acl.c U src/crypto/heimdal/lib/krb5/aname_to_localname.c U src/crypto/heimdal/lib/krb5/addr_families.c N src/crypto/heimdal/lib/krb5/aes-test.c U src/crypto/heimdal/lib/krb5/config_file_netinfo.c U src/crypto/heimdal/lib/krb5/appdefault.c U src/crypto/heimdal/lib/krb5/asn1_glue.c U src/crypto/heimdal/lib/krb5/auth_context.c U src/crypto/heimdal/lib/krb5/build_ap_req.c U src/crypto/heimdal/lib/krb5/build_auth.c U src/crypto/heimdal/lib/krb5/cache.c U src/crypto/heimdal/lib/krb5/changepw.c U src/crypto/heimdal/lib/krb5/codec.c U src/crypto/heimdal/lib/krb5/config_file.c U src/crypto/heimdal/lib/krb5/convert_creds.c U src/crypto/heimdal/lib/krb5/constants.c U src/crypto/heimdal/lib/krb5/context.c U src/crypto/heimdal/lib/krb5/generate_seq_number.c U src/crypto/heimdal/lib/krb5/copy_host_realm.c U src/crypto/heimdal/lib/krb5/crc.c U src/crypto/heimdal/lib/krb5/creds.c C src/crypto/heimdal/lib/krb5/crypto.c U src/crypto/heimdal/lib/krb5/data.c U src/crypto/heimdal/lib/krb5/derived-key-test.c U src/crypto/heimdal/lib/krb5/dump_config.c U src/crypto/heimdal/lib/krb5/eai_to_heim_errno.c U src/crypto/heimdal/lib/krb5/error_string.c U src/crypto/heimdal/lib/krb5/expand_hostname.c U src/crypto/heimdal/lib/krb5/fcache.c U src/crypto/heimdal/lib/krb5/free.c U src/crypto/heimdal/lib/krb5/free_host_realm.c U src/crypto/heimdal/lib/krb5/get_default_principal.c U src/crypto/heimdal/lib/krb5/generate_subkey.c U src/crypto/heimdal/lib/krb5/get_addrs.c U src/crypto/heimdal/lib/krb5/get_cred.c U src/crypto/heimdal/lib/krb5/get_in_tkt_with_keytab.c U src/crypto/heimdal/lib/krb5/get_default_realm.c U src/crypto/heimdal/lib/krb5/get_for_creds.c U src/crypto/heimdal/lib/krb5/get_host_realm.c U src/crypto/heimdal/lib/krb5/get_in_tkt.c U src/crypto/heimdal/lib/krb5/get_in_tkt_pw.c U src/crypto/heimdal/lib/krb5/krb5.conf.5 U src/crypto/heimdal/lib/krb5/krb5.3 U src/crypto/heimdal/lib/krb5/get_in_tkt_with_skey.c U src/crypto/heimdal/lib/krb5/get_port.c U src/crypto/heimdal/lib/krb5/heim_err.et U src/crypto/heimdal/lib/krb5/init_creds.c U src/crypto/heimdal/lib/krb5/init_creds_pw.c U src/crypto/heimdal/lib/krb5/k524_err.et U src/crypto/heimdal/lib/krb5/kerberos.8 U src/crypto/heimdal/lib/krb5/keyblock.c U src/crypto/heimdal/lib/krb5/keytab.c U src/crypto/heimdal/lib/krb5/keytab_any.c U src/crypto/heimdal/lib/krb5/keytab_file.c U src/crypto/heimdal/lib/krb5/keytab_keyfile.c U src/crypto/heimdal/lib/krb5/keytab_krb4.c U src/crypto/heimdal/lib/krb5/keytab_memory.c U src/crypto/heimdal/lib/krb5/krb5-private.h U src/crypto/heimdal/lib/krb5/krb5-protos.h N src/crypto/heimdal/lib/krb5/krb5-v4compat.h N src/crypto/heimdal/lib/krb5/krb5_address.3 U src/crypto/heimdal/lib/krb5/krb5.h U src/crypto/heimdal/lib/krb5/log.c U src/crypto/heimdal/lib/krb5/mk_req_ext.c U src/crypto/heimdal/lib/krb5/krb5_425_conv_principal.3 N src/crypto/heimdal/lib/krb5/krb5_aname_to_localname.3 U src/crypto/heimdal/lib/krb5/krb5_appdefault.3 U src/crypto/heimdal/lib/krb5/krb5_auth_context.3 U src/crypto/heimdal/lib/krb5/krb5_build_principal.3 N src/crypto/heimdal/lib/krb5/krb5_ccache.3 U src/crypto/heimdal/lib/krb5/krb5_config.3 U src/crypto/heimdal/lib/krb5/krb5_context.3 U src/crypto/heimdal/lib/krb5/krb5_create_checksum.3 U src/crypto/heimdal/lib/krb5/krb5_crypto_init.3 N src/crypto/heimdal/lib/krb5/krb5_data.3 U src/crypto/heimdal/lib/krb5/krb5_encrypt.3 U src/crypto/heimdal/lib/krb5/krb5_err.et U src/crypto/heimdal/lib/krb5/krb5_free_addresses.3 U src/crypto/heimdal/lib/krb5/krb5_free_principal.3 U src/crypto/heimdal/lib/krb5/krb5_get_krbhst.3 U src/crypto/heimdal/lib/krb5/krb5_get_all_client_addrs.3 U src/crypto/heimdal/lib/krb5/krb5_init_context.3 U src/crypto/heimdal/lib/krb5/krb5_keytab.3 U src/crypto/heimdal/lib/krb5/krb5_krbhst_init.3 N src/crypto/heimdal/lib/krb5/krb5_kuserok.3 U src/crypto/heimdal/lib/krb5/krb5_locl.h U src/crypto/heimdal/lib/krb5/krb5_openlog.3 U src/crypto/heimdal/lib/krb5/krb5_parse_name.3 U src/crypto/heimdal/lib/krb5/krb5_principal_get_realm.3 N src/crypto/heimdal/lib/krb5/krb5_set_default_realm.3 U src/crypto/heimdal/lib/krb5/krb5_sname_to_principal.3 U src/crypto/heimdal/lib/krb5/krb5_timeofday.3 U src/crypto/heimdal/lib/krb5/krb5_unparse_name.3 U src/crypto/heimdal/lib/krb5/krb5_verify_user.3 U src/crypto/heimdal/lib/krb5/krb5_warn.3 U src/crypto/heimdal/lib/krb5/krbhst-test.c U src/crypto/heimdal/lib/krb5/krbhst.c U src/crypto/heimdal/lib/krb5/kuserok.c U src/crypto/heimdal/lib/krb5/mcache.c U src/crypto/heimdal/lib/krb5/misc.c U src/crypto/heimdal/lib/krb5/mk_error.c U src/crypto/heimdal/lib/krb5/mk_priv.c U src/crypto/heimdal/lib/krb5/mk_rep.c U src/crypto/heimdal/lib/krb5/mk_req.c U src/crypto/heimdal/lib/krb5/n-fold-test.c U src/crypto/heimdal/lib/krb5/mk_safe.c U src/crypto/heimdal/lib/krb5/name-45-test.c U src/crypto/heimdal/lib/krb5/n-fold.c U src/crypto/heimdal/lib/krb5/parse-name-test.c U src/crypto/heimdal/lib/krb5/net_read.c U src/crypto/heimdal/lib/krb5/net_write.c U src/crypto/heimdal/lib/krb5/padata.c U src/crypto/heimdal/lib/krb5/prog_setup.c U src/crypto/heimdal/lib/krb5/principal.c U src/crypto/heimdal/lib/krb5/string-to-key-test.c U src/crypto/heimdal/lib/krb5/prompter_posix.c U src/crypto/heimdal/lib/krb5/rd_cred.c U src/crypto/heimdal/lib/krb5/rd_error.c U src/crypto/heimdal/lib/krb5/rd_priv.c U src/crypto/heimdal/lib/krb5/rd_rep.c U src/crypto/heimdal/lib/krb5/rd_req.c U src/crypto/heimdal/lib/krb5/rd_safe.c U src/crypto/heimdal/lib/krb5/store.c U src/crypto/heimdal/lib/krb5/read_message.c U src/crypto/heimdal/lib/krb5/recvauth.c U src/crypto/heimdal/lib/krb5/replay.c U src/crypto/heimdal/lib/krb5/send_to_kdc.c U src/crypto/heimdal/lib/krb5/sendauth.c U src/crypto/heimdal/lib/krb5/set_default_realm.c U src/crypto/heimdal/lib/krb5/sock_principal.c U src/crypto/heimdal/lib/krb5/store-int.h U src/crypto/heimdal/lib/krb5/store-test.c U src/crypto/heimdal/lib/krb5/store_emem.c U src/crypto/heimdal/lib/krb5/store_fd.c U src/crypto/heimdal/lib/krb5/store_mem.c U src/crypto/heimdal/lib/krb5/test_get_addrs.c N src/crypto/heimdal/lib/krb5/test_alname.c N src/crypto/heimdal/lib/krb5/test_cc.c U src/crypto/heimdal/lib/krb5/verify_init.c U src/crypto/heimdal/lib/krb5/ticket.c U src/crypto/heimdal/lib/krb5/time.c U src/crypto/heimdal/lib/krb5/transited.c U src/crypto/heimdal/lib/krb5/verify_krb5_conf.8 U src/crypto/heimdal/lib/krb5/verify_krb5_conf.c U src/crypto/heimdal/lib/krb5/verify_user.c U src/crypto/heimdal/lib/krb5/version.c U src/crypto/heimdal/lib/krb5/warn.c U src/crypto/heimdal/lib/krb5/write_message.c U src/crypto/heimdal/lib/roken/acinclude.m4 U src/crypto/heimdal/lib/roken/ChangeLog U src/crypto/heimdal/lib/roken/Makefile.am U src/crypto/heimdal/lib/roken/Makefile.in U src/crypto/heimdal/lib/roken/acconfig.h U src/crypto/heimdal/lib/roken/get_default_username.c U src/crypto/heimdal/lib/roken/base64-test.c U src/crypto/heimdal/lib/roken/base64.c U src/crypto/heimdal/lib/roken/base64.h U src/crypto/heimdal/lib/roken/bswap.c U src/crypto/heimdal/lib/roken/chown.c U src/crypto/heimdal/lib/roken/concat.c U src/crypto/heimdal/lib/roken/copyhostent.c U src/crypto/heimdal/lib/roken/daemon.c U src/crypto/heimdal/lib/roken/ecalloc.c U src/crypto/heimdal/lib/roken/emalloc.c U src/crypto/heimdal/lib/roken/environment.c U src/crypto/heimdal/lib/roken/eread.c U src/crypto/heimdal/lib/roken/erealloc.c U src/crypto/heimdal/lib/roken/err.c U src/crypto/heimdal/lib/roken/err.hin U src/crypto/heimdal/lib/roken/errx.c U src/crypto/heimdal/lib/roken/esetenv.c U src/crypto/heimdal/lib/roken/estrdup.c U src/crypto/heimdal/lib/roken/ewrite.c U src/crypto/heimdal/lib/roken/fchown.c U src/crypto/heimdal/lib/roken/flock.c U src/crypto/heimdal/lib/roken/fnmatch.c U src/crypto/heimdal/lib/roken/fnmatch.hin U src/crypto/heimdal/lib/roken/freeaddrinfo.c U src/crypto/heimdal/lib/roken/freehostent.c U src/crypto/heimdal/lib/roken/gai_strerror.c U src/crypto/heimdal/lib/roken/getaddrinfo_hostspec.c U src/crypto/heimdal/lib/roken/get_window_size.c U src/crypto/heimdal/lib/roken/getaddrinfo-test.c U src/crypto/heimdal/lib/roken/getaddrinfo.c U src/crypto/heimdal/lib/roken/getdtablesize.c U src/crypto/heimdal/lib/roken/getarg.3 U src/crypto/heimdal/lib/roken/getarg.c U src/crypto/heimdal/lib/roken/getarg.h U src/crypto/heimdal/lib/roken/getcap.c U src/crypto/heimdal/lib/roken/getcwd.c U src/crypto/heimdal/lib/roken/getnameinfo_verified.c U src/crypto/heimdal/lib/roken/getegid.c U src/crypto/heimdal/lib/roken/geteuid.c U src/crypto/heimdal/lib/roken/verr.c U src/crypto/heimdal/lib/roken/getgid.c U src/crypto/heimdal/lib/roken/gethostname.c U src/crypto/heimdal/lib/roken/getifaddrs.c U src/crypto/heimdal/lib/roken/getipnodebyaddr.c U src/crypto/heimdal/lib/roken/getipnodebyname.c U src/crypto/heimdal/lib/roken/getnameinfo.c U src/crypto/heimdal/lib/roken/getprogname.c U src/crypto/heimdal/lib/roken/getopt.c U src/crypto/heimdal/lib/roken/hostent_find_fqdn.c U src/crypto/heimdal/lib/roken/gettimeofday.c U src/crypto/heimdal/lib/roken/getuid.c U src/crypto/heimdal/lib/roken/getusershell.c U src/crypto/heimdal/lib/roken/glob.c U src/crypto/heimdal/lib/roken/glob.hin U src/crypto/heimdal/lib/roken/h_errno.c U src/crypto/heimdal/lib/roken/initgroups.c U src/crypto/heimdal/lib/roken/hstrerror.c U src/crypto/heimdal/lib/roken/ifaddrs.hin U src/crypto/heimdal/lib/roken/inet_aton.c U src/crypto/heimdal/lib/roken/inet_ntop.c U src/crypto/heimdal/lib/roken/inet_pton.c U src/crypto/heimdal/lib/roken/k_getpwnam.c U src/crypto/heimdal/lib/roken/innetgr.c U src/crypto/heimdal/lib/roken/snprintf.c U src/crypto/heimdal/lib/roken/install-sh U src/crypto/heimdal/lib/roken/iruserok.c U src/crypto/heimdal/lib/roken/issuid.c U src/crypto/heimdal/lib/roken/parse_bytes-test.c U src/crypto/heimdal/lib/roken/k_getpwuid.c U src/crypto/heimdal/lib/roken/localtime_r.c U src/crypto/heimdal/lib/roken/lstat.c U src/crypto/heimdal/lib/roken/memmove.c U src/crypto/heimdal/lib/roken/mini_inetd.c U src/crypto/heimdal/lib/roken/missing U src/crypto/heimdal/lib/roken/mkinstalldirs U src/crypto/heimdal/lib/roken/mkstemp.c U src/crypto/heimdal/lib/roken/ndbm_wrap.c U src/crypto/heimdal/lib/roken/ndbm_wrap.h U src/crypto/heimdal/lib/roken/net_read.c U src/crypto/heimdal/lib/roken/net_write.c U src/crypto/heimdal/lib/roken/parse_reply-test.c U src/crypto/heimdal/lib/roken/parse_bytes.c U src/crypto/heimdal/lib/roken/parse_bytes.h U src/crypto/heimdal/lib/roken/roken_gethostby.c U src/crypto/heimdal/lib/roken/parse_time.c U src/crypto/heimdal/lib/roken/parse_time.h U src/crypto/heimdal/lib/roken/snprintf-test.c U src/crypto/heimdal/lib/roken/parse_units.c U src/crypto/heimdal/lib/roken/parse_units.h U src/crypto/heimdal/lib/roken/print_version.c U src/crypto/heimdal/lib/roken/putenv.c U src/crypto/heimdal/lib/roken/rcmd.c U src/crypto/heimdal/lib/roken/readv.c U src/crypto/heimdal/lib/roken/recvmsg.c U src/crypto/heimdal/lib/roken/resolve.c U src/crypto/heimdal/lib/roken/resolve.h U src/crypto/heimdal/lib/roken/resource.h U src/crypto/heimdal/lib/roken/roken-common.h U src/crypto/heimdal/lib/roken/roken.awk U src/crypto/heimdal/lib/roken/roken.h.in U src/crypto/heimdal/lib/roken/sendmsg.c U src/crypto/heimdal/lib/roken/rtbl.c U src/crypto/heimdal/lib/roken/rtbl.h U src/crypto/heimdal/lib/roken/setprogname.c U src/crypto/heimdal/lib/roken/setegid.c U src/crypto/heimdal/lib/roken/setenv.c U src/crypto/heimdal/lib/roken/seteuid.c U src/crypto/heimdal/lib/roken/simple_exec.c U src/crypto/heimdal/lib/roken/signal.c U src/crypto/heimdal/lib/roken/strpftime-test.c U src/crypto/heimdal/lib/roken/snprintf-test.h U src/crypto/heimdal/lib/roken/socket.c U src/crypto/heimdal/lib/roken/strcasecmp.c U src/crypto/heimdal/lib/roken/strcollect.c U src/crypto/heimdal/lib/roken/strdup.c U src/crypto/heimdal/lib/roken/strerror.c U src/crypto/heimdal/lib/roken/strftime.c U src/crypto/heimdal/lib/roken/strlcat.c U src/crypto/heimdal/lib/roken/strlcpy.c U src/crypto/heimdal/lib/roken/strlwr.c U src/crypto/heimdal/lib/roken/strncasecmp.c U src/crypto/heimdal/lib/roken/strndup.c U src/crypto/heimdal/lib/roken/strnlen.c U src/crypto/heimdal/lib/roken/strsep_copy.c U src/crypto/heimdal/lib/roken/strptime.c U src/crypto/heimdal/lib/roken/strsep.c U src/crypto/heimdal/lib/roken/vsyslog.c U src/crypto/heimdal/lib/roken/strtok_r.c U src/crypto/heimdal/lib/roken/strupr.c U src/crypto/heimdal/lib/roken/swab.c U src/crypto/heimdal/lib/roken/timeval.c U src/crypto/heimdal/lib/roken/tm2time.c U src/crypto/heimdal/lib/roken/unsetenv.c U src/crypto/heimdal/lib/roken/unvis.c U src/crypto/heimdal/lib/roken/verify.c U src/crypto/heimdal/lib/roken/verrx.c U src/crypto/heimdal/lib/roken/vis.c U src/crypto/heimdal/lib/roken/vis.hin U src/crypto/heimdal/lib/roken/vwarnx.c U src/crypto/heimdal/lib/roken/vwarn.c U src/crypto/heimdal/lib/roken/warnerr.c U src/crypto/heimdal/lib/roken/warn.c U src/crypto/heimdal/lib/roken/write_pid.c U src/crypto/heimdal/lib/roken/warnx.c U src/crypto/heimdal/lib/roken/writev.c U src/crypto/heimdal/lib/roken/xdbm.h U src/crypto/heimdal/lib/sl/roken_rename.h U src/crypto/heimdal/lib/sl/ChangeLog U src/crypto/heimdal/lib/sl/Makefile.am U src/crypto/heimdal/lib/sl/Makefile.in U src/crypto/heimdal/lib/sl/lex.l U src/crypto/heimdal/lib/sl/make_cmds.c U src/crypto/heimdal/lib/sl/make_cmds.h U src/crypto/heimdal/lib/sl/parse.y U src/crypto/heimdal/lib/sl/sl_locl.h U src/crypto/heimdal/lib/sl/sl.c U src/crypto/heimdal/lib/sl/sl.h U src/crypto/heimdal/lib/sl/ss.c U src/crypto/heimdal/lib/sl/ss.h U src/crypto/heimdal/lib/vers/print_version.c U src/crypto/heimdal/lib/vers/ChangeLog U src/crypto/heimdal/lib/vers/Makefile.am U src/crypto/heimdal/lib/vers/Makefile.in U src/crypto/heimdal/lib/vers/vers.h U src/crypto/heimdal/lib/vers/make-print-version.c U src/crypto/heimdal/tools/krb5-config.1 U src/crypto/heimdal/tools/Makefile.am U src/crypto/heimdal/tools/Makefile.in N src/crypto/heimdal/tools/build.sh U src/crypto/heimdal/tools/krb5-config.in 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKTH:yesterday -jKTH src/crypto/heimdal From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12:42: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 04D5716A4B3; Thu, 9 Oct 2003 12:42:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D31F43FFB; Thu, 9 Oct 2003 12:42:08 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99Jg7XJ099806; Thu, 9 Oct 2003 12:42:07 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99Jg7of099803; Thu, 9 Oct 2003 12:42:07 -0700 (PDT) (envelope-from nectar) Message-Id: <200310091942.h99Jg7of099803@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 9 Oct 2003 12:42: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/crypto/heimdal/lib/krb5 crypto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 09 Oct 2003 19:42:10 -0000 nectar 2003/10/09 12:42:07 PDT FreeBSD src repository Modified files: crypto/heimdal/lib/krb5 crypto.c Log: Resolve conflicts after import of Heimdal 0.6. Revision Changes Path 1.9 +479 -27 src/crypto/heimdal/lib/krb5/crypto.c From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12:45:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id EBE1A16A4BF; Thu, 9 Oct 2003 12:45:47 -0700 (PDT) Date: Thu, 9 Oct 2003 14:45:47 -0500 From: Juli Mallett To: Bruce Evans Message-ID: <20031009144547.A77413@FreeBSD.org> References: <200310090945.h999jKns055269@repoman.freebsd.org> <20031009121355.GD94235@madman.celabo.org> <20031009222521.W9649@gamplex.bde.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: <20031009222521.W9649@gamplex.bde.org>; from bde@zeta.org.au on Thu, Oct 09, 2003 at 10:37:27PM +1000 X-Title: Code Maven X-Towel: Yes X-Negacore: Yes X-Authentication-Warning: localhost: juli pwned teh intarweb cc: "Jacques A. Vidrine" cc: Hiten Pandya cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.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: Thu, 09 Oct 2003 19:45:48 -0000 * Bruce Evans [ Date: 2003-10-09 ] [ w.r.t. Re: cvs commit: src/lib/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.3 ] > On Thu, 9 Oct 2003, Jacques A. Vidrine wrote: > > > On Thu, Oct 09, 2003 at 02:45:20AM -0700, Hiten Pandya wrote: > > > hmp 2003/10/09 02:45:20 PDT > > > > > > FreeBSD src repository (doc committer) > > > > > > Modified files: > > > lib/libufs bread.3 cgread.3 getino.3 libufs.3 > > > sbread.3 ufs_disk_close.3 > > > Log: > > > Remove unneccessary include of sys/types.h in the SYNOPSIS > > > header. > > > > > > Sys/param.h includes sys/types.h internally unless LOCORE is > > > defined. > > Including both is also a style bug. > > > I think you removed the wrong header. Is required in > > each of these cases? If not, then I believe the synopsis should refer > > only to : > > is a prerequisite for and some of the other > headers. is a prerequisite for , > but the mount headers are not needed for much if anything in these > interfaces. is only needed to define MAXBSIZE otherwise. > > getino.3 might be more useful if it were installed. It would be more useful if the code were committed. I think I never did that because of some alignment issues on various platforms. If someone wants a copy of what my WIP look{s,ed} like, I can point to it on request. Thanx, juli. -- juli mallett. email: jmallett@freebsd.org; efnet: juli; aim: bsdflata; i have lost my way home early - i don't care cause i won't stay there. From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12:48: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 08FE816A4B3; Thu, 9 Oct 2003 12:48:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7666043FCB; Thu, 9 Oct 2003 12:48:47 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99JmlXJ006463; Thu, 9 Oct 2003 12:48:47 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99JmlID006462; Thu, 9 Oct 2003 12:48:47 -0700 (PDT) (envelope-from nectar) Message-Id: <200310091948.h99JmlID006462@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 9 Oct 2003 12:48: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/kerberos5/include Makefile config.h krb5-private.h version.h src/kerberos5/lib Makefile Makefile.inc src/kerberos5/lib/libgssapi Makefile src/kerberos5/lib/libkafs5 Makefile src/kerberos5/libexec/kdc 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, 09 Oct 2003 19:48:48 -0000 nectar 2003/10/09 12:48:47 PDT FreeBSD src repository Modified files: kerberos5/include Makefile config.h krb5-private.h version.h kerberos5/lib Makefile Makefile.inc kerberos5/lib/libgssapi Makefile kerberos5/libexec/kdc Makefile kerberos5/usr.bin/kdestroy Makefile kerberos5/usr.bin/kinit Makefile kerberos5/usr.bin/klist Makefile kerberos5/usr.bin/krb5-config Makefile kerberos5/usr.bin/ksu Makefile share/mk bsd.libnames.mk Added files: kerberos5/lib/libkafs5 Makefile Log: Update build infrastructure for Heimdal 0.6. Revision Changes Path 1.2 +1 -1 src/kerberos5/include/Makefile 1.13 +20 -12 src/kerberos5/include/config.h 1.4 +21 -2 src/kerberos5/include/krb5-private.h 1.12 +2 -2 src/kerberos5/include/version.h 1.9 +1 -1 src/kerberos5/lib/Makefile 1.6 +1 -1 src/kerberos5/lib/Makefile.inc 1.6 +7 -1 src/kerberos5/lib/libgssapi/Makefile 1.4 +15 -0 src/kerberos5/lib/libkafs5/Makefile (new) 1.14 +2 -0 src/kerberos5/libexec/kdc/Makefile 1.13 +2 -2 src/kerberos5/usr.bin/kdestroy/Makefile 1.13 +2 -2 src/kerberos5/usr.bin/kinit/Makefile 1.13 +2 -2 src/kerberos5/usr.bin/klist/Makefile 1.11 +1 -1 src/kerberos5/usr.bin/krb5-config/Makefile 1.11 +2 -2 src/kerberos5/usr.bin/ksu/Makefile 1.71 +1 -0 src/share/mk/bsd.libnames.mk From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12: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 3849216A4B3; Thu, 9 Oct 2003 12:50:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CCD843FDD; Thu, 9 Oct 2003 12:50:01 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99Jo1XJ006624; Thu, 9 Oct 2003 12:50:01 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99Jo1Yv006623; Thu, 9 Oct 2003 12:50:01 -0700 (PDT) (envelope-from nectar) Message-Id: <200310091950.h99Jo1Yv006623@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 9 Oct 2003 12:50: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/etc/mtree BSD.include.dist src/kerberos5/lib/libhdb Makefile src/kerberos5/lib/libkadm5clnt Makefile src/kerberos5/lib/libkafs5 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, 09 Oct 2003 19:50:02 -0000 nectar 2003/10/09 12:50:00 PDT FreeBSD src repository Modified files: etc/mtree BSD.include.dist kerberos5/lib/libhdb Makefile kerberos5/lib/libkadm5clnt Makefile kerberos5/lib/libkafs5 Makefile Log: Install additional headers for Kerberos (libkafs, libkadm5*, and libhdb). Revision Changes Path 1.71 +2 -0 src/etc/mtree/BSD.include.dist 1.15 +7 -0 src/kerberos5/lib/libhdb/Makefile 1.5 +8 -0 src/kerberos5/lib/libkadm5clnt/Makefile 1.5 +1 -0 src/kerberos5/lib/libkafs5/Makefile From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12:51: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 78CAF16A4B3; Thu, 9 Oct 2003 12:51:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F8F43FCB; Thu, 9 Oct 2003 12:51:14 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99JpEXJ006843; Thu, 9 Oct 2003 12:51:14 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99JpE71006842; Thu, 9 Oct 2003 12:51:14 -0700 (PDT) (envelope-from nectar) Message-Id: <200310091951.h99JpE71006842@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 9 Oct 2003 12:51: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/kerberos5/lib/libgssapi Makefilesrc/kerberos5/lib/libkafs5 Makefile src/kerberos5/lib/libkrb5 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, 09 Oct 2003 19:51:15 -0000 nectar 2003/10/09 12:51:13 PDT FreeBSD src repository Modified files: kerberos5/lib/libgssapi Makefile kerberos5/lib/libkafs5 Makefile kerberos5/lib/libkrb5 Makefile Log: Install Kerberos- and GSSAPI-related man pages. Revision Changes Path 1.7 +45 -0 src/kerberos5/lib/libgssapi/Makefile 1.6 +21 -0 src/kerberos5/lib/libkafs5/Makefile 1.14 +174 -5 src/kerberos5/lib/libkrb5/Makefile From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12:52: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 7B42F16A4B3; Thu, 9 Oct 2003 12:52:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E59643FBF; Thu, 9 Oct 2003 12:52:15 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99JqFXJ006898; Thu, 9 Oct 2003 12:52:15 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99JqEPB006897; Thu, 9 Oct 2003 12:52:14 -0700 (PDT) (envelope-from nectar) Message-Id: <200310091952.h99JqEPB006897@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 9 Oct 2003 12:52:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: KTH Subject: cvs commit: src/crypto/heimdal/lib/krb5 - 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: Thu, 09 Oct 2003 19:52:16 -0000 nectar 2003/10/09 12:52:14 PDT FreeBSD src repository src/crypto/heimdal/lib/krb5 - Imported sources Update of /home/ncvs/src/crypto/heimdal/lib/krb5 In directory repoman.freebsd.org:/tmp/cvs-serv6875 Log Message: Correct badly-formed code (missing quote) within `#if 0' section. Newer versions of GCC error in such situations. Obtained from: Heimdal CVS Status: Vendor Tag: KTH Release Tags: cvs_20030922 U src/crypto/heimdal/lib/krb5/verify_krb5_conf.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Thu Oct 9 12: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 EA4C316A4B3; Thu, 9 Oct 2003 12:54:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1958A43F85; Thu, 9 Oct 2003 12:54:04 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99Js3XJ006988; Thu, 9 Oct 2003 12:54:03 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99Js32r006987; Thu, 9 Oct 2003 12:54:03 -0700 (PDT) (envelope-from nectar) Message-Id: <200310091954.h99Js32r006987@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 9 Oct 2003 12:54: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/kerberos5/usr.bin Makefile src/kerberos5/usr.bin/verify_krb5_conf 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, 09 Oct 2003 19:54:06 -0000 nectar 2003/10/09 12:54:03 PDT FreeBSD src repository Modified files: kerberos5/usr.bin Makefile Added files: kerberos5/usr.bin/verify_krb5_conf Makefile Log: Build and install the verify_krb5_conf(8) utility, which checks krb5.conf(5) for obvious errors. Revision Changes Path 1.10 +2 -1 src/kerberos5/usr.bin/Makefile 1.1 +26 -0 src/kerberos5/usr.bin/verify_krb5_conf/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Oct 9 13:22: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 5BBF116A4B3; Thu, 9 Oct 2003 13:22:15 -0700 (PDT) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C49F43FE0; Thu, 9 Oct 2003 13:22:14 -0700 (PDT) (envelope-from hmp@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1072) id 2A0E521058; Thu, 9 Oct 2003 13:22:13 -0700 (PDT) Date: Thu, 9 Oct 2003 13:22:13 -0700 From: Hiten Pandya To: "Jacques A. Vidrine" Message-ID: <20031009202213.GA76157@perrin.nxad.com> References: <200310090945.h999jKns055269@repoman.freebsd.org> <20031009121355.GD94235@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009121355.GD94235@madman.celabo.org> X-Operating-System: FreeBSD FreeBSD 4.7-STABLE 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/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.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: Thu, 09 Oct 2003 20:22:15 -0000 On Thu, Oct 09, 2003 at 07:13:55AM -0500, Jacques A. Vidrine wrote: : I think you removed the wrong header. Is required in : each of these cases? If not, then I believe the synopsis should refer : only to : : : (1) Including is (by definition) less work than : . I remove the most logical one and also, there was some discussion about it on IRC. Also, I was doing an mdoc review of all the lib manual pages, and I thought I would fix this, but I did not do a deep code review to see which header fits best for libufs, as I did not see a reason for it. : (2) is a POSIX header, while is not. LibUFS is not a POSIX library anyway, so I don't see what this has got to do with anything. If anyone is inclined on me backing this out, I don't mind, although, I made a judgement/logical call when committing this. Regards, -- Hiten Pandya hmp@FreeBSD.ORG, hmp@backplane.com From owner-cvs-src@FreeBSD.ORG Thu Oct 9 13:45: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 4FF7016A4C0; Thu, 9 Oct 2003 13:45:38 -0700 (PDT) Received: from postal3.es.net (proxy.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1053343FE0; Thu, 9 Oct 2003 13:45:37 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id MUA74016; Thu, 09 Oct 2003 13:45:35 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 73EFD5D07; Thu, 9 Oct 2003 13:45:34 -0700 (PDT) To: Peter Wemm In-Reply-To: Message from Peter Wemm <200310042204.h94M4sCW037135@repoman.freebsd.org> Date: Thu, 09 Oct 2003 13:45:34 -0700 From: "Kevin Oberman" Message-Id: <20031009204534.73EFD5D07@ptavv.es.net> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 locore.s 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: Thu, 09 Oct 2003 20:45:38 -0000 > From: Peter Wemm > Date: Sat, 4 Oct 2003 15:04:54 -0700 (PDT) > Sender: owner-cvs-all@freebsd.org > > peter 2003/10/04 15:04:54 PDT > > FreeBSD src repository > > Modified files: > sys/i386/i386 locore.s machdep.c > Log: > Fix the apm problem for real. We leave the first 4K page for the bios to > work in, but we had it mapped read-only. While this has always been the > case, the PG_PS enable hack hid it and the apm bios code ended up taking > advantage of it. > > Revision Changes Path > 1.178 +0 -5 src/sys/i386/i386/locore.s > 1.574 +6 -0 src/sys/i386/i386/machdep.c > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > Peter, Any chance of this being MFC'ed? I have been exchanging mail with someone, Joao Pedras , who is seeing what appears to be this problem running STABLE. I will admit that I don't know if the patch moves to stable easily and I am not absolutely sure that the problem this guy is seeing is this one, but it looks a lot like it. I couldn't find the PR, but he said that he has submitted one. I have asked him for the PR number and for more details. The thread is on the stable list. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-cvs-src@FreeBSD.ORG Thu Oct 9 13:52: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 55B9B16A4B3; Thu, 9 Oct 2003 13:52:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6467A43FAF; Thu, 9 Oct 2003 13:52:18 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99KqIXJ010455; Thu, 9 Oct 2003 13:52:18 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99KqHfv010454; Thu, 9 Oct 2003 13:52:17 -0700 (PDT) (envelope-from deischen) Message-Id: <200310092052.h99KqHfv010454@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 9 Oct 2003 13:52: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/lib/libpthread/arch/sparc64/sparc64 thr_getcontext.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 20:52:19 -0000 deischen 2003/10/09 13:52:17 PDT FreeBSD src repository Modified files: lib/libpthread/arch/sparc64/sparc64 thr_getcontext.S Log: Reverse the order of the first two arguments to _sparc64_enter_uts(). The first argument is the UTS function, the second argument is the first argument to the UTS function. Who's on first. Revision Changes Path 1.3 +2 -2 src/lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S From owner-cvs-src@FreeBSD.ORG Thu Oct 9 14:52: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 9C2DC16A4B3; Thu, 9 Oct 2003 14:52:50 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49DD43FE5; Thu, 9 Oct 2003 14:52:47 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 48FA55482B; Thu, 9 Oct 2003 16:52:47 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id DF7C46D454; Thu, 9 Oct 2003 16:52:46 -0500 (CDT) Date: Thu, 9 Oct 2003 16:52:46 -0500 From: "Jacques A. Vidrine" To: Hiten Pandya Message-ID: <20031009215246.GA35560@madman.celabo.org> References: <200310090945.h999jKns055269@repoman.freebsd.org> <20031009121355.GD94235@madman.celabo.org> <20031009202213.GA76157@perrin.nxad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009202213.GA76157@perrin.nxad.com> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.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: Thu, 09 Oct 2003 21:52:50 -0000 On Thu, Oct 09, 2003 at 01:22:13PM -0700, Hiten Pandya wrote: > On Thu, Oct 09, 2003 at 07:13:55AM -0500, Jacques A. Vidrine wrote: > : I think you removed the wrong header. Is required in > : each of these cases? If not, then I believe the synopsis should refer > : only to : > : > : (1) Including is (by definition) less work than > : . > > I remove the most logical one and also, there was some > discussion about it on IRC. Also, I was doing an mdoc > review of all the lib manual pages, and I thought I would fix > this, but I did not do a deep code review to see which header > fits best for libufs, as I did not see a reason for it. > > : (2) is a POSIX header, while is not. > > LibUFS is not a POSIX library anyway, so I don't see what this > has got to do with anything. If anyone is inclined on me > backing this out, I don't mind, although, I made a > judgement/logical call when committing this. Bruce pointed out that is actually needed, so there is no issue. You made the right call, I just couldn't tell from the commit. On could argue that is needed for `size_t', regardless of whether our implementation hides that fact, but I won't go there :-) Regarding: > LibUFS is not a POSIX library anyway, so I don't see what this > has got to do with anything. If there is a choice between a standard header and a system-specific header, go for the standard header. In this case, it wasn't a choice. Cheers, -- Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se From owner-cvs-src@FreeBSD.ORG Thu Oct 9 16:06: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 7695816A4B3; Thu, 9 Oct 2003 16:06:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E676743FE9; Thu, 9 Oct 2003 16:06:06 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h99N66XJ018444; Thu, 9 Oct 2003 16:06:06 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h99N66hQ018443; Thu, 9 Oct 2003 16:06:06 -0700 (PDT) (envelope-from hmp) Message-Id: <200310092306.h99N66hQ018443@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 9 Oct 2003 16:06: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/lib/libmd mdX.3 ripemd.3 sha.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: Thu, 09 Oct 2003 23:06:07 -0000 hmp 2003/10/09 16:06:06 PDT FreeBSD src repository (doc committer) Modified files: lib/libmd mdX.3 ripemd.3 sha.3 Log: Assorted mdoc(7) fixes: - fix hard sentence breaks - sprinkle a few .Vt's where neccessary - remove incorrect use of `\-' - proper quoting using .Dq, instead of manual ``...'' Approved by: des@ (mentor) Reviewed by: ru@ Revision Changes Path 1.26 +16 -7 src/lib/libmd/mdX.3 1.12 +10 -5 src/lib/libmd/ripemd.3 1.14 +15 -8 src/lib/libmd/sha.3 From owner-cvs-src@FreeBSD.ORG Thu Oct 9 22:15: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 4A75F16A4B3; Thu, 9 Oct 2003 22:15:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117CB43F75; Thu, 9 Oct 2003 22:15:06 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A5F5XJ050021; Thu, 9 Oct 2003 22:15:05 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A5F5XO050020; Thu, 9 Oct 2003 22:15:05 -0700 (PDT) (envelope-from imp) Message-Id: <200310100515.h9A5F5XO050020@repoman.freebsd.org> From: Warner Losh Date: Thu, 9 Oct 2003 22: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/share/man/man4 xl.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, 10 Oct 2003 05:15:07 -0000 imp 2003/10/09 22:15:05 PDT FreeBSD src repository Modified files: share/man/man4 xl.4 Log: Be more pedantic about the model numbers of cardbus cards that are supported by the driver. I've only used 3 or 4 of these cards, but the cardbus cards work as well as pci cards at this point. Revision Changes Path 1.22 +3 -2 src/share/man/man4/xl.4 From owner-cvs-src@FreeBSD.ORG Thu Oct 9 22:15: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 44B2416A4B3; Thu, 9 Oct 2003 22:15:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF5C43F75; Thu, 9 Oct 2003 22:15:48 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A5FmXJ050121; Thu, 9 Oct 2003 22:15:48 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A5FmIr050120; Thu, 9 Oct 2003 22:15:48 -0700 (PDT) (envelope-from imp) Message-Id: <200310100515.h9A5FmIr050120@repoman.freebsd.org> From: Warner Losh Date: Thu, 9 Oct 2003 22:15: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/share/man/man4 xl.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, 10 Oct 2003 05:15:49 -0000 imp 2003/10/09 22:15:48 PDT FreeBSD src repository Modified files: share/man/man4 xl.4 Log: cardbus->CardBus Revision Changes Path 1.23 +1 -1 src/share/man/man4/xl.4 From owner-cvs-src@FreeBSD.ORG Thu Oct 9 22:27:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D1916A4B3; Thu, 9 Oct 2003 22:27:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5095B43FD7; Thu, 9 Oct 2003 22:27:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A5RUXJ050746; Thu, 9 Oct 2003 22:27:30 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A5RTKP050745; Thu, 9 Oct 2003 22:27:29 -0700 (PDT) (envelope-from imp) Message-Id: <200310100527.h9A5RTKP050745@repoman.freebsd.org> From: Warner Losh Date: Thu, 9 Oct 2003 22: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/share/man/man4 xl.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, 10 Oct 2003 05:27:31 -0000 imp 2003/10/09 22:27:29 PDT FreeBSD src repository Modified files: share/man/man4 xl.4 Log: Note that the modem built into the xl cards (both CardBus and MiniPCI) are not supported by FreeBSD, let alone by this driver. Revision Changes Path 1.24 +8 -0 src/share/man/man4/xl.4 From owner-cvs-src@FreeBSD.ORG Thu Oct 9 23:41: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 8931616A4B3; Thu, 9 Oct 2003 23:41:26 -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 A376C43FBD; Thu, 9 Oct 2003 23:41:22 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h9A6fJqs049931; Fri, 10 Oct 2003 08:41:19 +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 h9A6fJbZ049930; Fri, 10 Oct 2003 08:41:19 +0200 (SAST) (envelope-from jhay) Date: Fri, 10 Oct 2003 08:41:18 +0200 From: John Hay To: Jacques Vidrine Message-ID: <20031010064118.GA48506@zibbi.icomtek.csir.co.za> References: <200310091950.h99Jo1Yv006623@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310091950.h99Jo1Yv006623@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/etc/mtree BSD.include.dist src/kerberos5/lib/libhdb Makefile src/kerberos5/lib/libkadm5clnt Makefile src/kerberos5/lib/libkafs5 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, 10 Oct 2003 06:41:26 -0000 On Thu, Oct 09, 2003 at 12:50:00PM -0700, Jacques Vidrine wrote: > nectar 2003/10/09 12:50:00 PDT > > FreeBSD src repository > > Modified files: > etc/mtree BSD.include.dist > kerberos5/lib/libhdb Makefile > kerberos5/lib/libkadm5clnt Makefile > kerberos5/lib/libkafs5 Makefile > Log: > Install additional headers for Kerberos (libkafs, libkadm5*, and > libhdb). Somwhere between all the kerberos updates, releases got broken: ############### >>> stage 4.1: populating /usr/obj/usr/src/i386/usr/include -------------------------------------------------------------- ===> kerberos5/lib ===> kerberos5/lib/libroken ./make-roken > tmp.h ; if [ -f roken.h ] && cmp -s tmp.h roken.h ; then rm -f tm p.h ; else rm -f roken.h; mv tmp.h roken.h; fi ===> kerberos5/lib/libvers ===> kerberos5/lib/libasn1 ./asn1_compile /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/k 5.asn1 krb5_asn1 test -e /usr/obj/usr/src/kerberos5/lib/libasn1/asn1_err.et || ln -sf /usr/src/ke rberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/asn1_err.et compile_et asn1_err.et ===> kerberos5/lib/libhdb make: don't know how to make hdb_asn1.h. Stop *** Error code 2 Stop in /usr/src/kerberos5/lib. *** Error code 1 ############### John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Oct 10 00:10: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 A52CF16A4B3; Fri, 10 Oct 2003 00:10:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 390AD43FE3; Fri, 10 Oct 2003 00:10:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A7AXXJ057799; Fri, 10 Oct 2003 00:10:33 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A7AXiU057798; Fri, 10 Oct 2003 00:10:33 -0700 (PDT) (envelope-from des) Message-Id: <200310100710.h9A7AXiU057798@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 00:10: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/tools/tools/tinderbox/etc Makefile releng_5.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 07:10:35 -0000 des 2003/10/10 00:10:33 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/etc Makefile Added files: tools/tools/tinderbox/etc releng_5.rc Log: Build RELENG_5_1. Revision Changes Path 1.2 +1 -1 src/tools/tools/tinderbox/etc/Makefile 1.1 +9 -0 src/tools/tools/tinderbox/etc/releng_5.rc (new) From owner-cvs-src@FreeBSD.ORG Fri Oct 10 00:11: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 45E7E16A4B3; Fri, 10 Oct 2003 00:11:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E9043FD7; Fri, 10 Oct 2003 00:11:54 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A7BsXJ057869; Fri, 10 Oct 2003 00:11:54 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A7BsdW057868; Fri, 10 Oct 2003 00:11:54 -0700 (PDT) (envelope-from des) Message-Id: <200310100711.h9A7BsdW057868@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 00:11: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/tools/tools/tinderbox/www index.cgi X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 07:11:55 -0000 des 2003/10/10 00:11:54 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www index.cgi Log: Allow wrapping between the date and the time. s/GMT/UTC/. Revision Changes Path 1.12 +2 -2 src/tools/tools/tinderbox/www/index.cgi From owner-cvs-src@FreeBSD.ORG Fri Oct 10 00: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 7F80616A4B3; Fri, 10 Oct 2003 00:26:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EA443FBD; Fri, 10 Oct 2003 00:26:22 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A7QLXJ058451; Fri, 10 Oct 2003 00:26:21 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A7QLEN058450; Fri, 10 Oct 2003 00:26:21 -0700 (PDT) (envelope-from alc) Message-Id: <200310100726.h9A7QLEN058450@repoman.freebsd.org> From: Alan Cox Date: Fri, 10 Oct 2003 00: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/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: Fri, 10 Oct 2003 07:26:22 -0000 alc 2003/10/10 00:26:21 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: - Synchronize access to a page's valid field in vfs_bio_clrbuf() by using the lock from its containing object. - Remove GIANT_REQUIRED from vm_hold_load_pages(). Revision Changes Path 1.410 +10 -8 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 01:05: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 2B08F16A4B3; Fri, 10 Oct 2003 01:05:39 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A3843FB1; Fri, 10 Oct 2003 01:05:35 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1A7sJa-0007FP-00; Fri, 10 Oct 2003 15:07:58 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1A7sJY-0007Cz-00; Fri, 10 Oct 2003 15:07:56 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id h9A859sA065126; Fri, 10 Oct 2003 15:05:10 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id h9A857sF065111; Fri, 10 Oct 2003 15:05:07 +0700 (NOVST) (envelope-from danfe) Date: Fri, 10 Oct 2003 15:05:07 +0700 From: Alexey Dokuchaev To: Sam Leffler Message-ID: <20031010080506.GA60628@regency.nsu.ru> References: <200310082352.h98Nq0ws011528@repoman.freebsd.org> <20031009063900.GB57459@regency.nsu.ru> <200310090721.07096.sam@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310090721.07096.sam@errno.com> User-Agent: Mutt/1.4.1i X-Envelope-To: sam@errno.com, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.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, 10 Oct 2003 08:05:39 -0000 On Thu, Oct 09, 2003 at 07:21:06AM -0700, Sam Leffler wrote: > On Wednesday 08 October 2003 11:33 pm, Alexey Dokuchaev wrote: > > On Wed, Oct 08, 2003 at 01:25:47PM -0700, Sam Leffler wrote: > > > sam 2003/10/08 13:25:47 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h > > > Log: > > > Add symmetric crypto support for the 7955 and 7956. > > > > Hmm, time to rename those hifn7751* files, or does 7751 denote something > t> hat 7955 and 7956 are based on? > > The code is shared with openbsd so the filenames will not change. OK. Maybe some OpenBSD guys are reading this and consider the issue. 8-) ./danfe From owner-cvs-src@FreeBSD.ORG Fri Oct 10 01:53: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 9E3DD16A4B3; Fri, 10 Oct 2003 01:53:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB0443F85; Fri, 10 Oct 2003 01:53:02 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A8r1XJ067953; Fri, 10 Oct 2003 01:53:01 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A8r1vM067952; Fri, 10 Oct 2003 01:53:01 -0700 (PDT) (envelope-from hrs) Message-Id: <200310100853.h9A8r1vM067952@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 10 Oct 2003 01:53: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/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, 10 Oct 2003 08:53:02 -0000 hrs 2003/10/10 01:53:01 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: Heimdal 0.6. Revision Changes Path 1.635 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Oct 10 03:31: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 C889716A4B3; Fri, 10 Oct 2003 03:31:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4856D43F93; Fri, 10 Oct 2003 03:31:49 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AAVnXJ074135; Fri, 10 Oct 2003 03:31:49 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AAVm2V074134; Fri, 10 Oct 2003 03:31:48 -0700 (PDT) (envelope-from robert) Message-Id: <200310101031.h9AAVm2V074134@repoman.freebsd.org> From: Robert Drehmel Date: Fri, 10 Oct 2003 03:31: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/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: Fri, 10 Oct 2003 10:31:49 -0000 robert 2003/10/10 03:31:48 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 trap.c Log: Add an 'include' directive to pull in . Revision Changes Path 1.68 +1 -0 src/sys/sparc64/sparc64/trap.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 04:00: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 BB83616A4B3; Fri, 10 Oct 2003 04:00:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3916043FDF; Fri, 10 Oct 2003 04:00:07 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AB07XJ075218; Fri, 10 Oct 2003 04:00:07 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AB06rX075217; Fri, 10 Oct 2003 04:00:06 -0700 (PDT) (envelope-from sos) Message-Id: <200310101100.h9AB06rX075217@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 10 Oct 2003 04:00: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/ata ata-all.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 11:00:08 -0000 sos 2003/10/10 04:00:06 PDT FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Dont store ata_params for devices that return a bogus ident string. Revision Changes Path 1.192 +3 -0 src/sys/dev/ata/ata-all.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 04:03: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 84AE316A4B3; Fri, 10 Oct 2003 04:03:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 094D443F75; Fri, 10 Oct 2003 04:03:28 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AB3RXJ076351; Fri, 10 Oct 2003 04:03:27 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AB3RFa076350; Fri, 10 Oct 2003 04:03:27 -0700 (PDT) (envelope-from sos) Message-Id: <200310101103.h9AB3RFa076350@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 10 Oct 2003 04:03: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/ata ata-all.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 11:03:28 -0000 sos 2003/10/10 04:03:27 PDT FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Restore transfermode on devices after reinit. Revision Changes Path 1.193 +7 -0 src/sys/dev/ata/ata-all.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 06: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 DEE9516A4B3; Fri, 10 Oct 2003 06:12:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A566143FE0; Fri, 10 Oct 2003 06:12:35 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9ADCZXJ089110; Fri, 10 Oct 2003 06:12:35 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9ADCZI4089109; Fri, 10 Oct 2003 06:12:35 -0700 (PDT) (envelope-from nectar) Message-Id: <200310101312.h9ADCZI4089109@repoman.freebsd.org> From: Jacques Vidrine Date: Fri, 10 Oct 2003 06: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/kerberos5/lib/libhdb Makefile src/kerberos5/lib/libkadm5clnt 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, 10 Oct 2003 13:12:37 -0000 nectar 2003/10/10 06:12:35 PDT FreeBSD src repository Modified files: kerberos5/lib/libhdb Makefile kerberos5/lib/libkadm5clnt Makefile Log: The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated, and must be installed from ${.OBJDIR}. Pointy hat: nectar Revision Changes Path 1.16 +2 -2 src/kerberos5/lib/libhdb/Makefile 1.6 +1 -1 src/kerberos5/lib/libkadm5clnt/Makefile From owner-cvs-src@FreeBSD.ORG Fri Oct 10 07:32: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 C7A6216A4B3; Fri, 10 Oct 2003 07:32:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD5E43FCB; Fri, 10 Oct 2003 07:32:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AEWTXJ093338; Fri, 10 Oct 2003 07:32:29 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AEWTRJ093337; Fri, 10 Oct 2003 07:32:29 -0700 (PDT) (envelope-from phk) Message-Id: <200310101432.h9AEWTRJ093337@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 10 Oct 2003 07:32: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/sbin/gbde gbde.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 14:32:32 -0000 phk 2003/10/10 07:32:28 PDT FreeBSD src repository Modified files: sbin/gbde gbde.c Log: I think it is more correct to use modfind() than kldfind() here. Revision Changes Path 1.17 +2 -2 src/sbin/gbde/gbde.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 08:06: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 CB6F516A4B3; Fri, 10 Oct 2003 08:06:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C14643F3F; Fri, 10 Oct 2003 08:06:17 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AF6HXJ095601; Fri, 10 Oct 2003 08:06:17 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AF6HbA095600; Fri, 10 Oct 2003 08:06:17 -0700 (PDT) (envelope-from ume) Message-Id: <200310101506.h9AF6HbA095600@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 10 Oct 2003 08:06: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/netinet6 esp_core.c src/sys/crypto/cast128 cast128.c cast128.h cast128_subkey.h cast128sb.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, 10 Oct 2003 15:06:17 -0000 ume 2003/10/10 08:06:17 PDT FreeBSD src repository Modified files: sys/netinet6 esp_core.c sys/crypto/cast128 cast128.c cast128.h Added files: sys/crypto/cast128 cast128sb.h Removed files: sys/crypto/cast128 cast128_subkey.h Log: switch cast128 implementation to implementation by Steve Reid; smaller footprint. Obtained from: KAME Revision Changes Path 1.7 +219 -862 src/sys/crypto/cast128/cast128.c 1.7 +19 -48 src/sys/crypto/cast128/cast128.h 1.4 +0 -92 src/sys/crypto/cast128/cast128_subkey.h (dead) 1.1 +546 -0 src/sys/crypto/cast128/cast128sb.h (new) 1.15 +4 -10 src/sys/netinet6/esp_core.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 09:02: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 329A616A4B3; Fri, 10 Oct 2003 09:02:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A411143FA3; Fri, 10 Oct 2003 09:02:07 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AG27XJ003370; Fri, 10 Oct 2003 09:02:07 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AG27Y2003369; Fri, 10 Oct 2003 09:02:07 -0700 (PDT) (envelope-from bms) Message-Id: <200310101602.h9AG27Y2003369@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 10 Oct 2003 09:02: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/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 16:02:08 -0000 bms 2003/10/10 09:02:07 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter. Revision Changes Path 1.141 +3 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri Oct 10 09:04: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 292C516A4E8; Fri, 10 Oct 2003 09:04:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F5B43FD7; Fri, 10 Oct 2003 09:04:01 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AG40XJ004397; Fri, 10 Oct 2003 09:04:00 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AG40Jh004396; Fri, 10 Oct 2003 09:04:00 -0700 (PDT) (envelope-from ume) Message-Id: <200310101604.h9AG40Jh004396@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 10 Oct 2003 09:04: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/netinet6 icmp6.c in6.c in6_gif.c in6_ifattach.c ip6_forward.c ip6_input.c ip6_output.c nd6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 16:04:02 -0000 ume 2003/10/10 09:04:00 PDT FreeBSD src repository Modified files: sys/netinet6 icmp6.c in6.c in6_gif.c in6_ifattach.c ip6_forward.c ip6_input.c ip6_output.c nd6.c Log: nuke SCOPEDROUTING. Though it was there for a long time, it was never enabled. Revision Changes Path 1.38 +0 -8 src/sys/netinet6/icmp6.c 1.30 +0 -19 src/sys/netinet6/in6.c 1.15 +0 -2 src/sys/netinet6/in6_gif.c 1.17 +0 -12 src/sys/netinet6/in6_ifattach.c 1.20 +0 -2 src/sys/netinet6/ip6_forward.c 1.53 +0 -4 src/sys/netinet6/ip6_input.c 1.58 +0 -9 src/sys/netinet6/ip6_output.c 1.30 +0 -3 src/sys/netinet6/nd6.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 09:04: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 1A93C16A4B3; Fri, 10 Oct 2003 09:04:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F7E443F75; Fri, 10 Oct 2003 09:04:21 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AG4LXJ004434; Fri, 10 Oct 2003 09:04:21 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AG4L05004433; Fri, 10 Oct 2003 09:04:21 -0700 (PDT) (envelope-from bms) Message-Id: <200310101604.h9AG4L05004433@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 10 Oct 2003 09:04: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/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: Fri, 10 Oct 2003 16:04:22 -0000 bms 2003/10/10 09:04:21 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter. Revision Changes Path 1.149 +4 -1 src/sys/dev/usb/usbdevs.h 1.149 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Fri Oct 10 09:23: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 4234A16A4B3; Fri, 10 Oct 2003 09:23:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C58643F93; Fri, 10 Oct 2003 09:23:00 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AGN0XJ005160; Fri, 10 Oct 2003 09:23:00 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AGN0rj005159; Fri, 10 Oct 2003 09:23:00 -0700 (PDT) (envelope-from hrs) Message-Id: <200310101623.h9AGN0rj005159@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 10 Oct 2003 09:23: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/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: Fri, 10 Oct 2003 16:23:01 -0000 hrs 2003/10/10 09:23:00 PDT FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/hardware/i386 proc-i386.sgml Log: Merge the following from the English version: 1.11 -> 1.12 hardware/i386/proc-i386.sgml Submitted by: Hiroo Ono Revision Changes Path 1.6 +4 -3 src/release/doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml From owner-cvs-src@FreeBSD.ORG Fri Oct 10 09:40: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 94E7816A4B3; Fri, 10 Oct 2003 09:40:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C8643F93; Fri, 10 Oct 2003 09:40:35 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AGeYXJ005850; Fri, 10 Oct 2003 09:40:34 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AGeYlM005849; Fri, 10 Oct 2003 09:40:34 -0700 (PDT) (envelope-from hrs) Message-Id: <200310101640.h9AGeYlM005849@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 10 Oct 2003 09:40: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/ja_JP.eucJP/early-adopter 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, 10 Oct 2003 16:40:35 -0000 hrs 2003/10/10 09:40:34 PDT FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/early-adopter article.sgml Log: Merge the following from the English version: 1.15 -> 1.16 early-adopter/article.sgml Submitted by: Hiroo Ono Revision Changes Path 1.8 +17 -6 src/release/doc/ja_JP.eucJP/early-adopter/article.sgml From owner-cvs-src@FreeBSD.ORG Fri Oct 10 10: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 69E9016A4B3; Fri, 10 Oct 2003 10:43:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0FF943FBF; Fri, 10 Oct 2003 10:43:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AHhgXJ009096; Fri, 10 Oct 2003 10:43:42 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AHhgtU009095; Fri, 10 Oct 2003 10:43:42 -0700 (PDT) (envelope-from peter) Message-Id: <200310101743.h9AHhgtU009095@repoman.freebsd.org> From: Peter Wemm Date: Fri, 10 Oct 2003 10: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/sys/i386/i386 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, 10 Oct 2003 17:43:43 -0000 peter 2003/10/10 10:43:42 PDT FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: Move the pmap_kenter(KERNBASE, 0) a bit earlier so that it works for the hasbrokenint12 tunable case too. (with some related and unrelated style fixes) Submitted by: bde Revision Changes Path 1.575 +24 -15 src/sys/i386/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 10:53: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 087B016A4B3; Fri, 10 Oct 2003 10:53:33 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F6943FB1; Fri, 10 Oct 2003 10:53:32 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 4C2D52A7EA; Fri, 10 Oct 2003 10:53:32 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Bruce Evans In-Reply-To: <20031005152153.T3175@gamplex.bde.org> Date: Fri, 10 Oct 2003 10:53:32 -0700 From: Peter Wemm Message-Id: <20031010175332.4C2D52A7EA@canning.wemm.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 locore.s 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, 10 Oct 2003 17:53:33 -0000 Bruce Evans wrote: [patch committed as-is so as to not cause any more conflicts for you] > Unfinished related details: > - Why do we make page 0 and the pages between biosmem and ISA_HOLE_START > writeable in 2 maps? There are both regular bios32 calls (eg: apm) and bios calls in vm86 mode. > - Which parts of vm86 and/or BIOSes need to write these pages? apm (bios32) seems to want to write to the bios scratch space in page 0 on many newer machines. Older 386/486 laptop bioses dont seem to want to do this. > - I think the non-FreeBSD part of vm86 needs to access (write?) page 0 > in the vm86 map, so we must be mapping it there somewhere else. If > so, why do we handle it different to the other BIOS pages. I believe this is for the vm86 monitor, which is code that we provide. I am not really 100% sure how all that stuff works. I believe we provide a fixed set of base mappings, and then explicitly map in additional pages into the vm86map based on the descriptors passed into the vm86 setup code. You can see the code to parse the descriptors over there. I've been a bit reluctant to learn how that stuff works because it wasn't relevant to amd64 and I was already overloaded with things to learn as it was. > - Page 0 will need to be writeable in cpu_reset_real(), so the comment > which says that writeability is for vm86 will be incomplete. However, > r/w mapping could easily be delayed until it is needed in all cases. Yes, it also needs to be writeable for SMP startup because it twiddles the bios warm start vector. > - ISA_HOLE_START / PAGE_SIZE is sometimes hard-coded as 160. There is a lot of ugly stuff there. I fixed some (but not all by a long shot) of this when working on the amd64 fork. On one hand I was seriously tempted to clean stuff up, but on the other hand, I didn't want to make merging unnecessarily difficult. > - other points mentioned in comments. XXX need a 50 hour day. :-/ Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Fri Oct 10 11:36: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 4F31816A4B3; Fri, 10 Oct 2003 11:36:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0B2143FA3; Fri, 10 Oct 2003 11:36:53 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AIarXJ012779; Fri, 10 Oct 2003 11:36:53 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AIarVC012778; Fri, 10 Oct 2003 11:36:53 -0700 (PDT) (envelope-from hrs) Message-Id: <200310101836.h9AIarVC012778@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 10 Oct 2003 11:36: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, 10 Oct 2003 18:36:54 -0000 hrs 2003/10/10 11:36:53 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: - sk(4) now supports SK-9521 and 3C940. - libalias now supports Cisco Skinny Station protocol. Revision Changes Path 1.636 +9 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Oct 10 11:40: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 0E7D016A4B3; Fri, 10 Oct 2003 11:40:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4FB43F75; Fri, 10 Oct 2003 11:40:41 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AIefXJ013013; Fri, 10 Oct 2003 11:40:41 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AIefgF013012; Fri, 10 Oct 2003 11:40:41 -0700 (PDT) (envelope-from blackend) Message-Id: <200310101840.h9AIefgF013012@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 10 Oct 2003 11: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/share/man/man4 umass.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, 10 Oct 2003 18:40:42 -0000 blackend 2003/10/10 11:40:41 PDT FreeBSD src repository (doc committer) Modified files: share/man/man4 umass.4 Log: Update the manual page examples: use of bsdlabel(8) instead of disklabel(8). While I'm there: some punctuation fixes. Revision Changes Path 1.31 +5 -5 src/share/man/man4/umass.4 From owner-cvs-src@FreeBSD.ORG Fri Oct 10 11:45: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 E7C2F16A4B3; Fri, 10 Oct 2003 11:45:40 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D2A543F75; Fri, 10 Oct 2003 11:45:21 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h9AIj4Td061722; Fri, 10 Oct 2003 20:45:04 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h9AIiBmM000931; Fri, 10 Oct 2003 20:44:11 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h9AIiBjx000930; Fri, 10 Oct 2003 20:44:11 +0200 (CEST) (envelope-from marc) Date: Fri, 10 Oct 2003 20:44:11 +0200 From: Marc Fonvieille To: phk@FreeBSD.org Message-ID: <20031010184411.GA620@nosferatu.blackend.org> References: <200310101840.h9AIefgF013012@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310101840.h9AIefgF013012@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 umass.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, 10 Oct 2003 18:45:41 -0000 On Fri, Oct 10, 2003 at 11:40:41AM -0700, Marc Fonvieille wrote: > blackend 2003/10/10 11:40:41 PDT > > FreeBSD src repository (doc committer) > > Modified files: > share/man/man4 umass.4 > Log: > Update the manual page examples: use of bsdlabel(8) instead of > disklabel(8). While I'm there: some punctuation fixes. > I'm starting the s/disklabel/bsdlabel/ update in our manual pages. Any comment, opinion, etc...? Marc From owner-cvs-src@FreeBSD.ORG Fri Oct 10 12:20:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F40CC16A4C4 for ; Fri, 10 Oct 2003 12:20:12 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1637143FE5 for ; Fri, 10 Oct 2003 12:20:07 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 17352 invoked by uid 1000); 10 Oct 2003 19:20:07 -0000 Date: Fri, 10 Oct 2003 12:20:07 -0700 (PDT) From: Nate Lawson To: Alexey Dokuchaev In-Reply-To: <20031010080506.GA60628@regency.nsu.ru> Message-ID: <20031010121904.D17350@root.org> References: <200310082352.h98Nq0ws011528@repoman.freebsd.org> <20031009063900.GB57459@regency.nsu.ru> <200310090721.07096.sam@errno.com> <20031010080506.GA60628@regency.nsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/hifn hifn7751.c hifn7751reg.h hifn7751var.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, 10 Oct 2003 19:20:13 -0000 On Fri, 10 Oct 2003, Alexey Dokuchaev wrote: > On Thu, Oct 09, 2003 at 07:21:06AM -0700, Sam Leffler wrote: > > On Wednesday 08 October 2003 11:33 pm, Alexey Dokuchaev wrote: > > > On Wed, Oct 08, 2003 at 01:25:47PM -0700, Sam Leffler wrote: > > > > sam 2003/10/08 13:25:47 PDT > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h > > > > Log: > > > > Add symmetric crypto support for the 7955 and 7956. > > > > > > Hmm, time to rename those hifn7751* files, or does 7751 denote something > > t> hat 7955 and 7956 are based on? > > > > The code is shared with openbsd so the filenames will not change. > > OK. Maybe some OpenBSD guys are reading this and consider the issue. 8-) Oh man, thanks for the HUGE laugh today! I still can't stop. -Nate From owner-cvs-src@FreeBSD.ORG Fri Oct 10 12: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 0FA3D16A4BF; Fri, 10 Oct 2003 12:49:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7042143F85; Fri, 10 Oct 2003 12:49:53 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AJnrXJ022149; Fri, 10 Oct 2003 12:49:53 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AJnrQ4022148; Fri, 10 Oct 2003 12:49:53 -0700 (PDT) (envelope-from ume) Message-Id: <200310101949.h9AJnrQ4022148@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 10 Oct 2003 12: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/netinet6 ip6_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 19:49:54 -0000 ume 2003/10/10 12:49:53 PDT FreeBSD src repository Modified files: sys/netinet6 ip6_input.c Log: fixed an endian bug on fragment header scanning Obtained from: KAME Revision Changes Path 1.54 +2 -1 src/sys/netinet6/ip6_input.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 12:54: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 668F416A4B3; Fri, 10 Oct 2003 12:54:21 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E65043F85; Fri, 10 Oct 2003 12:54:20 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id h9AJsH49001569; Fri, 10 Oct 2003 21:54:17 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Marc Fonvieille From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 10 Oct 2003 20:44:11 +0200." <20031010184411.GA620@nosferatu.blackend.org> Date: Fri, 10 Oct 2003 21:54:17 +0200 Message-ID: <1568.1065815657@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 umass.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, 10 Oct 2003 19:54:21 -0000 In message <20031010184411.GA620@nosferatu.blackend.org>, Marc Fonvieille write s: >On Fri, Oct 10, 2003 at 11:40:41AM -0700, Marc Fonvieille wrote: >> blackend 2003/10/10 11:40:41 PDT >> >> FreeBSD src repository (doc committer) >> >> Modified files: >> share/man/man4 umass.4 >> Log: >> Update the manual page examples: use of bsdlabel(8) instead of >> disklabel(8). While I'm there: some punctuation fixes. >> > >I'm starting the s/disklabel/bsdlabel/ update in our manual pages. >Any comment, opinion, etc...? Go for it! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Fri Oct 10 13:15: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 AE2AA16A4B3; Fri, 10 Oct 2003 13:15:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E05C43FBD; Fri, 10 Oct 2003 13:15:50 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AKFoXJ024311; Fri, 10 Oct 2003 13:15:50 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AKFnMq024310; Fri, 10 Oct 2003 13:15:49 -0700 (PDT) (envelope-from nectar) Message-Id: <200310102015.h9AKFnMq024310@repoman.freebsd.org> From: Jacques Vidrine Date: Fri, 10 Oct 2003 13:15:49 -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/sys/fs/pseudofs pseudofs_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: Fri, 10 Oct 2003 20:15:50 -0000 nectar 2003/10/10 13:15:49 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_0) sys/fs/pseudofs pseudofs_vnops.c Log: Repair build. sys/limits.h -> machine/limits.h This should have been committed along with kern_subr.c 1.63.2.2. Noticed by: Chris Grijzen Revision Changes Path 1.32.2.2 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 13:35: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 4F8BA16A4B3; Fri, 10 Oct 2003 13:35:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C547443FA3; Fri, 10 Oct 2003 13:35:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AKZSXJ024969; Fri, 10 Oct 2003 13:35:28 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AKZSRT024968; Fri, 10 Oct 2003 13:35:28 -0700 (PDT) (envelope-from phk) Message-Id: <200310102035.h9AKZSRT024968@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 10 Oct 2003 13:35: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/pci if_ti.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 20:35:29 -0000 phk 2003/10/10 13:35:28 PDT FreeBSD src repository Modified files: sys/pci if_ti.c Log: Sanitize the code relating to the /dev/ti%d entries. In particular evict the evil vnode sniffing code and use destroy_dev() instead. Revision Changes Path 1.83 +6 -68 src/sys/pci/if_ti.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 13:44: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 A9DCC16A4B3; Fri, 10 Oct 2003 13:44:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2963C43FDD; Fri, 10 Oct 2003 13:44:50 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AKinXJ025357; Fri, 10 Oct 2003 13:44:50 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AKinDo025356; Fri, 10 Oct 2003 13:44:49 -0700 (PDT) (envelope-from des) Message-Id: <200310102044.h9AKinDo025356@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 13:44: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/tools/tools/tinderbox tinderbox.1 tinderbox.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 20:44:50 -0000 des 2003/10/10 13:44:49 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tinderbox.1 tinderbox.pl Log: s/GMT/UTC/ Revision Changes Path 1.5 +2 -2 src/tools/tools/tinderbox/tinderbox.1 1.22 +2 -2 src/tools/tools/tinderbox/tinderbox.pl From owner-cvs-src@FreeBSD.ORG Fri Oct 10 13:58: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 1129716A4B3; Fri, 10 Oct 2003 13:58:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D95E43FD7; Fri, 10 Oct 2003 13:58:46 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AKwkXJ025909; Fri, 10 Oct 2003 13:58:46 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AKwkss025908; Fri, 10 Oct 2003 13:58:46 -0700 (PDT) (envelope-from bms) Message-Id: <200310102058.h9AKwkss025908@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 10 Oct 2003 13:58: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/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 20:58:47 -0000 bms 2003/10/10 13:58:46 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add the Intersil Prism2/Atmel device. These particular devices are strange beasts which are reported to exist in both Atmel and Prism2 flavours. In particular, Itronix branded laptops have the Atmel part with an Intersil radio. Obtained from: NetBSD Revision Changes Path 1.142 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri Oct 10 13: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 EAB1F16A4BF for ; Fri, 10 Oct 2003 13:58:54 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 20DC243FE9 for ; Fri, 10 Oct 2003 13:58:50 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 17600 invoked by uid 1000); 10 Oct 2003 20:58:51 -0000 Date: Fri, 10 Oct 2003 13:58:51 -0700 (PDT) From: Nate Lawson To: Poul-Henning Kamp In-Reply-To: <20031010203602.7C41116A546@hub.freebsd.org> Message-ID: <20031010135821.E17597@root.org> References: <20031010203602.7C41116A546@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_ti.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 20:58:55 -0000 On Fri, 10 Oct 2003, Poul-Henning Kamp wrote: > FreeBSD src repository > > Modified files: > sys/pci if_ti.c > Log: > Sanitize the code relating to the /dev/ti%d entries. In particular evict > the evil vnode sniffing code and use destroy_dev() instead. > > Revision Changes Path > 1.83 +6 -68 src/sys/pci/if_ti.c Nice! -Nate From owner-cvs-src@FreeBSD.ORG Fri Oct 10 13:59: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 C599816A4E1; Fri, 10 Oct 2003 13:59:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4405E43F85; Fri, 10 Oct 2003 13:59:52 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AKxqXJ025953; Fri, 10 Oct 2003 13:59:52 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AKxpZa025952; Fri, 10 Oct 2003 13:59:51 -0700 (PDT) (envelope-from des) Message-Id: <200310102059.h9AKxpZa025952@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 13:59: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/tools/tools/tinderbox tinderbox.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 20:59:53 -0000 des 2003/10/10 13:59:51 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tinderbox.pl Log: Report the version number and hostname at the top of the log. Allow the user to override the hostname on the command line (for whatever reason). Add a comment to explain why a particular piece of code is commented out. Revision Changes Path 1.23 +8 -1 src/tools/tools/tinderbox/tinderbox.pl From owner-cvs-src@FreeBSD.ORG Fri Oct 10 14:01: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 CAD4616A4BF; Fri, 10 Oct 2003 14:01:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4835F43FA3; Fri, 10 Oct 2003 14:01:01 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AL11XJ026121; Fri, 10 Oct 2003 14:01:01 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AL11jA026120; Fri, 10 Oct 2003 14:01:01 -0700 (PDT) (envelope-from bms) Message-Id: <200310102101.h9AL11jA026120@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 10 Oct 2003 14:01: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/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: Fri, 10 Oct 2003 21:01:02 -0000 bms 2003/10/10 14:01:00 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Add the Intersil Prism2/Atmel device. These particular devices are strange beasts which are reported to exist in both Atmel and Prism2 flavours. In particular, Itronix branded laptops have the Atmel part with an Intersil radio. Obtained from: NetBSD Revision Changes Path 1.150 +5 -1 src/sys/dev/usb/usbdevs.h 1.150 +13 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Fri Oct 10 14:04: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 5B98F16A4BF; Fri, 10 Oct 2003 14:04:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CB143FCB; Fri, 10 Oct 2003 14:04:15 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AL4EXJ027141; Fri, 10 Oct 2003 14:04:14 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AL4EpF027140; Fri, 10 Oct 2003 14:04:14 -0700 (PDT) (envelope-from des) Message-Id: <200310102104.h9AL4EpF027140@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 14:04: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/tools/tools/tinderbox tinderbox.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: Fri, 10 Oct 2003 21:04:16 -0000 des 2003/10/10 14:04:14 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tinderbox.1 Log: Document the -h option. Revision Changes Path 1.6 +8 -1 src/tools/tools/tinderbox/tinderbox.1 From owner-cvs-src@FreeBSD.ORG Fri Oct 10 14: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 5915916A4B3; Fri, 10 Oct 2003 14:05:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC33B43FA3; Fri, 10 Oct 2003 14:05:31 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AL5VXJ027244; Fri, 10 Oct 2003 14:05:31 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AL5V93027243; Fri, 10 Oct 2003 14:05:31 -0700 (PDT) (envelope-from des) Message-Id: <200310102105.h9AL5V93027243@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 14:05: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/tools/tools/tinderbox/www index.cgi X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 21:05:32 -0000 des 2003/10/10 14:05:31 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www index.cgi Log: There is no need for $have_logs since we determine what platforms and branches to show from what logs are actually present on disk. Revision Changes Path 1.13 +1 -4 src/tools/tools/tinderbox/www/index.cgi From owner-cvs-src@FreeBSD.ORG Fri Oct 10 14:13:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B882D16A4B3; Fri, 10 Oct 2003 14:13:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 385A943F3F; Fri, 10 Oct 2003 14:13:38 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9ALDcXJ027666; Fri, 10 Oct 2003 14:13:38 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9ALDbRw027665; Fri, 10 Oct 2003 14:13:37 -0700 (PDT) (envelope-from des) Message-Id: <200310102113.h9ALDbRw027665@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 14:13: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/tools/tools/tinderbox tbmaster.1 tbmaster.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 21:13:38 -0000 des 2003/10/10 14:13:37 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.1 tbmaster.pl Log: Add support for tinderbox(1)'s -h option. Revision Changes Path 1.6 +6 -1 src/tools/tools/tinderbox/tbmaster.1 1.36 +4 -1 src/tools/tools/tinderbox/tbmaster.pl From owner-cvs-src@FreeBSD.ORG Fri Oct 10 15:41: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 76E6116A4E3; Fri, 10 Oct 2003 15:41:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DCB4402A; Fri, 10 Oct 2003 15:41:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AMf0XJ031798; Fri, 10 Oct 2003 15:41:00 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AMf0gW031797; Fri, 10 Oct 2003 15:41:00 -0700 (PDT) (envelope-from des) Message-Id: <200310102241.h9AMf0gW031797@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 15:41: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/tools/tools/tinderbox/www index.cgi X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 22:41:40 -0000 des 2003/10/10 15:41:00 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www index.cgi Log: Discourage line breaks between the time of day and the time zone. Revision Changes Path 1.14 +1 -1 src/tools/tools/tinderbox/www/index.cgi From owner-cvs-src@FreeBSD.ORG Fri Oct 10 15:49: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 16C8316A4B3; Fri, 10 Oct 2003 15:49:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 392CF43FE0; Fri, 10 Oct 2003 15:49:41 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AMnfXJ032090; Fri, 10 Oct 2003 15:49:41 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AMnea0032089; Fri, 10 Oct 2003 15:49:40 -0700 (PDT) (envelope-from ps) Message-Id: <200310102249.h9AMnea0032089@repoman.freebsd.org> From: Paul Saab Date: Fri, 10 Oct 2003 15:49: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/amr amr.c amr_disk.c amrvar.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, 10 Oct 2003 22:49:42 -0000 ps 2003/10/10 15:49:40 PDT FreeBSD src repository Modified files: sys/dev/amr amr.c amr_disk.c amrvar.h Log: crashdump support. Some bits by: Rajesh Prabhakaran Revision Changes Path 1.49 +55 -12 src/sys/dev/amr/amr.c 1.30 +28 -0 src/sys/dev/amr/amr_disk.c 1.19 +1 -0 src/sys/dev/amr/amrvar.h From owner-cvs-src@FreeBSD.ORG Fri Oct 10 16:14: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 0FAA316A4B3; Fri, 10 Oct 2003 16:14:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8471F43FBD; Fri, 10 Oct 2003 16:14:21 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9ANELXJ034076; Fri, 10 Oct 2003 16:14:21 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9ANELkV034075; Fri, 10 Oct 2003 16:14:21 -0700 (PDT) (envelope-from sam) Message-Id: <200310102314.h9ANELkV034075@repoman.freebsd.org> From: Sam Leffler Date: Fri, 10 Oct 2003 16:14: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/dev/em if_em.c if_em.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, 10 Oct 2003 23:14:22 -0000 sam 2003/10/10 16:14:21 PDT FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: locking fixups: o correct recursive locking when polling and in em_82547_move_tail o destroy mutex on detach o add EM_LOCK_ASSERT and similar macros for creating+deleteing the mtx Submitted by: Daniel Eischen Revision Changes Path 1.31 +8 -7 src/sys/dev/em/if_em.c 1.23 +6 -2 src/sys/dev/em/if_em.h From owner-cvs-src@FreeBSD.ORG Fri Oct 10 16:25:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7068516A4B3; Fri, 10 Oct 2003 16:25:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E478043F93; Fri, 10 Oct 2003 16:25:43 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9ANPhXJ034502; Fri, 10 Oct 2003 16:25:43 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9ANPhC4034501; Fri, 10 Oct 2003 16:25:43 -0700 (PDT) (envelope-from des) Message-Id: <200310102325.h9ANPhC4034501@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 16:25: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/tools/tools/tinderbox/www index.cgi X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 23:25:44 -0000 des 2003/10/10 16:25:43 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www index.cgi Log: Collapse the Architecture and Machine columns to conserve screen space. Revision Changes Path 1.15 +2 -4 src/tools/tools/tinderbox/www/index.cgi From owner-cvs-src@FreeBSD.ORG Fri Oct 10 16:27: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 89A5016A4B3; Fri, 10 Oct 2003 16:27:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B45D43F85; Fri, 10 Oct 2003 16:27:58 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9ANRvXJ034606; Fri, 10 Oct 2003 16:27:57 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9ANRvu3034605; Fri, 10 Oct 2003 16:27:57 -0700 (PDT) (envelope-from des) Message-Id: <200310102327.h9ANRvu3034605@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 16:27: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/tools/tools/tinderbox/www index.cgi X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Oct 2003 23:27:58 -0000 des 2003/10/10 16:27:57 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www index.cgi Log: Cosmetic nits. Revision Changes Path 1.16 +6 -6 src/tools/tools/tinderbox/www/index.cgi From owner-cvs-src@FreeBSD.ORG Fri Oct 10 16:35: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 6F47416A4BF; Fri, 10 Oct 2003 16:35:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FB443FAF; Fri, 10 Oct 2003 16:35:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9ANZFXJ034999; Fri, 10 Oct 2003 16:35:15 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9ANZFup034998; Fri, 10 Oct 2003 16:35:15 -0700 (PDT) (envelope-from peter) Message-Id: <200310102335.h9ANZFup034998@repoman.freebsd.org> From: Peter Wemm Date: Fri, 10 Oct 2003 16:35: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/i386/i386 locore.s 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, 10 Oct 2003 23:35:16 -0000 peter 2003/10/10 16:35:15 PDT FreeBSD src repository Modified files: sys/i386/i386 locore.s machdep.c Log: Set page zero read/write right from the start rather than trying to change it later on. Revision Changes Path 1.179 +7 -1 src/sys/i386/i386/locore.s 1.576 +0 -7 src/sys/i386/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 21:48: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 8FA6516A4B3; Fri, 10 Oct 2003 21:48:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B2943FD7; Fri, 10 Oct 2003 21:48:36 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B4mZXJ063348; Fri, 10 Oct 2003 21:48:35 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B4mZGg063347; Fri, 10 Oct 2003 21:48:35 -0700 (PDT) (envelope-from sam) Message-Id: <200310110448.h9B4mZGg063347@repoman.freebsd.org> From: Sam Leffler Date: Fri, 10 Oct 2003 21:48: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/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 04:48:36 -0000 sam 2003/10/10 21:48:35 PDT FreeBSD src repository Modified files: sys/net route.c Log: fix braino: null the pointer who's memory we just free'd, not some other pointers that are (potentially) used later Revision Changes Path 1.86 +1 -1 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Fri Oct 10 22:40: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 70ED916A4BF; Fri, 10 Oct 2003 22:40:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB4043FB1; Fri, 10 Oct 2003 22:40:06 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B5e5XJ066309; Fri, 10 Oct 2003 22:40:05 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B5e5G6066308; Fri, 10 Oct 2003 22:40:05 -0700 (PDT) (envelope-from hrs) Message-Id: <200310110540.h9B5e5G6066308@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 10 Oct 2003 22:40: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/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, 11 Oct 2003 05:40:08 -0000 hrs 2003/10/10 22:40:05 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: amr(4) crashdump support. Revision Changes Path 1.637 +2 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Oct 11 00:35: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 1A62A16A4B3; Sat, 11 Oct 2003 00:35:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D4F43FBD; Sat, 11 Oct 2003 00:35:35 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B7ZZXJ072650; Sat, 11 Oct 2003 00:35:35 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B7ZZWM072649; Sat, 11 Oct 2003 00:35:35 -0700 (PDT) (envelope-from tjr) Message-Id: <200310110735.h9B7ZZWM072649@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 11 Oct 2003 00:35: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/usr.sbin/timed/timedc timedc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 07:35:36 -0000 tjr 2003/10/11 00:35:35 PDT FreeBSD src repository Modified files: usr.sbin/timed/timedc timedc.c Log: Fix a BSS buffer overflow caused by makeargv() writing past the end of margv[] when an input line contains 20 or more space-separated words. Revision Changes Path 1.5 +3 -2 src/usr.sbin/timed/timedc/timedc.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 00: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 B6F8016A4B3; Sat, 11 Oct 2003 00:37:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A59243F3F; Sat, 11 Oct 2003 00:37:56 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B7buXJ072761; Sat, 11 Oct 2003 00:37:56 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B7btm5072760; Sat, 11 Oct 2003 00:37:55 -0700 (PDT) (envelope-from tjr) Message-Id: <200310110737.h9B7btm5072760@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 11 Oct 2003 00:37: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/libexec/makekey makekey.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: Sat, 11 Oct 2003 07:37:56 -0000 tjr 2003/10/11 00:37:55 PDT FreeBSD src repository Modified files: libexec/makekey makekey.8 Log: Make the warning message stand out more. Revision Changes Path 1.14 +2 -0 src/libexec/makekey/makekey.8 From owner-cvs-src@FreeBSD.ORG Sat Oct 11 01:10: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 8E0FA16A4B3; Sat, 11 Oct 2003 01:10:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E8643F75; Sat, 11 Oct 2003 01:10:33 -0700 (PDT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B8AXXJ080572; Sat, 11 Oct 2003 01:10:33 -0700 (PDT) (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B8AXCW080563; Sat, 11 Oct 2003 01:10:33 -0700 (PDT) (envelope-from matusita) Message-Id: <200310110810.h9B8AXCW080563@repoman.freebsd.org> From: Makoto Matsushita Date: Sat, 11 Oct 2003 01:10:33 -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 Makefile src/release/sysinstall modules.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 08:10:34 -0000 matusita 2003/10/11 01:10:33 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release Makefile release/sysinstall modules.c Log: Fix (one of) 4.9-RELEASE release breaker, "Loading kernel modules while installation phase sometimes causes an error" bug. It also includes "there's an error while loading firewire modules" bug. Since the results of readdir(3)'s whims, either sbp.ko or if_fwe.ko is picked up for load BEFORE firewire.ko. Unfortunately module_path is not properly set, kldload(2) cannot find kernel modules, firewire.ko, which is required to load sbp.ko/if_fwe.ko. This is why you'll see "loading failed" message. Actually these are mostly comes from following commits on the HEAD: src/release/Makefile rev 1.721 src/usr.sbin/sysinstall/modules.c rev 1.5 Approved by: murray (as of re@, pre-approved) Revision Changes Path 1.536.2.111 +3 -2 src/release/Makefile 1.2.2.5 +2 -2 src/release/sysinstall/modules.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 01: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 8510516A4B3; Sat, 11 Oct 2003 01:24:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F044F43FAF; Sat, 11 Oct 2003 01:24:07 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B8O7XJ081070; Sat, 11 Oct 2003 01:24:07 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B8O7ZN081069; Sat, 11 Oct 2003 01:24:07 -0700 (PDT) (envelope-from blackend) Message-Id: <200310110824.h9B8O7ZN081069@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 11 Oct 2003 01:24: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/fdisk fdisk.8 src/sbin/mdconfig mdconfig.8 src/sbin/newfs newfs.8 src/share/man/man4 vpo.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: Sat, 11 Oct 2003 08:24:08 -0000 blackend 2003/10/11 01:24:07 PDT FreeBSD src repository (doc committer) Modified files: sbin/fdisk fdisk.8 sbin/mdconfig mdconfig.8 sbin/newfs newfs.8 share/man/man4 vpo.4 Log: s/disklabel/bsdlabel where needed. Revision Changes Path 1.35 +2 -2 src/sbin/fdisk/fdisk.8 1.22 +1 -1 src/sbin/mdconfig/mdconfig.8 1.64 +2 -2 src/sbin/newfs/newfs.8 1.18 +1 -1 src/share/man/man4/vpo.4 From owner-cvs-src@FreeBSD.ORG Sat Oct 11 01:56: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 50B8216A4B3; Sat, 11 Oct 2003 01:56:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B549A43F85; Sat, 11 Oct 2003 01:56:04 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B8u4XJ082421; Sat, 11 Oct 2003 01:56:04 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B8u4Fo082420; Sat, 11 Oct 2003 01:56:04 -0700 (PDT) (envelope-from hrs) Message-Id: <200310110856.h9B8u4Fo082420@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 11 Oct 2003 01:56: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/release/doc/ja_JP.eucJP/early-adopter 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, 11 Oct 2003 08:56:05 -0000 hrs 2003/10/11 01:56:04 PDT FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/early-adopter article.sgml Log: Use Japanese localized version of trademarks.ent. Revision Changes Path 1.9 +3 -0 src/release/doc/ja_JP.eucJP/early-adopter/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Oct 11 02:24: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 58CEB16A4B3; Sat, 11 Oct 2003 02:24:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D122343FB1; Sat, 11 Oct 2003 02:24:58 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B9OwXJ084457; Sat, 11 Oct 2003 02:24:58 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B9Owaj084456; Sat, 11 Oct 2003 02:24:58 -0700 (PDT) (envelope-from nyan) Message-Id: <200310110924.h9B9Owaj084456@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 11 Oct 2003 02:24: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/pc98/i386 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: Sat, 11 Oct 2003 09:24:59 -0000 nyan 2003/10/11 02:24:58 PDT FreeBSD src repository Modified files: sys/pc98/i386 machdep.c Log: MFi386: revision 1.576. Revision Changes Path 1.325 +0 -6 src/sys/pc98/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 02:40: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 9E30516A4B3; Sat, 11 Oct 2003 02:40:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D4C143FA3; Sat, 11 Oct 2003 02:40:19 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B9eIXJ085118; Sat, 11 Oct 2003 02:40:18 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B9eIwi085092; Sat, 11 Oct 2003 02:40:18 -0700 (PDT) (envelope-from des) Message-Id: <200310110940.h9B9eIwi085092@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 11 Oct 2003 02:40: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/tools/tools/tinderbox/www index.cgi tb.css X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 09:40:19 -0000 des 2003/10/11 02:40:18 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www index.cgi tb.css Log: Show stale results (8 hours old or more) in a paler color. Revision Changes Path 1.17 +6 -0 src/tools/tools/tinderbox/www/index.cgi 1.3 +12 -2 src/tools/tools/tinderbox/www/tb.css From owner-cvs-src@FreeBSD.ORG Sat Oct 11 02:44: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 83EEA16A4B3; Sat, 11 Oct 2003 02:44:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D181743FBD; Sat, 11 Oct 2003 02:44:18 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B9iIXJ085339; Sat, 11 Oct 2003 02:44:18 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B9iIYA085338; Sat, 11 Oct 2003 02:44:18 -0700 (PDT) (envelope-from des) Message-Id: <200310110944.h9B9iIYA085338@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 11 Oct 2003 02:44: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/tools/tools/tinderbox/www tb.css X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 09:44:19 -0000 des 2003/10/11 02:44:18 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www tb.css Log: Tweak the colors for failed runs Revision Changes Path 1.4 +2 -2 src/tools/tools/tinderbox/www/tb.css From owner-cvs-src@FreeBSD.ORG Sat Oct 11 02:59: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 7967F16A4B3; Sat, 11 Oct 2003 02:59:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED43243FBF; Sat, 11 Oct 2003 02:59:25 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B9xPXJ085921; Sat, 11 Oct 2003 02:59:25 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9B9xPiO085920; Sat, 11 Oct 2003 02:59:25 -0700 (PDT) (envelope-from blackend) Message-Id: <200310110959.h9B9xPiO085920@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 11 Oct 2003 02:59: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/sbin/mdconfig mdconfig.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: Sat, 11 Oct 2003 09:59:26 -0000 blackend 2003/10/11 02:59:25 PDT FreeBSD src repository (doc committer) Modified files: sbin/mdconfig mdconfig.8 Log: Add a full example of a file-backed disk creation, I used the Handbook's example. PR: docs/51897 Submitted by: Kevin Oberman Revision Changes Path 1.23 +9 -0 src/sbin/mdconfig/mdconfig.8 From owner-cvs-src@FreeBSD.ORG Sat Oct 11 03:37: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 1025E16A4B3; Sat, 11 Oct 2003 03:37:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8746143FAF; Sat, 11 Oct 2003 03:37:43 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BAbhXJ088518; Sat, 11 Oct 2003 03:37:43 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BAbhwe088517; Sat, 11 Oct 2003 03:37:43 -0700 (PDT) (envelope-from ume) Message-Id: <200310111037.h9BAbhwe088517@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 11 Oct 2003 03:37: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/sbin/ip6fw ip6fw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 10:37:44 -0000 ume 2003/10/11 03:37:43 PDT FreeBSD src repository Modified files: sbin/ip6fw ip6fw.c Log: correct unsafe use of realloc(). Obtained from: KAME Revision Changes Path 1.14 +5 -5 src/sbin/ip6fw/ip6fw.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 04:57: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 2A90716A4B3; Sat, 11 Oct 2003 04:57:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D8BC43F75; Sat, 11 Oct 2003 04:57:03 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BBv3XJ001041; Sat, 11 Oct 2003 04:57:03 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BBv3bB001040; Sat, 11 Oct 2003 04:57:03 -0700 (PDT) (envelope-from fjoe) Message-Id: <200310111157.h9BBv3bB001040@repoman.freebsd.org> From: Max Khon Date: Sat, 11 Oct 2003 04:57: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/etc/mtree BSD.usr.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 11:57:04 -0000 fjoe 2003/10/11 04:57:03 PDT FreeBSD src repository Modified files: etc/mtree BSD.usr.dist Log: /usr/libdata/msdosfs is no longer used, because of kiconv(3) commit. PR: 57277 Submitted by: Ryuichiro Imura Revision Changes Path 1.281 +0 -2 src/etc/mtree/BSD.usr.dist From owner-cvs-src@FreeBSD.ORG Sat Oct 11 05:01: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 16C0416A4B3; Sat, 11 Oct 2003 05:01:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B13B43F3F; Sat, 11 Oct 2003 05:01:24 -0700 (PDT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BC1OXJ001388; Sat, 11 Oct 2003 05:01:24 -0700 (PDT) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BC1Otl001387; Sat, 11 Oct 2003 05:01:24 -0700 (PDT) (envelope-from rushani) Message-Id: <200310111201.h9BC1Otl001387@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sat, 11 Oct 2003 05:01: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/release/doc/ja_JP.eucJP/relnotes/alpha article.sgml src/release/doc/ja_JP.eucJP/relnotes/amd64article.sgml src/release/doc/ja_JP.eucJP/relnotes/pc98article.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, 11 Oct 2003 12:01:25 -0000 rushani 2003/10/11 05:01:24 PDT FreeBSD src repository (doc committer) Modified files: release/doc/ja_JP.eucJP/relnotes/alpha article.sgml release/doc/ja_JP.eucJP/relnotes/amd64 article.sgml release/doc/ja_JP.eucJP/relnotes/i386 article.sgml release/doc/ja_JP.eucJP/relnotes/ia64 article.sgml release/doc/ja_JP.eucJP/relnotes/pc98 article.sgml release/doc/ja_JP.eucJP/relnotes/sparc64 article.sgml Log: Merge the following from the English version: 1.3 -> 1.4 relnotes/alpha/article.sgml 1.1 -> 1.2 relnotes/amd64/article.sgml 1.4 -> 1.5 relnotes/i386/article.sgml 1.1 -> 1.2 relnotes/ia64/article.sgml 1.1 -> 1.2 relnotes/pc98/article.sgml 1.3 -> 1.4 relnotes/sparc64/article.sgml Revision Changes Path 1.4 +4 -2 src/release/doc/ja_JP.eucJP/relnotes/alpha/article.sgml 1.2 +3 -1 src/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml 1.5 +3 -1 src/release/doc/ja_JP.eucJP/relnotes/i386/article.sgml 1.2 +3 -1 src/release/doc/ja_JP.eucJP/relnotes/ia64/article.sgml 1.2 +3 -1 src/release/doc/ja_JP.eucJP/relnotes/pc98/article.sgml 1.4 +4 -2 src/release/doc/ja_JP.eucJP/relnotes/sparc64/article.sgml From owner-cvs-src@FreeBSD.ORG Sat Oct 11 05:05: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 DFD2116A4BF; Sat, 11 Oct 2003 05:05:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C7943FCB; Sat, 11 Oct 2003 05:05:05 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BC55XJ002396; Sat, 11 Oct 2003 05:05:05 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BC55Zm002395; Sat, 11 Oct 2003 05:05:05 -0700 (PDT) (envelope-from fjoe) Message-Id: <200310111205.h9BC55Zm002395@repoman.freebsd.org> From: Max Khon Date: Sat, 11 Oct 2003 05: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/sbin/mount_msdosfs mount_msdosfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 12:05:07 -0000 fjoe 2003/10/11 05:05:05 PDT FreeBSD src repository Modified files: sbin/mount_msdosfs mount_msdosfs.c Log: Describe '-M' in usage(). PR: 57462 Submitted by: Ryuichiro Imura Revision Changes Path 1.27 +7 -5 src/sbin/mount_msdosfs/mount_msdosfs.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 08:08: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 8D7C916A4B3; Sat, 11 Oct 2003 08:08:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF1743FBD; Sat, 11 Oct 2003 08:08:33 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BF8WXJ012236; Sat, 11 Oct 2003 08:08:32 -0700 (PDT) (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BF8Wv7012235; Sat, 11 Oct 2003 08:08:32 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200310111508.h9BF8Wv7012235@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 11 Oct 2003 08:08: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/compat/linux linux_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 15:08:33 -0000 iwasaki 2003/10/11 08:08:32 PDT FreeBSD src repository Modified files: sys/compat/linux linux_socket.c Log: Fix some problems in linux_sendmsg() and linux_recvmsg(). - Allocate storage for uap->msg always because it is copyin()'ed in native sendmsg(). - Convert sockopt level from Linux to FreeBSD after native recvmsg() calling. - Some cleanups. Tested with: Oracle 9i shared server connection mode. MFC after: 1 week Revision Changes Path 1.43 +38 -36 src/sys/compat/linux/linux_socket.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 11:37: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 0D7B616A4B3; Sat, 11 Oct 2003 11:37:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A94943FD7; Sat, 11 Oct 2003 11:37:10 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BIbAXJ028102; Sat, 11 Oct 2003 11:37:10 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BIb9Qg028101; Sat, 11 Oct 2003 11:37:09 -0700 (PDT) (envelope-from deischen) Message-Id: <200310111837.h9BIb9Qg028101@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 11 Oct 2003 11:37:09 -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_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 18:37:11 -0000 deischen 2003/10/11 11:37:09 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_write.c Log: MFC: Allow a return of 0 from __sys_write() to exit the loop in libc_r's wrapped version of write(). Approved by: re@ Revision Changes Path 1.16.2.7 +2 -2 src/lib/libc_r/uthread/uthread_write.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 13:47: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 48E9116A4B3; Sat, 11 Oct 2003 13:47:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E9643FCB; Sat, 11 Oct 2003 13:47:44 -0700 (PDT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BKliXJ040612; Sat, 11 Oct 2003 13:47:44 -0700 (PDT) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BKliB6040611; Sat, 11 Oct 2003 13:47:44 -0700 (PDT) (envelope-from dds) Message-Id: <200310112047.h9BKliB6040611@repoman.freebsd.org> From: Diomidis Spinellis Date: Sat, 11 Oct 2003 13:47: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/libc/sys write.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: Sat, 11 Oct 2003 20:47:45 -0000 dds 2003/10/11 13:47:44 PDT FreeBSD src repository Modified files: lib/libc/sys write.2 Log: Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX. The former is a kernel-only visible constant, the latter the POSIX-specified userland constant defined by including limits.h. Revision Changes Path 1.25 +1 -1 src/lib/libc/sys/write.2 From owner-cvs-src@FreeBSD.ORG Sat Oct 11 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 16BDB16A4B3; Sat, 11 Oct 2003 14:50:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F9D43FBD; Sat, 11 Oct 2003 14:50:46 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BLokXJ043902; Sat, 11 Oct 2003 14:50:46 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BLokRb043901; Sat, 11 Oct 2003 14:50:46 -0700 (PDT) (envelope-from jeff) Message-Id: <200310112150.h9BLokRb043901@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 11 Oct 2003 14:50: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/kern vfs_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: Sat, 11 Oct 2003 21:50:48 -0000 jeff 2003/10/11 14:50:46 PDT FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Fix a typo, I meant & and not |. This was causing lockups from the syncer looping forever due to list corruption. Solved by: tegge Revision Changes Path 1.466 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 15:20: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 BF1F816A4B3; Sat, 11 Oct 2003 15:20:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CB143F93; Sat, 11 Oct 2003 15:20:35 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BMKZXJ046053; Sat, 11 Oct 2003 15:20:35 -0700 (PDT) (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BMKZqA046052; Sat, 11 Oct 2003 15:20:35 -0700 (PDT) (envelope-from se) Message-Id: <200310112220.h9BMKZqA046052@repoman.freebsd.org> From: Stefan Esser Date: Sat, 11 Oct 2003 15:20: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/dev/pci pci_user.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Oct 2003 22:20:35 -0000 se 2003/10/11 15:20:35 PDT FreeBSD src repository Modified files: sys/dev/pci pci_user.c Log: The code that was meant to test alignment of the register offset parameter in the read and write case dereferenced an unitialized pointer and can't possibly ever have catched an actual invalid argument. This was apparently true for the read/write and getconf cases. The latter does not even receive the paramter that is to be verified. I'm surprised that this did not cause kernel panics, but it seems that the uninitialized local variable happens to contain data that may be used as a pointer to memory that satisfies the test condition. Make the code work as intended by moving the test inside the switch case where the pointer has been properly initialized. Since the read and write case shared just about all code (except for the single call to PCIB_READ_CONFIG resp. PCIB_WRITE_CONFIG) I have merged both cases. Noticed by: trhodes@FreeBSD.org (Tom Rhodes) Revision Changes Path 1.14 +24 -46 src/sys/dev/pci/pci_user.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 17:19: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 0DA5A16A4B3; Sat, 11 Oct 2003 17:19:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85CA843FA3; Sat, 11 Oct 2003 17:19:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9C0JjXJ057688; Sat, 11 Oct 2003 17:19:45 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9C0Jjtb057687; Sat, 11 Oct 2003 17:19:45 -0700 (PDT) (envelope-from kris) Message-Id: <200310120019.h9C0Jjtb057687@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 11 Oct 2003 17:19: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/etc/rc.d initdiskless X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Oct 2003 00:19:46 -0000 kris 2003/10/11 17:19:45 PDT FreeBSD src repository Modified files: etc/rc.d initdiskless Log: Bump default /etc size from 2MB to 5MB to deal with bloat^Wgrowth in the size of /etc. Revision Changes Path 1.26 +3 -4 src/etc/rc.d/initdiskless From owner-cvs-src@FreeBSD.ORG Sat Oct 11 17:27: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 917CD16A4B3; Sat, 11 Oct 2003 17:27:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1072443FCB; Sat, 11 Oct 2003 17:27:56 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9C0RtXJ057985; Sat, 11 Oct 2003 17:27:55 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9C0Rt04057984; Sat, 11 Oct 2003 17:27:55 -0700 (PDT) (envelope-from tjr) Message-Id: <200310120027.h9C0Rt04057984@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 11 Oct 2003 17:27: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.bin/tftp main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Oct 2003 00:27:56 -0000 tjr 2003/10/11 17:27:55 PDT FreeBSD src repository Modified files: usr.bin/tftp main.c Log: Fix BSS buffer overflow in makeargv(). Revision Changes Path 1.21 +3 -2 src/usr.bin/tftp/main.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 21:25: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 4F32416A4B3; Sat, 11 Oct 2003 21:25:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBAF443F75; Sat, 11 Oct 2003 21:25:26 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9C4PQXJ076177; Sat, 11 Oct 2003 21:25:26 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9C4PQAK076176; Sat, 11 Oct 2003 21:25:26 -0700 (PDT) (envelope-from tjr) Message-Id: <200310120425.h9C4PQAK076176@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 11 Oct 2003 21:25: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/i386/ibcs2 ibcs2_misc.c ibcs2_signal.c ibcs2_socksys.c ibcs2_util.c ibcs2_util.h imgact_coff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Oct 2003 04:25:27 -0000 tjr 2003/10/11 21:25:26 PDT FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_misc.c ibcs2_signal.c ibcs2_socksys.c ibcs2_util.c ibcs2_util.h imgact_coff.c Log: Fix a multitude of security bugs in the iBCS2 emulator: - Return NULL instead of returning memory outside of the stackgap in stackgap_alloc() (FreeBSD-SA-00:42.linux) - Check for stackgap_alloc() returning NULL in ibcs2_emul_find(); other calls to stackgap_alloc() have not been changed since they are small fixed-size allocations. - Replace use of strcpy() with strlcpy() in exec_coff_imgact() to avoid buffer overflow - Use strlcat() instead of strcat() to avoid a one byte buffer overflow in ibcs2_setipdomainname() - Use copyinstr() instead of copyin() in ibcs2_setipdomainname() to ensure that the string is null-terminated - Avoid integer overflow in ibcs2_setgroups() and ibcs2_setgroups() by checking that gidsetsize argument is non-negative and no larger than NGROUPS_MAX. - Range-check signal numbers in ibcs2_wait(), ibcs2_sigaction(), ibcs2_sigsys() and ibcs2_kill() to avoid accessing array past the end (or before the start) Revision Changes Path 1.52 +21 -3 src/sys/i386/ibcs2/ibcs2_misc.c 1.32 +7 -2 src/sys/i386/ibcs2/ibcs2_signal.c 1.19 +5 -3 src/sys/i386/ibcs2/ibcs2_socksys.c 1.17 +4 -2 src/sys/i386/ibcs2/ibcs2_util.c 1.17 +4 -1 src/sys/i386/ibcs2/ibcs2_util.h 1.61 +1 -1 src/sys/i386/ibcs2/imgact_coff.c From owner-cvs-src@FreeBSD.ORG Sat Oct 11 21:34: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 59D7616A4B3; Sat, 11 Oct 2003 21:34:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D188D43F85; Sat, 11 Oct 2003 21:34:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9C4Y1XJ076574; Sat, 11 Oct 2003 21:34:01 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9C4Y114076573; Sat, 11 Oct 2003 21:34:01 -0700 (PDT) (envelope-from imp) Message-Id: <200310120434.h9C4Y114076573@repoman.freebsd.org> From: Warner Losh Date: Sat, 11 Oct 2003 21:34:01 -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: Sun, 12 Oct 2003 04:34:02 -0000 imp 2003/10/11 21:34:01 PDT FreeBSD src repository Modified files: . access Log: Two people have been rewarded (or is that cursed?) for being too productive with commit bits: emax (Maksim Yevmenkin). He'll be working on bluetooth. He's had a number of patches that exceeded the availability of other committers to commit it. rsm (Scott Mitchell). He'll be maintaining xe in tree since I'm tired of committing all the patches he submitted to his driver when he didn't have a commit bit. Approved by: core@ Revision Changes Path 1.616 +2 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sat Oct 11 21:42: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 5562816A4B3; Sat, 11 Oct 2003 21:42:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C3E43FAF; Sat, 11 Oct 2003 21:42:33 -0700 (PDT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9C4gXXJ076917; Sat, 11 Oct 2003 21:42:33 -0700 (PDT) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9C4gXP0076916; Sat, 11 Oct 2003 21:42:33 -0700 (PDT) (envelope-from rushani) Message-Id: <200310120442.h9C4gXP0076916@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sat, 11 Oct 2003 21:42: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/release/doc/ja_JP.eucJP/errata article.sgml src/release/doc/ja_JP.eucJP/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: Sun, 12 Oct 2003 04:42:34 -0000 rushani 2003/10/11 21:42:33 PDT FreeBSD src repository (doc committer) Modified files: release/doc/ja_JP.eucJP/errata article.sgml release/doc/ja_JP.eucJP/hardware/common dev.sgml Log: Merge the following from the English version: 1.44 -> 1.55 errata/article.sgml 1.163 -> 1.183 hardware/common/dev.sgml Revision Changes Path 1.23 +97 -8 src/release/doc/ja_JP.eucJP/errata/article.sgml 1.20 +103 -736 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml