From owner-cvs-src@FreeBSD.ORG Sun Apr 11 00:02:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854F316A4CE; Sun, 11 Apr 2004 00:02:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B8343D41; Sun, 11 Apr 2004 00:02:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3B72oGe081396; Sun, 11 Apr 2004 00:02:50 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3B72oeY081395; Sun, 11 Apr 2004 00:02:50 -0700 (PDT) (envelope-from imp) Message-Id: <200404110702.i3B72oeY081395@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 2004 00:02: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/dev/pci 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: Sun, 11 Apr 2004 07:02:50 -0000 imp 2004/04/11 00:02:50 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Add system tunable to turn off power state changes. Default to off until we get the resource allocation stuff hammered out. Fix and off by one error that caused unnecessary filtering of valid BARs for only 4 bytes than ICH3 and other PCI IDE controllers have. Andrew Gallatin submitted this, although it doesn't solve the problems ICH3 controllers have with the new code, it does restore the former resource list on the probe line. Revision Changes Path 1.240 +48 -15 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 00:50:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA6C16A4CE; Sun, 11 Apr 2004 00:50:09 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D576943D2D; Sun, 11 Apr 2004 00:50:04 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i3B7o3kX053391; Sun, 11 Apr 2004 08:50:03 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i3B7o32Y053390; Sun, 11 Apr 2004 08:50:03 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i3B7kiIn075106; Sun, 11 Apr 2004 08:46:44 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200404110746.i3B7kiIn075106@grimreaper.grondar.org> To: Nate Lawson In-Reply-To: Your message of "Sat, 10 Apr 2004 16:01:01 PDT." <20040410155637.Q58852@root.org> Date: Sun, 11 Apr 2004 08:46:43 +0100 Sender: mark@grondar.org X-Spam-Score: 4 (****) FROM_NO_LOWER,MSGID_FROM_MTA_SHORT X-Scanned-By: MIMEDefang 2.39 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random harvest.c hash.c hash.h nehemiah.c nehemiah.h probe.c randomdev.c randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 07:50:10 -0000 Nate Lawson writes: > > Still, opinion seems to be in favour of further postprocessing, so I'll > > do it. > I haven't looked at the FreeBSD PRNG yet but why not seed Yarrow? Yarrow's entropy accumulation and PRNG generator parts are disconnected (that is part of its point), so there is no connection between the number of bytes harvested and the number of bytes supplied. This makes a very long armoured pipeline between accumulation and issue, which seems like overkill when the suppied entropy is 99% OK (far better than Yarrow currently ever gets, BTW). In adding a PRNG to the output of the nehemiah generator, I'd want to make something like output = hash(nehemiah_output()); So that 1) the real entropy bytes are used almost immediately and 2) the number of bytes supplied to the user can be very tightly known. Yarrow is unsuitable for this purpose; it is a great generator when you have a low-entropy environment and you need to protect against attackers having potential knowledge of the inputs. I'm looking at options right now. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Sun Apr 11 01:07:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F7216A4CE; Sun, 11 Apr 2004 01:07:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A471343D48; Sun, 11 Apr 2004 01:07:22 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3B87MGe001711; Sun, 11 Apr 2004 01:07:22 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3B87M1r001710; Sun, 11 Apr 2004 01:07:22 -0700 (PDT) (envelope-from marcus) Message-Id: <200404110807.i3B87M1r001710@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 11 Apr 2004 01:07: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/share/timedef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 08:07:22 -0000 marcus 2004/04/11 01:07:22 PDT FreeBSD src repository (doc,ports committer) Modified files: share/timedef Makefile Log: Move en_CA from US_LINKS to GB_LINKS. Submitted by: adamw Approved by: ache Committed by: me since adamw should be studying for exams Revision Changes Path 1.43 +2 -2 src/share/timedef/Makefile From owner-cvs-src@FreeBSD.ORG Sun Apr 11 01:40:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 588EE16A4CE; Sun, 11 Apr 2004 01:40:12 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C030643D53; Sun, 11 Apr 2004 01:40:11 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i3B8e9V4054137; Sun, 11 Apr 2004 09:40:09 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i3B8e9I1054136; Sun, 11 Apr 2004 09:40:09 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i3B8cRIn075336; Sun, 11 Apr 2004 09:38:28 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200404110838.i3B8cRIn075336@grimreaper.grondar.org> To: Nate Lawson In-Reply-To: Your message of "Sat, 10 Apr 2004 15:55:42 PDT." <20040410155306.W58852@root.org> Date: Sun, 11 Apr 2004 09:38:27 +0100 Sender: mark@grondar.org X-Spam-Score: 4 (****) FROM_NO_LOWER,MSGID_FROM_MTA_SHORT X-Scanned-By: MIMEDefang 2.39 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random harvest.c hash.c hash.h nehemiah.c nehemiah.h probe.c randomdev.c randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 08:40:12 -0000 Nate Lawson writes: > > Cryptographic strength is of lesser importance here, as the key > > input is Very Nicely Random(tm), however AES's speed and spectral > > qualities make it a good choice. It is important to remember that > > the hash is purely there to destroy any trends/tendencies that the > > hardware generator may have, and for that purpose an LFSR may work > > just fine. The hash is a "Whitener", and its requirements here are > > that its output spectrum is flat. > > An LFSR is not a cryptographic hash function. Do not use one to implement > a PRNG. The input is 99% random. It follows that if the hash/whitener is done properly the output should be 99% random. LFSR was an illustration; the intent is to use AES. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Sun Apr 11 02:13:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E0816A4CE; Sun, 11 Apr 2004 02:13:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D9B43D46; Sun, 11 Apr 2004 02:13:43 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3B9DhGe016665; Sun, 11 Apr 2004 02:13:43 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3B9DhqZ016664; Sun, 11 Apr 2004 02:13:43 -0700 (PDT) (envelope-from nyan) Message-Id: <200404110913.i3B9DhqZ016664@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 11 Apr 2004 02:13: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/random probe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 09:13:43 -0000 nyan 2004/04/11 02:13:43 PDT FreeBSD src repository Modified files: sys/dev/random probe.c Log: Fix pc98 build. Revision Changes Path 1.2 +3 -3 src/sys/dev/random/probe.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 04:50:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C12F16A4D2; Sun, 11 Apr 2004 04:50:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2631143D5A; Sun, 11 Apr 2004 04:50:18 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BBoHGe056196; Sun, 11 Apr 2004 04:50:17 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BBoH5w056195; Sun, 11 Apr 2004 04:50:17 -0700 (PDT) (envelope-from hrs) Message-Id: <200404111150.i3BBoH5w056195@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 11 Apr 2004 04:50:17 -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, 11 Apr 2004 11:50:32 -0000 hrs 2004/04/11 04:50:17 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/share/sgml release.ent Log: The next release is 4.10, not 4.9.1. Approved by: re (implicitly) Revision Changes Path 1.1.2.25 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sun Apr 11 06:30:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4747516A4CF; Sun, 11 Apr 2004 06:30:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C52A43D1F; Sun, 11 Apr 2004 06:30:21 -0700 (PDT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BDULGe078088; Sun, 11 Apr 2004 06:30:21 -0700 (PDT) (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BDUKU6078087; Sun, 11 Apr 2004 06:30:20 -0700 (PDT) (envelope-from peadar) Message-Id: <200404111330.i3BDUKU6078087@repoman.freebsd.org> From: Peter Edwards Date: Sun, 11 Apr 2004 06:30: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/nfsclient nfs.h nfs_nfsiod.c nfs_node.c nfs_subs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 13:30:21 -0000 peadar 2004/04/11 06:30:20 PDT FreeBSD src repository Modified files: sys/nfsclient nfs.h nfs_nfsiod.c nfs_node.c nfs_subs.c Log: Clean up properly when unloading NFS client module. This includes a modified form of some code from Thomas Moestl (tmm@) to properly clean up the UMA zone and the "nfsnodehashtbl" hash table. Reviewed By: iedowse PR: 16299 Revision Changes Path 1.81 +2 -0 src/sys/nfsclient/nfs.h 1.81 +4 -2 src/sys/nfsclient/nfs_nfsiod.c 1.67 +10 -0 src/sys/nfsclient/nfs_node.c 1.126 +19 -0 src/sys/nfsclient/nfs_subs.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 06:33:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C79016A4CE; Sun, 11 Apr 2004 06:33:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D8143D41; Sun, 11 Apr 2004 06:33:35 -0700 (PDT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BDXYGe079947; Sun, 11 Apr 2004 06:33:34 -0700 (PDT) (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BDXYjR079946; Sun, 11 Apr 2004 06:33:34 -0700 (PDT) (envelope-from peadar) Message-Id: <200404111333.i3BDXYjR079946@repoman.freebsd.org> From: Peter Edwards Date: Sun, 11 Apr 2004 06:33: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/nfsserver nfs.h nfs_srvsubs.c nfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 13:33:35 -0000 peadar 2004/04/11 06:33:34 PDT FreeBSD src repository Modified files: sys/nfsserver nfs.h nfs_srvsubs.c nfs_syscalls.c Log: Don't let the NFS server module be unloaded as long as there are nfsd processes running Reviewed By: iedowse PR: 16299 Revision Changes Path 1.74 +1 -0 src/sys/nfsserver/nfs.h 1.126 +2 -0 src/sys/nfsserver/nfs_srvsubs.c 1.97 +3 -3 src/sys/nfsserver/nfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 06:36:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2528A16A4CE; Sun, 11 Apr 2004 06:36:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B74B43D46; Sun, 11 Apr 2004 06:36:54 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BDarGe080144; Sun, 11 Apr 2004 06:36:53 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BDarMA080143; Sun, 11 Apr 2004 06:36:53 -0700 (PDT) (envelope-from ru) Message-Id: <200404111336.i3BDarMA080143@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 06: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/sys/net if.h src/sbin/ifconfig ifconfig.8 ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 13:36:54 -0000 ru 2004/04/11 06:36:53 PDT FreeBSD src repository Modified files: sys/net if.h sbin/ifconfig ifconfig.8 ifconfig.c Log: Added the new interface capability option for drivers that implement user-configurable polling(4) support. Make ifconfig(8) aware of it. Suggested by: luigi Revision Changes Path 1.78 +9 -1 src/sbin/ifconfig/ifconfig.8 1.102 +3 -1 src/sbin/ifconfig/ifconfig.c 1.85 +1 -0 src/sys/net/if.h From owner-cvs-src@FreeBSD.ORG Sun Apr 11 06:44:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75F016A4CE; Sun, 11 Apr 2004 06:44:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBE0043D1D; Sun, 11 Apr 2004 06:44:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BDivGe082124; Sun, 11 Apr 2004 06:44:57 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BDivg2082123; Sun, 11 Apr 2004 06:44:57 -0700 (PDT) (envelope-from ru) Message-Id: <200404111344.i3BDivg2082123@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 06:44:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.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, 11 Apr 2004 13:44:58 -0000 ru 2004/04/11 06:44:57 PDT FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Document that -m also causes the capability list to be displayed. Revision Changes Path 1.79 +1 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Sun Apr 11 06:47:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0502B16A4CE; Sun, 11 Apr 2004 06:47:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC13D43D46; Sun, 11 Apr 2004 06:47:15 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BDlFGe082242; Sun, 11 Apr 2004 06:47:15 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BDlFsm082241; Sun, 11 Apr 2004 06:47:15 -0700 (PDT) (envelope-from ru) Message-Id: <200404111347.i3BDlFsm082241@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 06:47: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/pci if_dc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 13:47:16 -0000 ru 2004/04/11 06:47:15 PDT FreeBSD src repository Modified files: sys/pci if_dc.c Log: First driver with user-configurable polling(4). Revision Changes Path 1.142 +13 -1 src/sys/pci/if_dc.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 07:19:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C910B16A4F9; Sun, 11 Apr 2004 07:19:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC2A943D1D; Sun, 11 Apr 2004 07:19:37 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BEJbGe089906; Sun, 11 Apr 2004 07:19:37 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BEJb3T089905; Sun, 11 Apr 2004 07:19:37 -0700 (PDT) (envelope-from hrs) Message-Id: <200404111419.i3BEJb3T089905@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 11 Apr 2004 07:19: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/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, 11 Apr 2004 14:19:40 -0000 hrs 2004/04/11 07:19:37 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: 04:06.ipv6. Revision Changes Path 1.709 +10 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Apr 11 07:42:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E7B216A4CE; Sun, 11 Apr 2004 07:42:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144D443D45; Sun, 11 Apr 2004 07:42:27 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BEgQGe095550; Sun, 11 Apr 2004 07:42:26 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BEgQWj095537; Sun, 11 Apr 2004 07:42:26 -0700 (PDT) (envelope-from ru) Message-Id: <200404111442.i3BEgQWj095537@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 07:42:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_ste.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 14:42:27 -0000 ru 2004/04/11 07:42:25 PDT FreeBSD src repository Modified files: sys/pci if_ste.c Log: Implemented per-interface polling(4) control. Revision Changes Path 1.72 +13 -1 src/sys/pci/if_ste.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 08:18:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A936216A4CE; Sun, 11 Apr 2004 08:18:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913D143D54; Sun, 11 Apr 2004 08:18:09 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BFI9Ge003161; Sun, 11 Apr 2004 08:18:09 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BFI9IK003160; Sun, 11 Apr 2004 08:18:09 -0700 (PDT) (envelope-from ru) Message-Id: <200404111518.i3BFI9IK003160@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 08:18: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/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 15:18:09 -0000 ru 2004/04/11 08:18:09 PDT FreeBSD src repository Modified files: sys/pci if_vr.c Log: Implemented per-interface polling(4) control. Revision Changes Path 1.83 +13 -1 src/sys/pci/if_vr.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 08:35:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0924E16A4CE; Sun, 11 Apr 2004 08:35:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55DF43D46; Sun, 11 Apr 2004 08:35:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BFZnGe007202; Sun, 11 Apr 2004 08:35:49 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BFZnGO007201; Sun, 11 Apr 2004 08:35:49 -0700 (PDT) (envelope-from ru) Message-Id: <200404111535.i3BFZnGO007201@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 08:35: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/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 15:35:50 -0000 ru 2004/04/11 08:35:49 PDT FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Implemented per-interface polling(4) control. Revision Changes Path 1.203 +16 -1 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 08:40:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B35616A4CE; Sun, 11 Apr 2004 08:40:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52ED343D53; Sun, 11 Apr 2004 08:40:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BFeJGe007364; Sun, 11 Apr 2004 08:40:19 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BFeIRm007363; Sun, 11 Apr 2004 08:40:18 -0700 (PDT) (envelope-from marcel) Message-Id: <200404111540.i3BFeIRm007363@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Apr 2004 08: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/modules/random Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 15:40:19 -0000 marcel 2004/04/11 08:40:18 PDT FreeBSD src repository Modified files: sys/modules/random Makefile Log: Include nehemiah.c only on i386, as is done for the non-modules build. Revision Changes Path 1.15 +2 -0 src/sys/modules/random/Makefile From owner-cvs-src@FreeBSD.ORG Sun Apr 11 08:50:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE71416A4CE; Sun, 11 Apr 2004 08:50:22 -0700 (PDT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE6543D55; Sun, 11 Apr 2004 08:50:22 -0700 (PDT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i3BFoL8o007454; Sun, 11 Apr 2004 11:50:21 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i3BFoLoQ007453; Sun, 11 Apr 2004 11:50:21 -0400 (EDT) Date: Sun, 11 Apr 2004 11:50:21 -0400 From: Ken Smith To: Joe Marcus Clarke Message-ID: <20040411155021.GA7324@electra.cse.Buffalo.EDU> References: <200404110807.i3B87M1r001710@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404110807.i3B87M1r001710@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/timedef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 15:50:23 -0000 On Sun, Apr 11, 2004 at 01:07:22AM -0700, Joe Marcus Clarke wrote: > marcus 2004/04/11 01:07:22 PDT > > FreeBSD src repository (doc,ports committer) > > Modified files: > share/timedef Makefile > Log: > Move en_CA from US_LINKS to GB_LINKS. > > Submitted by: adamw > Approved by: ache > Committed by: me since adamw should be studying for exams > > Revision Changes Path > 1.43 +2 -2 src/share/timedef/Makefile We can temporarily deactivate his FreeBSD account if it would help him study for exams... -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Sun Apr 11 09:04:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED1516A4CE; Sun, 11 Apr 2004 09:04:02 -0700 (PDT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED2643D41; Sun, 11 Apr 2004 09:04:01 -0700 (PDT) (envelope-from gavin@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id i3BG3rCw018482; Sun, 11 Apr 2004 17:03:53 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i3BG3r5U014851; Sun, 11 Apr 2004 17:03:53 +0100 (BST) (envelope-from gavin@ury.york.ac.uk) Received: from localhost (gavin@localhost)i3BG3qDY014848; Sun, 11 Apr 2004 17:03:52 +0100 (BST) (envelope-from gavin@ury.york.ac.uk) Date: Sun, 11 Apr 2004 17:03:52 +0100 (BST) From: Gavin Atkinson To: Ken Smith In-Reply-To: <20040411155021.GA7324@electra.cse.Buffalo.EDU> Message-ID: <20040411170132.L14825@ury.york.ac.uk> References: <200404110807.i3B87M1r001710@repoman.freebsd.org> <20040411155021.GA7324@electra.cse.Buffalo.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/timedef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 16:04:02 -0000 On Sun, 11 Apr 2004, Ken Smith wrote: > On Sun, Apr 11, 2004 at 01:07:22AM -0700, Joe Marcus Clarke wrote: > > marcus 2004/04/11 01:07:22 PDT > > > > Modified files: > > share/timedef Makefile > > Log: > > Move en_CA from US_LINKS to GB_LINKS. > > > > Submitted by: adamw > > Approved by: ache > > Committed by: me since adamw should be studying for exams > > We can temporarily deactivate his FreeBSD account if it would help > him study for exams... Check out CVSROOT-doc/access 1.510 :) Gavin From owner-cvs-src@FreeBSD.ORG Sun Apr 11 09:23:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D619216A4CE; Sun, 11 Apr 2004 09:23:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3A843D2F; Sun, 11 Apr 2004 09:23:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BGNGGe024652; Sun, 11 Apr 2004 09:23:16 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BGNG6S024651; Sun, 11 Apr 2004 09:23:16 -0700 (PDT) (envelope-from ru) Message-Id: <200404111623.i3BGNG6S024651@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 09:23:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 16:23:17 -0000 ru 2004/04/11 09:23:16 PDT FreeBSD src repository Modified files: sys/pci if_rl.c Log: Implemented per-interface polling(4) control. Revision Changes Path 1.135 +12 -1 src/sys/pci/if_rl.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 09:25:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A7016A4CF; Sun, 11 Apr 2004 09:25:07 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545CF43D3F; Sun, 11 Apr 2004 09:25:06 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3BGThTH081651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Apr 2004 19:29:45 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3BGOxQU000349; Sun, 11 Apr 2004 19:24:59 +0300 (EEST) (envelope-from ru) Date: Sun, 11 Apr 2004 19:24:58 +0300 From: Ruslan Ermilov To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040411162458.GA281@ip.net.ua> References: <200404111623.i3BGNG6S024651@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <200404111623.i3BGNG6S024651@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 16:25:07 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 11, 2004 at 09:23:16AM -0700, Ruslan Ermilov wrote: > ru 2004/04/11 09:23:16 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/pci if_rl.c=20 > Log: > Implemented per-interface polling(4) control. > =20 > Revision Changes Path > 1.135 +12 -1 src/sys/pci/if_rl.c >=20 This has actually been tested on a RELENG_4 box, meaning that this feature can also be MFC'ed. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAeXFaUkv4P6juNwoRAsiyAJ9z+ZGtD/bl7hJ3s/e5CO/XVp0xbwCggxEh VZv5AWwv020XfGsOAcxfzNc= =zzxs -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-cvs-src@FreeBSD.ORG Sun Apr 11 09:26:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B56416A4CE; Sun, 11 Apr 2004 09:26:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423E543D46; Sun, 11 Apr 2004 09:26:40 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BGQeGe024831; Sun, 11 Apr 2004 09:26:40 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BGQdhE024830; Sun, 11 Apr 2004 09:26:39 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404111626.i3BGQdhE024830@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Apr 2004 09:26:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/nge if_nge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 16:26:40 -0000 rwatson 2004/04/11 09:26:39 PDT FreeBSD src repository Modified files: sys/dev/nge if_nge.c Log: Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending, which was almost certainly a bug since polling support was introduced in this driver. Found during discussion with: mlaier Revision Changes Path 1.56 +3 -3 src/sys/dev/nge/if_nge.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 09:34:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E85AC16A4CE; Sun, 11 Apr 2004 09:34:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF40143D58; Sun, 11 Apr 2004 09:34:29 -0700 (PDT) (envelope-from rsm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BGYTGe026848; Sun, 11 Apr 2004 09:34:29 -0700 (PDT) (envelope-from rsm@repoman.freebsd.org) Received: (from rsm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BGYTtO026847; Sun, 11 Apr 2004 09:34:29 -0700 (PDT) (envelope-from rsm) Message-Id: <200404111634.i3BGYTtO026847@repoman.freebsd.org> From: Scott Mitchell Date: Sun, 11 Apr 2004 09:34: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/xe if_xe_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 16:34:30 -0000 rsm 2004/04/11 09:34:29 PDT FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c Log: Stop xe claiming ownership of every card passed to xe_pccard_match. Found by: Pete Carss Reviewed by: imp (mentor) Pointy hat to: rsm Revision Changes Path 1.17 +1 -1 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 09:35:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 996B616A4CE; Sun, 11 Apr 2004 09:35:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8174F43D53; Sun, 11 Apr 2004 09:35:53 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BGZrGe026982; Sun, 11 Apr 2004 09:35:53 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BGZr8D026981; Sun, 11 Apr 2004 09:35:53 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404111635.i3BGZr8D026981@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Apr 2004 09:35: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 if_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: Sun, 11 Apr 2004 16:35:53 -0000 rwatson 2004/04/11 09:35:53 PDT FreeBSD src repository Modified files: sys/net if_var.h Log: In 4.x, if_ipending is used to track network interrupt state. In 5.x, it is no longer used, so GC the ifnet.if_ipending field. Revision Changes Path 1.68 +0 -7 src/sys/net/if_var.h From owner-cvs-src@FreeBSD.ORG Sun Apr 11 10:06:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B8616A4CE; Sun, 11 Apr 2004 10:06:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CD743D5C; Sun, 11 Apr 2004 10:06:29 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BH6TGe034107; Sun, 11 Apr 2004 10:06:29 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BH6Tm0034106; Sun, 11 Apr 2004 10:06:29 -0700 (PDT) (envelope-from hrs) Message-Id: <200404111706.i3BH6Tm0034106@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 11 Apr 2004 10:06:29 -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, 11 Apr 2004 17:06:30 -0000 hrs 2004/04/11 10:06:29 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Some style fixes. Approved by: re (implicitly) Revision Changes Path 1.22.2.404 +5 -7 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Apr 11 10:15:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D785A16A4CE; Sun, 11 Apr 2004 10:15:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC6743D48; Sun, 11 Apr 2004 10:15:36 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BHFaGe036173; Sun, 11 Apr 2004 10:15:36 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BHFa3Q036172; Sun, 11 Apr 2004 10:15:36 -0700 (PDT) (envelope-from marcel) Message-Id: <200404111715.i3BHFa3Q036172@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Apr 2004 10:15: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_subs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 17:15:37 -0000 marcel 2004/04/11 10:15:36 PDT FreeBSD src repository Modified files: sys/nfsclient nfs_subs.c Log: Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g Revision Changes Path 1.127 +1 -1 src/sys/nfsclient/nfs_subs.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 10:28:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 153D516A4CE; Sun, 11 Apr 2004 10:28:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1487A43D1F; Sun, 11 Apr 2004 10:28:39 -0700 (PDT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BHScGe038477; Sun, 11 Apr 2004 10:28:38 -0700 (PDT) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BHScD0038474; Sun, 11 Apr 2004 10:28:38 -0700 (PDT) (envelope-from mlaier) Message-Id: <200404111728.i3BHScD0038474@repoman.freebsd.org> From: Max Laier Date: Sun, 11 Apr 2004 10:28:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENBSD Subject: cvs commit: src/sys/contrib/pf/net - 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: Sun, 11 Apr 2004 17:28:39 -0000 mlaier 2004/04/11 10:28:37 PDT FreeBSD src repository src/sys/contrib/pf/net - Imported sources Update of /home/ncvs/src/sys/contrib/pf/net In directory repoman.freebsd.org:/tmp/cvs-serv38357 Log Message: Import another fix from the OpenBSD-Stable branch: Fix by dhartmei@ and mcbride@ 1.433 Properly m_copyback() modified TCP sequence number after demodulation 1.432 Fix icmp checksum when sequence number modlation is being used. Also fix a daddr vs saddr cut-n-paste error in ICMP error handling. Fixes PR 3724 Status: Vendor Tag: OPENBSD Release Tags: pf_openbsd_3_4_002 U src/sys/contrib/pf/net/if_pflog.c U src/sys/contrib/pf/net/if_pflog.h U src/sys/contrib/pf/net/if_pfsync.c U src/sys/contrib/pf/net/if_pfsync.h C src/sys/contrib/pf/net/pf.c U src/sys/contrib/pf/net/pf_ioctl.c U src/sys/contrib/pf/net/pf_norm.c U src/sys/contrib/pf/net/pf_osfp.c U src/sys/contrib/pf/net/pf_table.c U src/sys/contrib/pf/net/pfvar.h 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENBSD:yesterday -jOPENBSD src/sys/contrib/pf/net From owner-cvs-src@FreeBSD.ORG Sun Apr 11 10:32:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A519D16A4CE; Sun, 11 Apr 2004 10:32:54 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3F243D60; Sun, 11 Apr 2004 10:32:53 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3BHbU4q083652 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Apr 2004 20:37:32 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3BHWjcp000664; Sun, 11 Apr 2004 20:32:45 +0300 (EEST) (envelope-from ru) Date: Sun, 11 Apr 2004 20:32:45 +0300 From: Ruslan Ermilov To: Robert Watson Message-ID: <20040411173245.GB281@ip.net.ua> References: <200404111626.i3BGQdhE024830@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XF85m9dhOBO43t/C" Content-Disposition: inline In-Reply-To: <200404111626.i3BGQdhE024830@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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/dev/nge if_nge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 17:32:54 -0000 --XF85m9dhOBO43t/C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 11, 2004 at 09:26:39AM -0700, Robert Watson wrote: > rwatson 2004/04/11 09:26:39 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/nge if_nge.c=20 > Log: > Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipendin= g, > which was almost certainly a bug since polling support was introduced > in this driver. > =20 > Found during discussion with: mlaier > =20 > Revision Changes Path > 1.56 +3 -3 src/sys/dev/nge/if_nge.c >=20 Thanks! Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --XF85m9dhOBO43t/C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAeYE9Ukv4P6juNwoRAiRwAJ96ag3QwYOEY3SKTWfncEhVXdY5JgCfam9U Ix4FJVYgfR8kQmRyDjz+HMY= =iUSe -----END PGP SIGNATURE----- --XF85m9dhOBO43t/C-- From owner-cvs-src@FreeBSD.ORG Sun Apr 11 10:35:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 114E316A4CE; Sun, 11 Apr 2004 10:35:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE61443D48; Sun, 11 Apr 2004 10:35:41 -0700 (PDT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BHZfGe040527; Sun, 11 Apr 2004 10:35:41 -0700 (PDT) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BHZfYL040526; Sun, 11 Apr 2004 10:35:41 -0700 (PDT) (envelope-from mlaier) Message-Id: <200404111735.i3BHZfYL040526@repoman.freebsd.org> From: Max Laier Date: Sun, 11 Apr 2004 10:35: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/contrib/pf/net pf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 17:35:42 -0000 mlaier 2004/04/11 10:35:41 PDT FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: Commit import of OpenBSD-stable fix: Fix by dhartmei@ and mcbride@ 1.433 Properly m_copyback() modified TCP sequence number after demodulation 1.432 Fix icmp checksum when sequence number modlation is being used. Also fix a daddr vs saddr cut-n-paste error in ICMP error handling. Fixes PR 3724 Obtained from: OpenBSD Reviewed by: dhartmei Approved by: rwatson Revision Changes Path 1.7 +11 -6 src/sys/contrib/pf/net/pf.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 11:01:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3839616A4CE; Sun, 11 Apr 2004 11:01:50 -0700 (PDT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABC943D55; Sun, 11 Apr 2004 11:01:49 -0700 (PDT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i3BI1m8o010138; Sun, 11 Apr 2004 14:01:48 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i3BI1mQT010137; Sun, 11 Apr 2004 14:01:48 -0400 (EDT) Date: Sun, 11 Apr 2004 14:01:48 -0400 From: Ken Smith To: Gavin Atkinson Message-ID: <20040411180148.GC8573@electra.cse.Buffalo.EDU> References: <200404110807.i3B87M1r001710@repoman.freebsd.org> <20040411155021.GA7324@electra.cse.Buffalo.EDU> <20040411170132.L14825@ury.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040411170132.L14825@ury.york.ac.uk> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: Ken Smith cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/timedef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 18:01:50 -0000 On Sun, Apr 11, 2004 at 05:03:52PM +0100, Gavin Atkinson wrote: > > On Sun, 11 Apr 2004, Ken Smith wrote: > > > On Sun, Apr 11, 2004 at 01:07:22AM -0700, Joe Marcus Clarke wrote: > > > marcus 2004/04/11 01:07:22 PDT > > > > > > Modified files: > > > share/timedef Makefile > > > Log: > > > Move en_CA from US_LINKS to GB_LINKS. > > > > > > Submitted by: adamw > > > Approved by: ache > > > Committed by: me since adamw should be studying for exams > > > > We can temporarily deactivate his FreeBSD account if it would help > > him study for exams... > > Check out CVSROOT-doc/access 1.510 :) > > Gavin Yeah, but I figured if he's still being distracted enough to ask marcus to do stuff maybe stronger measures are needed... :-))) -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Sun Apr 11 11:28:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6D416A4CE; Sun, 11 Apr 2004 11:28:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F77143D39; Sun, 11 Apr 2004 11:28:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BISEGe051709; Sun, 11 Apr 2004 11:28:14 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BISEOY051708; Sun, 11 Apr 2004 11:28:14 -0700 (PDT) (envelope-from ru) Message-Id: <200404111828.i3BISEOY051708@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 11:28:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/nge if_nge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 18:28:14 -0000 ru 2004/04/11 11:28:14 PDT FreeBSD src repository Modified files: sys/dev/nge if_nge.c Log: Fixed resetting of the watchdog timer and queue full flag. Revision Changes Path 1.57 +4 -7 src/sys/dev/nge/if_nge.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 11:33:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1551116A4CE; Sun, 11 Apr 2004 11:33:48 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A96A643D2F; Sun, 11 Apr 2004 11:33:47 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1BCjoZ-00038Y-FD; Mon, 12 Apr 2004 01:36:19 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i3BIY0Gt095993; Mon, 12 Apr 2004 01:34:00 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i3BIY0v4095895; Mon, 12 Apr 2004 01:34:00 +0700 (NOVST) (envelope-from danfe) Date: Mon, 12 Apr 2004 01:33:59 +0700 From: Alexey Dokuchaev To: Ruslan Ermilov Message-ID: <20040411183359.GA90344@regency.nsu.ru> References: <200404111623.i3BGNG6S024651@repoman.freebsd.org> <20040411162458.GA281@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040411162458.GA281@ip.net.ua> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 18:33:48 -0000 On Sun, Apr 11, 2004 at 07:24:58PM +0300, Ruslan Ermilov wrote: > On Sun, Apr 11, 2004 at 09:23:16AM -0700, Ruslan Ermilov wrote: > > ru 2004/04/11 09:23:16 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/pci if_rl.c > > Log: > > Implemented per-interface polling(4) control. > > > > Revision Changes Path > > 1.135 +12 -1 src/sys/pci/if_rl.c > > > This has actually been tested on a RELENG_4 box, meaning > that this feature can also be MFC'ed. ;) Yeah, please go for it! ;-) ./danfe From owner-cvs-src@FreeBSD.ORG Sun Apr 11 11:56:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A57C16A4CE; Sun, 11 Apr 2004 11:56:29 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E6643D31; Sun, 11 Apr 2004 11:56:28 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.11/8.12.10) with ESMTP id i3BIuRQc001443; Sun, 11 Apr 2004 22:56:27 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sun, 11 Apr 2004 22:56:27 +0400 (MSD) From: Dmitry Morozovsky To: Ruslan Ermilov In-Reply-To: <20040411162458.GA281@ip.net.ua> Message-ID: <20040411225532.Y1407@woozle.rinet.ru> References: <200404111623.i3BGNG6S024651@repoman.freebsd.org> <20040411162458.GA281@ip.net.ua> X-NCC-RegID: ru.rinet 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_rl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 18:56:29 -0000 On Sun, 11 Apr 2004, Ruslan Ermilov wrote: RE> > ru 2004/04/11 09:23:16 PDT RE> > RE> > FreeBSD src repository RE> > RE> > Modified files: RE> > sys/pci if_rl.c RE> > Log: RE> > Implemented per-interface polling(4) control. RE> > RE> > Revision Changes Path RE> > 1.135 +12 -1 src/sys/pci/if_rl.c RE> > RE> This has actually been tested on a RELENG_4 box, meaning RE> that this feature can also be MFC'ed. ;) Yoo-hoo! The go for it (and if possible for if_fxp.c too)! Thanks! Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Sun Apr 11 11:59:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F66D16A4CE; Sun, 11 Apr 2004 11:59:16 -0700 (PDT) Received: from machdep.com (machdep.com [64.191.136.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CB443D45; Sun, 11 Apr 2004 11:59:16 -0700 (PDT) (envelope-from drhodus@machdep.com) Received: from [192.168.1.96] (adsl-068-209-168-006.sip.bgk.bellsouth.net [68.209.168.6]) by machdep.com (8.12.10/8.12.9) with ESMTP id i3C0BNHK026350; Sun, 11 Apr 2004 20:11:24 -0400 (EDT) (envelope-from drhodus@machdep.com) In-Reply-To: <200404041224.i34CO5xJ098253@repoman.freebsd.org> References: <200404041224.i34CO5xJ098253@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <4CA93FA0-8BEA-11D8-986C-000A959B213E@machdep.com> Content-Transfer-Encoding: 7bit From: David Rhodus Date: Sun, 11 Apr 2004 14:59:03 -0400 To: "Tim J. Robbins" X-Mailer: Apple Mail (2.613) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/colldef Makefile src/share/monetdef Makefile src/share/msgdef Makefile src/share/numericdef Makefile src/share/timedef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 18:59:16 -0000 On Apr 4, 2004, at 8:24 AM, Tim J. Robbins wrote: > tjr 2004/04/04 05:24:05 PDT > > FreeBSD src repository > > Modified files: > share/colldef Makefile > share/monetdef Makefile > share/msgdef Makefile > share/numericdef Makefile > share/timedef Makefile > Log: > Add data for missing categories to zh_HK.Big5HKSCS locale. > > Revision Changes Path > 1.65 +1 -1 src/share/colldef/Makefile > 1.57 +2 -0 src/share/monetdef/Makefile > 1.55 +2 -0 src/share/msgdef/Makefile > 1.54 +1 -1 src/share/numericdef/Makefile > 1.42 +2 -0 src/share/timedef/Makefile The buildworld is broken here on my 5.2.1-RELEASE machine. Did you forget to add some new files in perhaps ? Here are the changes that allow the buildworld to proceed on my machine. -DR Index: mklocale/Makefile =================================================================== RCS file: /f/FreeBSD/src/share/mklocale/Makefile,v retrieving revision 1.59 diff -u -r1.59 Makefile --- mklocale/Makefile 27 Mar 2004 08:14:14 -0000 1.59 +++ mklocale/Makefile 11 Apr 2004 17:53:30 -0000 @@ -29,7 +29,6 @@ zh_CN.GB18030 \ zh_CN.GB2312 \ zh_CN.GBK \ - zh_HK.Big5HKSCS \ zh_TW.Big5 LOCALEDIR= ${DESTDIR}/usr/share/locale Index: monetdef/Makefile =================================================================== RCS file: /f/FreeBSD/src/share/monetdef/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- monetdef/Makefile 4 Apr 2004 12:24:04 -0000 1.57 +++ monetdef/Makefile 11 Apr 2004 17:55:23 -0000 @@ -6,7 +6,6 @@ LOCALES= af_ZA.ISO8859-1 \ am_ET.UTF-8 \ be_BY.CP1131 \ - be_BY.CP1251 \ be_BY.ISO8859-5 \ be_BY.UTF-8 \ bg_BG.CP1251 \ Index: msgdef/Makefile =================================================================== RCS file: /f/FreeBSD/src/share/msgdef/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- msgdef/Makefile 4 Apr 2004 12:24:05 -0000 1.55 +++ msgdef/Makefile 11 Apr 2004 17:55:44 -0000 @@ -6,7 +6,6 @@ LOCALES= af_ZA.ISO8859-1 \ am_ET.UTF-8 \ be_BY.CP1131 \ - be_BY.CP1251 \ be_BY.ISO8859-5 \ be_BY.UTF-8 \ bg_BG.CP1251 \ Index: syscons/keymaps/Makefile =================================================================== RCS file: /f/FreeBSD/src/share/syscons/keymaps/Makefile,v retrieving revision 1.68 diff -u -r1.68 Makefile --- syscons/keymaps/Makefile 15 Mar 2004 20:34:18 -0000 1.68 +++ syscons/keymaps/Makefile 11 Apr 2004 17:56:44 -0000 @@ -4,7 +4,7 @@ be.iso.kbd be.iso.acc.kbd \ bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd \ br275.iso.kbd br275.iso.acc.kbd br275.cp850.kbd \ - by.cp1131.kbd by.cp1251.kbd by.iso5.kbd \ + by.cp1251.kbd \ ce.iso2.kbd \ cs.latin2.qwertz.kbd \ cz.iso2.kbd \ From owner-cvs-src@FreeBSD.ORG Sun Apr 11 12:22:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54FD216A4CE; Sun, 11 Apr 2004 12:22:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F4243D3F; Sun, 11 Apr 2004 12:22:26 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BJMPGe064537; Sun, 11 Apr 2004 12:22:25 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BJMP8R064536; Sun, 11 Apr 2004 12:22:25 -0700 (PDT) (envelope-from imp) Message-Id: <200404111922.i3BJMP8R064536@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 2004 12:22:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/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: Sun, 11 Apr 2004 19:22:26 -0000 imp 2004/04/11 12:22:25 PDT FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: Add note about why we're ignoring the below 1MB bit. Revision Changes Path 1.46 +19 -0 src/sys/dev/cardbus/cardbus_cis.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 12:25:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8936616A4CE; Sun, 11 Apr 2004 12:25:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7B643D41; Sun, 11 Apr 2004 12:25:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BJPuGe064679; Sun, 11 Apr 2004 12:25:56 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BJPuEE064678; Sun, 11 Apr 2004 12:25:56 -0700 (PDT) (envelope-from ru) Message-Id: <200404111925.i3BJPuEE064678@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 12:25: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/nge if_nge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 19:25:56 -0000 ru 2004/04/11 12:25:56 PDT FreeBSD src repository Modified files: sys/dev/nge if_nge.c Log: Implemented per-interface polling(4) control. Revision Changes Path 1.58 +12 -1 src/sys/dev/nge/if_nge.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 12:32:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D7A316A4CE; Sun, 11 Apr 2004 12:32:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9977743D46; Sun, 11 Apr 2004 12:32:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BJWKGe066660; Sun, 11 Apr 2004 12:32:20 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BJWKIp066656; Sun, 11 Apr 2004 12:32:20 -0700 (PDT) (envelope-from imp) Message-Id: <200404111932.i3BJWKIp066656@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 2004 12:32: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/sx cd1865.h sx.c sx.h sx_pci.c sx_util.c sx_util.h sxvar.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, 11 Apr 2004 19:32:20 -0000 imp 2004/04/11 12:32:20 PDT FreeBSD src repository Added files: sys/dev/sx cd1865.h sx.c sx.h sx_pci.c sx_util.c sx_util.h sxvar.h Log: Frank Mayhar's sx driver for older Specialix I/O8+ and I/O4+ intelligent serial controllers. si is for completely different hardware, also made by Specialix. Revision Changes Path 1.1 +313 -0 src/sys/dev/sx/cd1865.h (new) 1.1 +2039 -0 src/sys/dev/sx/sx.c (new) 1.1 +210 -0 src/sys/dev/sx/sx.h (new) 1.1 +166 -0 src/sys/dev/sx/sx_pci.c (new) 1.1 +260 -0 src/sys/dev/sx/sx_util.c (new) 1.1 +159 -0 src/sys/dev/sx/sx_util.h (new) 1.1 +83 -0 src/sys/dev/sx/sxvar.h (new) From owner-cvs-src@FreeBSD.ORG Sun Apr 11 12:57:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF76216A4D0; Sun, 11 Apr 2004 12:57:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A3843D4C; Sun, 11 Apr 2004 12:57:13 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BJvDGe076942; Sun, 11 Apr 2004 12:57:13 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BJvCQB076941; Sun, 11 Apr 2004 12:57:12 -0700 (PDT) (envelope-from alc) Message-Id: <200404111957.i3BJvCQB076941@repoman.freebsd.org> From: Alan Cox Date: Sun, 11 Apr 2004 12:57: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/kern kern_exec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 19:57:14 -0000 alc 2004/04/11 12:57:12 PDT FreeBSD src repository Modified files: sys/kern kern_exec.c Log: Use vm_page_hold() rather than vm_page_wire() for short-duration page wiring. The reason being that vm_page_hold() is cheaper. Revision Changes Path 1.242 +2 -2 src/sys/kern/kern_exec.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 13:01:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C75A16A4CE; Sun, 11 Apr 2004 13:01:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C8C43D53; Sun, 11 Apr 2004 13:01:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BK1JGe077184; Sun, 11 Apr 2004 13:01:19 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BK1JFA077183; Sun, 11 Apr 2004 13:01:19 -0700 (PDT) (envelope-from imp) Message-Id: <200404112001.i3BK1JFA077183@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 2004 13:01:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 20:01:19 -0000 imp 2004/04/11 13:01:19 PDT FreeBSD src repository Modified files: sys/conf files options Log: Add glue for new sx driver. Revision Changes Path 1.885 +4 -0 src/sys/conf/files 1.440 +1 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sun Apr 11 13:15:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C17E16A4CE; Sun, 11 Apr 2004 13:15:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0163A43D68; Sun, 11 Apr 2004 13:15:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BKFFGe081999; Sun, 11 Apr 2004 13:15:15 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BKFFMO081998; Sun, 11 Apr 2004 13:15:15 -0700 (PDT) (envelope-from imp) Message-Id: <200404112015.i3BKFFMO081998@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 2004 13:15: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/sx sx.c sx_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: Sun, 11 Apr 2004 20:15:16 -0000 imp 2004/04/11 13:15:15 PDT FreeBSD src repository Modified files: sys/dev/sx sx.c sx_pci.c Log: Update to recent driver api changes. Revision Changes Path 1.2 +10 -24 src/sys/dev/sx/sx.c 1.2 +1 -1 src/sys/dev/sx/sx_pci.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 13:17:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8250016A4CE; Sun, 11 Apr 2004 13:17:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68AA243D39; Sun, 11 Apr 2004 13:17:35 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BKHZGe082109; Sun, 11 Apr 2004 13:17:35 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BKHZ4K082108; Sun, 11 Apr 2004 13:17:35 -0700 (PDT) (envelope-from imp) Message-Id: <200404112017.i3BKHZ4K082108@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 2004 13:17: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/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 20:17:35 -0000 imp 2004/04/11 13:17:35 PDT FreeBSD src repository Modified files: sys/conf NOTES Log: Add sx driver, since it looks like it should work on all architectures. Revision Changes Path 1.1213 +2 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sun Apr 11 13:34:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A62E16A4CF; Sun, 11 Apr 2004 13:34:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A7A43D2F; Sun, 11 Apr 2004 13:34:09 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BKY9Ge086014; Sun, 11 Apr 2004 13:34:09 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BKY8bx086013; Sun, 11 Apr 2004 13:34:08 -0700 (PDT) (envelope-from ru) Message-Id: <200404112034.i3BKY8bx086013@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 13:34: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/pci if_sis.c src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 20:34:09 -0000 ru 2004/04/11 13:34:08 PDT FreeBSD src repository Modified files: sys/pci if_sis.c sys/dev/re if_re.c Log: Implemented per-interface polling(4) control. Revision Changes Path 1.20 +9 -1 src/sys/dev/re/if_re.c 1.97 +14 -1 src/sys/pci/if_sis.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 14:01:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E0F616A4CE; Sun, 11 Apr 2004 14:01:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8180E43D3F; Sun, 11 Apr 2004 14:01:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BL1DGe090326; Sun, 11 Apr 2004 14:01:13 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BL1Dme090325; Sun, 11 Apr 2004 14:01:13 -0700 (PDT) (envelope-from ru) Message-Id: <200404112101.i3BL1Dme090325@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Apr 2004 14:01:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 21:01:13 -0000 ru 2004/04/11 14:01:13 PDT FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Implemented per-interface polling(4) control. Revision Changes Path 1.39 +13 -5 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 14:07:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CA0C16A4CE; Sun, 11 Apr 2004 14:07:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E5D43D3F; Sun, 11 Apr 2004 14:07:27 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BL7QGe093217; Sun, 11 Apr 2004 14:07:26 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BL7QBN093216; Sun, 11 Apr 2004 14:07:26 -0700 (PDT) (envelope-from mux) Message-Id: <200404112107.i3BL7QBN093216@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 11 Apr 2004 14:07: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/contrib/smbfs/mount_smbfs mount_smbfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 21:07:27 -0000 mux 2004/04/11 14:07:26 PDT FreeBSD src repository Modified files: contrib/smbfs/mount_smbfs mount_smbfs.c Log: Sync with other mount_*fs(8) utilities; we don't need to try to load the smbfs module because the mount(2) syscall will do it if it's needed. Revision Changes Path 1.3 +3 -13 src/contrib/smbfs/mount_smbfs/mount_smbfs.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 14:09:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F8016A4CE; Sun, 11 Apr 2004 14:09:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C651343D46; Sun, 11 Apr 2004 14:09:22 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BL9MGe093281; Sun, 11 Apr 2004 14:09:22 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BL9M7F093280; Sun, 11 Apr 2004 14:09:22 -0700 (PDT) (envelope-from mux) Message-Id: <200404112109.i3BL9M7F093280@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 11 Apr 2004 14:09: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 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, 11 Apr 2004 21:09:23 -0000 mux 2004/04/11 14:09:22 PDT FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Put deprecated sysctl code inside BURN_BRIDGES. Revision Changes Path 1.490 +5 -3 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 14:12:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82CA816A4CE; Sun, 11 Apr 2004 14:12:55 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E3D43D41; Sun, 11 Apr 2004 14:12:54 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3BLHQRg093826 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Apr 2004 00:17:27 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3BLCeuU001851; Mon, 12 Apr 2004 00:12:40 +0300 (EEST) (envelope-from ru) Date: Mon, 12 Apr 2004 00:12:39 +0300 From: Ruslan Ermilov To: Dmitry Morozovsky Message-ID: <20040411211239.GA1636@ip.net.ua> References: <200404111623.i3BGNG6S024651@repoman.freebsd.org> <20040411162458.GA281@ip.net.ua> <20040411225532.Y1407@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <20040411225532.Y1407@woozle.rinet.ru> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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/pci if_rl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 21:12:55 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 11, 2004 at 10:56:27PM +0400, Dmitry Morozovsky wrote: > On Sun, 11 Apr 2004, Ruslan Ermilov wrote: >=20 > RE> > ru 2004/04/11 09:23:16 PDT > RE> > > RE> > FreeBSD src repository > RE> > > RE> > Modified files: > RE> > sys/pci if_rl.c > RE> > Log: > RE> > Implemented per-interface polling(4) control. > RE> > > RE> > Revision Changes Path > RE> > 1.135 +12 -1 src/sys/pci/if_rl.c > RE> > > RE> This has actually been tested on a RELENG_4 box, meaning > RE> that this feature can also be MFC'ed. ;) >=20 > Yoo-hoo! The go for it (and if possible for if_fxp.c too)! >=20 OK. I've now implemented the per-interface polling(4) control for all drivers that support polling(4) in HEAD. I'll prepare the patchset for RELENG_4 tomorrow, and make it available for testing. I'll post the URL on the stable@ mailing list. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAebTHUkv4P6juNwoRAo8JAJ49w0wtJwZNG06NvT6uDVrAjlWlNgCcCvdr D0t0XXxDCbp2Hqm6n5Wdd28= =byD6 -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-cvs-src@FreeBSD.ORG Sun Apr 11 14:26:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4398E16A4CE; Sun, 11 Apr 2004 14:26:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212F943D45; Sun, 11 Apr 2004 14:26:08 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BLQ7Ge097267; Sun, 11 Apr 2004 14:26:07 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BLQ77F097266; Sun, 11 Apr 2004 14:26:07 -0700 (PDT) (envelope-from mux) Message-Id: <200404112126.i3BLQ77F097266@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 11 Apr 2004 14:26: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/sys mount.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, 11 Apr 2004 21:26:08 -0000 mux 2004/04/11 14:26:07 PDT FreeBSD src repository Modified files: sys/sys mount.h Log: Put struct ovfsconf inside BURN_BRIDGES as well. Revision Changes Path 1.160 +2 -0 src/sys/sys/mount.h From owner-cvs-src@FreeBSD.ORG Sun Apr 11 14:36:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 465C516A4CE; Sun, 11 Apr 2004 14:36:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A42E43D2D; Sun, 11 Apr 2004 14:36:32 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BLaVGe099407; Sun, 11 Apr 2004 14:36:31 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BLaVxM099406; Sun, 11 Apr 2004 14:36:31 -0700 (PDT) (envelope-from mux) Message-Id: <200404112136.i3BLaVxM099406@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 11 Apr 2004 14:36: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/sys mount.h src/lib/libc/gen Makefile.inc getvfsent.3 getvfsent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Apr 2004 21:36:32 -0000 mux 2004/04/11 14:36:31 PDT FreeBSD src repository Modified files: sys/sys mount.h lib/libc/gen Makefile.inc Removed files: lib/libc/gen getvfsent.3 getvfsent.c Log: Belatedly remove the getvfsent(3) API. All the consumers have been updated to use getvfsbyname(3) or the vfs.conflist sysctl since a long time, except mount_smbfs(8) which has just been fixed. Revision Changes Path 1.110 +2 -5 src/lib/libc/gen/Makefile.inc 1.28 +0 -187 src/lib/libc/gen/getvfsent.3 (dead) 1.21 +0 -150 src/lib/libc/gen/getvfsent.c (dead) 1.161 +0 -6 src/sys/sys/mount.h From owner-cvs-src@FreeBSD.ORG Sun Apr 11 14:57:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C545916A4CE; Sun, 11 Apr 2004 14:57:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A952B43D55; Sun, 11 Apr 2004 14:57:07 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BLv7Ge003991; Sun, 11 Apr 2004 14:57:07 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BLv775003990; Sun, 11 Apr 2004 14:57:07 -0700 (PDT) (envelope-from mux) Message-Id: <200404112157.i3BLv775003990@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 11 Apr 2004 14:57: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/sys param.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, 11 Apr 2004 21:57:07 -0000 mux 2004/04/11 14:57:07 PDT FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version for getgrent(3) removal. I doubt anything outside of the tree uses it, but it doesn't cost anything. Revision Changes Path 1.190 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sun Apr 11 15:02:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B64B516A4CE; Sun, 11 Apr 2004 15:02:49 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6848643D41; Sun, 11 Apr 2004 15:02:49 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 5690F5C817; Sun, 11 Apr 2004 15:02:49 -0700 (PDT) Date: Mon, 12 Apr 2004 00:02:49 +0200 From: Maxime Henrion To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040411220249.GF4772@elvis.mu.org> References: <200404112157.i3BLv775003990@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404112157.i3BLv775003990@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: src/sys/sys param.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, 11 Apr 2004 22:02:49 -0000 Maxime Henrion wrote: > mux 2004/04/11 14:57:07 PDT > > FreeBSD src repository > > Modified files: > sys/sys param.h > Log: > Bump __FreeBSD_version for getgrent(3) removal. I doubt anything ^^^^^^^^ Oops! Obviously I meant getvfsent(3) here. Sorry for the potential heart attacks I caused :-). Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Sun Apr 11 16:49:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A94B616A4CE; Sun, 11 Apr 2004 16:49:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBF643D3F; Sun, 11 Apr 2004 16:49:17 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BNnHGe034348; Sun, 11 Apr 2004 16:49:17 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BNnHS1034347; Sun, 11 Apr 2004 16:49:17 -0700 (PDT) (envelope-from bmah) Message-Id: <200404112349.i3BNnHS1034347@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 11 Apr 2004 16:49: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/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, 11 Apr 2004 23:49:17 -0000 bmah 2004/04/11 16:49:17 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix some minor grammar nits. Translators can probably ignore this. Revision Changes Path 1.710 +10 -10 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Apr 11 16:51:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D55E416A4CE; Sun, 11 Apr 2004 16:51:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B909843D49; Sun, 11 Apr 2004 16:51:22 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3BNpMGe035269; Sun, 11 Apr 2004 16:51:22 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3BNpMKp035265; Sun, 11 Apr 2004 16:51:22 -0700 (PDT) (envelope-from bmah) Message-Id: <200404112351.i3BNpMKp035265@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 11 Apr 2004 16:51: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/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, 11 Apr 2004 23:51:23 -0000 bmah 2004/04/11 16:51:22 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix some minor grammar nits. Translators can probably ignore this. Approved by: re (implicitly) Revision Changes Path 1.22.2.405 +5 -5 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Apr 11 17:13:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D05516A4CE; Sun, 11 Apr 2004 17:13:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AB043D1F; Sun, 11 Apr 2004 17:13:23 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3C0DNGe041209; Sun, 11 Apr 2004 17:13:23 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3C0DNbt041208; Sun, 11 Apr 2004 17:13:23 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404120013.i3C0DNbt041208@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 11 Apr 2004 17:13:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.c matching.c read.c 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: Mon, 12 Apr 2004 00:13:24 -0000 kientzle 2004/04/11 17:13:23 PDT FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c matching.c read.c write.c Log: Add DPADD to Makefile (thanks to Andrey for pointing this out). Generally clean up Makefile, remove dmalloc references from source (there are better ways to do this than pollute the FreeBSD src tree). Revision Changes Path 1.2 +2 -12 src/usr.bin/tar/Makefile 1.4 +0 -3 src/usr.bin/tar/bsdtar.c 1.2 +0 -3 src/usr.bin/tar/matching.c 1.2 +0 -3 src/usr.bin/tar/read.c 1.5 +0 -3 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 17:48:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7371016A4CF for ; Sun, 11 Apr 2004 17:48:33 -0700 (PDT) Received: from gavriel.barak.net.il (gavriel.barak.net.il [212.150.48.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C0243D4C for ; Sun, 11 Apr 2004 17:48:32 -0700 (PDT) (envelope-from alex@hightemplar.com) Received: from hydralisk ([212.150.124.244]) by gavriel.barak.net.il e5bc39f1001e7dfa47fa92d56cd12779) with ESMTP id <20040412004738.PGYL554.gavriel@hydralisk>; Mon, 12 Apr 2004 03:47:38 +0300 From: Alex Keahan To: Mark Murray , Nate Lawson Date: Mon, 12 Apr 2004 02:47:51 +0200 User-Agent: KMail/1.5.1 References: <200404110746.i3B7kiIn075106@grimreaper.grondar.org> In-Reply-To: <200404110746.i3B7kiIn075106@grimreaper.grondar.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200404120347.51199.alex@hightemplar.com> cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random harvest.c hash.c hash.h nehemiah.c nehemiah.h probe.c randomdev.c randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 00:48:33 -0000 On Sunday 11 Apr 2004 10:46 am, Mark Murray wrote: > Nate Lawson writes: > > > Still, opinion seems to be in favour of further postprocessing, so I'll > > > do it. > > > > I haven't looked at the FreeBSD PRNG yet but why not seed Yarrow? Sounds like a good idea. > Yarrow's entropy accumulation and PRNG generator parts are disconnected > (that is part of its point), so there is no connection between the > number of bytes harvested and the number of bytes supplied. This > makes a very long armoured pipeline between accumulation and issue, > which seems like overkill when the suppied entropy is 99% OK (far > better than Yarrow currently ever gets, BTW). A cryptographically strong PRNG should not rely on a single source of entropy, it should gather entropy from multiple sources. > In adding a PRNG to the output of the nehemiah generator, I'd want > to make something like > > output = hash(nehemiah_output()); Unfortunately this won't make the output of your PRNG any more unpredictable than it already is. If you can predict nehemiah_output(), you can also calculate the hash of nehemiah_output(). > So that 1) the real entropy bytes are used almost immediately and > 2) the number of bytes supplied to the user can be very tightly > known. A simple predictable hash-based PRNG which uses hardware as its only source of entropy is no more secure than the hardware itself. If someone can find a way to break the VIA PRNG (i.e. make it generate predictable numbers), they will have broken your PRNG as well. The Feds are going to love this "feature". Now all they have to do is sell you a system with a "customised" VIA chip, and they will have complete control over your random numbers. > Yarrow is unsuitable for this purpose; it is a great generator when > you have a low-entropy environment and you need to protect against > attackers having potential knowledge of the inputs. And what makes you think it's not the case here? "In VIA We Trust"? AK From owner-cvs-src@FreeBSD.ORG Sun Apr 11 18:16:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0297616A4CF; Sun, 11 Apr 2004 18:16:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8AEF43D3F; Sun, 11 Apr 2004 18:16:17 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3C1GHGe055269; Sun, 11 Apr 2004 18:16:17 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3C1GHaT055268; Sun, 11 Apr 2004 18:16:17 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404120116.i3C1GHaT055268@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 11 Apr 2004 18:16: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/libarchive Makefile archive_check_magic.c archive_entry.3 archive_entry.c archive_entry.h archive_private.h archive_read_data_into_fd.carchive_read_open_file.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 01:16:18 -0000 kientzle 2004/04/11 18:16:17 PDT FreeBSD src repository Modified files: lib/libarchive Makefile archive_check_magic.c archive_entry.3 archive_entry.c archive_entry.h archive_private.h archive_read.c archive_read_data_into_buffer.c archive_read_data_into_fd.c archive_read_extract.c archive_read_open_fd.c archive_read_open_file.c archive_read_support_compression_all.c archive_read_support_compression_bzip2.c archive_read_support_compression_gzip.c archive_read_support_compression_none.c archive_read_support_format_all.c archive_read_support_format_cpio.c archive_read_support_format_tar.c archive_string.c archive_string_sprintf.c archive_util.c archive_write.c archive_write_open_fd.c archive_write_open_file.c archive_write_set_compression_bzip2.c archive_write_set_compression_gzip.c archive_write_set_compression_none.c archive_write_set_format_cpio.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c Removed files: lib/libarchive archive_read_support_format_gnutar.c Log: More work on ACLs: fix error in archive_entry's ACL parsing code, try to set ACLs even if fflag restore fails, first cut at reading Solaris tar ACLs Code improvement: merge gnu tar read support into main tar reader; this eliminates a lot of duplicate code and generalizes the tar reader to handle formats with GNU-like extensions. Style: Makefile cleanup, eliminate 'dmalloc' references, remove 'tartype' from archive_entry (this makes archive_entry more format-agnostic) Thanks to: David Magda for providing Solaris tar test files Revision Changes Path 1.6 +72 -83 src/lib/libarchive/Makefile 1.3 +0 -3 src/lib/libarchive/archive_check_magic.c 1.3 +0 -12 src/lib/libarchive/archive_entry.3 1.6 +13 -23 src/lib/libarchive/archive_entry.c 1.5 +18 -8 src/lib/libarchive/archive_entry.h 1.6 +1 -14 src/lib/libarchive/archive_private.h 1.5 +0 -3 src/lib/libarchive/archive_read.c 1.3 +0 -3 src/lib/libarchive/archive_read_data_into_buffer.c 1.4 +0 -4 src/lib/libarchive/archive_read_data_into_fd.c 1.6 +23 -13 src/lib/libarchive/archive_read_extract.c 1.2 +0 -3 src/lib/libarchive/archive_read_open_fd.c 1.4 +0 -3 src/lib/libarchive/archive_read_open_file.c 1.3 +0 -4 src/lib/libarchive/archive_read_support_compression_all.c 1.3 +0 -3 src/lib/libarchive/archive_read_support_compression_bzip2.c 1.4 +0 -3 src/lib/libarchive/archive_read_support_compression_gzip.c 1.4 +0 -3 src/lib/libarchive/archive_read_support_compression_none.c 1.3 +0 -4 src/lib/libarchive/archive_read_support_format_all.c 1.6 +0 -3 src/lib/libarchive/archive_read_support_format_cpio.c 1.4 +0 -574 src/lib/libarchive/archive_read_support_format_gnutar.c (dead) 1.7 +191 -32 src/lib/libarchive/archive_read_support_format_tar.c 1.4 +0 -3 src/lib/libarchive/archive_string.c 1.3 +0 -3 src/lib/libarchive/archive_string_sprintf.c 1.5 +0 -3 src/lib/libarchive/archive_util.c 1.5 +0 -3 src/lib/libarchive/archive_write.c 1.2 +0 -3 src/lib/libarchive/archive_write_open_fd.c 1.5 +0 -3 src/lib/libarchive/archive_write_open_file.c 1.3 +0 -3 src/lib/libarchive/archive_write_set_compression_bzip2.c 1.3 +0 -3 src/lib/libarchive/archive_write_set_compression_gzip.c 1.3 +0 -3 src/lib/libarchive/archive_write_set_compression_none.c 1.3 +0 -3 src/lib/libarchive/archive_write_set_format_cpio.c 1.7 +2 -6 src/lib/libarchive/archive_write_set_format_pax.c 1.4 +0 -3 src/lib/libarchive/archive_write_set_format_shar.c 1.4 +4 -7 src/lib/libarchive/archive_write_set_format_ustar.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 19:29:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80A816A4CE; Sun, 11 Apr 2004 19:29:49 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228D843D54; Sun, 11 Apr 2004 19:29:49 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.41.150) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA927014DD670; Mon, 12 Apr 2004 12:29:48 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 34D7A41DF; Mon, 12 Apr 2004 12:33:36 +1000 (EST) Date: Mon, 12 Apr 2004 12:33:36 +1000 From: Tim Robbins To: David Rhodus Message-ID: <20040412023336.GA67469@cat.robbins.dropbear.id.au> References: <200404041224.i34CO5xJ098253@repoman.freebsd.org> <4CA93FA0-8BEA-11D8-986C-000A959B213E@machdep.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CA93FA0-8BEA-11D8-986C-000A959B213E@machdep.com> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/colldef Makefile src/share/monetdef Makefile src/share/msgdef Makefile src/share/numericdef Makefile src/share/timedef 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: Mon, 12 Apr 2004 02:29:50 -0000 On Sun, Apr 11, 2004 at 02:59:03PM -0400, David Rhodus wrote: > On Apr 4, 2004, at 8:24 AM, Tim J. Robbins wrote: > > >tjr 2004/04/04 05:24:05 PDT > > > > FreeBSD src repository > > > > Modified files: > > share/colldef Makefile > > share/monetdef Makefile > > share/msgdef Makefile > > share/numericdef Makefile > > share/timedef Makefile > > Log: > > Add data for missing categories to zh_HK.Big5HKSCS locale. > > > > Revision Changes Path > > 1.65 +1 -1 src/share/colldef/Makefile > > 1.57 +2 -0 src/share/monetdef/Makefile > > 1.55 +2 -0 src/share/msgdef/Makefile > > 1.54 +1 -1 src/share/numericdef/Makefile > > 1.42 +2 -0 src/share/timedef/Makefile > > The buildworld is broken here on my 5.2.1-RELEASE machine. > Did you forget to add some new files in perhaps ? Here are > the changes that allow the buildworld to proceed on my machine. What is the error message? Tim From owner-cvs-src@FreeBSD.ORG Sun Apr 11 19:36:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB69816A4CE; Sun, 11 Apr 2004 19:36:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE1F843D1F; Sun, 11 Apr 2004 19:36:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3C2aqGe072435; Sun, 11 Apr 2004 19:36:52 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3C2aqTr072434; Sun, 11 Apr 2004 19:36:52 -0700 (PDT) (envelope-from imp) Message-Id: <200404120236.i3C2aqTr072434@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 2004 19:36:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 02:36:53 -0000 imp 2004/04/11 19:36:52 PDT FreeBSD src repository Modified files: sys/conf NOTES sys/i386/conf NOTES Log: Move sx to i386/NOTES for the moment. I missed the enable/disable_intr() in the code. Revision Changes Path 1.1214 +0 -2 src/sys/conf/NOTES 1.1151 +4 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sun Apr 11 22:04:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB9B716A4CE; Sun, 11 Apr 2004 22:04:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DDB843D1F; Sun, 11 Apr 2004 22:04:47 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3C54lGe012391; Sun, 11 Apr 2004 22:04:47 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3C54liS012390; Sun, 11 Apr 2004 22:04:47 -0700 (PDT) (envelope-from njl) Message-Id: <200404120504.i3C54liS012390@repoman.freebsd.org> From: Nate Lawson Date: Sun, 11 Apr 2004 22:04: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/acpica acpi_thermal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 05:04:47 -0000 njl 2004/04/11 22:04:47 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Remove a check for the return value added in rev 1.41. It's not an error to fail to turn off a fan, since the case is that it's usually already off. Revision Changes Path 1.43 +1 -8 src/sys/dev/acpica/acpi_thermal.c From owner-cvs-src@FreeBSD.ORG Sun Apr 11 22:09:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38EEE16A4CE; Sun, 11 Apr 2004 22:09:59 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0446643D53; Sun, 11 Apr 2004 22:09:59 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 009B45C7D9; Sun, 11 Apr 2004 22:09:58 -0700 (PDT) Date: Sun, 11 Apr 2004 22:09:58 -0700 From: Alfred Perlstein To: Maxime Henrion Message-ID: <20040412050958.GA96687@elvis.mu.org> References: <200404112157.i3BLv775003990@repoman.freebsd.org> <20040411220249.GF4772@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040411220249.GF4772@elvis.mu.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys param.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, 12 Apr 2004 05:09:59 -0000 * Maxime Henrion [040411 15:03] wrote: > Maxime Henrion wrote: > > mux 2004/04/11 14:57:07 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/sys param.h > > Log: > > Bump __FreeBSD_version for getgrent(3) removal. I doubt anything > ^^^^^^^^ > > Oops! Obviously I meant getvfsent(3) here. Sorry for the potential > heart attacks I caused :-). You owe me a new keyboard. :( I hella spit up my coke all over it. :( -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Mon Apr 12 02:13:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB41916A4CE; Mon, 12 Apr 2004 02:13:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0F7643D3F; Mon, 12 Apr 2004 02:13:24 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3C9DOGe075452; Mon, 12 Apr 2004 02:13:24 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3C9DOkd075451; Mon, 12 Apr 2004 02:13:24 -0700 (PDT) (envelope-from markm) Message-Id: <200404120913.i3C9DOkd075451@repoman.freebsd.org> From: Mark Murray Date: Mon, 12 Apr 2004 02: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/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 09:13:25 -0000 markm 2004/04/12 02:13:24 PDT FreeBSD src repository Modified files: sys/dev/random randomdev.c Log: Fix "sleeping without a mutex" panic. Revision Changes Path 1.50 +6 -3 src/sys/dev/random/randomdev.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 02:40:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E019B16A4D1; Mon, 12 Apr 2004 02:40:56 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FDF43D55; Mon, 12 Apr 2004 02:40:52 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i3C9epV4048435; Mon, 12 Apr 2004 10:40:51 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i3C9epZN048434; Mon, 12 Apr 2004 10:40:51 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i3C9d5In084576; Mon, 12 Apr 2004 10:39:05 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200404120939.i3C9d5In084576@grimreaper.grondar.org> To: Takahashi Yoshihiro In-Reply-To: Your message of "Sun, 11 Apr 2004 02:13:43 PDT." <200404110913.i3B9DhqZ016664@repoman.freebsd.org> Date: Mon, 12 Apr 2004 10:39:05 +0100 Sender: mark@grondar.org X-Spam-Score: 4 (****) FROM_NO_LOWER,MSGID_FROM_MTA_SHORT X-Scanned-By: MIMEDefang 2.39 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/random probe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 09:40:57 -0000 Takahashi Yoshihiro writes: > Modified files: > sys/dev/random probe.c > Log: > Fix pc98 build. Hi. Will PC98's never have Nehemiah-class CPUs? M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Mon Apr 12 02:44:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB36216A4CF; Mon, 12 Apr 2004 02:44:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E4343D41; Mon, 12 Apr 2004 02:44:42 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3C9igGe081617; Mon, 12 Apr 2004 02:44:42 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3C9igou081616; Mon, 12 Apr 2004 02:44:42 -0700 (PDT) (envelope-from ru) Message-Id: <200404120944.i3C9igou081616@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 12 Apr 2004 02:44:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 09:44:42 -0000 ru 2004/04/12 02:44:42 PDT FreeBSD src repository Modified files: usr.bin/netstat if.c Log: Fixed alignment of multicast addresses when printing that got broken in previous revision. Revision Changes Path 1.56 +4 -2 src/usr.bin/netstat/if.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 04:36:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE74F16A4CE; Mon, 12 Apr 2004 04:36:40 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 80F3B43D58; Mon, 12 Apr 2004 04:36:39 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 12 Apr 2004 12:36:38 +0100 (BST) Date: Mon, 12 Apr 2004 12:36:35 +0100 From: David Malone To: Mark Murray Message-ID: <20040412113635.GA38733@walton.maths.tcd.ie> References: <20040410155637.Q58852@root.org> <200404110746.i3B7kiIn075106@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404110746.i3B7kiIn075106@grimreaper.grondar.org> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Nate Lawson Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random harvest.c hash.c hash.h nehemiah.c nehemiah.h probe.c randomdev.c randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 11:36:41 -0000 On Sun, Apr 11, 2004 at 08:46:43AM +0100, Mark Murray wrote: > Yarrow is unsuitable for this purpose; it is a great generator when > you have a low-entropy environment and you need to protect against > attackers having potential knowledge of the inputs. I still think it would be nice if our random infrastructure had a block-until-accumulated-'enough'-randomness mode, like the old /dev/random had, to avoid some future attack based on Yarrow's fixed size state. I don't think it will be a realistic attack any time soon, but it might be nice for baco-hat types. In the case where high-quality, fast hardware based generators are available, this seems to be a more realistic option though. I'm happy enough to live without this, since we thrashed this out before, but if you're looking at options, you might keep it at the back of your mind. David. From owner-cvs-src@FreeBSD.ORG Mon Apr 12 05:07:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A4416A4CF; Mon, 12 Apr 2004 05:07:29 -0700 (PDT) Received: from saturn.criticalmagic.com (saturn.criticalmagic.com [68.213.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2527F43D49; Mon, 12 Apr 2004 05:07:29 -0700 (PDT) (envelope-from richardcoleman@mindspring.com) Received: from mindspring.com (titan.criticalmagic.com [68.213.16.23]) by saturn.criticalmagic.com (Postfix) with ESMTP id 40D703BD2A; Mon, 12 Apr 2004 08:07:28 -0400 (EDT) Message-ID: <407A868F.8040108@mindspring.com> Date: Mon, 12 Apr 2004 08:07:43 -0400 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Malone References: <20040410155637.Q58852@root.org> <200404110746.i3B7kiIn075106@grimreaper.grondar.org> <20040412113635.GA38733@walton.maths.tcd.ie> In-Reply-To: <20040412113635.GA38733@walton.maths.tcd.ie> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Mark Murray cc: Nate Lawson Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 12:07:29 -0000 David Malone wrote: > On Sun, Apr 11, 2004 at 08:46:43AM +0100, Mark Murray wrote: > >>Yarrow is unsuitable for this purpose; it is a great generator when >>you have a low-entropy environment and you need to protect against >>attackers having potential knowledge of the inputs. > > > I still think it would be nice if our random infrastructure had a > block-until-accumulated-'enough'-randomness mode, like the old > /dev/random had, to avoid some future attack based on Yarrow's fixed > size state. I don't think it will be a realistic attack any time > soon, but it might be nice for baco-hat types. In the case where > high-quality, fast hardware based generators are available, this > seems to be a more realistic option though. > > I'm happy enough to live without this, since we thrashed this out > before, but if you're looking at options, you might keep it at the > back of your mind. > > David. I think the old /dev/random caused more problems than it solved. Most apps just used /dev/urandom to avoid all the end-user questions about the blocking. And the beauty of the Yarrow PRNG is that as long as you have enough initial entropy to get started, you can pull as many bytes as you want and still remain cryptographically strong (within some very high limit of like 2^120 bytes before the next re-keying). Richard Coleman richardcoleman@mindspring.com From owner-cvs-src@FreeBSD.ORG Mon Apr 12 05:58:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFAE16A4CE; Mon, 12 Apr 2004 05:58:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84A843D5A; Mon, 12 Apr 2004 05:58:41 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CCwfGe029118; Mon, 12 Apr 2004 05:58:41 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CCwfwm029117; Mon, 12 Apr 2004 05:58:41 -0700 (PDT) (envelope-from tjr) Message-Id: <200404121258.i3CCwfwm029117@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Apr 2004 05:58: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/lib/libc/locale utf8.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 12:58:42 -0000 tjr 2004/04/12 05:58:41 PDT FreeBSD src repository Modified files: lib/libc/locale utf8.5 Log: Remove a nonsensical remark about byte order markers in UTF-8 streams. Revision Changes Path 1.5 +1 -6 src/lib/libc/locale/utf8.5 From owner-cvs-src@FreeBSD.ORG Mon Apr 12 06:02:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1021D16A4CE; Mon, 12 Apr 2004 06:02:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA21843D2F; Mon, 12 Apr 2004 06:02:21 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CD2LGe030802; Mon, 12 Apr 2004 06:02:21 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CD2LUX030798; Mon, 12 Apr 2004 06:02:21 -0700 (PDT) (envelope-from mux) Message-Id: <200404121302.i3CD2LUX030798@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 12 Apr 2004 06:02: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/nfsserver nfs_serv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 13:02:22 -0000 mux 2004/04/12 06:02:21 PDT FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: Don't send the available space as is in the FSSTAT call. Under FreeBSD, we can have a negative available space value, but the corresponding fields in the NFS protocol are unsigned. So trnucate the value to 0 if it's negative, so that the client doesn't receive absurdly high values. Tested by: cognet Revision Changes Path 1.140 +14 -2 src/sys/nfsserver/nfs_serv.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 06:09:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE91516A4CE; Mon, 12 Apr 2004 06:09:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC55743D54; Mon, 12 Apr 2004 06:09:18 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CD9IGe032314; Mon, 12 Apr 2004 06:09:18 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CD9IAK032313; Mon, 12 Apr 2004 06:09:18 -0700 (PDT) (envelope-from tjr) Message-Id: <200404121309.i3CD9IAK032313@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Apr 2004 06:09:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale big5.c euc.c gb18030.c gb2312.c gbk.c mskanji.c utf2.c utf8.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 13:09:19 -0000 tjr 2004/04/12 06:09:18 PDT FreeBSD src repository Modified files: lib/libc/locale big5.c euc.c gb18030.c gb2312.c gbk.c mskanji.c utf2.c utf8.c Log: Perform some basic validation of multibyte conversion state objects. Revision Changes Path 1.12 +15 -2 src/lib/libc/locale/big5.c 1.16 +14 -2 src/lib/libc/locale/euc.c 1.5 +14 -2 src/lib/libc/locale/gb18030.c 1.7 +15 -2 src/lib/libc/locale/gb2312.c 1.7 +15 -2 src/lib/libc/locale/gbk.c 1.13 +15 -2 src/lib/libc/locale/mskanji.c 1.12 +14 -2 src/lib/libc/locale/utf2.c 1.7 +14 -2 src/lib/libc/locale/utf8.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 06:21:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C2D16A4CE; Mon, 12 Apr 2004 06:21:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEAC243D2F; Mon, 12 Apr 2004 06:21:47 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CDLlGe035605; Mon, 12 Apr 2004 06:21:47 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CDLlQT035601; Mon, 12 Apr 2004 06:21:47 -0700 (PDT) (envelope-from kensmith) Message-Id: <200404121321.i3CDLlQT035601@repoman.freebsd.org> From: Ken Smith Date: Mon, 12 Apr 2004 06:21: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/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 13:21:48 -0000 kensmith 2004/04/12 06:21:47 PDT FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: Sync list of FTP sites with current reality. MFC after: 1 day Approved by: rwatson (mentor) Revision Changes Path 1.389 +10 -12 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 07:04:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F1C316A4CE; Mon, 12 Apr 2004 07:04:37 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1061C43D45; Mon, 12 Apr 2004 07:04:36 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.11/8.12.10) with ESMTP id i3CE4YqF072581; Mon, 12 Apr 2004 18:04:34 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 12 Apr 2004 18:04:34 +0400 (MSD) From: Dmitry Morozovsky To: Mark Murray In-Reply-To: <200404120913.i3C9DOkd075451@repoman.freebsd.org> Message-ID: <20040412180334.M70282@woozle.rinet.ru> References: <200404120913.i3C9DOkd075451@repoman.freebsd.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 14:04:37 -0000 On Mon, 12 Apr 2004, Mark Murray wrote: MM> markm 2004/04/12 02:13:24 PDT MM> MM> FreeBSD src repository MM> MM> Modified files: MM> sys/dev/random randomdev.c MM> Log: MM> Fix "sleeping without a mutex" panic. Should it fix panic described in my message to -current? Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Mon Apr 12 07:40:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9453216A4CE; Mon, 12 Apr 2004 07:40:11 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B31F43D5D; Mon, 12 Apr 2004 07:40:06 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i3CEe4a5054259; Mon, 12 Apr 2004 15:40:05 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i3CEe4Lx054258; Mon, 12 Apr 2004 15:40:04 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i3CEZZIn087110; Mon, 12 Apr 2004 15:35:36 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200404121435.i3CEZZIn087110@grimreaper.grondar.org> To: Dmitry Morozovsky In-Reply-To: Your message of "Mon, 12 Apr 2004 18:04:34 +0400." <20040412180334.M70282@woozle.rinet.ru> Date: Mon, 12 Apr 2004 15:35:35 +0100 Sender: mark@grondar.org X-Spam-Score: 4 (****) FROM_NO_LOWER,MSGID_FROM_MTA_SHORT X-Scanned-By: MIMEDefang 2.39 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 14:40:11 -0000 Dmitry Morozovsky writes: > MM> Fix "sleeping without a mutex" panic. > > Should it fix panic described in my message to -current? Yes. I was able to reproduce the panic, so this fix is good. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Mon Apr 12 07:58:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C2916A4CE; Mon, 12 Apr 2004 07:58:03 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F24943D3F; Mon, 12 Apr 2004 07:58:02 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.11/8.12.10) with ESMTP id i3CEw10e073799; Mon, 12 Apr 2004 18:58:01 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 12 Apr 2004 18:58:01 +0400 (MSD) From: Dmitry Morozovsky To: Mark Murray In-Reply-To: <200404121435.i3CEZZIn087110@grimreaper.grondar.org> Message-ID: <20040412185740.M70282@woozle.rinet.ru> References: <200404121435.i3CEZZIn087110@grimreaper.grondar.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 14:58:03 -0000 On Mon, 12 Apr 2004, Mark Murray wrote: MM> > MM> Fix "sleeping without a mutex" panic. MM> > MM> > Should it fix panic described in my message to -current? MM> MM> Yes. I was able to reproduce the panic, so this fix is good. Glad to hear ;-) Thanks a lot! Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Mon Apr 12 07:59:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F3D16A4CF; Mon, 12 Apr 2004 07:59:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA0CF43D1D; Mon, 12 Apr 2004 07:59:26 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CExQGe056131; Mon, 12 Apr 2004 07:59:26 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CExPtb056130; Mon, 12 Apr 2004 07:59:25 -0700 (PDT) (envelope-from ru) Message-Id: <200404121459.i3CExPtb056130@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 12 Apr 2004 07: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/sys/net if_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: Mon, 12 Apr 2004 14:59:26 -0000 ru 2004/04/12 07:59:25 PDT FreeBSD src repository Modified files: sys/net if_var.h Log: Count outgoing link-level broadcast packets in if_omcasts. I'm not sure this is completely correct but at least this is consistent with the accounting of incoming broadcasts. PR: kern/65273 Submitted by: David J Duchscher Revision Changes Path 1.69 +1 -1 src/sys/net/if_var.h From owner-cvs-src@FreeBSD.ORG Mon Apr 12 08:00:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9608516A4CE; Mon, 12 Apr 2004 08:00:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B51343D54; Mon, 12 Apr 2004 08:00:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CF0mGe056278; Mon, 12 Apr 2004 08:00:48 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CF0mk5056277; Mon, 12 Apr 2004 08:00:48 -0700 (PDT) (envelope-from ru) Message-Id: <200404121500.i3CF0mk5056277@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 12 Apr 2004 08:00: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/netstat if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 15:00:49 -0000 ru 2004/04/12 08:00:48 PDT FreeBSD src repository Modified files: usr.bin/netstat if.c Log: Show link-level multicast packet counters with the -a option. Revision Changes Path 1.57 +14 -2 src/usr.bin/netstat/if.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 08:01:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E300E16A4CE; Mon, 12 Apr 2004 08:01:07 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F3043D1D; Mon, 12 Apr 2004 08:01:07 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3CF16kj088188; Mon, 12 Apr 2004 09:01:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 12 Apr 2004 09:01:57 -0600 (MDT) Message-Id: <20040412.090157.36023793.imp@bsdimp.com> To: mark@grondar.org From: "M. Warner Losh" In-Reply-To: <200404120939.i3C9d5In084576@grimreaper.grondar.org> References: <200404110913.i3B9DhqZ016664@repoman.freebsd.org> <200404120939.i3C9d5In084576@grimreaper.grondar.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nyan@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random probe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 15:01:08 -0000 In message: <200404120939.i3C9d5In084576@grimreaper.grondar.org> Mark Murray writes: : Takahashi Yoshihiro writes: : > Modified files: : > sys/dev/random probe.c : > Log: : > Fix pc98 build. : : Hi. : : Will PC98's never have Nehemiah-class CPUs? Only if you can plug them into classic CPU sockets... I don't think you can, therefore there never will be one. Warner From owner-cvs-src@FreeBSD.ORG Mon Apr 12 08:56:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2545716A4CE; Mon, 12 Apr 2004 08:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F2D43D49; Mon, 12 Apr 2004 08:56:07 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CFu6Ge075376; Mon, 12 Apr 2004 08:56:06 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CFu6He075375; Mon, 12 Apr 2004 08:56:06 -0700 (PDT) (envelope-from cperciva) Message-Id: <200404121556.i3CFu6He075375@repoman.freebsd.org> From: Colin Percival Date: Mon, 12 Apr 2004 08:56:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 15:56:07 -0000 cperciva 2004/04/12 08:56:06 PDT FreeBSD src repository Modified files: sys/kern kern_sig.c Log: stop() no longer needs sched_lock held; in fact, holding sched_lock causes a LOR against sleepq. Fix the comment, and fix ptracestop() to pick up sched_lock after stop() rather than before. Reported by: Scott Sipe Reviewed by: rwatson, jhb Revision Changes Path 1.276 +2 -3 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 09:09:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E4616A4CE; Mon, 12 Apr 2004 09:09:21 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D86D43D46; Mon, 12 Apr 2004 09:09:21 -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" (not verified)) by gw.celabo.org (Postfix) with ESMTP id 999305482B; Mon, 12 Apr 2004 11:09:11 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 3F7DC6D455; Mon, 12 Apr 2004 11:09:11 -0500 (CDT) Date: Mon, 12 Apr 2004 11:09:11 -0500 From: "Jacques A. Vidrine" To: src-committers@FreeBSD.org Message-ID: <20040412160911.GA58392@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , src-committers@FreeBSD.org, Nate Lawson , Mark Murray , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org References: <20040409154725.72CE116A56F@hub.freebsd.org> <20040409103618.A48723@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040409103618.A48723@root.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: Mark Murray cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random harvest.c hash.c hash.h nehemiah.c nehemiah.h probe.c randomdev.c randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 16:09:21 -0000 I'm a bit late here (catching up on mail after travel), but I think the rough consensus already reflects how I feel about it: we should not disconnect the PRNG. We should treat any hardware RNGs just as we do other sources of entropy, process and mix it in our PRNG. Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-src@FreeBSD.ORG Mon Apr 12 10:57:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A09616A4CE; Mon, 12 Apr 2004 10:57:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6B443D31; Mon, 12 Apr 2004 10:57:52 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CHvqGe001635; Mon, 12 Apr 2004 10:57:52 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CHvpIv001634; Mon, 12 Apr 2004 10:57:51 -0700 (PDT) (envelope-from ru) Message-Id: <200404121757.i3CHvpIv001634@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 12 Apr 2004 10:57:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make parse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 17:57:52 -0000 ru 2004/04/12 10:57:51 PDT FreeBSD src repository Modified files: usr.bin/make parse.c Log: Added the new .warning directive. Submitted by: Cyrille Lefevre Revision Changes Path 1.54 +33 -3 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 11:00:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F1EC16A4CE; Mon, 12 Apr 2004 11:00:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DAE43D39; Mon, 12 Apr 2004 11:00:55 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CI0sGe001815; Mon, 12 Apr 2004 11:00:54 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CI0spa001814; Mon, 12 Apr 2004 11:00:54 -0700 (PDT) (envelope-from ru) Message-Id: <200404121800.i3CI0spa001814@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 12 Apr 2004 11:00: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/usr.bin/make make.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 18:00:55 -0000 ru 2004/04/12 11:00:54 PDT FreeBSD src repository Modified files: usr.bin/make make.1 Log: Document the new .warning directive. Revision Changes Path 1.67 +8 -2 src/usr.bin/make/make.1 From owner-cvs-src@FreeBSD.ORG Mon Apr 12 11:06:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D032116A4CE; Mon, 12 Apr 2004 11:06:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B305743D31; Mon, 12 Apr 2004 11:06:07 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CI67Ge004663; Mon, 12 Apr 2004 11:06:07 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CI67di004662; Mon, 12 Apr 2004 11:06:07 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404121806.i3CI67di004662@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 12 Apr 2004 11:06:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar 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: Mon, 12 Apr 2004 18:06:08 -0000 kientzle 2004/04/12 11:06:07 PDT FreeBSD src repository Modified files: usr.bin/tar Makefile Log: Style fixes Pointed out by: bde Revision Changes Path 1.3 +2 -3 src/usr.bin/tar/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 12 11:11:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A38816A4CE; Mon, 12 Apr 2004 11:11:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F119D43D41; Mon, 12 Apr 2004 11:11:00 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CIB0Ge005559; Mon, 12 Apr 2004 11:11:00 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CIB0hf005558; Mon, 12 Apr 2004 11:11:00 -0700 (PDT) (envelope-from brooks) Message-Id: <200404121811.i3CIB0hf005558@repoman.freebsd.org> From: Brooks Davis Date: Mon, 12 Apr 2004 11:11: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/rc.d adjkerntz random X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 18:11:01 -0000 brooks 2004/04/12 11:11:00 PDT FreeBSD src repository Modified files: etc/rc.d adjkerntz random Log: Catch up with diskless split "diskless" is no longer provided. Suggested by: cperciva Revision Changes Path 1.4 +1 -1 src/etc/rc.d/adjkerntz 1.6 +1 -1 src/etc/rc.d/random From owner-cvs-src@FreeBSD.ORG Mon Apr 12 12:52:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C9D016A4CE; Mon, 12 Apr 2004 12:52:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC7543D39; Mon, 12 Apr 2004 12:52:45 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CJqiGe033736; Mon, 12 Apr 2004 12:52:45 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CJqivn033735; Mon, 12 Apr 2004 12:52:44 -0700 (PDT) (envelope-from des) Message-Id: <200404121952.i3CJqivn033735@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 12 Apr 2004 12:52:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 19:52:45 -0000 des 2004/04/12 12:52:44 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.c Log: MFC: (1.66) workaround for servers that ignore ranges in chunked mode. Approved by: re (scottl) Revision Changes Path 1.10.2.23 +1 -1 src/usr.bin/fetch/fetch.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 13:05:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5803C16A4CE; Mon, 12 Apr 2004 13:05:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBD943D31; Mon, 12 Apr 2004 13:05:12 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CK5CGe037257; Mon, 12 Apr 2004 13:05:12 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CK5BFH037256; Mon, 12 Apr 2004 13:05:11 -0700 (PDT) (envelope-from ru) Message-Id: <200404122005.i3CK5BFH037256@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 12 Apr 2004 13:05:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make suff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 20:05:12 -0000 ru 2004/04/12 13:05:11 PDT FreeBSD src repository Modified files: usr.bin/make suff.c Log: The .DEFAULT target with no commands caused a null pointer dereference. PR: bin/63405 Obtained from: NetBSD Revision Changes Path 1.29 +6 -1 src/usr.bin/make/suff.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 13:19:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5DA16A4CE; Mon, 12 Apr 2004 13:19:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C69343D5F; Mon, 12 Apr 2004 13:19:33 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CKJXGe039460; Mon, 12 Apr 2004 13:19:33 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CKJXF1039459; Mon, 12 Apr 2004 13:19:33 -0700 (PDT) (envelope-from green) Message-Id: <200404122019.i3CKJXF1039459@repoman.freebsd.org> From: Brian Feldman Date: Mon, 12 Apr 2004 13:19:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dump dump.8 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: Mon, 12 Apr 2004 20:19:33 -0000 green 2004/04/12 13:19:33 PDT FreeBSD src repository Modified files: sbin/dump dump.8 main.c Log: Improve the warnings for dump -L and do not bother doing the snapshot if it is specified for read-only filesystems. Submitted by: Jason Young PR: 46672 Revision Changes Path 1.64 +1 -0 src/sbin/dump/dump.8 1.58 +10 -3 src/sbin/dump/main.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 13:24:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCAE216A4CE; Mon, 12 Apr 2004 13:24:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C082243D3F; Mon, 12 Apr 2004 13:24:30 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CKOUGe041349; Mon, 12 Apr 2004 13:24:30 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CKOUjg041348; Mon, 12 Apr 2004 13:24:30 -0700 (PDT) (envelope-from luigi) Message-Id: <200404122024.i3CKOUjg041348@repoman.freebsd.org> From: Luigi Rizzo Date: Mon, 12 Apr 2004 13:24: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/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: Mon, 12 Apr 2004 20:24:31 -0000 luigi 2004/04/12 13:24:30 PDT FreeBSD src repository Modified files: sys/net route.c Log: in rtinit(), remove one useless variable, and move a few others within the block where they are used. Revision Changes Path 1.96 +9 -9 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 13:26:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4B316A4E3; Mon, 12 Apr 2004 13:26:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF8C743D1D; Mon, 12 Apr 2004 13:26:01 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CKQ1Ge041553; Mon, 12 Apr 2004 13:26:01 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CKQ147041552; Mon, 12 Apr 2004 13:26:01 -0700 (PDT) (envelope-from luigi) Message-Id: <200404122026.i3CKQ147041552@repoman.freebsd.org> From: Luigi Rizzo Date: Mon, 12 Apr 2004 13:26:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 20:26:03 -0000 luigi 2004/04/12 13:26:01 PDT FreeBSD src repository Modified files: sys/net rtsock.c Log: remove an almost-duplicate piece of code by setting the loop limits appropriately. Revision Changes Path 1.99 +10 -16 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 13:34:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61F5F16A4CE; Mon, 12 Apr 2004 13:34:25 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FF443D39; Mon, 12 Apr 2004 13:34:25 -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" (not verified)) by gw.celabo.org (Postfix) with ESMTP id A1A535482B; Mon, 12 Apr 2004 15:34:24 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 4759A6D455; Mon, 12 Apr 2004 15:34:24 -0500 (CDT) Date: Mon, 12 Apr 2004 15:34:24 -0500 From: "Jacques A. Vidrine" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, "Tim J. Robbins" Message-ID: <20040412203424.GA59788@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, "Tim J. Robbins" References: <200403270814.i2R8EGiO061708@repoman.freebsd.org> <20040329135359.GA24438@madman.celabo.org> <20040402140209.GA63871@tara.freenix.org> <20040402153700.GA68706@madman.celabo.org> <20040408202346.GA9951@tara.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040408202346.GA9951@tara.freenix.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef 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: Mon, 12 Apr 2004 20:34:25 -0000 On Thu, Apr 08, 2004 at 10:23:46PM +0200, Ollivier Robert wrote: > According to Jacques A. Vidrine: > > Yep. Problem is I cannot seem to find a decent ISO 10646 font with > > Japanese glyphs for X... the glyphs are either not there, or I get the > > double-wide problem. :-/ > > You could try to get a TT font from a MacOS X system and try that. I get the double-wide problem with TT fonts from Mac OS X. Are you using such? What do you use as an entry in fonts.dir? Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-src@FreeBSD.ORG Mon Apr 12 13:56:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED09316A4F2; Mon, 12 Apr 2004 13:56:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D1343D41; Mon, 12 Apr 2004 13:56:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CKubGe047933; Mon, 12 Apr 2004 13:56:37 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CKuZN7047932; Mon, 12 Apr 2004 13:56:35 -0700 (PDT) (envelope-from imp) Message-Id: <200404122056.i3CKuZN7047932@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Apr 2004 13: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/dev/pccard pccard_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, 12 Apr 2004 20:56:38 -0000 imp 2004/04/12 13:56:34 PDT FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c Log: Improve reading of CIS cards: (1) Align to 64k for the CIS. Some cards don't like it when we aren't aligned to a 64k boundary. I can't find anything in the standard that requires this, but I have 1/2 dozen cards that won't work at all unless I enable this. (2) Sleep 1s before scanning the CIS. This may be a nop, but has little harm. (3) The CIS can be up to 4k in some weird, odd-ball edge cases. Since we have limiters for when that's not the case, it does no harm to increase it to 4k. #1 was submitted, in a different form, by Carlos Velasco. Revision Changes Path 1.28 +10 -3 src/sys/dev/pccard/pccard_cis.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 14:04:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D0D16A4D4; Mon, 12 Apr 2004 14:04:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1834943D1F; Mon, 12 Apr 2004 14:04:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CL4sGe051028; Mon, 12 Apr 2004 14:04:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CL4sOt051027; Mon, 12 Apr 2004 14:04:54 -0700 (PDT) (envelope-from imp) Message-Id: <200404122104.i3CL4sOt051027@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Apr 2004 14:04:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 21:04:55 -0000 imp 2004/04/12 14:04:54 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: MFp4: Alignment for pccards should also be treated in a similar way that we tread it for cardbus cards. Remove bogus debugs while I'm here. # This is also necessary to make the CIS reading work. Submitted by: Carlos Velasco Revision Changes Path 1.107 +15 -4 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 14:35:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE47616A4CE; Mon, 12 Apr 2004 14:35:21 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id B864F43D5F; Mon, 12 Apr 2004 14:35:20 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 12 Apr 2004 22:35:19 +0100 (BST) To: richardcoleman@mindspring.com In-reply-to: Your message of "Mon, 12 Apr 2004 08:07:43 EDT." <407A868F.8040108@mindspring.com> X-Request-Do: Date: Mon, 12 Apr 2004 22:35:16 +0100 From: David Malone Message-ID: <200404122235.aa56194@salmon.maths.tcd.ie> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Mark Murray cc: Nate Lawson Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random harvest.c hash.c hash.h nehemiah.c nehemiah.h probe.c randomdev.c randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 21:35:22 -0000 > I think the old /dev/random caused more problems than it solved. Most > apps just used /dev/urandom to avoid all the end-user questions about > the blocking. I largely agree. > And the beauty of the Yarrow PRNG is that as long as you have enough > initial entropy to get started, you can pull as many bytes as you want > and still remain cryptographically strong (within some very high limit > of like 2^120 bytes before the next re-keying). It is still no good for generating keys that have more unpredictable bits than Yarrow's internal state, unless you can be sure that it has reseeded. For example, the Yarrow paper notes that there is no point using Yarrow-160 for generating 256 bit block cipher keys and that using it for things like one time pads are right out. David. From owner-cvs-src@FreeBSD.ORG Mon Apr 12 14:47:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B3016A4CE; Mon, 12 Apr 2004 14:47:03 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D7C43D31; Mon, 12 Apr 2004 14:47:02 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i3CLkot6005476; Mon, 12 Apr 2004 23:46:50 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: David Malone From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 12 Apr 2004 22:35:16 BST." <200404122235.aa56194@salmon.maths.tcd.ie> Date: Mon, 12 Apr 2004 23:46:50 +0200 Message-ID: <5475.1081806410@critter.freebsd.dk> cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: richardcoleman@mindspring.com cc: Mark Murray cc: Nate Lawson Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random harvest.c hash.c hash.h nehemiah.c nehemiah.h probe.c randomdev.c randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 21:47:03 -0000 In message <200404122235.aa56194@salmon.maths.tcd.ie>, David Malone writes: >It is still no good for generating keys that have more unpredictable >bits than Yarrow's internal state, unless you can be sure that it >has reseeded. For example, the Yarrow paper notes that there is no >point using Yarrow-160 for generating 256 bit block cipher keys and >that using it for things like one time pads are right out. Given that I'm one of the largest consumers of random bits in the kernel (in GBDE), I would like to chime in with a few observations: In most of cryptography, it is not about making things absolutely secure (which is impossible), it is about making things secure enough. Typically a good criteria for this is to pinpoint another vastly cheaper attack strategy. Even with the very limited randomness we provide to yarrow with the normal setup, any attacker who is able to manipulate or predict the random bits you get/got, would be in a position to inflict so much more harm on you in other ways that he would not care about your random bits. Still, we have to be weary of systematic errors, both in Yarrow, but more so in the output from RNG HW because otherwise it may not remain so. I therefore think that we should retain a crypto/yarrow afterburner on all random sources, but it may make sense to have offer different grades of random bits for performance reasons. -- 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 Apr 12 14:52:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698A416A4CE; Mon, 12 Apr 2004 14:52:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C73F43D39; Mon, 12 Apr 2004 14:52:54 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CLqsGe061302; Mon, 12 Apr 2004 14:52:54 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CLqrer061301; Mon, 12 Apr 2004 14:52:53 -0700 (PDT) (envelope-from phk) Message-Id: <200404122152.i3CLqrer061301@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 12 Apr 2004 14:52: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/fs/specfs spec_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: Mon, 12 Apr 2004 21:52:54 -0000 phk 2004/04/12 14:52:53 PDT FreeBSD src repository Modified files: sys/fs/specfs spec_vnops.c Log: Do not drop Giant around the poll method yet, we're not ready for it. Revision Changes Path 1.221 +2 -2 src/sys/fs/specfs/spec_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 15:28:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D4F16A4CE; Mon, 12 Apr 2004 15:28:59 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDD343D2D; Mon, 12 Apr 2004 15:28:58 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (f870cf1d91e282eac7f35a3a6918750f@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3CMSsWh006876; Mon, 12 Apr 2004 17:28:58 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 81CD852322; Mon, 12 Apr 2004 15:28:53 -0700 (PDT) Date: Mon, 12 Apr 2004 15:28:53 -0700 From: Kris Kennaway To: Ruslan Ermilov Message-ID: <20040412222853.GA19000@xor.obsecurity.org> References: <200404121757.i3CHvpIv001634@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <200404121757.i3CHvpIv001634@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make parse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 22:28:59 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 12, 2004 at 10:57:51AM -0700, Ruslan Ermilov wrote: > ru 2004/04/12 10:57:51 PDT >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/make parse.c=20 > Log: > Added the new .warning directive. We may want to make use of this for ports..can you bump __FreeBSD_version? Kris --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAexglWry0BWjoQKURAvOsAJ9uP41iZtrFwZXgheyCU3byAhJXcQCfTRvj 3aK72LUrgIRG5y2MnOOsNY4= =O4Dj -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- From owner-cvs-src@FreeBSD.ORG Mon Apr 12 15:35:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5E9016A4CE for ; Mon, 12 Apr 2004 15:35:08 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6EF8343D3F for ; Mon, 12 Apr 2004 15:35:08 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 71072 invoked by uid 1000); 12 Apr 2004 22:35:09 -0000 Date: Mon, 12 Apr 2004 15:35:09 -0700 (PDT) From: Nate Lawson To: Mark Murray In-Reply-To: <200404110746.i3B7kiIn075106@grimreaper.grondar.org> Message-ID: <20040412153153.I70759@root.org> References: <200404110746.i3B7kiIn075106@grimreaper.grondar.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 22:35:08 -0000 On Sun, 11 Apr 2004, Mark Murray wrote: > Nate Lawson writes: > > > Still, opinion seems to be in favour of further postprocessing, so I'll > > > do it. > > I haven't looked at the FreeBSD PRNG yet but why not seed Yarrow? > > Yarrow's entropy accumulation and PRNG generator parts are disconnected > (that is part of its point), so there is no connection between the > number of bytes harvested and the number of bytes supplied. This > makes a very long armoured pipeline between accumulation and issue, > which seems like overkill when the suppied entropy is 99% OK (far > better than Yarrow currently ever gets, BTW). > > [...] > > Yarrow is unsuitable for this purpose; it is a great generator when > you have a low-entropy environment and you need to protect against > attackers having potential knowledge of the inputs. * XSTORE is an unprivileged operation, users can call it all they want. * If your hardware fails undetectably somehow (101010101...), a single-source PRNG also fails. If we seed our existing PRNG which accepts multiple sources, it doesn't. I think Jacques said it best. All I'm asking is that we use a well-reviewed PRNG and as many entropy sources as possible, including this nice VIA part. -Nate From owner-cvs-src@FreeBSD.ORG Mon Apr 12 15:37:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254AD16A4CE for ; Mon, 12 Apr 2004 15:37:01 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BCC5843D5C for ; Mon, 12 Apr 2004 15:37:00 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 71090 invoked by uid 1000); 12 Apr 2004 22:37:02 -0000 Date: Mon, 12 Apr 2004 15:37:02 -0700 (PDT) From: Nate Lawson To: David Malone In-Reply-To: <20040412113635.GA38733@walton.maths.tcd.ie> Message-ID: <20040412153536.L70759@root.org> References: <20040410155637.Q58852@root.org> <200404110746.i3B7kiIn075106@grimreaper.grondar.org> <20040412113635.GA38733@walton.maths.tcd.ie> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Mark Murray Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 22:37:01 -0000 On Mon, 12 Apr 2004, David Malone wrote: > On Sun, Apr 11, 2004 at 08:46:43AM +0100, Mark Murray wrote: > > Yarrow is unsuitable for this purpose; it is a great generator when > > you have a low-entropy environment and you need to protect against > > attackers having potential knowledge of the inputs. > > I still think it would be nice if our random infrastructure had a > block-until-accumulated-'enough'-randomness mode, like the old > /dev/random had, to avoid some future attack based on Yarrow's fixed > size state. I don't think it will be a realistic attack any time > soon, but it might be nice for baco-hat types. In the case where > high-quality, fast hardware based generators are available, this > seems to be a more realistic option though. > > I'm happy enough to live without this, since we thrashed this out > before, but if you're looking at options, you might keep it at the > back of your mind. Please don't sidetrack the discussion. That is a separate topic. -Nate From owner-cvs-src@FreeBSD.ORG Mon Apr 12 16:02:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D0916A4CE; Mon, 12 Apr 2004 16:02:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56D343D41; Mon, 12 Apr 2004 16:02:22 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CN2MGe076802; Mon, 12 Apr 2004 16:02:22 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CN2M7E076795; Mon, 12 Apr 2004 16:02:22 -0700 (PDT) (envelope-from imp) Message-Id: <200404122302.i3CN2M7E076795@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Apr 2004 16:02: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 subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Apr 2004 23:02:23 -0000 imp 2004/04/12 16:02:22 PDT FreeBSD src repository Modified files: sys/kern subr_rman.c Log: Fix off by one error, twice. Submitted by: Carlos Velasco (first one), jhb (second one) Revision Changes Path 1.32 +2 -2 src/sys/kern/subr_rman.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 16:07:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61A9C16A4CE; Mon, 12 Apr 2004 16:07:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F5743D1D; Mon, 12 Apr 2004 16:07:30 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CN7UGe078600; Mon, 12 Apr 2004 16:07:30 -0700 (PDT) (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3CN7UGQ078599; Mon, 12 Apr 2004 16:07:30 -0700 (PDT) (envelope-from pb) Message-Id: <200404122307.i3CN7UGQ078599@repoman.freebsd.org> From: Pierre Beyssac Date: Mon, 12 Apr 2004 16:07:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/net name6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 23:07:30 -0000 pb 2004/04/12 16:07:30 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/net name6.c Log: MFC rev 1.36/1.37: fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUND. This gets getipnodebyname(3) to correctly return h_errno=TRY_AGAIN instead of HOST_NOT_FOUND. Approved by: re (scottl) Revision Changes Path 1.6.2.10 +8 -4 src/lib/libc/net/name6.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 16:58:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5712A16A4CE; Mon, 12 Apr 2004 16:58:09 -0700 (PDT) Received: from saturn.criticalmagic.com (saturn.criticalmagic.com [68.213.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E775443D2D; Mon, 12 Apr 2004 16:58:08 -0700 (PDT) (envelope-from richardcoleman@mindspring.com) Received: from mindspring.com (titan.criticalmagic.com [68.213.16.23]) by saturn.criticalmagic.com (Postfix) with ESMTP id 121EC3BD2A; Mon, 12 Apr 2004 19:58:08 -0400 (EDT) Message-ID: <407B2D20.7050106@mindspring.com> Date: Mon, 12 Apr 2004 19:58:24 -0400 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Malone References: <200404122235.aa56194@salmon.maths.tcd.ie> In-Reply-To: <200404122235.aa56194@salmon.maths.tcd.ie> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Mark Murray cc: Nate Lawson Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 23:58:09 -0000 David Malone wrote: >>I think the old /dev/random caused more problems than it solved. Most >>apps just used /dev/urandom to avoid all the end-user questions about >>the blocking. > > I largely agree. > >>And the beauty of the Yarrow PRNG is that as long as you have enough >>initial entropy to get started, you can pull as many bytes as you want >>and still remain cryptographically strong (within some very high limit >>of like 2^120 bytes before the next re-keying). > > It is still no good for generating keys that have more unpredictable > bits than Yarrow's internal state, unless you can be sure that it > has reseeded. For example, the Yarrow paper notes that there is no > point using Yarrow-160 for generating 256 bit block cipher keys and > that using it for things like one time pads are right out. > > David. Well, the original Yarrow-160 paper was based on using 3DES and SHA1 (hence the 160). But the version of Yarrow called Fortuna (chapter 10 of Practical Cryptography) uses AES with 256-bit key, and SHA-256. A quick check of the /dev/random code seems to indicate that Mark is using something similar (although it looks like he is using Yarrow style entropy estimation). But I see what you are saying. The internal state of the generator never has more than 256 bits of entropy. So, you cannot create something with more entropy than that. There are probably ways you could up this limit by keeping multiple key schedules (think of it as interleaving multiple OFB streams). But this is overkill for most practical situations. As to the question of how to integrate high speed entropy sources, I can't really give any suggestions there. I'm interested to see what is the final outcome. Richard Coleman richardcoleman@mindspring.com From owner-cvs-src@FreeBSD.ORG Mon Apr 12 17:44:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75CE516A4CE; Mon, 12 Apr 2004 17:44:35 -0700 (PDT) Received: from saturn.criticalmagic.com (saturn.criticalmagic.com [68.213.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10DB443D2D; Mon, 12 Apr 2004 17:44:35 -0700 (PDT) (envelope-from richardcoleman@mindspring.com) Received: from mindspring.com (titan.criticalmagic.com [68.213.16.23]) by saturn.criticalmagic.com (Postfix) with ESMTP id 394FA3BD2A; Mon, 12 Apr 2004 20:44:32 -0400 (EDT) Message-ID: <407B3801.4090001@mindspring.com> Date: Mon, 12 Apr 2004 20:44:49 -0400 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200404110746.i3B7kiIn075106@grimreaper.grondar.org> <20040412153153.I70759@root.org> In-Reply-To: <20040412153153.I70759@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Mark Murray Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 00:44:35 -0000 Nate Lawson wrote: >>Yarrow's entropy accumulation and PRNG generator parts are disconnected >>(that is part of its point), so there is no connection between the >>number of bytes harvested and the number of bytes supplied. This >>makes a very long armoured pipeline between accumulation and issue, >>which seems like overkill when the suppied entropy is 99% OK (far >>better than Yarrow currently ever gets, BTW). >> >>[...] >> >>Yarrow is unsuitable for this purpose; it is a great generator when >>you have a low-entropy environment and you need to protect against >>attackers having potential knowledge of the inputs. > > > * XSTORE is an unprivileged operation, users can call it all they want. > > * If your hardware fails undetectably somehow (101010101...), a > single-source PRNG also fails. If we seed our existing PRNG which > accepts multiple sources, it doesn't. > > I think Jacques said it best. All I'm asking is that we use a > well-reviewed PRNG and as many entropy sources as possible, including this > nice VIA part. > > -Nate I agree with this sentiment. The more crypto hardware that becomes available, the more of it that will be crap. Now, the obvious question is what post-processing does OpenBSD do to hardware random number generators? I read the semi-recent paper on the crypto framework for OpenBSD (http://www.openbsd.org/papers/ocf.pdf) but it doesn't mention anything about this. Anyone know offhand? Richard Coleman richardcoleman@mindspring.com From owner-cvs-src@FreeBSD.ORG Mon Apr 12 17:54:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E236E16A4F8 for ; Mon, 12 Apr 2004 17:54:51 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id AEA6A43D4C for ; Mon, 12 Apr 2004 17:54:51 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 71804 invoked by uid 1000); 13 Apr 2004 00:54:53 -0000 Date: Mon, 12 Apr 2004 17:54:53 -0700 (PDT) From: Nate Lawson To: Richard Coleman In-Reply-To: <407B3801.4090001@mindspring.com> Message-ID: <20040412174616.K71599@root.org> References: <200404110746.i3B7kiIn075106@grimreaper.grondar.org> <20040412153153.I70759@root.org> <407B3801.4090001@mindspring.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Mark Murray Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 00:54:53 -0000 On Mon, 12 Apr 2004, Richard Coleman wrote: > Nate Lawson wrote: > > >>Yarrow's entropy accumulation and PRNG generator parts are disconnected > >>(that is part of its point), so there is no connection between the > >>number of bytes harvested and the number of bytes supplied. This > >>makes a very long armoured pipeline between accumulation and issue, > >>which seems like overkill when the suppied entropy is 99% OK (far > >>better than Yarrow currently ever gets, BTW). > >> > >>[...] > >> > >>Yarrow is unsuitable for this purpose; it is a great generator when > >>you have a low-entropy environment and you need to protect against > >>attackers having potential knowledge of the inputs. > > > > * XSTORE is an unprivileged operation, users can call it all they want. > > > > * If your hardware fails undetectably somehow (101010101...), a > > single-source PRNG also fails. If we seed our existing PRNG which > > accepts multiple sources, it doesn't. > > > > I think Jacques said it best. All I'm asking is that we use a > > well-reviewed PRNG and as many entropy sources as possible, including this > > nice VIA part. > > > > -Nate > > I agree with this sentiment. The more crypto hardware that becomes > available, the more of it that will be crap. Please don't mischaracterize me, that is not what I said. My whole point with that long strength vs. assurance discussion was to point out the need for systems to fail closed. I've said nothing about the likelihood of this particular hardware failing in any way. My concern is that the risk is higher that we fail open if we neglect to use multiple sources of entropy and a PRNG with those sources. I feel I've given enough information, including links to our whitepaper, for people to consider how to move forward on this. All opinions I've expressed in this thread are not my employer's. I think VIA has provided a very useful hardware entropy source; let's properly use it. -Nate From owner-cvs-src@FreeBSD.ORG Mon Apr 12 18:26:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E149616A4CE; Mon, 12 Apr 2004 18:26:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C656A43D58; Mon, 12 Apr 2004 18:26:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D1Q3Ge015036; Mon, 12 Apr 2004 18:26:03 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D1Q31c015035; Mon, 12 Apr 2004 18:26:03 -0700 (PDT) (envelope-from imp) Message-Id: <200404130126.i3D1Q31c015035@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Apr 2004 18:26:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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: Tue, 13 Apr 2004 01:26:04 -0000 imp 2004/04/12 18:26:03 PDT FreeBSD src repository Modified files: share/man/man4/man4.i386 ep.4 Log: The 3CXE589DT was spotted in the wild, and is presumed supported by this driver. Also, add 3Com to a number of places. Revision Changes Path 1.30 +11 -11 src/share/man/man4/man4.i386/ep.4 From owner-cvs-src@FreeBSD.ORG Mon Apr 12 19:58:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B60C16A4CE; Mon, 12 Apr 2004 19:58:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94DA443D53; Mon, 12 Apr 2004 19:58:07 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D2w7Ge034440; Mon, 12 Apr 2004 19:58:07 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D2w7WC034439; Mon, 12 Apr 2004 19:58:07 -0700 (PDT) (envelope-from green) Message-Id: <200404130258.i3D2w7WC034439@repoman.freebsd.org> From: Brian Feldman Date: Mon, 12 Apr 2004 19: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/sbin/dump dump.8 dump.h main.c tape.c src/sbin/restore extern.h main.c restore.8 tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 02:58:07 -0000 green 2004/04/12 19:58:07 PDT FreeBSD src repository Modified files: sbin/dump dump.8 dump.h main.c tape.c sbin/restore extern.h main.c restore.8 tape.c Log: Add -P arguments for dump(8) and restore(8) which allow the user to use backup methods other than files and tapes. The -P argument is a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME defined in the environment, respectively. For example, I can back up my home to three DVD+R[W]s as so: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s2e 40028550 10093140 26733126 27% /home green# dump -0 -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /home Revision Changes Path 1.65 +23 -1 src/sbin/dump/dump.8 1.26 +1 -0 src/sbin/dump/dump.h 1.59 +21 -7 src/sbin/dump/main.c 1.26 +39 -12 src/sbin/dump/tape.c 1.9 +1 -1 src/sbin/restore/extern.h 1.23 +27 -10 src/sbin/restore/main.c 1.45 +27 -6 src/sbin/restore/restore.8 1.39 +37 -2 src/sbin/restore/tape.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 20:27:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D5616A4CE; Mon, 12 Apr 2004 20:27:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5655543D45; Mon, 12 Apr 2004 20:27:48 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D3RmGe041470; Mon, 12 Apr 2004 20:27:48 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D3RmYv041469; Mon, 12 Apr 2004 20:27:48 -0700 (PDT) (envelope-from kensmith) Message-Id: <200404130327.i3D3RmYv041469@repoman.freebsd.org> From: Ken Smith Date: Mon, 12 Apr 2004 20:27:47 -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 menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 03:27:48 -0000 kensmith 2004/04/12 20:27:47 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: Sync list of FTP sites with current reality, and re-do the IPv6 section to match -current's layout. Approved by: re (implicit) Revision Changes Path 1.252.2.71 +19 -16 src/release/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Mon Apr 12 20:39:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B6D16A4CE; Mon, 12 Apr 2004 20:39:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EADEE43D2D; Mon, 12 Apr 2004 20:39:17 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D3dHGe043853; Mon, 12 Apr 2004 20:39:17 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D3dH6N043852; Mon, 12 Apr 2004 20:39:17 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404130339.i3D3dH6N043852@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Apr 2004 20:39:17 -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 files src/sys/dev/usb umct.c src/sys/modules Makefile src/sys/modules/umct 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, 13 Apr 2004 03:39:18 -0000 rwatson 2004/04/12 20:39:17 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files sys/modules Makefile Added files: (Branch: RELENG_4) sys/dev/usb umct.c sys/modules/umct Makefile Log: MFC umct(4) driver written by Scott Long : Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters. This is based on the ubsa driver by Alexander Kabaev along with documentation gleaned from the Linux mct_u232 driver. I've had this driver sitting in my tree for almost 6 months, and several others have found it useful. I've been using this with success on my RELENG_4 USB macines. MFC of umct.4 to follow. Approved by: re (scottl) Revision Changes Path 1.340.2.153 +1 -0 src/sys/conf/files 1.5.4.1 +529 -0 src/sys/dev/usb/umct.c (new) 1.110.2.83 +1 -0 src/sys/modules/Makefile 1.2.2.1 +11 -0 src/sys/modules/umct/Makefile (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 12 20:42:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854F816A4CE; Mon, 12 Apr 2004 20:42:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6876243D41; Mon, 12 Apr 2004 20:42:12 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D3gCGe045518; Mon, 12 Apr 2004 20:42:12 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D3gBPo045514; Mon, 12 Apr 2004 20:42:11 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404130342.i3D3gBPo045514@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Apr 2004 20:42:11 -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 Makefile umct.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 03:42:12 -0000 rwatson 2004/04/12 20:42:11 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 Makefile Added files: (Branch: RELENG_4) share/man/man4 umct.4 Log: MFC man page for umct(4) driver. Approved by: re (scottl) Revision Changes Path 1.83.2.75 +1 -0 src/share/man/man4/Makefile 1.1.2.1 +85 -0 src/share/man/man4/umct.4 (new) From owner-cvs-src@FreeBSD.ORG Mon Apr 12 21:50:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65CF16A4E3 for ; Mon, 12 Apr 2004 21:50:26 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2779A43D2F for ; Mon, 12 Apr 2004 21:50:26 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 10651 invoked from network); 13 Apr 2004 04:50:24 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 13 Apr 2004 04:50:24 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 13 Apr 2004 01:07:22 -0500 (CDT) From: Mike Silbersack To: Poul-Henning Kamp In-Reply-To: <5475.1081806410@critter.freebsd.dk> Message-ID: <20040413010417.U11578@odysseus.silby.com> References: <5475.1081806410@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: David Malone cc: richardcoleman@mindspring.com cc: Mark Murray cc: Nate Lawson Subject: Re: cvs commit: src/sys/modules/random Makefile src/sys/dev/random randomdev.h randomdev_soft.c randomdev_soft.h yar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 04:50:26 -0000 On Mon, 12 Apr 2004, Poul-Henning Kamp wrote: > I therefore think that we should retain a crypto/yarrow afterburner > on all random sources, but it may make sense to have offer different > grades of random bits for performance reasons. > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 One thing that might make sense is to rename + wrap arc4random. In the TCP stack, we use arc4random because it's fast and good enough, not because RC4 has some particular importance. Therefore, if we instead called arc4random fast_random, Mark could feed minimally processed hardware entropy sources to fast_random, bypassing RC4 totally. However, the question I have is this: Is the C3's hardware PRNG actually faster than RC4 by a margin significant enough to make such an optimization worthwhile? Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Tue Apr 13 00:07:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B31E16A4CE; Tue, 13 Apr 2004 00:07:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F24F43D2F; Tue, 13 Apr 2004 00:07:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D77lGe096538; Tue, 13 Apr 2004 00:07:47 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D77kcL096537; Tue, 13 Apr 2004 00:07:46 -0700 (PDT) (envelope-from ru) Message-Id: <200404130707.i3D77kcL096537@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 13 Apr 2004 00:07: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/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 07:07:47 -0000 ru 2004/04/13 00:07:46 PDT FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Added upcoming 4.10 and 5.3 releases. Reminded by: marcel Revision Changes Path 1.39 +2 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Tue Apr 13 00:12:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB9616A4CE; Tue, 13 Apr 2004 00:12:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E65EF43D4C; Tue, 13 Apr 2004 00:12:18 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D7CIGe098074; Tue, 13 Apr 2004 00:12:18 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D7CIVh098067; Tue, 13 Apr 2004 00:12:18 -0700 (PDT) (envelope-from ru) Message-Id: <200404130712.i3D7CIVh098067@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 13 Apr 2004 00:12: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/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 07:12:19 -0000 ru 2004/04/13 00:12:18 PDT FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Added FreeBSD 5.2.1, just in case. Revision Changes Path 1.40 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Tue Apr 13 01:34:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB1E16A4CF; Tue, 13 Apr 2004 01:34:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D05343D5D; Tue, 13 Apr 2004 01:34:53 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D8YrGe021962; Tue, 13 Apr 2004 01:34:53 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D8YrYe021961; Tue, 13 Apr 2004 01:34:53 -0700 (PDT) (envelope-from luigi) Message-Id: <200404130834.i3D8YrYe021961@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 01:34: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.sbin/arp arp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 08:34:54 -0000 luigi 2004/04/13 01:34:53 PDT FreeBSD src repository Modified files: usr.sbin/arp arp.c Log: Make functions and variables static. Remove global variables in favour of local ones. Fix indentation of a couple of switch statements. Overall, this program badly need cleaning up, as it relies on information passed around through global variables. Revision Changes Path 1.48 +95 -87 src/usr.sbin/arp/arp.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 02:33:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DC8A16A4CE; Tue, 13 Apr 2004 02:33:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1241243D5E; Tue, 13 Apr 2004 02:33:34 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D9XXGe035114; Tue, 13 Apr 2004 02:33:33 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D9XXxl035113; Tue, 13 Apr 2004 02:33:33 -0700 (PDT) (envelope-from ru) Message-Id: <200404130933.i3D9XXxl035113@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 13 Apr 2004 02:33:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.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, 13 Apr 2004 09:33:34 -0000 ru 2004/04/13 02:33:33 PDT FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version on behalf of the new .warning directive in make(1). Requested by: kris Revision Changes Path 1.191 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Tue Apr 13 02:44:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765B516A4CE; Tue, 13 Apr 2004 02:44:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D4C43D5A; Tue, 13 Apr 2004 02:44:21 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3D9iLGe037222; Tue, 13 Apr 2004 02:44:21 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3D9iLuh037221; Tue, 13 Apr 2004 02:44:21 -0700 (PDT) (envelope-from sos) Message-Id: <200404130944.i3D9iLuh037221@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 13 Apr 2004 02:44: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/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h 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, 13 Apr 2004 09:44:21 -0000 sos 2004/04/13 02:44:21 PDT FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h ata-queue.c Log: Add support for the Promise command sequencer present on all modern Promise controllers (PDC203** PDC206**). This also adds preliminary support for the Promise SX4/SX4000 but *only* as a "normal" Promise ATA controller (ATA RAID's are supported though but only RAID0, RAID1 and RAID0+1). This cuts off yet another 5-8% of the command overhead on promise controllers, making them the fastest we have ever had support for. Work is now continuing to add support for this in ATA RAID, to accellerate ATA RAID quite a bit on these controllers, and especially the SX4/SX4000 series as they have quite a few tricks in there.. This commit also adds a few fixes to the SATA code needed for proper support. Revision Changes Path 1.208 +4 -11 src/sys/dev/ata/ata-all.c 1.78 +10 -3 src/sys/dev/ata/ata-all.h 1.23 +1 -0 src/sys/dev/ata/ata-card.c 1.12 +1 -0 src/sys/dev/ata/ata-cbus.c 1.68 +474 -141 src/sys/dev/ata/ata-chipset.c 1.172 +11 -6 src/sys/dev/ata/ata-disk.c 1.126 +33 -2 src/sys/dev/ata/ata-dma.c 1.21 +1 -0 src/sys/dev/ata/ata-isa.c 1.32 +55 -51 src/sys/dev/ata/ata-lowlevel.c 1.78 +24 -52 src/sys/dev/ata/ata-pci.c 1.29 +8 -2 src/sys/dev/ata/ata-pci.h 1.26 +3 -2 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 04:06:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6DB016A4CE; Tue, 13 Apr 2004 04:06:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB16B43D5A; Tue, 13 Apr 2004 04:06:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DB6KGe055584; Tue, 13 Apr 2004 04:06:20 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DB6Kjb055583; Tue, 13 Apr 2004 04:06:20 -0700 (PDT) (envelope-from ru) Message-Id: <200404131106.i3DB6Kjb055583@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 13 Apr 2004 04:06: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/tools make_libdeps.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, 13 Apr 2004 11:06:20 -0000 ru 2004/04/13 04:06:20 PDT FreeBSD src repository Modified files: tools make_libdeps.sh Log: Teach the script where libssl actually lives. Submitted by: Michael Bretterklieber Revision Changes Path 1.5 +1 -1 src/tools/make_libdeps.sh From owner-cvs-src@FreeBSD.ORG Tue Apr 13 04:10:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27CB716A4CE; Tue, 13 Apr 2004 04:10:31 -0700 (PDT) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8696743D5A; Tue, 13 Apr 2004 04:10:30 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: from ws ([193.69.114.88]) by srv01.sparkit.no (8.12.10/8.12.10) with ESMTP id i3DBAScZ000273; Tue, 13 Apr 2004 13:10:28 +0200 (CEST) (envelope-from eivind@FreeBSD.org) Received: from ws (localhost [127.0.0.1]) by ws (8.12.9/8.12.10) with ESMTP id i3DB9L7K003530; Tue, 13 Apr 2004 11:09:21 GMT (envelope-from eivind@ws) Received: (from eivind@localhost) by ws (8.12.9/8.12.10/Submit) id i3DB9KwW003529; Tue, 13 Apr 2004 11:09:20 GMT (envelope-from eivind) Date: Tue, 13 Apr 2004 11:08:20 +0000 From: Eivind Eklund To: Brian Feldman Message-ID: <20040413110820.GB2625@FreeBSD.org> References: <200404130258.i3D2w7WC034439@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404130258.i3D2w7WC034439@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/dump dump.8 dump.h main.c tape.c src/sbin/restore extern.h main.c restore.8 tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 11:10:31 -0000 On Mon, Apr 12, 2004 at 07:58:07PM -0700, Brian Feldman wrote: > green 2004/04/12 19:58:07 PDT > > FreeBSD src repository > > Modified files: > sbin/dump dump.8 dump.h main.c tape.c > sbin/restore extern.h main.c restore.8 tape.c > Log: > Add -P arguments for dump(8) and restore(8) which allow the user to > use backup methods other than files and tapes. The -P argument is > a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME > defined in the environment, respectively. > > For example, I can back up my home to three DVD+R[W]s as so: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s2e 40028550 10093140 26733126 27% /home > green# dump -0 -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /home This looks very interesting - where do you get growisofs and how do you restore a backup made this way? Eivind. From owner-cvs-src@FreeBSD.ORG Tue Apr 13 04:22:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC86A16A4CE; Tue, 13 Apr 2004 04:22:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C047443D2F; Tue, 13 Apr 2004 04:22:23 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DBMNGe059421; Tue, 13 Apr 2004 04:22:23 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DBMNg4059417; Tue, 13 Apr 2004 04:22:23 -0700 (PDT) (envelope-from luigi) Message-Id: <200404131122.i3DBMNg4059417@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 04:22:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c route.h rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 11:22:24 -0000 luigi 2004/04/13 04:22:23 PDT FreeBSD src repository Modified files: sys/net route.c route.h rtsock.c Log: route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returns the space occupied by a struct sockaddr when passed through a routing socket. Use it to replace the macro ROUNDUP(int), that does the same but is redefined by every file which uses it, courtesy of the School of Cut'n'Paste Programming(TM). (partial) userland changes to follow. Revision Changes Path 1.97 +2 -4 src/sys/net/route.c 1.57 +12 -0 src/sys/net/route.h 1.100 +5 -10 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 04:23:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D71A16A4CE; Tue, 13 Apr 2004 04:23:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505DB43D39; Tue, 13 Apr 2004 04:23:14 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DBNEGe059649; Tue, 13 Apr 2004 04:23:14 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DBNEPx059648; Tue, 13 Apr 2004 04:23:14 -0700 (PDT) (envelope-from luigi) Message-Id: <200404131123.i3DBNEPx059648@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 04:23:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.c src/sbin/natd natd.c src/sbin/route route.c src/sbin/routed if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 11:23:14 -0000 luigi 2004/04/13 04:23:13 PDT FreeBSD src repository Modified files: sbin/ifconfig ifconfig.c sbin/natd natd.c sbin/route route.c sbin/routed if.c Log: Replace ROUNDUP/ADVANCE with SA_SIZE Revision Changes Path 1.103 +1 -5 src/sbin/ifconfig/ifconfig.c 1.45 +1 -5 src/sbin/natd/natd.c 1.72 +4 -8 src/sbin/route/route.c 1.13 +1 -16 src/sbin/routed/if.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 04:23:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D1B16A4D1; Tue, 13 Apr 2004 04:23:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A539643D2F; Tue, 13 Apr 2004 04:23:59 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DBNxGe059723; Tue, 13 Apr 2004 04:23:59 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DBNx5c059722; Tue, 13 Apr 2004 04:23:59 -0700 (PDT) (envelope-from luigi) Message-Id: <200404131123.i3DBNx5c059722@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 04:23:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat 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, 13 Apr 2004 11:23:59 -0000 luigi 2004/04/13 04:23:59 PDT FreeBSD src repository Modified files: usr.bin/netstat route.c Log: Replace ROUNDUP/ADVANCE with SA_SIZE Revision Changes Path 1.73 +1 -7 src/usr.bin/netstat/route.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 04:24:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60E1516A4CE; Tue, 13 Apr 2004 04:24:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4361743D5A; Tue, 13 Apr 2004 04:24:44 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DBOiGe059853; Tue, 13 Apr 2004 04:24:44 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DBOic1059852; Tue, 13 Apr 2004 04:24:44 -0700 (PDT) (envelope-from luigi) Message-Id: <200404131124.i3DBOic1059852@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 04:24: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.sbin/IPXrouted startup.c src/usr.sbin/rwhod rwhod.c src/usr.sbin/arp Makefile arp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 11:24:44 -0000 luigi 2004/04/13 04:24:44 PDT FreeBSD src repository Modified files: usr.sbin/IPXrouted startup.c usr.sbin/rwhod rwhod.c usr.sbin/arp Makefile arp.c Log: Replace ROUNDUP/ADVANCE with SA_SIZE Revision Changes Path 1.11 +2 -6 src/usr.sbin/IPXrouted/startup.c 1.11 +1 -1 src/usr.sbin/arp/Makefile 1.49 +5 -7 src/usr.sbin/arp/arp.c 1.20 +1 -5 src/usr.sbin/rwhod/rwhod.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 04:33:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA7216A4D1; Tue, 13 Apr 2004 04:33:41 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C33C43D54; Tue, 13 Apr 2004 04:33:41 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (627ea8c6c43373bf2a237b50342846e7@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3DBXeWh027036; Tue, 13 Apr 2004 06:33:40 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 892BF53910; Tue, 13 Apr 2004 04:33:39 -0700 (PDT) Date: Tue, 13 Apr 2004 04:33:39 -0700 From: Kris Kennaway To: Ruslan Ermilov Message-ID: <20040413113339.GA29881@xor.obsecurity.org> References: <200404130933.i3D9XXxl035113@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <200404130933.i3D9XXxl035113@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys param.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, 13 Apr 2004 11:33:41 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 13, 2004 at 02:33:33AM -0700, Ruslan Ermilov wrote: > ru 2004/04/13 02:33:33 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/sys param.h=20 > Log: > Bump __FreeBSD_version on behalf of the new .warning directive in make(= 1). > =20 > Requested by: kris Thanks! Kris --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAe9ATWry0BWjoQKURAvPJAKDSYz8N4Xlx2vqTwLiWMzWVxCBnRACgn/bk beLQT+6ET1WBILJztRcM3W4= =OYcU -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-cvs-src@FreeBSD.ORG Tue Apr 13 04:45:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17BD016A4CE; Tue, 13 Apr 2004 04:45:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F09E943D54; Tue, 13 Apr 2004 04:45:28 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DBjSGe064359; Tue, 13 Apr 2004 04:45:28 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DBjSFU064358; Tue, 13 Apr 2004 04:45:28 -0700 (PDT) (envelope-from luigi) Message-Id: <200404131145.i3DBjSFU064358@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 04:45:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/arp 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, 13 Apr 2004 11:45:29 -0000 luigi 2004/04/13 04:45:28 PDT FreeBSD src repository Modified files: usr.sbin/arp Makefile Log: Back out previous commit, it was unintentional. Keep WARNS at 3 though the code does compile with WARNS=5 at least on i386 Noticed by: ru Revision Changes Path 1.12 +1 -1 src/usr.sbin/arp/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 13 05:04:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4EE816A4F9; Tue, 13 Apr 2004 05:04:34 -0700 (PDT) Received: from localhost (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i3DC4Yeu074420; Tue, 13 Apr 2004 08:04:34 -0400 (EDT) (envelope-from green@green.homeunix.org) Message-Id: <200404131204.i3DC4Yeu074420@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Eivind Eklund In-Reply-To: Message from Eivind Eklund of "Tue, 13 Apr 2004 11:08:20 -0000." <20040413110820.GB2625@FreeBSD.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Apr 2004 08:04:34 -0400 Sender: green@green.homeunix.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump dump.8 dump.h main.c tape.c src/sbin/restore extern.h main.c restore.8 tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 12:04:37 -0000 Eivind Eklund wrote: > On Mon, Apr 12, 2004 at 07:58:07PM -0700, Brian Feldman wrote: > > green 2004/04/12 19:58:07 PDT > > > > FreeBSD src repository > > > > Modified files: > > sbin/dump dump.8 dump.h main.c tape.c > > sbin/restore extern.h main.c restore.8 tape.c > > Log: > > Add -P arguments for dump(8) and restore(8) which allow the user to > > use backup methods other than files and tapes. The -P argument is > > a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME > > defined in the environment, respectively. > > > > For example, I can back up my home to three DVD+R[W]s as so: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad0s2e 40028550 10093140 26733126 27% /home > > green# dump -0 -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /home > > This looks very interesting - where do you get growisofs and how do you > restore a backup made this way? Thanks; growisofs comes from sysutils/dvd+rw-tools and is used to burn all the DVD media that the other tools can't do well or at all. In this case, I used it to burn the dump straight to the first (only) DVD+RW track. As long as you use a DVD+R or DVD+RW, you should be able to start and stop with virtually no consequences, making them suitable for output directly from dump. If you're using an ATAPI DVD drive to restore them, you should be able to just use restore -f /dev/acd0t01 or even -f /dev/cd0 with no offset if the dump was made at block 0. Otherwise, you'll certainly need to use restore -P to read in the correct track. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Tue Apr 13 05:25:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E9316A4CF for ; Tue, 13 Apr 2004 05:25:45 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 058A843D68 for ; Tue, 13 Apr 2004 05:25:45 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i3DCNJtp041473 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Tue, 13 Apr 2004 16:23:19 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i3DCLJNn041319; (8.12.8/vak/2.1) Tue, 13 Apr 2004 16:21:19 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <407BDB36.6090908@cronyx.ru> Date: Tue, 13 Apr 2004 16:21:10 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?KOI8-R?Q?S=F8ren_Schmidt?= References: <200404130944.i3D9iLuh037221@repoman.freebsd.org> In-Reply-To: <200404130944.i3D9iLuh037221@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-lowlevel.c ata-pci.c ata-pci.h 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, 13 Apr 2004 12:25:45 -0000 Søren Schmidt wrote: >sos 2004/04/13 02:44:21 PDT > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c > ata-chipset.c ata-disk.c ata-dma.c > ata-isa.c ata-lowlevel.c ata-pci.c > ata-pci.h ata-queue.c > > Thanks! From owner-cvs-src@FreeBSD.ORG Tue Apr 13 05:36:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A90116A4CE; Tue, 13 Apr 2004 05:36:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D82D43D64; Tue, 13 Apr 2004 05:36:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DCa1Ge081454; Tue, 13 Apr 2004 05:36:01 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DCa1ah081453; Tue, 13 Apr 2004 05:36:01 -0700 (PDT) (envelope-from ru) Message-Id: <200404131236.i3DCa1ah081453@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 13 Apr 2004 05:36: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/share/mk bsd.obj.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 12:36:01 -0000 ru 2004/04/13 05:36:00 PDT FreeBSD src repository Modified files: share/mk bsd.obj.mk Log: Mark the "obj" target with the .PHONY attribute. Revision Changes Path 1.51 +1 -1 src/share/mk/bsd.obj.mk From owner-cvs-src@FreeBSD.ORG Tue Apr 13 05:46:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE31B16A4CE; Tue, 13 Apr 2004 05:46:50 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A260E43D55; Tue, 13 Apr 2004 05:46:50 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id A67E1530A; Tue, 13 Apr 2004 14:46:49 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 3066D5309; Tue, 13 Apr 2004 14:46:43 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id E49FA33C6C; Tue, 13 Apr 2004 14:46:42 +0200 (CEST) To: Maksim Yevmenkin References: <200404092326.i39NQGUC078871@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 13 Apr 2004 14:46:42 +0200 In-Reply-To: <200404092326.i39NQGUC078871@repoman.freebsd.org> (Maksim Yevmenkin's message of "Fri, 9 Apr 2004 16:26:16 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/bluetooth/rfcomm_sppd rfcomm_sdp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 12:46:51 -0000 Maksim Yevmenkin writes: > Log: > Use uint instead of u_int What's wrong with "unsigned int"? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Apr 13 05:56:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4851B16A4CF; Tue, 13 Apr 2004 05:56:09 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8913A43D4C; Tue, 13 Apr 2004 05:56:08 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3DD0tVp075615 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Apr 2004 16:00:57 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3DCtxIr070939; Tue, 13 Apr 2004 15:55:59 +0300 (EEST) (envelope-from ru) Date: Tue, 13 Apr 2004 15:55:58 +0300 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20040413125558.GC46878@ip.net.ua> References: <200404092326.i39NQGUC078871@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i7F3eY7HS/tUJxUd" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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: Maksim Yevmenkin cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/bluetooth/rfcomm_sppd rfcomm_sdp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 12:56:09 -0000 --i7F3eY7HS/tUJxUd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 13, 2004 at 02:46:42PM +0200, Dag-Erling Sm?rgrav wrote: > Maksim Yevmenkin writes: > > Log: > > Use uint instead of u_int >=20 > What's wrong with "unsigned int"? >=20 The actual commit changed a bunch of u_int*_t to uint*_t. I'd be confused too if I wasn't asked to review the patches. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --i7F3eY7HS/tUJxUd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAe+NeUkv4P6juNwoRAhZ+AJ0Wnsvm6jmGAPa+tve3tEl+YMMiXACfX8dI Hy4DGp9szuazCM+XpJSpoKI= =hyuX -----END PGP SIGNATURE----- --i7F3eY7HS/tUJxUd-- From owner-cvs-src@FreeBSD.ORG Tue Apr 13 06:42:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B573C16A4CE; Tue, 13 Apr 2004 06:42:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9676E43D62; Tue, 13 Apr 2004 06:42:02 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DDg2Ge096230; Tue, 13 Apr 2004 06:42:02 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DDg2PH096226; Tue, 13 Apr 2004 06:42:02 -0700 (PDT) (envelope-from des) Message-Id: <200404131342.i3DDg2PH096226@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 13 Apr 2004 06:42: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 Makefile Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 13:42:02 -0000 des 2004/04/13 06:42:01 PDT FreeBSD src repository Modified files: . Makefile Makefile.inc1 Log: Add a kernel-toolchain target which only builds the bits required to build a kernel. This is essentially the same as the toolchain target, except that it does not build headers and libraries. Submitted by: ru Revision Changes Path 1.299 +1 -1 src/Makefile 1.422 +3 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Tue Apr 13 06:43:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A3716A4CE; Tue, 13 Apr 2004 06:43:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6CA43D45; Tue, 13 Apr 2004 06:43:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DDhCGe096803; Tue, 13 Apr 2004 06:43:12 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DDhB15096802; Tue, 13 Apr 2004 06:43:11 -0700 (PDT) (envelope-from des) Message-Id: <200404131343.i3DDhB15096802@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 13 Apr 2004 06:43:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica 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, 13 Apr 2004 13:43:12 -0000 des 2004/04/13 06:43:11 PDT FreeBSD src repository Modified files: sys/i386/acpica Makefile Log: Use headers from the kernel source tree rather than installed headers. Submitted by: ru Revision Changes Path 1.6 +1 -1 src/sys/i386/acpica/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 13 07:04:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AF416A4CE; Tue, 13 Apr 2004 07:04:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D62C43D2D; Tue, 13 Apr 2004 07:04:26 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DE4PGe002039; Tue, 13 Apr 2004 07:04:25 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DE4PB8002037; Tue, 13 Apr 2004 07:04:25 -0700 (PDT) (envelope-from nyan) Message-Id: <200404131404.i3DE4PB8002037@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 13 Apr 2004 07:04:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 14:04:26 -0000 nyan 2004/04/13 07:04:25 PDT FreeBSD src repository Modified files: sys/i386/conf NOTES sys/pc98/conf NOTES Log: Enable the sx driver on i386 and pc98. Revision Changes Path 1.1152 +1 -1 src/sys/i386/conf/NOTES 1.34 +4 -0 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Apr 13 07:16:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1145916A4CE; Tue, 13 Apr 2004 07:16:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E707A43D31; Tue, 13 Apr 2004 07:16:37 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DEGbGe004262; Tue, 13 Apr 2004 07:16:37 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DEGbi9004261; Tue, 13 Apr 2004 07:16:37 -0700 (PDT) (envelope-from luigi) Message-Id: <200404131416.i3DEGbi9004261@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 07:16: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/usr.sbin/arp arp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 14:16:38 -0000 luigi 2004/04/13 07:16:37 PDT FreeBSD src repository Modified files: usr.sbin/arp arp.c Log: Massive cleanup of the code removing global variables to pass function arguments and results. Hopefully no functional changes except fixing a couple of bugs which could cause endless loops if an ioctl() on an interface would fail. Revision Changes Path 1.50 +198 -205 src/usr.sbin/arp/arp.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 07:39:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D032216A4CE; Tue, 13 Apr 2004 07:39:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F2B43D5E; Tue, 13 Apr 2004 07:39:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DEdRGe008294; Tue, 13 Apr 2004 07:39:27 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DEdRtr008293; Tue, 13 Apr 2004 07:39:27 -0700 (PDT) (envelope-from imp) Message-Id: <200404131439.i3DEdRtr008293@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Apr 2004 07:39: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/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 14:39:28 -0000 imp 2004/04/13 07:39:26 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Remove extra copy of code. Noticed by: Carlos Velasco Revision Changes Path 1.108 +0 -7 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 09:41:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E7B16A4CF; Tue, 13 Apr 2004 09:41:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1754B43D58; Tue, 13 Apr 2004 09:41:02 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DGf1Ge040886; Tue, 13 Apr 2004 09:41:01 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DGf109040884; Tue, 13 Apr 2004 09:41:01 -0700 (PDT) (envelope-from nectar) Message-Id: <200404131641.i3DGf109040884@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 13 Apr 2004 09:41: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/kerberos5/include config.h version.h src/kerberos5/usr.bin/krb5-config 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, 13 Apr 2004 16:41:02 -0000 nectar 2004/04/13 09:41:00 PDT FreeBSD src repository Modified files: kerberos5/include config.h version.h kerberos5/usr.bin/krb5-config Makefile Log: Update version strings for Heimdal: 0.6 -> 0.6.1 Revision Changes Path 1.14 +3 -3 src/kerberos5/include/config.h 1.13 +2 -2 src/kerberos5/include/version.h 1.14 +1 -1 src/kerberos5/usr.bin/krb5-config/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 13 12:23:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F50016A4CE; Tue, 13 Apr 2004 12:23:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03FF343D1D; Tue, 13 Apr 2004 12:23:47 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DJNkGe079774; Tue, 13 Apr 2004 12:23:46 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DJNkS4079773; Tue, 13 Apr 2004 12:23:46 -0700 (PDT) (envelope-from fjoe) Message-Id: <200404131923.i3DJNkS4079773@repoman.freebsd.org> From: Max Khon Date: Tue, 13 Apr 2004 12:23: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/net if_media.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, 13 Apr 2004 19:23:47 -0000 fjoe 2004/04/13 12:23:46 PDT FreeBSD src repository Modified files: sys/net if_media.h Log: Add Direct Sequence 354K and 512K (needed for arl(4)). Revision Changes Path 1.27 +8 -0 src/sys/net/if_media.h From owner-cvs-src@FreeBSD.ORG Tue Apr 13 12:25:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2DA16A4CE; Tue, 13 Apr 2004 12:25:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABD843D55; Tue, 13 Apr 2004 12:25:27 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DJPQGe079930; Tue, 13 Apr 2004 12:25:26 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DJPQ3t079929; Tue, 13 Apr 2004 12:25:26 -0700 (PDT) (envelope-from fjoe) Message-Id: <200404131925.i3DJPQ3t079929@repoman.freebsd.org> From: Max Khon Date: Tue, 13 Apr 2004 12: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/share/man/man4/man4.i386 arl.4 src/sys/dev/arl if_arl.c if_arl_isa.c if_arlreg.h src/usr.sbin/arlconfig arlconfig.8 arlconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 19:25:27 -0000 fjoe 2004/04/13 12:25:26 PDT FreeBSD src repository Modified files: share/man/man4/man4.i386 arl.4 sys/dev/arl if_arl.c if_arl_isa.c if_arlreg.h usr.sbin/arlconfig arlconfig.8 arlconfig.c Log: Use ifconfig(8) for setting common 802.11 parameters. Submitted by: Stanislav A. Svirid Revision Changes Path 1.4 +20 -0 src/share/man/man4/man4.i386/arl.4 1.3 +237 -31 src/sys/dev/arl/if_arl.c 1.3 +6 -31 src/sys/dev/arl/if_arl_isa.c 1.3 +2 -1 src/sys/dev/arl/if_arlreg.h 1.7 +6 -96 src/usr.sbin/arlconfig/arlconfig.8 1.3 +2 -97 src/usr.sbin/arlconfig/arlconfig.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 12:31:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9179716A4CE; Tue, 13 Apr 2004 12:31:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 764CF43D39; Tue, 13 Apr 2004 12:31:21 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DJVLGe080964; Tue, 13 Apr 2004 12:31:21 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DJVLFt080963; Tue, 13 Apr 2004 12:31:21 -0700 (PDT) (envelope-from fjoe) Message-Id: <200404131931.i3DJVLFt080963@repoman.freebsd.org> From: Max Khon Date: Tue, 13 Apr 2004 12:31:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/arlconfig arlconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 19:31:21 -0000 fjoe 2004/04/13 12:31:21 PDT FreeBSD src repository Modified files: usr.sbin/arlconfig arlconfig.8 Log: Fix examples. Revision Changes Path 1.8 +2 -2 src/usr.sbin/arlconfig/arlconfig.8 From owner-cvs-src@FreeBSD.ORG Tue Apr 13 12:31:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 098FA16A4CE; Tue, 13 Apr 2004 12:31:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0575343D1F; Tue, 13 Apr 2004 12:31:58 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DJVvGe081520; Tue, 13 Apr 2004 12:31:57 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DJVvf4081519; Tue, 13 Apr 2004 12:31:57 -0700 (PDT) (envelope-from imp) Message-Id: <200404131931.i3DJVvf4081519@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Apr 2004 12:31:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci 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: Tue, 13 Apr 2004 19:31:58 -0000 imp 2004/04/13 12:31:57 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Some devices have what appear to be invalid BARs. They are invalid in the sense that any write to them reads back as a 0. This presents a problem to our resource allocation scheme. If we encounter such vars, the code now treats them as special, allowing any allocation against them to succeed. I've not seen anything in the standard to clearify what host software should do when it encounters these sorts of BARs. Also cleaned up some output while I'm here and add commmented out bootverbose lines until I'm ready to reduce the verbosity of boot messages. This gets a number of south bridges and ata controllers made mostly by VIA, AMD and nVidia working again. Thanks to Soren Schmidt for his help in coming up with this patch. Revision Changes Path 1.241 +51 -26 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 12:34:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559D616A4CE; Tue, 13 Apr 2004 12:34:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A2BE43D49; Tue, 13 Apr 2004 12:34:21 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DJYLGe082038; Tue, 13 Apr 2004 12:34:21 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DJYLpg082037; Tue, 13 Apr 2004 12:34:21 -0700 (PDT) (envelope-from imp) Message-Id: <200404131934.i3DJYLpg082037@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Apr 2004 12:34: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/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: Tue, 13 Apr 2004 19:34:21 -0000 imp 2004/04/13 12:34:20 PDT FreeBSD src repository Modified files: sys/pci if_xl.c Log: Boomerang 10/100BT (found in 2c905-TX) chips apparently suffer the same problems as their Hurricane 575* bretheren in that one could set the memory mapped port, but that has no effect. Add a quirk for this. # I'll have to see if I can dig up documentation on these parts to see # if there's someway software can know this other than a table... Revision Changes Path 1.169 +1 -0 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 12:45:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3787C16A4CE; Tue, 13 Apr 2004 12:45:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C8A043D49; Tue, 13 Apr 2004 12:45:56 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DJjtGe084235; Tue, 13 Apr 2004 12:45:55 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DJjtBt084234; Tue, 13 Apr 2004 12:45:55 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404131945.i3DJjtBt084234@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 13 Apr 2004 12:45: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/tar bsdtar.1 bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 19:45:56 -0000 kientzle 2004/04/13 12:45:55 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Manpage changes suggested by Irina Liakh. Also, add -h as a synonym for -H, for Linux Standards Base compliance. Revision Changes Path 1.4 +44 -19 src/usr.bin/tar/bsdtar.1 1.5 +6 -2 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 13:57:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0716F16A4CE; Tue, 13 Apr 2004 13:57:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF34443D49; Tue, 13 Apr 2004 13:57:44 -0700 (PDT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DKviGe005967; Tue, 13 Apr 2004 13:57:44 -0700 (PDT) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DKviFs005966; Tue, 13 Apr 2004 13:57:44 -0700 (PDT) (envelope-from vkashyap) Message-Id: <200404132057.i3DKviFs005966@repoman.freebsd.org> From: Vinod Kashyap Date: Tue, 13 Apr 2004 13:57:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 twa.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 20:57:45 -0000 vkashyap 2004/04/13 13:57:44 PDT FreeBSD src repository Added files: share/man/man4 twa.4 Log: Adding man page for 3ware's 9000 series storage controller driver (twa). Reviewed by: ru Revision Changes Path 1.1 +86 -0 src/share/man/man4/twa.4 (new) From owner-cvs-src@FreeBSD.ORG Tue Apr 13 14:28:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48BE316A4CE; Tue, 13 Apr 2004 14:28:35 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6BAC43D45; Tue, 13 Apr 2004 14:28:34 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 116C8530A; Tue, 13 Apr 2004 23:28:33 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 740C85309; Tue, 13 Apr 2004 23:28:25 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 5F37833C6C; Tue, 13 Apr 2004 23:28:25 +0200 (CEST) To: Vinod Kashyap References: <200404132057.i3DKviFs005966@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 13 Apr 2004 23:28:25 +0200 In-Reply-To: <200404132057.i3DKviFs005966@repoman.freebsd.org> (Vinod Kashyap's message of "Tue, 13 Apr 2004 13:57:44 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 twa.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 21:28:35 -0000 Vinod Kashyap writes: > Log: > Adding man page for 3ware's 9000 series storage controller driver (twa). This has no effect unless you also list it in the Makefile. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Apr 13 14:28:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EFB316A4CE; Tue, 13 Apr 2004 14:28:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DC543D5A; Tue, 13 Apr 2004 14:28:59 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DLSxGe013046; Tue, 13 Apr 2004 14:28:59 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DLSxkE013045; Tue, 13 Apr 2004 14:28:59 -0700 (PDT) (envelope-from julian) Message-Id: <200404132128.i3DLSxkE013045@repoman.freebsd.org> From: Julian Elischer Date: Tue, 13 Apr 2004 14:28: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/dev/usb umass.c usbdevs usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 21:28:59 -0000 julian 2004/04/13 14:28:58 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb umass.c usbdevs usbdevs.h usbdevs_data.h Log: Add an ID for the "Sitecom Cardreader CN-311" Approved by: re (scott) Revision Changes Path 1.11.2.30 +5 -0 src/sys/dev/usb/umass.c 1.11.2.56 +1 -0 src/sys/dev/usb/usbdevs 1.32.2.53 +1 -0 src/sys/dev/usb/usbdevs.h 1.32.2.53 +6 -0 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Tue Apr 13 15:26:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F7E16A4CE; Tue, 13 Apr 2004 15:26:14 -0700 (PDT) Received: from 82-41-27-171.cable.ubr04.edin.blueyonder.co.uk (82-41-27-171.cable.ubr04.edin.blueyonder.co.uk [82.41.27.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CDA43D58; Tue, 13 Apr 2004 15:26:13 -0700 (PDT) (envelope-from andrew@mux.org.uk) Received: from mux.org.uk (spatula.flat [192.168.0.2]) by myriad.flat (Postfix) with ESMTP id 185B84C; Tue, 13 Apr 2004 21:18:08 +0100 (BST) Message-ID: <407C6902.2080809@mux.org.uk> Date: Tue, 13 Apr 2004 23:26:10 +0100 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200404051739.i35HdvhV051240@repoman.freebsd.org> In-Reply-To: <200404051739.i35HdvhV051240@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_vr.c if_vrreg.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, 13 Apr 2004 22:26:14 -0000 Ruslan Ermilov wrote: > ru 2004/04/05 10:39:57 PDT > > FreeBSD src repository > > Modified files: > sys/pci if_vr.c if_vrreg.h > Log: > - Rewritten TX to use only two pointers to track producer/consumer. > - Added polling(4) support! > - Bugfix: don't forget to set IFF_OACTIVE when TX list is full. > - Minor: tidy up vr_encap(). Ruslan, I wonder if your recent changes to vr might have effected an outstanding, if illusive, bug with vr? http://www.freebsd.org/cgi/query-pr.cgi?pr=62889 Andrew From owner-cvs-src@FreeBSD.ORG Tue Apr 13 16:45:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2733416A4CE; Tue, 13 Apr 2004 16:45:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FAF243D1F; Tue, 13 Apr 2004 16:45:38 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DNjbGe043763; Tue, 13 Apr 2004 16:45:37 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DNjbPE043762; Tue, 13 Apr 2004 16:45:37 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404132345.i3DNjbPE043762@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 13 Apr 2004 16:45: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/lib/libarchive archive_entry.c archive_entry.h archive_read_support_format_cpio.carchive_write_set_format_cpio.c archive_write_set_format_ustar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 23:45:38 -0000 kientzle 2004/04/13 16:45:37 PDT FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_entry.h archive_read.c archive_read_open_file.c archive_read_support_format_cpio.c archive_read_support_format_tar.c archive_write.c archive_write_set_format_cpio.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c Log: * Plug a buffer overrun in ACL parsing. (archive_entry.c) * Re-use a single buffer for shar output formatting rather than hammering the heap. (archive_write_set_format_shar.c) * Fix a handful of minor memory leaks and clean up some of the memory-management code. Revision Changes Path 1.7 +7 -0 src/lib/libarchive/archive_entry.c 1.6 +1 -0 src/lib/libarchive/archive_entry.h 1.6 +3 -3 src/lib/libarchive/archive_read.c 1.5 +4 -1 src/lib/libarchive/archive_read_open_file.c 1.7 +7 -2 src/lib/libarchive/archive_read_support_format_cpio.c 1.8 +17 -17 src/lib/libarchive/archive_read_support_format_tar.c 1.6 +2 -2 src/lib/libarchive/archive_write.c 1.4 +5 -0 src/lib/libarchive/archive_write_set_format_cpio.c 1.8 +7 -3 src/lib/libarchive/archive_write_set_format_pax.c 1.5 +32 -14 src/lib/libarchive/archive_write_set_format_shar.c 1.5 +10 -8 src/lib/libarchive/archive_write_set_format_ustar.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 16:49:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0C116A4CE; Tue, 13 Apr 2004 16:49:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D16543D3F; Tue, 13 Apr 2004 16:49:03 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DNn2Ge049832; Tue, 13 Apr 2004 16:49:02 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DNn2Vs049831; Tue, 13 Apr 2004 16:49:02 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404132349.i3DNn2Vs049831@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 13 Apr 2004 16:49:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Apr 2004 23:49:03 -0000 kientzle 2004/04/13 16:49:02 PDT FreeBSD src repository Modified files: usr.bin/tar util.c Log: Eliminate a lot of malloc/free calls by using a stack-allocated buffer for safe_fprintf formatting. Only if the result is too large do we resort to malloc. Revision Changes Path 1.2 +11 -4 src/usr.bin/tar/util.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 16:50:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9500716A4CE; Tue, 13 Apr 2004 16:50:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53B3E43D2F; Tue, 13 Apr 2004 16:50:49 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3DNonGe050001; Tue, 13 Apr 2004 16:50:49 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3DNom1l050000; Tue, 13 Apr 2004 16:50:48 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404132350.i3DNom1l050000@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 13 Apr 2004 16:50: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/tar 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: Tue, 13 Apr 2004 23:50:49 -0000 kientzle 2004/04/13 16:50:48 PDT FreeBSD src repository Modified files: usr.bin/tar write.c Log: When all the links to a file have been dumped, don't forget to free() the memory used to store the filename. Revision Changes Path 1.6 +3 -1 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 17:23:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA3A16A4CE; Tue, 13 Apr 2004 17:23:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F1EA43D49; Tue, 13 Apr 2004 17:23:59 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E0NxGe058745; Tue, 13 Apr 2004 17:23:59 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E0NxVJ058744; Tue, 13 Apr 2004 17:23:59 -0700 (PDT) (envelope-from njl) Message-Id: <200404140023.i3E0NxVJ058744@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 17:23:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_toshiba.csrc/share/man/man4/man4.i386 acpi_toshiba.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, 14 Apr 2004 00:23:59 -0000 njl 2004/04/13 17:23:59 PDT FreeBSD src repository Modified files: sys/i386/acpica acpi_toshiba.c share/man/man4/man4.i386 acpi_toshiba.4 Log: Add support for video output switching. It appears no systems use HCI to change the video output but use a separate device with a DSSX method and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle for this object and pass it to the acpi_toshiba driver. This is untested but seems to match the Linux Toshiba driver. Revision Changes Path 1.5 +7 -0 src/share/man/man4/man4.i386/acpi_toshiba.4 1.6 +78 -10 src/sys/i386/acpica/acpi_toshiba.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 17:40:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C2716A4CE; Tue, 13 Apr 2004 17:40:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF0C43D45; Tue, 13 Apr 2004 17:40:54 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E0esGe061105; Tue, 13 Apr 2004 17:40:54 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E0esil061104; Tue, 13 Apr 2004 17:40:54 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404140040.i3E0esil061104@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 13 Apr 2004 17:40:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h 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: Wed, 14 Apr 2004 00:40:55 -0000 kientzle 2004/04/13 17:40:54 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h write.c Log: A simple cache of uid->uname lookups and gid->gname lookups eliminates almost 1/2 of the CPU time required to create an uncompressed archive and makes a noticable reduction in wallclock time. Revision Changes Path 1.6 +11 -0 src/usr.bin/tar/bsdtar.c 1.3 +14 -0 src/usr.bin/tar/bsdtar.h 1.7 +35 -12 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 17:57:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A18916A4CF; Tue, 13 Apr 2004 17:57:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF6B43D5E; Tue, 13 Apr 2004 17:57:50 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E0vnGe065129; Tue, 13 Apr 2004 17:57:49 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E0vnST065128; Tue, 13 Apr 2004 17:57:49 -0700 (PDT) (envelope-from brooks) Message-Id: <200404140057.i3E0vnST065128@repoman.freebsd.org> From: Brooks Davis Date: Tue, 13 Apr 2004 17:57: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/contrib/pf/net if_pflog.c if_pfsync.c src/sys/net if_faith.c if_gif.c if_loop.c if_stf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 00:57:50 -0000 brooks 2004/04/13 17:57:49 PDT FreeBSD src repository Modified files: sys/contrib/pf/net if_pflog.c if_pfsync.c sys/net if_faith.c if_gif.c if_loop.c if_stf.c Log: Staticize _clone_{create,destroy} functions. Reviewed by: mlaier Revision Changes Path 1.5 +4 -4 src/sys/contrib/pf/net/if_pflog.c 1.5 +4 -4 src/sys/contrib/pf/net/if_pfsync.c 1.28 +4 -4 src/sys/net/if_faith.c 1.45 +4 -4 src/sys/net/if_gif.c 1.96 +4 -4 src/sys/net/if_loop.c 1.38 +4 -4 src/sys/net/if_stf.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 18:13:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31AE916A4CE; Tue, 13 Apr 2004 18:13:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119D143D46; Tue, 13 Apr 2004 18:13:15 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E1DEGe070032; Tue, 13 Apr 2004 18:13:14 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E1DE4q070031; Tue, 13 Apr 2004 18:13:14 -0700 (PDT) (envelope-from luigi) Message-Id: <200404140113.i3E1DE4q070031@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Apr 2004 18:13: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/netinet in_gif.c ip_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: Wed, 14 Apr 2004 01:13:15 -0000 luigi 2004/04/13 18:13:14 PDT FreeBSD src repository Modified files: sys/netinet in_gif.c ip_output.c Log: In an effort to simplify the routing code, try to deprecate rtalloc() in favour of rtalloc_ign(), which is what would end up being called anyways. There are 25 more instances of rtalloc() in net*/ and about 10 instances of rtalloc_ign() Revision Changes Path 1.25 +1 -1 src/sys/netinet/in_gif.c 1.215 +1 -1 src/sys/netinet/ip_output.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 18:18:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA5516A4CE; Tue, 13 Apr 2004 18:18:06 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C0443D46; Tue, 13 Apr 2004 18:18:05 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i3E1I04u007515; Wed, 14 Apr 2004 11:18:00 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i3E1Hvsg022826; Wed, 14 Apr 2004 11:17:58 +1000 Date: Wed, 14 Apr 2004 11:17:57 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov In-Reply-To: <20040413125558.GC46878@ip.net.ua> Message-ID: <20040414110419.M5769@gamplex.bde.org> References: <200404092326.i39NQGUC078871@repoman.freebsd.org> <20040413125558.GC46878@ip.net.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: Maksim Yevmenkin cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/usr.bin/bluetooth/rfcomm_sppd rfcomm_sdp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 01:18:06 -0000 On Tue, 13 Apr 2004, Ruslan Ermilov wrote: > On Tue, Apr 13, 2004 at 02:46:42PM +0200, Dag-Erling Sm?rgrav wrote: > > Maksim Yevmenkin writes: > > > Log: > > > Use uint instead of u_int > > > > What's wrong with "unsigned int"? It is excessively verbose (" int" in "unsigned int" is noise), and is a style bug in many places (e.g., in most parts of the kernel, and in utilities that are closely related to the kernel and/or use kernel style, e.g., vmstat). These places spell "unsigned[ int]" as u_int. > The actual commit changed a bunch of u_int*_t to uint*_t. > I'd be confused too if I wasn't asked to review the patches. ;) Indeed. uint is SYSV compatibility cruft, but the commit actually changed the BSDish u_int prefix to the C99 uint prefix. I used to enforce not using uint or ushort in the kernel: %%% Index: types.h =================================================================== RCS file: /home/ncvs/src/sys/sys/types.h,v retrieving revision 1.85 diff -u -2 -r1.85 types.h --- types.h 7 Apr 2004 04:19:50 -0000 1.85 +++ types.h 14 Apr 2004 01:13:27 -0000 @@ -50,10 +49,12 @@ typedef unsigned int u_int; typedef unsigned long u_long; +#ifndef _KERNEL typedef unsigned short ushort; /* Sys V compatibility */ typedef unsigned int uint; /* Sys V compatibility */ #endif +#endif /* - * XXX POSIX sized integrals that should appear only in . + * XXX C99 integer types that should appear only in . */ #ifndef _INT8_T_DECLARED %%% This used to work, but hasn't been tested recently. Bruce From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:03:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8A716A4CE; Tue, 13 Apr 2004 19:03:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD0B43D2D; Tue, 13 Apr 2004 19:03:33 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E23XGe081141; Tue, 13 Apr 2004 19:03:33 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E23XN2081140; Tue, 13 Apr 2004 19:03:33 -0700 (PDT) (envelope-from njl) Message-Id: <200404140203.i3E23XN2081140@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 19:03: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/contrib/dev/acpica acpica_prep.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 02:03:33 -0000 njl 2004/04/13 19:03:33 PDT FreeBSD src repository Modified files: sys/contrib/dev/acpica acpica_prep.sh Log: Add another cleanfile for future imports. Revision Changes Path 1.7 +3 -3 src/sys/contrib/dev/acpica/acpica_prep.sh From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:10:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F41F16A4CE; Tue, 13 Apr 2004 19:10:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244CD43D2F; Tue, 13 Apr 2004 19:10:50 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E2AnGe081448; Tue, 13 Apr 2004 19:10:49 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E2AnLT081447; Tue, 13 Apr 2004 19:10:49 -0700 (PDT) (envelope-from njl) Message-Id: <200404140210.i3E2AnLT081447@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 19:10:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 02:10:50 -0000 njl 2004/04/13 19:10:49 PDT FreeBSD src repository src/sys/contrib/dev/acpica - Imported sources Update of /home/ncvs/src/sys/contrib/dev/acpica In directory repoman.freebsd.org:/tmp/cvs-serv81310 Log Message: Import ACPI-CA 20040402 distribution. Status: Vendor Tag: INTEL Release Tags: r20040402 U src/sys/contrib/dev/acpica/CHANGES.txt U src/sys/contrib/dev/acpica/acapps.h C src/sys/contrib/dev/acpica/acconfig.h U src/sys/contrib/dev/acpica/acdebug.h U src/sys/contrib/dev/acpica/acdisasm.h U src/sys/contrib/dev/acpica/acdispat.h U src/sys/contrib/dev/acpica/acefi.h U src/sys/contrib/dev/acpica/acenv.h U src/sys/contrib/dev/acpica/acevents.h U src/sys/contrib/dev/acpica/acexcep.h U src/sys/contrib/dev/acpica/acfreebsd.h U src/sys/contrib/dev/acpica/acgcc.h U src/sys/contrib/dev/acpica/acglobal.h U src/sys/contrib/dev/acpica/achware.h U src/sys/contrib/dev/acpica/acinterp.h U src/sys/contrib/dev/acpica/aclocal.h U src/sys/contrib/dev/acpica/acmacros.h U src/sys/contrib/dev/acpica/acnamesp.h U src/sys/contrib/dev/acpica/acobject.h U src/sys/contrib/dev/acpica/acoutput.h U src/sys/contrib/dev/acpica/acparser.h U src/sys/contrib/dev/acpica/acpi.h U src/sys/contrib/dev/acpica/acpiosxf.h U src/sys/contrib/dev/acpica/acpixf.h U src/sys/contrib/dev/acpica/acresrc.h U src/sys/contrib/dev/acpica/acstruct.h U src/sys/contrib/dev/acpica/actables.h U src/sys/contrib/dev/acpica/actbl.h U src/sys/contrib/dev/acpica/actbl1.h U src/sys/contrib/dev/acpica/actbl2.h U src/sys/contrib/dev/acpica/actypes.h C src/sys/contrib/dev/acpica/acutils.h U src/sys/contrib/dev/acpica/amlcode.h U src/sys/contrib/dev/acpica/amlresrc.h U src/sys/contrib/dev/acpica/dbcmds.c U src/sys/contrib/dev/acpica/dbdisply.c U src/sys/contrib/dev/acpica/dbexec.c U src/sys/contrib/dev/acpica/dbfileio.c U src/sys/contrib/dev/acpica/dbhistry.c U src/sys/contrib/dev/acpica/dbinput.c U src/sys/contrib/dev/acpica/dbstats.c U src/sys/contrib/dev/acpica/dbutils.c U src/sys/contrib/dev/acpica/dbxface.c U src/sys/contrib/dev/acpica/dmbuffer.c U src/sys/contrib/dev/acpica/dmnames.c U src/sys/contrib/dev/acpica/dmobject.c U src/sys/contrib/dev/acpica/dmopcode.c U src/sys/contrib/dev/acpica/dmresrc.c U src/sys/contrib/dev/acpica/dmresrcl.c U src/sys/contrib/dev/acpica/evgpe.c U src/sys/contrib/dev/acpica/dmresrcs.c U src/sys/contrib/dev/acpica/dmutils.c U src/sys/contrib/dev/acpica/dmwalk.c U src/sys/contrib/dev/acpica/dsfield.c U src/sys/contrib/dev/acpica/dsinit.c U src/sys/contrib/dev/acpica/dsmethod.c U src/sys/contrib/dev/acpica/dsmthdat.c U src/sys/contrib/dev/acpica/dsobject.c U src/sys/contrib/dev/acpica/dsopcode.c U src/sys/contrib/dev/acpica/dsutils.c U src/sys/contrib/dev/acpica/dswexec.c U src/sys/contrib/dev/acpica/dswload.c U src/sys/contrib/dev/acpica/dswscope.c U src/sys/contrib/dev/acpica/dswstate.c U src/sys/contrib/dev/acpica/evevent.c U src/sys/contrib/dev/acpica/evgpeblk.c U src/sys/contrib/dev/acpica/evmisc.c U src/sys/contrib/dev/acpica/evregion.c U src/sys/contrib/dev/acpica/evrgnini.c U src/sys/contrib/dev/acpica/evsci.c U src/sys/contrib/dev/acpica/evxface.c U src/sys/contrib/dev/acpica/evxfevnt.c U src/sys/contrib/dev/acpica/evxfregn.c U src/sys/contrib/dev/acpica/exconfig.c U src/sys/contrib/dev/acpica/exconvrt.c U src/sys/contrib/dev/acpica/hwgpe.c U src/sys/contrib/dev/acpica/excreate.c U src/sys/contrib/dev/acpica/exdump.c U src/sys/contrib/dev/acpica/exfield.c C src/sys/contrib/dev/acpica/exfldio.c U src/sys/contrib/dev/acpica/exmisc.c U src/sys/contrib/dev/acpica/exmutex.c U src/sys/contrib/dev/acpica/exnames.c U src/sys/contrib/dev/acpica/exoparg1.c U src/sys/contrib/dev/acpica/exoparg2.c U src/sys/contrib/dev/acpica/exoparg3.c U src/sys/contrib/dev/acpica/exoparg6.c U src/sys/contrib/dev/acpica/exprep.c U src/sys/contrib/dev/acpica/exregion.c U src/sys/contrib/dev/acpica/exresnte.c U src/sys/contrib/dev/acpica/exresolv.c U src/sys/contrib/dev/acpica/exresop.c U src/sys/contrib/dev/acpica/exstore.c U src/sys/contrib/dev/acpica/exstoren.c U src/sys/contrib/dev/acpica/exstorob.c U src/sys/contrib/dev/acpica/exsystem.c U src/sys/contrib/dev/acpica/exutils.c U src/sys/contrib/dev/acpica/hwacpi.c U src/sys/contrib/dev/acpica/hwregs.c C src/sys/contrib/dev/acpica/hwsleep.c U src/sys/contrib/dev/acpica/hwtimer.c U src/sys/contrib/dev/acpica/nsaccess.c U src/sys/contrib/dev/acpica/nsalloc.c U src/sys/contrib/dev/acpica/nsdump.c U src/sys/contrib/dev/acpica/nsdumpdv.c U src/sys/contrib/dev/acpica/nseval.c U src/sys/contrib/dev/acpica/nsinit.c U src/sys/contrib/dev/acpica/nsload.c U src/sys/contrib/dev/acpica/nsnames.c U src/sys/contrib/dev/acpica/nsobject.c U src/sys/contrib/dev/acpica/nsparse.c U src/sys/contrib/dev/acpica/nssearch.c U src/sys/contrib/dev/acpica/nsutils.c U src/sys/contrib/dev/acpica/nswalk.c U src/sys/contrib/dev/acpica/nsxfeval.c U src/sys/contrib/dev/acpica/nsxfname.c U src/sys/contrib/dev/acpica/nsxfobj.c U src/sys/contrib/dev/acpica/osunixxf.c U src/sys/contrib/dev/acpica/psargs.c U src/sys/contrib/dev/acpica/psopcode.c U src/sys/contrib/dev/acpica/psparse.c U src/sys/contrib/dev/acpica/psscope.c U src/sys/contrib/dev/acpica/pstree.c U src/sys/contrib/dev/acpica/psutils.c U src/sys/contrib/dev/acpica/pswalk.c U src/sys/contrib/dev/acpica/psxface.c U src/sys/contrib/dev/acpica/rsaddr.c U src/sys/contrib/dev/acpica/rscalc.c U src/sys/contrib/dev/acpica/rscreate.c U src/sys/contrib/dev/acpica/rsdump.c U src/sys/contrib/dev/acpica/rsio.c U src/sys/contrib/dev/acpica/rsirq.c U src/sys/contrib/dev/acpica/rslist.c U src/sys/contrib/dev/acpica/rsmemory.c U src/sys/contrib/dev/acpica/rsmisc.c U src/sys/contrib/dev/acpica/rsutils.c U src/sys/contrib/dev/acpica/rsxface.c U src/sys/contrib/dev/acpica/tbconvrt.c U src/sys/contrib/dev/acpica/tbget.c U src/sys/contrib/dev/acpica/tbgetall.c U src/sys/contrib/dev/acpica/tbinstal.c U src/sys/contrib/dev/acpica/tbrsdt.c U src/sys/contrib/dev/acpica/tbutils.c U src/sys/contrib/dev/acpica/tbxface.c U src/sys/contrib/dev/acpica/tbxfroot.c U src/sys/contrib/dev/acpica/utalloc.c U src/sys/contrib/dev/acpica/utclib.c U src/sys/contrib/dev/acpica/utcopy.c U src/sys/contrib/dev/acpica/utdebug.c U src/sys/contrib/dev/acpica/utdelete.c U src/sys/contrib/dev/acpica/uteval.c C src/sys/contrib/dev/acpica/utglobal.c U src/sys/contrib/dev/acpica/utinit.c U src/sys/contrib/dev/acpica/utmath.c U src/sys/contrib/dev/acpica/utmisc.c U src/sys/contrib/dev/acpica/utobject.c U src/sys/contrib/dev/acpica/utxface.c U src/sys/contrib/dev/acpica/common/adisasm.c U src/sys/contrib/dev/acpica/common/getopt.c U src/sys/contrib/dev/acpica/compiler/aslanalyze.c U src/sys/contrib/dev/acpica/compiler/aslcodegen.c U src/sys/contrib/dev/acpica/compiler/aslcompile.c U src/sys/contrib/dev/acpica/compiler/aslcompiler.h U src/sys/contrib/dev/acpica/compiler/aslcompiler.l U src/sys/contrib/dev/acpica/compiler/aslcompiler.y U src/sys/contrib/dev/acpica/compiler/aslerror.c U src/sys/contrib/dev/acpica/compiler/aslfiles.c U src/sys/contrib/dev/acpica/compiler/aslfold.c U src/sys/contrib/dev/acpica/compiler/aslglobal.h U src/sys/contrib/dev/acpica/compiler/asllength.c U src/sys/contrib/dev/acpica/compiler/asllisting.c U src/sys/contrib/dev/acpica/compiler/aslload.c U src/sys/contrib/dev/acpica/compiler/asllookup.c U src/sys/contrib/dev/acpica/compiler/aslmain.c U src/sys/contrib/dev/acpica/compiler/aslmap.c U src/sys/contrib/dev/acpica/compiler/aslopcodes.c U src/sys/contrib/dev/acpica/compiler/asloperands.c U src/sys/contrib/dev/acpica/compiler/aslopt.c U src/sys/contrib/dev/acpica/compiler/aslresource.c U src/sys/contrib/dev/acpica/compiler/aslrestype1.c U src/sys/contrib/dev/acpica/compiler/aslrestype2.c U src/sys/contrib/dev/acpica/compiler/aslstubs.c U src/sys/contrib/dev/acpica/compiler/asltransform.c U src/sys/contrib/dev/acpica/compiler/asltree.c U src/sys/contrib/dev/acpica/compiler/asltypes.h U src/sys/contrib/dev/acpica/compiler/aslutils.c 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jINTEL:yesterday -jINTEL src/sys/contrib/dev/acpica From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:12:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E878B16A4CE; Tue, 13 Apr 2004 19:12:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD8D43D2D; Tue, 13 Apr 2004 19:12:14 -0700 (PDT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E2CEGe083080; Tue, 13 Apr 2004 19:12:14 -0700 (PDT) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E2CEb6083076; Tue, 13 Apr 2004 19:12:14 -0700 (PDT) (envelope-from vkashyap) Message-Id: <200404140212.i3E2CEb6083076@repoman.freebsd.org> From: Vinod Kashyap Date: Tue, 13 Apr 2004 19:12:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 twa.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, 14 Apr 2004 02:12:15 -0000 vkashyap 2004/04/13 19:12:14 PDT FreeBSD src repository Added files: (Branch: RELENG_4) share/man/man4 twa.4 Log: Adding man page for 3ware's 9000 series storage controller driver (twa) into 4.x. Reviewed by: ru Approved by: re Revision Changes Path 1.1.2.1 +86 -0 src/share/man/man4/twa.4 (new) From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:14:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEAA16A4CE; Tue, 13 Apr 2004 19:14:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA1143D1F; Tue, 13 Apr 2004 19:14:51 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E2EpGe083348; Tue, 13 Apr 2004 19:14:51 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E2EpQs083347; Tue, 13 Apr 2004 19:14:51 -0700 (PDT) (envelope-from njl) Message-Id: <200404140214.i3E2EpQs083347@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 19:14: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/contrib/dev/acpica acconfig.h acutils.h utglobal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 02:14:52 -0000 njl 2004/04/13 19:14:51 PDT FreeBSD src repository Modified files: sys/contrib/dev/acpica acconfig.h acutils.h utglobal.c Log: Check in unmodified files off the vendor branch. Revision Changes Path 1.29 +2 -2 src/sys/contrib/dev/acpica/acconfig.h 1.12 +2 -1 src/sys/contrib/dev/acpica/acutils.h 1.14 +38 -26 src/sys/contrib/dev/acpica/utglobal.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:15:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B22316A4EE; Tue, 13 Apr 2004 19:15:31 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB3343D2D; Tue, 13 Apr 2004 19:15:26 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 9C4AB5C7E4; Tue, 13 Apr 2004 19:15:26 -0700 (PDT) Date: Tue, 13 Apr 2004 19:15:26 -0700 From: Alfred Perlstein To: Tim Kientzle Message-ID: <20040414021526.GB63832@elvis.mu.org> References: <200404140040.i3E0esil061104@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404140040.i3E0esil061104@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h 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: Wed, 14 Apr 2004 02:15:31 -0000 While I applaud the effort here, it is a major violation of C POLA to have compilable code within a header file. I think you should basically move all the variables instantiated in bsdtar.h to their appropriate .c files. thank you, -Alfred * Tim Kientzle [040413 17:41] wrote: > kientzle 2004/04/13 17:40:54 PDT > > FreeBSD src repository > > Modified files: > usr.bin/tar bsdtar.c bsdtar.h write.c > Log: > A simple cache of uid->uname lookups and gid->gname lookups eliminates > almost 1/2 of the CPU time required to create an uncompressed archive > and makes a noticable reduction in wallclock time. > > Revision Changes Path > 1.6 +11 -0 src/usr.bin/tar/bsdtar.c > 1.3 +14 -0 src/usr.bin/tar/bsdtar.h > 1.7 +35 -12 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:16:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C13E16A4CE; Tue, 13 Apr 2004 19:16:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE3843D1F; Tue, 13 Apr 2004 19:16:23 -0700 (PDT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E2GNGe083559; Tue, 13 Apr 2004 19:16:23 -0700 (PDT) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E2GNX8083558; Tue, 13 Apr 2004 19:16:23 -0700 (PDT) (envelope-from vkashyap) Message-Id: <200404140216.i3E2GNX8083558@repoman.freebsd.org> From: Vinod Kashyap Date: Tue, 13 Apr 2004 19:16:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/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: Wed, 14 Apr 2004 02:16:23 -0000 vkashyap 2004/04/13 19:16:23 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf majors Log: Removed old, redundant entry for twa. Reviewed by: re Approved by: re Revision Changes Path 1.98.2.23 +0 -1 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:17:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B2016A4CE; Tue, 13 Apr 2004 19:17:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DAC43D2F; Tue, 13 Apr 2004 19:17:00 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E2H0Ge083591; Tue, 13 Apr 2004 19:17:00 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E2H0HT083590; Tue, 13 Apr 2004 19:17:00 -0700 (PDT) (envelope-from njl) Message-Id: <200404140217.i3E2H0HT083590@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 19:17: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/contrib/dev/acpica exfldio.c hwsleep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 02:17:00 -0000 njl 2004/04/13 19:17:00 PDT FreeBSD src repository Modified files: sys/contrib/dev/acpica exfldio.c hwsleep.c Log: Check in files with local changes: * In the resume path, give up after waiting for a while for WAK_STS to be set. Some BIOSs never set it. * Allow access to the field if it is within the region size rounded up to a multiple of the access byte width. This overcomes "off-by-one" programming errors in the AML often found in Toshiba laptops. Revision Changes Path 1.21 +2 -2 src/sys/contrib/dev/acpica/exfldio.c 1.15 +18 -6 src/sys/contrib/dev/acpica/hwsleep.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:20:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3360316A4CE; Tue, 13 Apr 2004 19:20:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1509043D31; Tue, 13 Apr 2004 19:20:02 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E2K1Ge083689; Tue, 13 Apr 2004 19:20:01 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E2K1Mx083688; Tue, 13 Apr 2004 19:20:01 -0700 (PDT) (envelope-from imp) Message-Id: <200404140220.i3E2K1Mx083688@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Apr 2004 19:20:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sx sx_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: Wed, 14 Apr 2004 02:20:02 -0000 imp 2004/04/13 19:20:01 PDT FreeBSD src repository Modified files: sys/dev/sx sx_pci.c Log: Prefer uint16_t to ushort. Submitted by: bde Revision Changes Path 1.3 +1 -1 src/sys/dev/sx/sx_pci.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:20:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1BC16A4CE; Tue, 13 Apr 2004 19:20:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7F943D41; Tue, 13 Apr 2004 19:20:36 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E2KaGe083777; Tue, 13 Apr 2004 19:20:36 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E2KaH4083776; Tue, 13 Apr 2004 19:20:36 -0700 (PDT) (envelope-from njl) Message-Id: <200404140220.i3E2KaH4083776@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 19: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/acpica acpi_ec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 02:20:36 -0000 njl 2004/04/13 19:20:35 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: Update the name for edge triggered for the 20040402 import. Revision Changes Path 1.47 +1 -1 src/sys/dev/acpica/acpi_ec.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 19:25:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC30416A4CE; Tue, 13 Apr 2004 19:25:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC23D43D4C; Tue, 13 Apr 2004 19:25:31 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E2PVGe085711; Tue, 13 Apr 2004 19:25:31 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E2PVaD085710; Tue, 13 Apr 2004 19:25:31 -0700 (PDT) (envelope-from imp) Message-Id: <200404140225.i3E2PVaD085710@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Apr 2004 19:25: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/pc98/conf NOTES src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 02:25:32 -0000 imp 2004/04/13 19:25:31 PDT FreeBSD src repository Modified files: sys/pc98/conf NOTES sys/i386/conf NOTES Log: sx was randomly added to NOTES. Instead, place it in the misc hardware in properly sorted order. Fix a little disorder while I'm here. Submitted by: bde Revision Changes Path 1.1153 +3 -4 src/sys/i386/conf/NOTES 1.35 +7 -8 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:18:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2ECC16A4D0 for ; Tue, 13 Apr 2004 20:18:24 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B591943D53 for ; Tue, 13 Apr 2004 20:18:24 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 79381 invoked by uid 1000); 14 Apr 2004 03:18:26 -0000 Date: Tue, 13 Apr 2004 20:18:26 -0700 (PDT) From: Nate Lawson To: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org In-Reply-To: <20040414021104.4552016A530@hub.freebsd.org> Message-ID: <20040413201252.U79128@root.org> References: <20040414021104.4552016A530@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 03:18:25 -0000 On Tue, 13 Apr 2004, Nate Lawson wrote: > njl 2004/04/13 19:10:49 PDT > > FreeBSD src repository > > src/sys/contrib/dev/acpica - Imported sources > Update of /home/ncvs/src/sys/contrib/dev/acpica > In directory repoman.freebsd.org:/tmp/cvs-serv81310 > > Log Message: > Import ACPI-CA 20040402 distribution. > > Status: > > Vendor Tag: INTEL > Release Tags: r20040402 The major change in this import is the addition of differentiation between wake and runtime GPEs. Wake GPEs are now disabled at runtime, which should help users with SCI interrupt storms. There is one problem that should be solved by the next import for GPEs that are shared between wake/runtime. However, this is still better than before. -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:30:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6037516A4CE; Tue, 13 Apr 2004 20:30:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405CC43D41; Tue, 13 Apr 2004 20:30:10 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E3UAGe098999; Tue, 13 Apr 2004 20:30:10 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E3U93o098998; Tue, 13 Apr 2004 20:30:09 -0700 (PDT) (envelope-from njl) Message-Id: <200404140330.i3E3U93o098998@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 20:30: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/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 03:30:10 -0000 njl 2004/04/13 20:30:09 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Use TRUE for a boolean and a style nit. Revision Changes Path 1.137 +1 -2 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:32:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF3F16A4CE; Tue, 13 Apr 2004 20:32:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E55A43D2D; Tue, 13 Apr 2004 20:32:01 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E3W1Ge000617; Tue, 13 Apr 2004 20:32:01 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E3W1Yr000613; Tue, 13 Apr 2004 20:32:01 -0700 (PDT) (envelope-from njl) Message-Id: <200404140332.i3E3W1Yr000613@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 20:32:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_toshiba.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 03:32:01 -0000 njl 2004/04/13 20:32:01 PDT FreeBSD src repository Modified files: sys/i386/acpica acpi_toshiba.c Log: Use METHOD_VIDEO instead of the method string itself. Pointed out by: Andrew Thompson Revision Changes Path 1.7 +1 -1 src/sys/i386/acpica/acpi_toshiba.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:34:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA65E16A4CE; Tue, 13 Apr 2004 20:34:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC31C43D2D; Tue, 13 Apr 2004 20:34:11 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E3YBGe001092; Tue, 13 Apr 2004 20:34:11 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E3YBC1001091; Tue, 13 Apr 2004 20:34:11 -0700 (PDT) (envelope-from njl) Message-Id: <200404140334.i3E3YBC1001091@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 20:34:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 03:34:12 -0000 njl 2004/04/13 20:34:11 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Style and printf message cleanups. Revision Changes Path 1.14 +79 -138 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:39:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D663116A4CE; Tue, 13 Apr 2004 20:39:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B699743D39; Tue, 13 Apr 2004 20:39:08 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E3d8Ge001325; Tue, 13 Apr 2004 20:39:08 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E3d8NV001324; Tue, 13 Apr 2004 20:39:08 -0700 (PDT) (envelope-from njl) Message-Id: <200404140339.i3E3d8NV001324@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 20:39: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/dev/acpica acpivar.h src/sys/dev/acpica/Osd OsdDebug.c OsdHardware.c OsdMemory.c OsdStream.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 03:39:09 -0000 njl 2004/04/13 20:39:08 PDT FreeBSD src repository Modified files: sys/dev/acpica acpivar.h sys/dev/acpica/Osd OsdDebug.c OsdHardware.c OsdMemory.c OsdStream.c Log: Style cleanups to reduce diffs to locking tree. Revision Changes Path 1.6 +11 -19 src/sys/dev/acpica/Osd/OsdDebug.c 1.13 +55 -59 src/sys/dev/acpica/Osd/OsdHardware.c 1.11 +22 -28 src/sys/dev/acpica/Osd/OsdMemory.c 1.4 +2 -3 src/sys/dev/acpica/Osd/OsdStream.c 1.61 +1 -2 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:41:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0489616A4CE; Tue, 13 Apr 2004 20:41:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9CEC43D31; Tue, 13 Apr 2004 20:41:06 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E3f6Ge001487; Tue, 13 Apr 2004 20:41:06 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E3f6mR001486; Tue, 13 Apr 2004 20:41:06 -0700 (PDT) (envelope-from njl) Message-Id: <200404140341.i3E3f6mR001486@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 20:41: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/acpica/Osd OsdInterrupt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 03:41:07 -0000 njl 2004/04/13 20:41:06 PDT FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdInterrupt.c Log: Style cleanup, plus properly backup partial resource allocation in AcpiOsInstallInterruptHandler() in the case of failure to initialize. Revision Changes Path 1.17 +51 -44 src/sys/dev/acpica/Osd/OsdInterrupt.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:43:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA2D016A4CE; Tue, 13 Apr 2004 20:43:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C45243D49; Tue, 13 Apr 2004 20:43:07 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E3h7Ge003249; Tue, 13 Apr 2004 20:43:07 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E3h7di003248; Tue, 13 Apr 2004 20:43:07 -0700 (PDT) (envelope-from njl) Message-Id: <200404140343.i3E3h7di003248@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 20:43: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/acpica/Osd OsdSynch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 03:43:07 -0000 njl 2004/04/13 20:43:07 PDT FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdSynch.c Log: Style cleanups, use M_ZERO instead of bzero, unify the !semaphore and semaphore return paths. Revision Changes Path 1.19 +43 -44 src/sys/dev/acpica/Osd/OsdSynch.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:43:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 923E216A4CE; Tue, 13 Apr 2004 20:43:24 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C05843D55; Tue, 13 Apr 2004 20:43:22 -0700 (PDT) (envelope-from tim@kientzle.com) Received: from kientzle.com (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i3E3hL90026239; Tue, 13 Apr 2004 20:43:22 -0700 (PDT) (envelope-from tim@kientzle.com) Message-ID: <407CB356.7060102@kientzle.com> Date: Tue, 13 Apr 2004 20:43:18 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <200404140040.i3E0esil061104@repoman.freebsd.org> <20040414021526.GB63832@elvis.mu.org> In-Reply-To: <20040414021526.GB63832@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h 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: Wed, 14 Apr 2004 03:43:24 -0000 Huh? Maybe I'm missing something, but I don't see the instantiations to which you refer. I do see a lot of struct definitions, and a handful of function prototypes, but no variable declarations. If I messed up and did accidentally declare a variable, could you please point it out. I honestly can't see it. Tim Alfred Perlstein wrote: > While I applaud the effort here, it is a major violation of C > POLA to have compilable code within a header file. I think you > should basically move all the variables instantiated in bsdtar.h > to their appropriate .c files. > > thank you, > -Alfred > > * Tim Kientzle [040413 17:41] wrote: > >>kientzle 2004/04/13 17:40:54 PDT >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/tar bsdtar.c bsdtar.h write.c >> Log: >> A simple cache of uid->uname lookups and gid->gname lookups eliminates >> almost 1/2 of the CPU time required to create an uncompressed archive >> and makes a noticable reduction in wallclock time. >> >> Revision Changes Path >> 1.6 +11 -0 src/usr.bin/tar/bsdtar.c >> 1.3 +14 -0 src/usr.bin/tar/bsdtar.h >> 1.7 +35 -12 src/usr.bin/tar/write.c > > > From owner-cvs-src@FreeBSD.ORG Tue Apr 13 20:45:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F90816A4CE; Tue, 13 Apr 2004 20:45:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D5743D41; Tue, 13 Apr 2004 20:45:20 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E3jKGe003375; Tue, 13 Apr 2004 20:45:20 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E3jKLd003374; Tue, 13 Apr 2004 20:45:20 -0700 (PDT) (envelope-from njl) Message-Id: <200404140345.i3E3jKLd003374@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 20: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/sys/dev/acpica/Osd OsdSchedule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 03:45:20 -0000 njl 2004/04/13 20:45:20 PDT FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdSchedule.c Log: Style cleanups, M_ZERO instead of bzero. Revision Changes Path 1.27 +20 -22 src/sys/dev/acpica/Osd/OsdSchedule.c From owner-cvs-src@FreeBSD.ORG Tue Apr 13 23:52:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C9C16A4CE; Tue, 13 Apr 2004 23:52:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB78743D39; Tue, 13 Apr 2004 23:52:47 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E6qlGe050561; Tue, 13 Apr 2004 23:52:47 -0700 (PDT) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E6ql6q050560; Tue, 13 Apr 2004 23:52:47 -0700 (PDT) (envelope-from wilko) Message-Id: <200404140652.i3E6ql6q050560@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 13 Apr 2004 23:52:47 -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: Wed, 14 Apr 2004 06:52:48 -0000 wilko 2004/04/13 23:52:47 PDT FreeBSD src repository Modified files: . access Log: Take chris' commit bit for safekeeping per his request to core. With hat: core-secretary Revision Changes Path 1.658 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Wed Apr 14 00:48:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC38F16A4CE; Wed, 14 Apr 2004 00:48:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B8943D5A; Wed, 14 Apr 2004 00:48:06 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E7m4Ge067996; Wed, 14 Apr 2004 00:48:05 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E7m4HV067995; Wed, 14 Apr 2004 00:48:04 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404140748.i3E7m4HV067995@repoman.freebsd.org> From: Bill Paul Date: Wed, 14 Apr 2004 00:48: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/compat/ndis hal_var.h kern_ndis.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c src/sys/dev/if_ndis if_ndis.c if_ndisvar.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, 14 Apr 2004 07:48:07 -0000 wpaul 2004/04/14 00:48:03 PDT FreeBSD src repository Modified files: sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: Continue my efforts to imitate Windows as closely as possible by attempting to duplicate Windows spinlocks. Windows spinlocks differ from FreeBSD spinlocks in the way they block preemption. FreeBSD spinlocks use critical_enter(), which masks off _all_ interrupts. This prevents any other threads from being scheduled, but it also prevents ISRs from running. In Windows, preemption is achieved by raising the processor IRQL to DISPATCH_LEVEL, which prevents other threads from preempting you, but does _not_ prevent device ISRs from running. (This is essentially what Solaris calls dispatcher locks.) The Windows spinlock itself (kspin_lock) is just an integer value which is atomically set when you acquire the lock and atomically cleared when you release it. FreeBSD doesn't have IRQ levels, so we have to cheat a little by using thread priorities: normal thread priority is PASSIVE_LEVEL, lowest interrupt thread priority is DISPATCH_LEVEL, highest thread priority is DEVICE_LEVEL (PI_REALTIME) and critical_enter() is HIGH_LEVEL. In practice, only PASSIVE_LEVEL and DISPATCH_LEVEL matter to us. The immediate benefit of all this is that I no longer have to rely on a mutex pool. Now, I'm sure many people will be seized by the urge to criticize me for doing an end run around our own spinlock implementation, but it makes more sense to do it this way. Well, it does to me anyway. Overview of the changes: - Properly implement hal_lock(), hal_unlock(), hal_irql(), hal_raise_irql() and hal_lower_irql() so that they more closely resemble their Windows counterparts. The IRQL is determined by thread priority. - Make ntoskrnl_lock_dpc() and ntoskrnl_unlock_dpc() do what they do in Windows, which is to atomically set/clear the lock value. These routines are designed to be called from DISPATCH_LEVEL, and are actually half of the work involved in acquiring/releasing spinlocks. - Add FASTCALL1(), FASTCALL2() and FASTCALL3() macros/wrappers that allow us to call a _fastcall function in spite of the fact that our version of gcc doesn't support __attribute__((__fastcall__)) yet. The macros take 1, 2 or 3 arguments, respectively. We need to call hal_lock(), hal_unlock() etc... ourselves, but can't really invoke the function directly. I could have just made the underlying functions native routines and put _fastcall wrappers around them for the benefit of Windows binaries, but that would create needless bloat. - Remove ndis_mtxpool and all references to it. We don't need it anymore. - Re-implement the NdisSpinLock routines so that they use hal_lock() and friends like they do in Windows. - Use the new spinlock methods for handling lookaside lists and linked list updates in place of the mutex locks that were there before. - Remove mutex locking from ndis_isr() and ndis_intrhand() since they're already called with ndis_intrmtx held in if_ndis.c. - Put ndis_destroy_lock() code under explicit #ifdef notdef/#endif. It turns out there are some drivers which stupidly free the memory in which their spinlocks reside before calling ndis_destroy_lock() on them (touch-after-free bug). The ADMtek wireless driver is guilty of this faux pas. (Why this doesn't clobber Windows I have no idea.) - Make NdisDprAcquireSpinLock() and NdisDprReleaseSpinLock() into real functions instead of aliasing them to NdisAcaquireSpinLock() and NdisReleaseSpinLock(). The Dpr routines use KeAcquireSpinLockAtDpcLevel() level and KeReleaseSpinLockFromDpcLevel(), which acquires the lock without twiddling the IRQL. - In ndis_linksts_done(), do _not_ call ndis_80211_getstate(). Some drivers may call the status/status done callbacks as the result of setting an OID: ndis_80211_getstate() gets OIDs, which means we might cause the driver to recursively access some of its internal structures unexpectedly. The ndis_ticktask() routine will call ndis_80211_getstate() for us eventually anyway. - Fix the channel setting code a little in ndis_80211_setstate(), and initialize the channel to IEEE80211_CHAN_ANYC. (The Microsoft spec says you're not supposed to twiddle the channel in BSS mode; I may need to enforce this later.) This fixes the problems I was having with the ADMtek adm8211 driver: we were setting the channel to a non-standard default, which would cause it to fail to associate in BSS mode. - Use hal_raise_irql() to raise our IRQL to DISPATCH_LEVEL when calling certain miniport routines, per the Microsoft documentation. I think that's everything. Hopefully, other than fixing the ADMtek driver, there should be no apparent change in behavior. Revision Changes Path 1.3 +8 -0 src/sys/compat/ndis/hal_var.h 1.51 +79 -34 src/sys/compat/ndis/kern_ndis.c 1.25 +5 -0 src/sys/compat/ndis/ndis_var.h 1.13 +32 -7 src/sys/compat/ndis/ntoskrnl_var.h 1.7 +45 -0 src/sys/compat/ndis/pe_var.h 1.10 +118 -19 src/sys/compat/ndis/subr_hal.c 1.55 +68 -21 src/sys/compat/ndis/subr_ndis.c 1.34 +66 -75 src/sys/compat/ndis/subr_ntoskrnl.c 1.53 +40 -46 src/sys/dev/if_ndis/if_ndis.c 1.12 +7 -4 src/sys/dev/if_ndis/if_ndisvar.h From owner-cvs-src@FreeBSD.ORG Wed Apr 14 02:02:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB0D16A4CE; Wed, 14 Apr 2004 02:02:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934C643D2F; Wed, 14 Apr 2004 02:02:01 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E920Ge084442; Wed, 14 Apr 2004 02:02:00 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E91wB8084412; Wed, 14 Apr 2004 02:01:58 -0700 (PDT) (envelope-from bde) Message-Id: <200404140901.i3E91wB8084412@repoman.freebsd.org> From: Bruce Evans Date: Wed, 14 Apr 2004 02:01: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/usr.bin/systat pigs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 09:02:01 -0000 bde 2004/04/14 02:01:57 PDT FreeBSD src repository Modified files: usr.bin/systat pigs.c Log: Include for the definition of PS_INMEM instead of depending on namespace pollution in . Reduced nearby include messes. Revision Changes Path 1.19 +2 -3 src/usr.bin/systat/pigs.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 02:04:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A911516A4CF; Wed, 14 Apr 2004 02:04:50 -0700 (PDT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C6243D2D; Wed, 14 Apr 2004 02:04:50 -0700 (PDT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HW5009ZML1T5J@ms-dienst.rz.rwth-aachen.de>; Wed, 14 Apr 2004 11:01:06 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Wed, 14 Apr 2004 11:01:05 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])i3E915JC027467; Wed, 14 Apr 2004 11:01:05 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id 333C328427; Wed, 14 Apr 2004 11:00:59 +0200 (CEST) Received: by gondor.middleearth (Postfix, from userid 1001) id 028BB6138; Wed, 14 Apr 2004 11:00:57 +0200 (CEST) Date: Wed, 14 Apr 2004 11:00:57 +0200 From: Christian Brueffer In-reply-to: <200404130933.i3D9XXxl035113@repoman.freebsd.org> To: Ruslan Ermilov Message-id: <20040414090056.GC582@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=PuGuTyElPB9bOcsM; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.5.1i X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200404130933.i3D9XXxl035113@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys param.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, 14 Apr 2004 09:04:50 -0000 --PuGuTyElPB9bOcsM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 13, 2004 at 02:33:33AM -0700, Ruslan Ermilov wrote: > ru 2004/04/13 02:33:33 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/sys param.h=20 > Log: > Bump __FreeBSD_version on behalf of the new .warning directive in make(= 1). > =20 > Requested by: kris > =20 > Revision Changes Path > 1.191 +1 -1 src/sys/sys/param.h > _______________________________________________ > cvs-all@freebsd.org mailing list Please also document it in the porters handbook. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --PuGuTyElPB9bOcsM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfP3IbHYXjKDtmC0RAmHjAKCUxLVz06yBSnUEuHpc7XADX9FuzQCgtTx0 AwL1loINZAsaXx0ukNXPLPc= =2YhM -----END PGP SIGNATURE----- --PuGuTyElPB9bOcsM-- From owner-cvs-src@FreeBSD.ORG Wed Apr 14 02:34:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 374B816A4CE; Wed, 14 Apr 2004 02:34:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A21B43D2F; Wed, 14 Apr 2004 02:34:18 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E9YHGe092903; Wed, 14 Apr 2004 02:34:17 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E9YHw1092902; Wed, 14 Apr 2004 02:34:17 -0700 (PDT) (envelope-from bde) Message-Id: <200404140934.i3E9YHw1092902@repoman.freebsd.org> From: Bruce Evans Date: Wed, 14 Apr 2004 02:34: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/w proc_compare.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 09:34:18 -0000 bde 2004/04/14 02:34:17 PDT FreeBSD src repository Modified files: usr.bin/w proc_compare.c Log: Include instead of depending on namespace pollution in for the definition of TDF_SINTR. Fixed anachronous spelling of TDF_SINTR in a comment Demangled VCS ids. There were 2 misplaced copies of $FreeBSD$ and of the include before it. The vendor id infrastructure was edited. Fixed the only other remaining style bug since rev.1.1 (expansion of struct member names made a line too long). Revision Changes Path 1.9 +9 -11 src/usr.bin/w/proc_compare.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 02:36:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B0A16A4CE; Wed, 14 Apr 2004 02:36:45 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C1643D48; Wed, 14 Apr 2004 02:36:44 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1BDgrw-00089A-Cf; Wed, 14 Apr 2004 16:39:44 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i3E9b6Gt085530; Wed, 14 Apr 2004 16:37:06 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i3E9b6oU085499; Wed, 14 Apr 2004 16:37:06 +0700 (NOVST) (envelope-from danfe) Date: Wed, 14 Apr 2004 16:37:06 +0700 From: Alexey Dokuchaev To: Alfred Perlstein Message-ID: <20040414093706.GB65853@regency.nsu.ru> References: <200404140040.i3E0esil061104@repoman.freebsd.org> <20040414021526.GB63832@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040414021526.GB63832@elvis.mu.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h 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: Wed, 14 Apr 2004 09:36:45 -0000 On Tue, Apr 13, 2004 at 07:15:26PM -0700, Alfred Perlstein wrote: > While I applaud the effort here, it is a major violation of C > POLA to have compilable code within a header file. I think you Seconded. Please keep *.h code-free. ./danfe From owner-cvs-src@FreeBSD.ORG Wed Apr 14 02:45:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE4E416A4CE; Wed, 14 Apr 2004 02:45:19 -0700 (PDT) Received: from neo.samodelkin.net (samodelkin.net [81.176.202.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBD143D53; Wed, 14 Apr 2004 02:45:19 -0700 (PDT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id C2ED7586; Wed, 14 Apr 2004 16:45:17 +0700 (NOVST) Date: Wed, 14 Apr 2004 16:45:17 +0700 From: Max Khon To: Bill Paul Message-ID: <20040414094517.GC2402@samodelkin.net> References: <200404140748.i3E7m4HV067995@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404140748.i3E7m4HV067995@repoman.freebsd.org> User-Agent: Mutt/1.4.2i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c src/sys/dev/if_ndis if_ndis.c if_ndisvar.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, 14 Apr 2004 09:45:20 -0000 hi, there! On Wed, Apr 14, 2004 at 12:48:04AM -0700, Bill Paul wrote: > wpaul 2004/04/14 00:48:03 PDT > > FreeBSD src repository > > Modified files: > sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h > ntoskrnl_var.h pe_var.h subr_hal.c > subr_ndis.c subr_ntoskrnl.c > sys/dev/if_ndis if_ndis.c if_ndisvar.h > Log: [..] > - Properly implement hal_lock(), hal_unlock(), hal_irql(), > hal_raise_irql() and hal_lower_irql() so that they more closely > resemble their Windows counterparts. The IRQL is determined by > thread priority. [..] > - Use hal_raise_irql() to raise our IRQL to DISPATCH_LEVEL when > calling certain miniport routines, per the Microsoft documentation. I wonder when it will be possible to run NT kernel on top of your HAL layer? :) /fjoe From owner-cvs-src@FreeBSD.ORG Wed Apr 14 03:11:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AED516A4CE; Wed, 14 Apr 2004 03:11:07 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB7F43D6B; Wed, 14 Apr 2004 03:11:06 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.11/8.12.11) with ESMTP id i3EAB5rM082551; Wed, 14 Apr 2004 12:11:05 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.11/8.12.11/Submit) id i3EAB5gH082550; Wed, 14 Apr 2004 12:11:05 +0200 (CEST) (envelope-from stijn) Date: Wed, 14 Apr 2004 12:11:05 +0200 From: Stijn Hoop To: Max Khon Message-ID: <20040414101105.GN58667@pcwin002.win.tue.nl> References: <200404140748.i3E7m4HV067995@repoman.freebsd.org> <20040414094517.GC2402@samodelkin.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkEkAx9hr54EJ73W" Content-Disposition: inline In-Reply-To: <20040414094517.GC2402@samodelkin.net> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! cc: Bill Paul cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c src/sys/dev/if_ndis if_ndis.c if_ndisvar.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, 14 Apr 2004 10:11:07 -0000 --vkEkAx9hr54EJ73W Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 14, 2004 at 04:45:17PM +0700, Max Khon wrote: > hi, there! >=20 > On Wed, Apr 14, 2004 at 12:48:04AM -0700, Bill Paul wrote: >=20 > [..] >=20 > > - Properly implement hal_lock(), hal_unlock(), hal_irql(), > > hal_raise_irql() and hal_lower_irql() so that they more closely > > resemble their Windows counterparts. The IRQL is determined by > > thread priority. >=20 > [..] >=20 > > - Use hal_raise_irql() to raise our IRQL to DISPATCH_LEVEL when > > calling certain miniport routines, per the Microsoft documentation. >=20 > I wonder when it will be possible to run NT kernel on top of your > HAL layer? :) I vote for a rename to 'Project TheUltimateEvil' in case that happens :) --Stijn --=20 "Harry, I'm going to let you in on a little secret. Every day, once a day, give yourself a present. Don't plan it, don't wait for it, just let it happen. Could be a new shirt at the men's store, a catnap in your office chair, or... two cups of good, hot, black coffee. Like this." -- Special Agent Dale Cooper, "Twin Peaks" --vkEkAx9hr54EJ73W Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfQ45Y3r/tLQmfWcRAr5UAJ9esPUlpOxCq+q+MFM5K/nQ0wI33wCfdWi9 8GR/wJoJ5ebqEMAYwD/bNqI= =nJc2 -----END PGP SIGNATURE----- --vkEkAx9hr54EJ73W-- From owner-cvs-src@FreeBSD.ORG Wed Apr 14 03:49:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A65716A4CF for ; Wed, 14 Apr 2004 03:49:30 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 800B643D5C for ; Wed, 14 Apr 2004 03:49:29 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i3EAlAUP034950 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Wed, 14 Apr 2004 14:47:10 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i3EAkD7O034850; (8.12.8/vak/2.1) Wed, 14 Apr 2004 14:46:13 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <407D166B.8010802@cronyx.ru> Date: Wed, 14 Apr 2004 14:46:03 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Max Khon References: <200404140748.i3E7m4HV067995@repoman.freebsd.org> <20040414094517.GC2402@samodelkin.net> In-Reply-To: <20040414094517.GC2402@samodelkin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Bill Paul cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.cndis_var.h src/sys/dev/if_ndis if_ndis.c if_ndisvar.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, 14 Apr 2004 10:49:30 -0000 Max Khon wrote: [...] >I wonder when it will be possible to run NT kernel on top of your >HAL layer? :) > > I think lawyers wouldn't allow it. By the way, can I run ndiswan devices? Best regards, Roman Kurakin From owner-cvs-src@FreeBSD.ORG Wed Apr 14 04:08:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B3216A4CE; Wed, 14 Apr 2004 04:08:34 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCF743D48; Wed, 14 Apr 2004 04:08:33 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3EBDRBR032098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Apr 2004 14:13:29 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3EB8QEE002404; Wed, 14 Apr 2004 14:08:26 +0300 (EEST) (envelope-from ru) Date: Wed, 14 Apr 2004 14:08:26 +0300 From: Ruslan Ermilov To: Christian Brueffer Message-ID: <20040414110826.GC2318@ip.net.ua> References: <200404130933.i3D9XXxl035113@repoman.freebsd.org> <20040414090056.GC582@unixpages.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0vzXIDBeUiKkjNJl" Content-Disposition: inline In-Reply-To: <20040414090056.GC582@unixpages.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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/sys param.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, 14 Apr 2004 11:08:35 -0000 --0vzXIDBeUiKkjNJl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 14, 2004 at 11:00:57AM +0200, Christian Brueffer wrote: > On Tue, Apr 13, 2004 at 02:33:33AM -0700, Ruslan Ermilov wrote: > > ru 2004/04/13 02:33:33 PDT > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/sys param.h=20 > > Log: > > Bump __FreeBSD_version on behalf of the new .warning directive in mak= e(1). > > =20 > > Requested by: kris > > =20 > > Revision Changes Path > > 1.191 +1 -1 src/sys/sys/param.h > > _______________________________________________ > > cvs-all@freebsd.org mailing list >=20 > Please also document it in the porters handbook. >=20 Please do it for me, I have zero SGML skills. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --0vzXIDBeUiKkjNJl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfRuqUkv4P6juNwoRAuTAAJ98+hWL6dYqeKmOVUfi2rIT0SrDFQCeMlTJ t/3+kW+UPMkizl0rzVUBco8= =PIPQ -----END PGP SIGNATURE----- --0vzXIDBeUiKkjNJl-- From owner-cvs-src@FreeBSD.ORG Wed Apr 14 05:06:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F6916A4CE; Wed, 14 Apr 2004 05:06:29 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D54F143D39; Wed, 14 Apr 2004 05:06:28 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 1C01E530A; Wed, 14 Apr 2004 14:06:27 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 4DA2F5309; Wed, 14 Apr 2004 14:06:17 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 0CD5533C6C; Wed, 14 Apr 2004 14:06:17 +0200 (CEST) To: Ruslan Ermilov References: <200404130933.i3D9XXxl035113@repoman.freebsd.org> <20040414090056.GC582@unixpages.org> <20040414110826.GC2318@ip.net.ua> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 14 Apr 2004 14:06:17 +0200 In-Reply-To: <20040414110826.GC2318@ip.net.ua> (Ruslan Ermilov's message of "Wed, 14 Apr 2004 14:08:26 +0300") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: Christian Brueffer cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys param.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, 14 Apr 2004 12:06:29 -0000 Ruslan Ermilov writes: > On Wed, Apr 14, 2004 at 11:00:57AM +0200, Christian Brueffer wrote: > > On Tue, Apr 13, 2004 at 02:33:33AM -0700, Ruslan Ermilov wrote: > > > Log: > > > Bump __FreeBSD_version on behalf of the new .warning directive in m= ake(1). > > Please also document it in the porters handbook. > Please do it for me, I have zero SGML skills. ;) You don't need SGML skills, just copy-paste skills. Just like for man pages ;) DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Apr 14 05:08:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB7F16A4CF; Wed, 14 Apr 2004 05:08:03 -0700 (PDT) Received: from dd2626.kasserver.com (dd2626.kasserver.com [81.209.184.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA6743D5A; Wed, 14 Apr 2004 05:08:02 -0700 (PDT) (envelope-from outi@outi.echsi.de) Received: from outi.echsi.de (pD9E4B0A2.dip.t-dialin.net [217.228.176.162]) by dd2626.kasserver.com (Postfix) with ESMTP id 31DCA37881; Wed, 14 Apr 2004 14:07:01 +0200 (CEST) Message-ID: <407D2911.5060400@outi.echsi.de> Date: Wed, 14 Apr 2004 14:05:37 +0200 From: Patrick Hurrelmann User-Agent: Mozilla Thunderbird 0.5 (X11/20040409) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= References: <200404130944.i3D9iLuh037221@repoman.freebsd.org> In-Reply-To: <200404130944.i3D9iLuh037221@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.cata-cbus.c ata-pci.h 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: Wed, 14 Apr 2004 12:08:03 -0000 Søren Schmidt wrote: > sos 2004/04/13 02:44:21 PDT > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c > ata-chipset.c ata-disk.c ata-dma.c > ata-isa.c ata-lowlevel.c ata-pci.c > ata-pci.h ata-queue.c > Log: > Add support for the Promise command sequencer present on all modern Promise > controllers (PDC203** PDC206**). > > This also adds preliminary support for the Promise SX4/SX4000 but *only* > as a "normal" Promise ATA controller (ATA RAID's are supported though > but only RAID0, RAID1 and RAID0+1). > > This cuts off yet another 5-8% of the command overhead on promise controllers, > making them the fastest we have ever had support for. > > Work is now continuing to add support for this in ATA RAID, to accellerate > ATA RAID quite a bit on these controllers, and especially the SX4/SX4000 > series as they have quite a few tricks in there.. Hi, I'm really happy to hear about this! Please keep on working on this. Your work is awesome... It was just a tiny step and i would have thrown away my promise sx4 and bought an 3ware raid5. but, i keep on waiting! i'm really looking forward till that day we have raid5 commited to ata. (at that day i will curse my dual-athlon for taking to long compiling current :) ) Thanks Soeren! From owner-cvs-src@FreeBSD.ORG Wed Apr 14 05:11:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5081916A4CE; Wed, 14 Apr 2004 05:11:38 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8DA543D55; Wed, 14 Apr 2004 05:11:37 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id E2AE3530A; Wed, 14 Apr 2004 14:11:36 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 517435309; Wed, 14 Apr 2004 14:11:30 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 34A6F33C6C; Wed, 14 Apr 2004 14:11:30 +0200 (CEST) To: Alexey Dokuchaev References: <200404140040.i3E0esil061104@repoman.freebsd.org> <20040414021526.GB63832@elvis.mu.org> <20040414093706.GB65853@regency.nsu.ru> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 14 Apr 2004 14:11:30 +0200 In-Reply-To: <20040414093706.GB65853@regency.nsu.ru> (Alexey Dokuchaev's message of "Wed, 14 Apr 2004 16:37:06 +0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@freebsd.org cc: Tim Kientzle cc: Alfred Perlstein cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h 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: Wed, 14 Apr 2004 12:11:38 -0000 Alexey Dokuchaev writes: > On Tue, Apr 13, 2004 at 07:15:26PM -0700, Alfred Perlstein wrote: > > While I applaud the effort here, it is a major violation of C > > POLA to have compilable code within a header file. > Seconded. Please keep *.h code-free. What are you guys all smoking? Did you even look at the file in question? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Apr 14 05:56:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE9B716A4CE; Wed, 14 Apr 2004 05:56:42 -0700 (PDT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E8A43D4C; Wed, 14 Apr 2004 05:56:42 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i3ECub5v005157; Wed, 14 Apr 2004 22:56:37 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i3ECuYsg017144; Wed, 14 Apr 2004 22:56:35 +1000 Date: Wed, 14 Apr 2004 22:56:33 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?= In-Reply-To: Message-ID: <20040414224330.Q3533@gamplex.bde.org> References: <200404140040.i3E0esil061104@repoman.freebsd.org> <20040414021526.GB63832@elvis.mu.org> <20040414093706.GB65853@regency.nsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: Alexey Dokuchaev cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Alfred Perlstein cc: cvs-all@freebsd.org cc: Tim Kientzle Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h 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: Wed, 14 Apr 2004 12:56:42 -0000 On Wed, 14 Apr 2004, [iso-8859-1] Dag-Erling Sm=F8rgrav wrote: > Alexey Dokuchaev writes: > > On Tue, Apr 13, 2004 at 07:15:26PM -0700, Alfred Perlstein wrote: > > > While I applaud the effort here, it is a major violation of C > > > POLA to have compilable code within a header file. > > Seconded. Please keep *.h code-free. > > What are you guys all smoking? Did you even look at the file in > question? The file does claim to do bad things in a comment: % /* Data for exclusion/inclusion handling: defined in matching.c */ % struct matching; % struct links_entry; % struct archive_dir_entry; Contrary to the comment, there is no data definition or even data declaration here, There are only bogus unsorted forward declarations here. These style bugs are not new; they were in rev.1.1. Bruce From owner-cvs-src@FreeBSD.ORG Wed Apr 14 06:12:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 397DB16A4CE; Wed, 14 Apr 2004 06:12:24 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EF143D39; Wed, 14 Apr 2004 06:12:21 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i3EDCKFC013747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Apr 2004 09:12:21 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i3EDCFa1060799; Wed, 14 Apr 2004 09:12:15 -0400 (EDT) (envelope-from gallatin) Date: Wed, 14 Apr 2004 09:12:15 -0400 From: Andrew Gallatin To: Warner Losh Message-ID: <20040414091215.A60739@grasshopper.cs.duke.edu> References: <200404131931.i3DJVvf4081519@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200404131931.i3DJVvf4081519@repoman.freebsd.org>; from imp@FreeBSD.org on Tue, Apr 13, 2004 at 12:31:57PM -0700 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci 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: Wed, 14 Apr 2004 13:12:24 -0000 Warner Losh [imp@FreeBSD.org] wrote: > > This gets a number of south bridges and ata controllers made mostly by > VIA, AMD and nVidia working again. Thanks to Soren Schmidt for his > help in coming up with this patch. You can add ServerWorks to the list. This gets my Tyan Trinity GC-SL (S2707) seeing its ATA drive again. Many thanks, Drew From owner-cvs-src@FreeBSD.ORG Wed Apr 14 06:19:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9105316A4CE; Wed, 14 Apr 2004 06:19:05 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 241D643D58; Wed, 14 Apr 2004 06:19:05 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1BDkL8-0005IC-FR; Wed, 14 Apr 2004 20:22:06 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i3EDJRGt068316; Wed, 14 Apr 2004 20:19:27 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i3EDJQLR068242; Wed, 14 Apr 2004 20:19:26 +0700 (NOVST) (envelope-from danfe) Date: Wed, 14 Apr 2004 20:19:26 +0700 From: Alexey Dokuchaev To: Dag-Erling Sm?rgrav Message-ID: <20040414131926.GA67192@regency.nsu.ru> References: <200404140040.i3E0esil061104@repoman.freebsd.org> <20040414021526.GB63832@elvis.mu.org> <20040414093706.GB65853@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: Tim Kientzle cc: Alfred Perlstein cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h 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: Wed, 14 Apr 2004 13:19:05 -0000 On Wed, Apr 14, 2004 at 02:11:30PM +0200, Dag-Erling Sm?rgrav wrote: > Alexey Dokuchaev writes: > > On Tue, Apr 13, 2004 at 07:15:26PM -0700, Alfred Perlstein wrote: > > > While I applaud the effort here, it is a major violation of C > > > POLA to have compilable code within a header file. > > Seconded. Please keep *.h code-free. > > What are you guys all smoking? Did you even look at the file in > question? Nope; sorry for the noise. I blindly believed that Alfred did though. Won't hesitate to _read_ the actual diffs next time. Thanks. ./danfe From owner-cvs-src@FreeBSD.ORG Wed Apr 14 06:30:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED5116A4CE for ; Wed, 14 Apr 2004 06:30:14 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA1843D3F for ; Wed, 14 Apr 2004 06:30:13 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3EDUAkj022655; Wed, 14 Apr 2004 07:30:10 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 14 Apr 2004 07:31:06 -0600 (MDT) Message-Id: <20040414.073106.01914979.imp@bsdimp.com> To: gallatin@cs.duke.edu From: "M. Warner Losh" In-Reply-To: <20040414091215.A60739@grasshopper.cs.duke.edu> References: <200404131931.i3DJVvf4081519@repoman.freebsd.org> <20040414091215.A60739@grasshopper.cs.duke.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci 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: Wed, 14 Apr 2004 13:30:14 -0000 In message: <20040414091215.A60739@grasshopper.cs.duke.edu> Andrew Gallatin writes: : Warner Losh [imp@FreeBSD.org] wrote: : > : > This gets a number of south bridges and ata controllers made mostly by : > VIA, AMD and nVidia working again. Thanks to Soren Schmidt for his : > help in coming up with this patch. : : You can add ServerWorks to the list. This gets my : Tyan Trinity GC-SL (S2707) seeing its ATA drive again. You are most welcome. Warner From owner-cvs-src@FreeBSD.ORG Wed Apr 14 07:57:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E0716A4CE; Wed, 14 Apr 2004 07:57:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B321643D58; Wed, 14 Apr 2004 07:57:50 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EEvoGe069563; Wed, 14 Apr 2004 07:57:50 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EEvo7h069562; Wed, 14 Apr 2004 07:57:50 -0700 (PDT) (envelope-from green) Message-Id: <200404141457.i3EEvo7h069562@repoman.freebsd.org> From: Brian Feldman Date: Wed, 14 Apr 2004 07:57: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/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci cmi.c csa.c csapcm.c ds1.c emu10k1.c ich.c t4dwave.c src/sys/dev/sound/pcm sound.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, 14 Apr 2004 14:57:50 -0000 green 2004/04/14 07:57:50 PDT FreeBSD src repository Modified files: sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c sys/dev/sound/pci cmi.c csa.c csapcm.c ds1.c emu10k1.c ich.c t4dwave.c sys/dev/sound/pcm sound.h Log: The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV because they bogusly check for defined(INTR_MPSAFE) -- something which never was a #define. Correct the definitions. This make INTR_TYPE_AV finally get used instead of the lower-priority INTR_TYPE_TTY, so it's quite possible some improvement will be had on sound driver performance. It would also make all the drivers marked INTR_MPSAFE actually run without Giant (which does seem to work for me), but: INTR_MPSAFE HAS BEEN REMOVED FROM EVERY SOUND DRIVER! It needs to be re-added on a case-by-case basis since there is no one who will vouch for which sound drivers, if any, willy actually operate correctly without Giant, since there hasn't been testing because of this bug disabling INTR_MPSAFE. Found by: "Yuriy Tsibizov" Revision Changes Path 1.32 +1 -1 src/sys/dev/sound/isa/ad1816.c 1.30 +1 -1 src/sys/dev/sound/isa/ess.c 1.88 +2 -2 src/sys/dev/sound/isa/mss.c 1.83 +1 -1 src/sys/dev/sound/isa/sb16.c 1.76 +1 -1 src/sys/dev/sound/isa/sb8.c 1.40 +1 -1 src/sys/dev/sound/isa/sbc.c 1.27 +1 -1 src/sys/dev/sound/pci/cmi.c 1.29 +1 -1 src/sys/dev/sound/pci/csa.c 1.30 +1 -1 src/sys/dev/sound/pci/csapcm.c 1.39 +1 -1 src/sys/dev/sound/pci/ds1.c 1.48 +1 -1 src/sys/dev/sound/pci/emu10k1.c 1.41 +1 -1 src/sys/dev/sound/pci/ich.c 1.43 +1 -1 src/sys/dev/sound/pci/t4dwave.c 1.58 +3 -8 src/sys/dev/sound/pcm/sound.h From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:03:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5212016A4CE; Wed, 14 Apr 2004 08:03:23 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F6D43D2D; Wed, 14 Apr 2004 08:03:22 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i3EF5Qc8096539; Wed, 14 Apr 2004 09:05:26 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <407D52B7.80507@freebsd.org> Date: Wed, 14 Apr 2004 09:03:19 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Feldman References: <200404141457.i3EEvo7h069562@repoman.freebsd.org> In-Reply-To: <200404141457.i3EEvo7h069562@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci cmi.c csa.c csapcm.c ds1.c emu10k1.c ich.c t4dwave.c src/sys/dev/sound/pcm sound.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, 14 Apr 2004 15:03:23 -0000 Brian Feldman wrote: > green 2004/04/14 07:57:50 PDT > > FreeBSD src repository > > Modified files: > sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c > sys/dev/sound/pci cmi.c csa.c csapcm.c ds1.c emu10k1.c > ich.c t4dwave.c > sys/dev/sound/pcm sound.h > Log: > The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV > because they bogusly check for defined(INTR_MPSAFE) -- something which > never was a #define. Correct the definitions. > > This make INTR_TYPE_AV finally get used instead of the lower-priority > INTR_TYPE_TTY, so it's quite possible some improvement will be had > on sound driver performance. It would also make all the drivers > marked INTR_MPSAFE actually run without Giant (which does seem to > work for me), but: > INTR_MPSAFE HAS BEEN REMOVED FROM EVERY SOUND DRIVER! > It needs to be re-added on a case-by-case basis since there is no one > who will vouch for which sound drivers, if any, willy actually operate > correctly without Giant, since there hasn't been testing because of > this bug disabling INTR_MPSAFE. > Ha! you touched it last! Neener neener neener! Scott From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:22:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6CB216A4CE; Wed, 14 Apr 2004 08:22:01 -0700 (PDT) Received: from localhost (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i3EFM1eS049089; Wed, 14 Apr 2004 11:22:01 -0400 (EDT) (envelope-from green@green.homeunix.org) Message-Id: <200404141522.i3EFM1eS049089@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Scott Long In-Reply-To: Message from Scott Long of "Wed, 14 Apr 2004 09:03:19 MDT." <407D52B7.80507@freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Apr 2004 11:22:01 -0400 Sender: green@green.homeunix.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci cmi.c csa.c csapcm.c ds1.c emu10k1.c ich.c t4dwave.c src/sys/dev/sound/pcm sound.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, 14 Apr 2004 15:22:02 -0000 Scott Long wrote: > Brian Feldman wrote: > > green 2004/04/14 07:57:50 PDT > > INTR_MPSAFE HAS BEEN REMOVED FROM EVERY SOUND DRIVER! > Ha! you touched it last! Neener neener neener! Heh, I'll certainly do my own part to make sure the drivers I use get converted. It would suck less trying to do driver development if current drivers didn't panic so much because of kldload/kldunload. For example, kldload usb stuff after it's been unloaded sees something stale and crashes, and sound drivers get EBUSY when I don't see any openers, then the second kldunload causes a crash instead of returning EBUSY again because things must have been half-torn-down. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:42:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C478E16A4D1 for ; Wed, 14 Apr 2004 08:42:29 -0700 (PDT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FBD343D64 for ; Wed, 14 Apr 2004 08:42:29 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 16959 invoked from network); 14 Apr 2004 15:42:25 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Apr 2004 15:42:25 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i3EFfYe0001084; Wed, 14 Apr 2004 11:42:06 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Mark Murray Date: Tue, 13 Apr 2004 22:58:31 -0400 User-Agent: KMail/1.6 References: <200404120913.i3C9DOkd075451@repoman.freebsd.org> In-Reply-To: <200404120913.i3C9DOkd075451@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404132258.31816.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 15:42:30 -0000 On Monday 12 April 2004 05:13 am, Mark Murray wrote: > markm 2004/04/12 02:13:24 PDT > > FreeBSD src repository > > Modified files: > sys/dev/random randomdev.c > Log: > Fix "sleeping without a mutex" panic. You should drop the lock before uiomove(). If the uio can possibly reference user memory, then uiomove() will do a copyout() which can fault and thus sleep if the page is in swap. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:42:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D6716A4CF for ; Wed, 14 Apr 2004 08:42:59 -0700 (PDT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0953E43D5A for ; Wed, 14 Apr 2004 08:42:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1302 invoked from network); 14 Apr 2004 15:42:56 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Apr 2004 15:42:56 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i3EFfYe3001084; Wed, 14 Apr 2004 11:42:36 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Bill Paul Date: Wed, 14 Apr 2004 11:05:43 -0400 User-Agent: KMail/1.6 References: <200404140748.i3E7m4HV067995@repoman.freebsd.org> In-Reply-To: <200404140748.i3E7m4HV067995@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404141105.43663.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c src/sys/dev/if_ndis if_ndis.c if_ndisvar.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, 14 Apr 2004 15:42:59 -0000 On Wednesday 14 April 2004 03:48 am, Bill Paul wrote: > wpaul 2004/04/14 00:48:03 PDT > > FreeBSD src repository > > Modified files: > sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h > ntoskrnl_var.h pe_var.h subr_hal.c > subr_ndis.c subr_ntoskrnl.c > sys/dev/if_ndis if_ndis.c if_ndisvar.h > Log: > Continue my efforts to imitate Windows as closely as possible by > attempting to duplicate Windows spinlocks. Windows spinlocks differ > from FreeBSD spinlocks in the way they block preemption. FreeBSD > spinlocks use critical_enter(), which masks off _all_ interrupts. > This prevents any other threads from being scheduled, but it also > prevents ISRs from running. In Windows, preemption is achieved by > raising the processor IRQL to DISPATCH_LEVEL, which prevents other > threads from preempting you, but does _not_ prevent device ISRs > from running. (This is essentially what Solaris calls dispatcher > locks.) The Windows spinlock itself (kspin_lock) is just an integer > value which is atomically set when you acquire the lock and atomically > cleared when you release it. > > FreeBSD doesn't have IRQ levels, so we have to cheat a little by > using thread priorities: normal thread priority is PASSIVE_LEVEL, > lowest interrupt thread priority is DISPATCH_LEVEL, highest thread > priority is DEVICE_LEVEL (PI_REALTIME) and critical_enter() is > HIGH_LEVEL. In practice, only PASSIVE_LEVEL and DISPATCH_LEVEL > matter to us. The immediate benefit of all this is that I no > longer have to rely on a mutex pool. > > Now, I'm sure many people will be seized by the urge to criticize > me for doing an end run around our own spinlock implementation, but > it makes more sense to do it this way. Well, it does to me anyway. If you don't use atomic ops with memory barriers somewhere (like the mutex implementation does) then NDIS won't work on SMP. Really, IRQL is basically spl()s, and we don't use an spl-like model anymore. Just using mutexes for locking should give you all the protection you need. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:51:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4647916A4CE; Wed, 14 Apr 2004 08:51:22 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84DC43D53; Wed, 14 Apr 2004 08:51:21 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-235-189.zoominternet.net [24.154.235.189]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i3EFpJnG056097 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Apr 2004 11:51:20 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 14 Apr 2004 11:51:43 -0400 From: Tom Rhodes To: "Brian F. Feldman" Message-Id: <20040414115143.20efa1b1@localhost> In-Reply-To: <200404141522.i3EFM1eS049089@green.homeunix.org> References: <407D52B7.80507@freebsd.org> <200404141522.i3EFM1eS049089@green.homeunix.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci cmi.c csa.c csapcm.c ds1.c emu10k1.c ich.c t4dwave.c src/sys/dev/sound/pcm sound.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, 14 Apr 2004 15:51:22 -0000 On Wed, 14 Apr 2004 11:22:01 -0400 "Brian F. Feldman" wrote: > Scott Long wrote: > > Brian Feldman wrote: > > > green 2004/04/14 07:57:50 PDT > > > INTR_MPSAFE HAS BEEN REMOVED FROM EVERY SOUND DRIVER! > > Ha! you touched it last! Neener neener neener! > > Heh, I'll certainly do my own part to make sure the drivers I use get > converted. It would suck less trying to do driver development if current > drivers didn't panic so much because of kldload/kldunload. For example, For another example, my laptop (IBM G40) panics and drops into the debugger at every boot if I have any USB or PCMCIA devices hooked up. Another oddity is that I can put these devices in after I have logged in and have no problems, ever. Hmmmm ... -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:54:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A3116A4CE; Wed, 14 Apr 2004 08:54:07 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 308FB43D4C; Wed, 14 Apr 2004 08:54:07 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i3EFuAc8096791; Wed, 14 Apr 2004 09:56:10 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <407D5E9B.5010605@freebsd.org> Date: Wed, 14 Apr 2004 09:54:03 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Rhodes References: <407D52B7.80507@freebsd.org> <200404141522.i3EFM1eS049089@green.homeunix.org> <20040414115143.20efa1b1@localhost> In-Reply-To: <20040414115143.20efa1b1@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: "Brian F. Feldman" cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.cich.c t4dwave.c src/sys/dev/sound/pcm sound.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, 14 Apr 2004 15:54:07 -0000 Tom Rhodes wrote: > On Wed, 14 Apr 2004 11:22:01 -0400 > "Brian F. Feldman" wrote: > > >>Scott Long wrote: >> >>>Brian Feldman wrote: >>> >>>>green 2004/04/14 07:57:50 PDT >>>> INTR_MPSAFE HAS BEEN REMOVED FROM EVERY SOUND DRIVER! >>> >>>Ha! you touched it last! Neener neener neener! >> >>Heh, I'll certainly do my own part to make sure the drivers I use get >>converted. It would suck less trying to do driver development if current >>drivers didn't panic so much because of kldload/kldunload. For example, > > > For another example, my laptop (IBM G40) panics and drops into the > debugger at every boot if I have any USB or PCMCIA devices hooked > up. Another oddity is that I can put these devices in after I have > logged in and have no problems, ever. Hmmmm ... > What is the panic? Scott From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:56:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258A116A4D1; Wed, 14 Apr 2004 08:56:44 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDD143D5E; Wed, 14 Apr 2004 08:56:43 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3EFugkj024526; Wed, 14 Apr 2004 09:56:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 14 Apr 2004 09:57:34 -0600 (MDT) Message-Id: <20040414.095734.10291306.imp@bsdimp.com> To: green@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200404141522.i3EFM1eS049089@green.homeunix.org> References: <200404141522.i3EFM1eS049089@green.homeunix.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci cmi.c csa.c csapcm.c ds1.c emu10k1.c ich.c t4dwave.c src/sys/dev/sound/pcm sound.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, 14 Apr 2004 15:56:44 -0000 In message: <200404141522.i3EFM1eS049089@green.homeunix.org> "Brian F. Feldman" writes: : Scott Long wrote: : > Brian Feldman wrote: : > > green 2004/04/14 07:57:50 PDT : > > INTR_MPSAFE HAS BEEN REMOVED FROM EVERY SOUND DRIVER! : > Ha! you touched it last! Neener neener neener! : : Heh, I'll certainly do my own part to make sure the drivers I use get : converted. It would suck less trying to do driver development if current : drivers didn't panic so much because of kldload/kldunload. For example, : kldload usb stuff after it's been unloaded sees something stale and crashes, : and sound drivers get EBUSY when I don't see any openers, then the second : kldunload causes a crash instead of returning EBUSY again because things : must have been half-torn-down. kldload/kldunload have nothing to do with it. If the drivers are stupid, that's their own damn fault. usb is a known problem child that needs to be fixed. If there are others that need to be fixed, then fix them. You have the source, use it :-). I've used kldload/kldunload extensively in the development of cardbus, pccard and pccbb. I'd be totally lost w/o it. Warner From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:58:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CBD16A4CE; Wed, 14 Apr 2004 08:58:18 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6997F43D1D; Wed, 14 Apr 2004 08:58:14 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3EFwDkj024549; Wed, 14 Apr 2004 09:58:13 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 14 Apr 2004 09:59:04 -0600 (MDT) Message-Id: <20040414.095904.26534062.imp@bsdimp.com> To: trhodes@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040414115143.20efa1b1@localhost> References: <407D52B7.80507@freebsd.org> <200404141522.i3EFM1eS049089@green.homeunix.org> <20040414115143.20efa1b1@localhost> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: green@FreeBSD.org cc: src-committers@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci cmi.c csa.c csapcm.c ds1.c emu10k1.c ich.c t4dwave.c src/sys/dev/sound/pcm sound.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, 14 Apr 2004 15:58:18 -0000 In message: <20040414115143.20efa1b1@localhost> Tom Rhodes writes: : On Wed, 14 Apr 2004 11:22:01 -0400 : "Brian F. Feldman" wrote: : : > Scott Long wrote: : > > Brian Feldman wrote: : > > > green 2004/04/14 07:57:50 PDT : > > > INTR_MPSAFE HAS BEEN REMOVED FROM EVERY SOUND DRIVER! : > > Ha! you touched it last! Neener neener neener! : > : > Heh, I'll certainly do my own part to make sure the drivers I use get : > converted. It would suck less trying to do driver development if current : > drivers didn't panic so much because of kldload/kldunload. For example, : : For another example, my laptop (IBM G40) panics and drops into the : debugger at every boot if I have any USB or PCMCIA devices hooked : up. Another oddity is that I can put these devices in after I have : logged in and have no problems, ever. Hmmmm ... I'm interested in the PC Card related panics at boot. All of my laptops stopped doing that so long ago I have trouble believing it is still a problem. :-) Warner From owner-cvs-src@FreeBSD.ORG Wed Apr 14 08:58:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B29816A4D1; Wed, 14 Apr 2004 08:58:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA4B743D3F; Wed, 14 Apr 2004 08:58:50 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EFwoGe088661; Wed, 14 Apr 2004 08:58:50 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EFwo6V088657; Wed, 14 Apr 2004 08:58:50 -0700 (PDT) (envelope-from green) Message-Id: <200404141558.i3EFwo6V088657@repoman.freebsd.org> From: Brian Feldman Date: Wed, 14 Apr 2004 08:58: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/bin/sh sh.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 15:58:51 -0000 green 2004/04/14 08:58:50 PDT FreeBSD src repository Modified files: bin/sh sh.1 Log: Document the "return" built-in better: it will exit . (sources) and the top-level shell instance, too. Revision Changes Path 1.90 +7 -1 src/bin/sh/sh.1 From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:06:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7AEC16A4CE; Wed, 14 Apr 2004 09:06:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A6543D1F; Wed, 14 Apr 2004 09:06:19 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EG6JGe091676; Wed, 14 Apr 2004 09:06:19 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EG6Jm7091675; Wed, 14 Apr 2004 09:06:19 -0700 (PDT) (envelope-from harti) Message-Id: <200404141606.i3EG6Jm7091675@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 14 Apr 2004 09:06: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 Makefile.inc1 src/etc/mtree BSD.usr.dist src/lib/libbsnmp/modules Makefile.inc src/share/man/man7 hier.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: Wed, 14 Apr 2004 16:06:20 -0000 harti 2004/04/14 09:06:19 PDT FreeBSD src repository Modified files: . Makefile.inc1 etc/mtree BSD.usr.dist lib/libbsnmp/modules Makefile.inc share/man/man7 hier.7 Log: Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to /usr/share/snmp. This mirrors the use of /usr/local/share/snmp and makes also more sense when non-bsnmp-specific MIBs go in. Revision Changes Path 1.423 +1 -1 src/Makefile.inc1 1.302 +6 -6 src/etc/mtree/BSD.usr.dist 1.5 +2 -2 src/lib/libbsnmp/modules/Makefile.inc 1.97 +11 -0 src/share/man/man7/hier.7 From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:09:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A36B616A4CE; Wed, 14 Apr 2004 09:09:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C9F43D31; Wed, 14 Apr 2004 09:09:20 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EG9KGe091781; Wed, 14 Apr 2004 09:09:20 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EG9KKF091780; Wed, 14 Apr 2004 09:09:20 -0700 (PDT) (envelope-from harti) Message-Id: <200404141609.i3EG9KKF091780@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 14 Apr 2004 09:09: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/libbsnmp/modules/snmp_netgraph snmp_netgraph.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 16:09:20 -0000 harti 2004/04/14 09:09:20 PDT FreeBSD src repository Modified files: lib/libbsnmp/modules/snmp_netgraph snmp_netgraph.c Log: Compare with 0 if comparing an integer, not with NULL. Revision Changes Path 1.4 +1 -1 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:11:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB2AD16A4CF; Wed, 14 Apr 2004 09:11:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCE143D3F; Wed, 14 Apr 2004 09:11:06 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGB6Ge091899; Wed, 14 Apr 2004 09:11:06 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGB6ew091898; Wed, 14 Apr 2004 09:11:06 -0700 (PDT) (envelope-from harti) Message-Id: <200404141611.i3EGB6ew091898@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 14 Apr 2004 09:11: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/libbsnmp/modules/snmp_netgraph snmp_netgraph.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: Wed, 14 Apr 2004 16:11:06 -0000 harti 2004/04/14 09:11:06 PDT FreeBSD src repository Modified files: lib/libbsnmp/modules/snmp_netgraph snmp_netgraph.3 Log: Put the name of the module first in the list of all .Nm calls with argument. This makes the output of calling .Nm without an argument more senseful later on. Revision Changes Path 1.3 +1 -0 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:20:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8E5C16A4CF; Wed, 14 Apr 2004 09:20:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA76B43D45; Wed, 14 Apr 2004 09:20:15 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGKFGe093849; Wed, 14 Apr 2004 09:20:15 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGKF4j093848; Wed, 14 Apr 2004 09:20:15 -0700 (PDT) (envelope-from harti) Message-Id: <200404141620.i3EGKF4j093848@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 14 Apr 2004 09:20:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Subject: cvs commit: src/contrib/bsnmp - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 16:20:16 -0000 harti 2004/04/14 09:20:15 PDT FreeBSD src repository src/contrib/bsnmp - Imported sources Update of /home/ncvs/src/contrib/bsnmp In directory repoman.freebsd.org:/tmp/cvs-serv93791 Log Message: Import of bsnmpd 1.6 Status: Vendor Tag: BEGEMOT Release Tags: BSNMP_1_6 U src/contrib/bsnmp/NEWS U src/contrib/bsnmp/README U src/contrib/bsnmp/TODO U src/contrib/bsnmp/VERSION U src/contrib/bsnmp/lib/asn1.3 U src/contrib/bsnmp/lib/asn1.c U src/contrib/bsnmp/lib/asn1.h U src/contrib/bsnmp/lib/bsnmpagent.3 U src/contrib/bsnmp/lib/bsnmpclient.3 U src/contrib/bsnmp/lib/bsnmplib.3 U src/contrib/bsnmp/lib/snmp.c U src/contrib/bsnmp/lib/snmp.h U src/contrib/bsnmp/lib/snmpagent.c U src/contrib/bsnmp/lib/snmpagent.h U src/contrib/bsnmp/lib/snmpclient.c U src/contrib/bsnmp/lib/snmpclient.h U src/contrib/bsnmp/lib/snmppriv.h N src/contrib/bsnmp/gensnmpdef/gensnmpdef.1 N src/contrib/bsnmp/gensnmpdef/gensnmpdef.c U src/contrib/bsnmp/gensnmptree/gensnmptree.1 U src/contrib/bsnmp/gensnmptree/gensnmptree.c U src/contrib/bsnmp/snmp_mibII/mibII.c U src/contrib/bsnmp/snmp_mibII/mibII.h U src/contrib/bsnmp/snmp_mibII/mibII_ifmib.c U src/contrib/bsnmp/snmp_mibII/mibII_ifstack.c U src/contrib/bsnmp/snmp_mibII/mibII_interfaces.c U src/contrib/bsnmp/snmp_mibII/mibII_ip.c U src/contrib/bsnmp/snmp_mibII/mibII_ipaddr.c U src/contrib/bsnmp/snmp_mibII/mibII_nettomedia.c U src/contrib/bsnmp/snmp_mibII/mibII_rcvaddr.c U src/contrib/bsnmp/snmp_mibII/mibII_route.c U src/contrib/bsnmp/snmp_mibII/mibII_tcp.c U src/contrib/bsnmp/snmp_mibII/mibII_tree.def U src/contrib/bsnmp/snmp_mibII/mibII_udp.c U src/contrib/bsnmp/snmp_mibII/snmp_mibII.3 U src/contrib/bsnmp/snmp_mibII/snmp_mibII.h U src/contrib/bsnmp/snmpd/.gdbinit U src/contrib/bsnmp/snmpd/BEGEMOT-MIB.txt U src/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt U src/contrib/bsnmp/snmpd/FOKUS-MIB.txt U src/contrib/bsnmp/snmpd/action.c U src/contrib/bsnmp/snmpd/bsnmpd.1 U src/contrib/bsnmp/snmpd/config.c U src/contrib/bsnmp/snmpd/export.c U src/contrib/bsnmp/snmpd/main.c U src/contrib/bsnmp/snmpd/snmpd.config U src/contrib/bsnmp/snmpd/snmpd.h U src/contrib/bsnmp/snmpd/snmpd.sh U src/contrib/bsnmp/snmpd/snmpmod.3 U src/contrib/bsnmp/snmpd/snmpmod.h U src/contrib/bsnmp/snmpd/trans_lsock.c U src/contrib/bsnmp/snmpd/trans_lsock.h U src/contrib/bsnmp/snmpd/trans_udp.c U src/contrib/bsnmp/snmpd/trans_udp.h U src/contrib/bsnmp/snmpd/trap.c U src/contrib/bsnmp/snmpd/tree.def No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:24:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B47C916A4CE; Wed, 14 Apr 2004 09:24:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9838443D53; Wed, 14 Apr 2004 09:24:28 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGOSGe095692; Wed, 14 Apr 2004 09:24:28 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGOSUl095691; Wed, 14 Apr 2004 09:24:28 -0700 (PDT) (envelope-from njl) Message-Id: <200404141624.i3EGOSUl095691@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 09:24:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica/Osd OsdDebug.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 16:24:28 -0000 njl 2004/04/14 09:24:28 PDT FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdDebug.c Log: Unbreak the DDB build by replacing #includes that were deleted. Pointed out by: Tai-hwa Liang, Xin LI Pointed hat to: njl Revision Changes Path 1.7 +2 -0 src/sys/dev/acpica/Osd/OsdDebug.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:29:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE7C716A4CE; Wed, 14 Apr 2004 09:29:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FBC43D3F; Wed, 14 Apr 2004 09:29:46 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGTkGe095898; Wed, 14 Apr 2004 09:29:46 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGTk8c095897; Wed, 14 Apr 2004 09:29:46 -0700 (PDT) (envelope-from harti) Message-Id: <200404141629.i3EGTk8c095897@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 14 Apr 2004 09:29: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/lib/libbsnmp Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 16:29:46 -0000 harti 2004/04/14 09:29:46 PDT FreeBSD src repository Modified files: lib/libbsnmp Makefile.inc Log: Bump the shared library version number for the bsnmp v1.6 import because of incompatible interface changes. Revision Changes Path 1.4 +1 -1 src/lib/libbsnmp/Makefile.inc From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:31:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC10416A4CE; Wed, 14 Apr 2004 09:31:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D047943D58; Wed, 14 Apr 2004 09:31:54 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGVsGe097378; Wed, 14 Apr 2004 09:31:54 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGVsUQ097374; Wed, 14 Apr 2004 09:31:54 -0700 (PDT) (envelope-from harti) Message-Id: <200404141631.i3EGVsUQ097374@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 14 Apr 2004 09:31: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/usr.sbin/bsnmpd/bsnmpd Makefilesrc/lib/libbsnmp/modules Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 16:31:55 -0000 harti 2004/04/14 09:31:54 PDT FreeBSD src repository Modified files: usr.sbin/bsnmpd/bsnmpd Makefile lib/libbsnmp/modules Makefile.inc Log: Use a MANFILTER to patch the man pages to point to the right path. Noted by: phk Revision Changes Path 1.6 +4 -0 src/lib/libbsnmp/modules/Makefile.inc 1.7 +4 -0 src/usr.sbin/bsnmpd/bsnmpd/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:40:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CC6A16A4CE; Wed, 14 Apr 2004 09:40:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97BB743D5D; Wed, 14 Apr 2004 09:40:50 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGeoGe098206; Wed, 14 Apr 2004 09:40:50 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGeoYL098205; Wed, 14 Apr 2004 09:40:50 -0700 (PDT) (envelope-from nectar) Message-Id: <200404141640.i3EGeoYL098205@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 14 Apr 2004 09:40: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/gnu/usr.bin/cvs/cvs Makefile client.patch modules.patch X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 16:40:50 -0000 nectar 2004/04/14 09:40:50 PDT FreeBSD src repository Modified files: gnu/usr.bin/cvs/cvs Makefile Added files: gnu/usr.bin/cvs/cvs client.patch modules.patch Log: Patch vulnerabilities in the CVS client and server: A malicious CVS server could cause your CVS client to overwrite arbitrary files (CAN-2004-0180). When a CVS client uses the `-p' checkout option, the server could be fooled into checking out files from outside the given $CVSROOT. (This patch is applied in an unorthodox manner so as not to complicate a later vendor import of CVS.) Revision Changes Path 1.45 +10 -2 src/gnu/usr.bin/cvs/cvs/Makefile 1.1 +30 -0 src/gnu/usr.bin/cvs/cvs/client.patch (new) 1.1 +25 -0 src/gnu/usr.bin/cvs/cvs/modules.patch (new) From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:48:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E53716A4CE; Wed, 14 Apr 2004 09:48:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E518043D45; Wed, 14 Apr 2004 09:48:28 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGmSGe000312; Wed, 14 Apr 2004 09:48:28 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGmSZR000311; Wed, 14 Apr 2004 09:48:28 -0700 (PDT) (envelope-from nectar) Message-Id: <200404141648.i3EGmSZR000311@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 14 Apr 2004 09:48: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/gnu/usr.bin/cvs/cvs Makefile client.patch modules.patch X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 16:48:29 -0000 nectar 2004/04/14 09:48:27 PDT FreeBSD src repository Modified files: gnu/usr.bin/cvs/cvs Makefile client.patch modules.patch Log: Forced commit to note that the CVS patches in the previous commit were Submitted by: Derek Robert Price Revision Changes Path 1.46 +0 -0 src/gnu/usr.bin/cvs/cvs/Makefile 1.2 +0 -0 src/gnu/usr.bin/cvs/cvs/client.patch 1.2 +0 -0 src/gnu/usr.bin/cvs/cvs/modules.patch From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:50:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8489516A4CE; Wed, 14 Apr 2004 09:50:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 665FE43D5C; Wed, 14 Apr 2004 09:50:33 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGoXGe000467; Wed, 14 Apr 2004 09:50:33 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGoWLa000466; Wed, 14 Apr 2004 09:50:32 -0700 (PDT) (envelope-from njl) Message-Id: <200404141650.i3EGoWLa000466@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 09:50:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica hwsleep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 16:50:33 -0000 njl 2004/04/14 09:50:32 PDT FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica hwsleep.c Log: Only avoid disabling bus mastering on the sleep path. This should fix power off for some users. The patch has been submitted to Intel. Bug: http://bugme.osdl.org/show_bug.cgi?id=2109 Revision Changes Path 1.1.1.21 +13 -13 src/sys/contrib/dev/acpica/hwsleep.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 09:52:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF84D16A4CE; Wed, 14 Apr 2004 09:52:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23FD43D39; Wed, 14 Apr 2004 09:52:19 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EGqJGe001951; Wed, 14 Apr 2004 09:52:19 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EGqJqh001947; Wed, 14 Apr 2004 09:52:19 -0700 (PDT) (envelope-from njl) Message-Id: <200404141652.i3EGqJqh001947@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 09:52: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/contrib/dev/acpica hwsleep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 16:52:20 -0000 njl 2004/04/14 09:52:19 PDT FreeBSD src repository Modified files: sys/contrib/dev/acpica hwsleep.c Log: Even though the patch has been submitted to the vendor, this file is off the vendor branch. Once more, with feeling! Revision Changes Path 1.16 +13 -13 src/sys/contrib/dev/acpica/hwsleep.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 10:44:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B954E16A4CE; Wed, 14 Apr 2004 10:44:58 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC9B143D45; Wed, 14 Apr 2004 10:44:58 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 97EFE5C7FE; Wed, 14 Apr 2004 10:44:58 -0700 (PDT) Date: Wed, 14 Apr 2004 10:44:58 -0700 From: Alfred Perlstein To: Tim Kientzle Message-ID: <20040414174458.GG63832@elvis.mu.org> References: <200404140040.i3E0esil061104@repoman.freebsd.org> <20040414021526.GB63832@elvis.mu.org> <407CB356.7060102@kientzle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <407CB356.7060102@kientzle.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h 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: Wed, 14 Apr 2004 17:44:58 -0000 * Tim Kientzle [040413 20:43] wrote: > Huh? Maybe I'm missing something, but I don't > see the instantiations to which you refer. My apologies, I mis-read the diffs. From owner-cvs-src@FreeBSD.ORG Wed Apr 14 10:46:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B7116A4CE; Wed, 14 Apr 2004 10:46:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C60D43D5F; Wed, 14 Apr 2004 10:46:22 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EHkLGe013702; Wed, 14 Apr 2004 10:46:21 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EHkLKI013701; Wed, 14 Apr 2004 10:46:21 -0700 (PDT) (envelope-from njl) Message-Id: <200404141746.i3EHkLKI013701@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 10:46: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/acpica acpi_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: Wed, 14 Apr 2004 17:46:22 -0000 njl 2004/04/14 10:46:21 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c Log: Only try to set the ACPI power state if the handle is valid. There was probably no problem with this except it may have had the side effect of registering a NULL consumer. Revision Changes Path 1.13 +10 -6 src/sys/dev/acpica/acpi_pci.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 10:47:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B12816A4CE; Wed, 14 Apr 2004 10:47:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB7643D49; Wed, 14 Apr 2004 10:47:43 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EHlhGe013763; Wed, 14 Apr 2004 10:47:43 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EHlgBQ013762; Wed, 14 Apr 2004 10:47:42 -0700 (PDT) (envelope-from njl) Message-Id: <200404141747.i3EHlgBQ013762@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 10:47: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/dev/acpica acpi_powerres.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 17:47:43 -0000 njl 2004/04/14 10:47:42 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_powerres.c Log: Fix some warnings by commenting out unused code. Revision Changes Path 1.21 +8 -0 src/sys/dev/acpica/acpi_powerres.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 10:48:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B75B016A4CE; Wed, 14 Apr 2004 10:48:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA9A43D48; Wed, 14 Apr 2004 10:48:33 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EHmXGe013808; Wed, 14 Apr 2004 10:48:33 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EHmXF4013807; Wed, 14 Apr 2004 10:48:33 -0700 (PDT) (envelope-from njl) Message-Id: <200404141748.i3EHmXF4013807@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 10:48: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/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 17:48:33 -0000 njl 2004/04/14 10:48:33 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Remove a non-variable static and move other static variables to the same location. Revision Changes Path 1.138 +5 -8 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 10:52:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B957316A4CE; Wed, 14 Apr 2004 10:52:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E1EA43D53; Wed, 14 Apr 2004 10:52:10 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EHq9Ge015251; Wed, 14 Apr 2004 10:52:09 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EHq9Jm015232; Wed, 14 Apr 2004 10:52:09 -0700 (PDT) (envelope-from imp) Message-Id: <200404141752.i3EHq9Jm015232@repoman.freebsd.org> From: Warner Losh Date: Wed, 14 Apr 2004 10:52: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/dev/pci 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: Wed, 14 Apr 2004 17:52:10 -0000 imp 2004/04/14 10:52:08 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Now that the dust has settled on the resource issues, turn on the power parts of my patches and see what breaks. Don't (yet) throw the chatty messages behind a if (bootverbose). Revision Changes Path 1.242 +2 -2 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 10:54:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E041C16A4CF; Wed, 14 Apr 2004 10:54:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC0443D53; Wed, 14 Apr 2004 10:54:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EHsJGe015790; Wed, 14 Apr 2004 10:54:19 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EHsJAO015785; Wed, 14 Apr 2004 10:54:19 -0700 (PDT) (envelope-from imp) Message-Id: <200404141754.i3EHsJAO015785@repoman.freebsd.org> From: Warner Losh Date: Wed, 14 Apr 2004 10:54: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 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 17:54:20 -0000 imp 2004/04/14 10:54:19 PDT FreeBSD src repository Modified files: . UPDATING Log: Add notes about the pci stuff that's currently working its way through current. Revision Changes Path 1.303 +14 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Wed Apr 14 10:58:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7054E16A4CE; Wed, 14 Apr 2004 10:58:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530CE43D48; Wed, 14 Apr 2004 10:58:20 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EHwJGe015970; Wed, 14 Apr 2004 10:58:19 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EHwJ5i015969; Wed, 14 Apr 2004 10:58:19 -0700 (PDT) (envelope-from njl) Message-Id: <200404141758.i3EHwJ5i015969@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 10:58:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_powerres.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 17:58:20 -0000 njl 2004/04/14 10:58:19 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_powerres.c Log: Return an error immediately if asked to switch a non-existent consumer. Revision Changes Path 1.22 +4 -0 src/sys/dev/acpica/acpi_powerres.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 11:03:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2DEF16A4CE; Wed, 14 Apr 2004 11:03:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D666443D53; Wed, 14 Apr 2004 11:03:30 -0700 (PDT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EI3UGe018849; Wed, 14 Apr 2004 11:03:30 -0700 (PDT) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EI3UWg018848; Wed, 14 Apr 2004 11:03:30 -0700 (PDT) (envelope-from vkashyap) Message-Id: <200404141803.i3EI3UWg018848@repoman.freebsd.org> From: Vinod Kashyap Date: Wed, 14 Apr 2004 11:03: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/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 18:03:31 -0000 vkashyap 2004/04/14 11:03:30 PDT FreeBSD src repository Modified files: share/man/man4 Makefile Log: Added an entry for twa.4. Reviewed by: ru Revision Changes Path 1.264 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 14 11:08:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC1AD16A4D9; Wed, 14 Apr 2004 11:08:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDDC443D1D; Wed, 14 Apr 2004 11:08:17 -0700 (PDT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EI8HGe019063; Wed, 14 Apr 2004 11:08:17 -0700 (PDT) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EI8H1u019062; Wed, 14 Apr 2004 11:08:17 -0700 (PDT) (envelope-from vkashyap) Message-Id: <200404141808.i3EI8H1u019062@repoman.freebsd.org> From: Vinod Kashyap Date: Wed, 14 Apr 2004 11:08:17 -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 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 18:08:18 -0000 vkashyap 2004/04/14 11:08:17 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 Makefile Log: Added an entry for twa.4 (for 4.x). Reviewed by: ru Approved by: re Revision Changes Path 1.83.2.76 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 14 11:12:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68CC016A4CE; Wed, 14 Apr 2004 11:12:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB6343D58; Wed, 14 Apr 2004 11:12:30 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EICUGe020925; Wed, 14 Apr 2004 11:12:30 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EICTI7020921; Wed, 14 Apr 2004 11:12:29 -0700 (PDT) (envelope-from njl) Message-Id: <200404141812.i3EICTI7020921@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 11:12: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/contrib/dev/acpica dmopcode.c hwregs.c uteval.c utglobal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 18:12:30 -0000 njl 2004/04/14 11:12:29 PDT FreeBSD src repository Modified files: sys/contrib/dev/acpica dmopcode.c hwregs.c uteval.c utglobal.c Log: Remove warnings from vendor files. This takes some files off the vendor branch but they have indicated they will not fix these warnings. Revision Changes Path 1.2 +26 -40 src/sys/contrib/dev/acpica/dmopcode.c 1.2 +617 -467 src/sys/contrib/dev/acpica/hwregs.c 1.2 +490 -194 src/sys/contrib/dev/acpica/uteval.c 1.15 +6 -6 src/sys/contrib/dev/acpica/utglobal.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 11:13:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B5916A4CE; Wed, 14 Apr 2004 11:13:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84BEE43D41; Wed, 14 Apr 2004 11:13:17 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EIDHGe021041; Wed, 14 Apr 2004 11:13:17 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EIDGoc021040; Wed, 14 Apr 2004 11:13:16 -0700 (PDT) (envelope-from njl) Message-Id: <200404141813.i3EIDGoc021040@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 11:13:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 18:13:17 -0000 njl 2004/04/14 11:13:16 PDT FreeBSD src repository Modified files: sys/conf files Log: Remove nowerror lines now that acpica is warns clean. Revision Changes Path 1.886 +5 -5 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Wed Apr 14 11:55:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D1B516A4CE; Wed, 14 Apr 2004 11:55:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4088243D45; Wed, 14 Apr 2004 11:55:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EItTGe029901; Wed, 14 Apr 2004 11:55:29 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EItTXK029900; Wed, 14 Apr 2004 11:55:29 -0700 (PDT) (envelope-from ps) Message-Id: <200404141855.i3EItTXK029900@repoman.freebsd.org> From: Paul Saab Date: Wed, 14 Apr 2004 11:55:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 18:55:30 -0000 ps 2004/04/14 11:55:28 PDT FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Do not catch signals when waiting for a request. This fixes a nasty race when issuing commands from userland. Revision Changes Path 1.38 +2 -14 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 12:11:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C9DD16A4CE; Wed, 14 Apr 2004 12:11:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 200FD43D46; Wed, 14 Apr 2004 12:11:32 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EJBVGe031482; Wed, 14 Apr 2004 12:11:31 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EJBUM2031481; Wed, 14 Apr 2004 12:11:30 -0700 (PDT) (envelope-from scottl) Message-Id: <200404141911.i3EJBUM2031481@repoman.freebsd.org> From: Scott Long Date: Wed, 14 Apr 2004 12:11: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/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 19:11:32 -0000 scottl 2004/04/14 12:11:30 PDT FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Remove the 'timeout' argument from aac_wait_command() as it isn't used and never will be. Update the XXX comment for this function to accurately reflect why things are the way they are. Revision Changes Path 1.91 +10 -14 src/sys/dev/aac/aac.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 12:45:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8BD016A4CE; Wed, 14 Apr 2004 12:45:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB6F43D1D; Wed, 14 Apr 2004 12:45:07 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EJj7Ge036299; Wed, 14 Apr 2004 12:45:07 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EJj7HG036298; Wed, 14 Apr 2004 12:45:07 -0700 (PDT) (envelope-from ps) Message-Id: <200404141945.i3EJj7HG036298@repoman.freebsd.org> From: Paul Saab Date: Wed, 14 Apr 2004 12:45: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/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 19:45:07 -0000 ps 2004/04/14 12:45:07 PDT FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Don't allow the driver to be unloaded if the device node is open. Revision Changes Path 1.39 +4 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 13:15:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3349216A4D0; Wed, 14 Apr 2004 13:15:13 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C103F43D45; Wed, 14 Apr 2004 13:15:07 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i3EKF6Ae083980; Wed, 14 Apr 2004 21:15:06 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i3EKF69P083979; Wed, 14 Apr 2004 21:15:06 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i3EKCZIn013035; Wed, 14 Apr 2004 21:12:35 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200404142012.i3EKCZIn013035@grimreaper.grondar.org> To: John Baldwin In-Reply-To: Your message of "Tue, 13 Apr 2004 22:58:31 EDT." <200404132258.31816.jhb@FreeBSD.org> Date: Wed, 14 Apr 2004 21:12:34 +0100 Sender: mark@grondar.org X-Spam-Score: 4 (****) FROM_NO_LOWER,MSGID_FROM_MTA_SHORT X-Scanned-By: MIMEDefang 2.39 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Mark Murray cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 20:15:13 -0000 John Baldwin writes: > On Monday 12 April 2004 05:13 am, Mark Murray wrote: > > markm 2004/04/12 02:13:24 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/random randomdev.c > > Log: > > Fix "sleeping without a mutex" panic. > > You should drop the lock before uiomove(). If the uio can possibly reference > user memory, then uiomove() will do a copyout() which can fault and thus > sleep if the page is in swap. Oops. Thank you! Will do. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Wed Apr 14 15:04:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 7806316A4CF; Wed, 14 Apr 2004 15:04:53 -0700 (PDT) In-Reply-To: <200404141105.43663.jhb@FreeBSD.org> from John Baldwin at "Apr 14, 2004 11:05:43 am" To: jhb@FreeBSD.org (John Baldwin) Date: Wed, 14 Apr 2004 15:04:53 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040414220453.7806316A4CF@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrn X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 22:04:53 -0000 > > Now, I'm sure many people will be seized by the urge to criticize > > me for doing an end run around our own spinlock implementation, but > > it makes more sense to do it this way. Well, it does to me anyway. > > If you don't use atomic ops with memory barriers somewhere (like the mutex > implementation does) then NDIS won't work on SMP. Really, IRQL is basically > spl()s, and we don't use an spl-like model anymore. Just using mutexes for > locking should give you all the protection you need. Protection is all well and good, but I need to provide the right semantics as well. I need to fool the drivers into thinking they can depend on the usual Windows behavior, and make it easy to use the Windows data types, and it's a pain in the butt to do that with regular mutexes. And besides, I wanna. Now, from subr_ntoskrnl.c: __stdcall void ntoskrnl_lock_dpc(/*lock*/ void) { kspin_lock *lock; __asm__ __volatile__ ("" : "=c" (lock)); while (atomic_cmpset_int((volatile u_int *)lock, 0, 1) == 0) /* do nothing */; return; } __stdcall void ntoskrnl_unlock_dpc(/*lock*/ void) { kspin_lock *lock; __asm__ __volatile__ ("" : "=c" (lock)); atomic_cmpset_int((volatile u_int *)lock, 1, 0); return; } These two routines do the actual work of acquiring and releasing the lock (they map to KefAcquireSpinLockAtDpcLevel() and KefReleaseSpinLockFromDpcLevel). Are you saying the former routine should use atomic_cmpset_acq_int() and the latter atomic_cmpset_rel_int()? -Bill -- ============================================================================= -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu wpaul@windriver.com | Wind River Systems ============================================================================= you're just BEGGING to face the moose ============================================================================= From owner-cvs-src@FreeBSD.ORG Wed Apr 14 15:37:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C501116A4CE; Wed, 14 Apr 2004 15:37:14 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B059843D41; Wed, 14 Apr 2004 15:37:14 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id IBA74465; Wed, 14 Apr 2004 15:37:14 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 091FE5D07; Wed, 14 Apr 2004 15:37:14 -0700 (PDT) To: Nate Lawson In-reply-to: Your message of "Wed, 14 Apr 2004 09:52:19 PDT." <200404141652.i3EGqJqh001947@repoman.freebsd.org> Date: Wed, 14 Apr 2004 15:37:14 -0700 From: "Kevin Oberman" Message-Id: <20040414223714.091FE5D07@ptavv.es.net> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica hwsleep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Apr 2004 22:37:15 -0000 > From: Nate Lawson > Date: Wed, 14 Apr 2004 09:52:19 -0700 (PDT) > Sender: owner-cvs-all@freebsd.org > > njl 2004/04/14 09:52:19 PDT > > FreeBSD src repository > > Modified files: > sys/contrib/dev/acpica hwsleep.c > Log: > Even though the patch has been submitted to the vendor, this file is off > the vendor branch. Once more, with feeling! Boy, my timing suck of late. I just rebuilt my system to see if unloading and loading the sound driver would fix my sound-too-fast-after-resume problem. To my amazement, using the loadable drivers I no longer had the problem. I did all sorts of testing to try to figure out why this would make a difference. Then I decided to catch up on cvs-all. Thanks, Nate. This fixes the sound problem on my T30. My only remaining issue is turning off the @#$% back-light! (Not that there might not be other issues I have not hit.) First rule of troubleshooting...change only one variable at a time! Learned that over 30 year ago, but still ignore it too often. -- 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 Wed Apr 14 16:17:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8753716A4CE; Wed, 14 Apr 2004 16:17:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA6443D1F; Wed, 14 Apr 2004 16:17:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ENHcGe078227; Wed, 14 Apr 2004 16:17:38 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ENHcSQ078226; Wed, 14 Apr 2004 16:17:38 -0700 (PDT) (envelope-from peter) Message-Id: <200404142317.i3ENHcSQ078226@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 16:17: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/compat/freebsd32 freebsd32.h freebsd32_misc.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 23:17:38 -0000 peter 2004/04/14 16:17:37 PDT FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32.h freebsd32_misc.c syscalls.master Log: Catch up to the not-so-recent statfs(2) changes. Revision Changes Path 1.4 +4 -3 src/sys/compat/freebsd32/freebsd32.h 1.21 +32 -5 src/sys/compat/freebsd32/freebsd32_misc.c 1.37 +13 -10 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Wed Apr 14 16:17:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D36C916A4D3; Wed, 14 Apr 2004 16:17:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B8043D2D; Wed, 14 Apr 2004 16:17:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ENHvGe078283; Wed, 14 Apr 2004 16:17:57 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ENHvmt078282; Wed, 14 Apr 2004 16:17:57 -0700 (PDT) (envelope-from peter) Message-Id: <200404142317.i3ENHvmt078282@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 16:17:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.hfreebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 23:17:58 -0000 peter 2004/04/14 16:17:57 PDT FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen Revision Changes Path 1.25 +22 -17 src/sys/compat/freebsd32/freebsd32_proto.h 1.25 +9 -5 src/sys/compat/freebsd32/freebsd32_syscall.h 1.16 +9 -9 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.26 +9 -9 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 16:20:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C1D16A4D6; Wed, 14 Apr 2004 16:20:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691C643D41; Wed, 14 Apr 2004 16:20:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ENKFGe078357; Wed, 14 Apr 2004 16:20:15 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ENKF8U078356; Wed, 14 Apr 2004 16:20:15 -0700 (PDT) (envelope-from peter) Message-Id: <200404142320.i3ENKF8U078356@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 16:20:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ia32 ia32_signal.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, 14 Apr 2004 23:20:15 -0000 peter 2004/04/14 16:20:14 PDT FreeBSD src repository Modified files: sys/compat/ia32 ia32_signal.h Log: Check in structure definitions for the FreeBSD-3.x signal syscall stuff. Nothing uses these yet, but I dont want to lose them. Revision Changes Path 1.6 +43 -0 src/sys/compat/ia32/ia32_signal.h From owner-cvs-src@FreeBSD.ORG Wed Apr 14 16:22:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65A1A16A4CE; Wed, 14 Apr 2004 16:22:47 -0700 (PDT) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E5843D3F; Wed, 14 Apr 2004 16:22:47 -0700 (PDT) (envelope-from bmah@tomcat.kitchenlab.org) Received: from tomcat.kitchenlab.org (adsl-64-142-31-107.sonic.net [64.142.31.107]) by b.mail.sonic.net (8.12.11/8.12.11) with ESMTP id i3ENMkft010417 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 14 Apr 2004 16:22:47 -0700 Received: from tomcat.kitchenlab.org (localhost.kitchenlab.org [127.0.0.1]) i3ENMkmw093624; Wed, 14 Apr 2004 16:22:46 -0700 (PDT) (envelope-from bmah@tomcat.kitchenlab.org) Message-Id: <200404142322.i3ENMkmw093624@tomcat.kitchenlab.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Hartmut Brandt In-Reply-To: <200404141631.i3EGVsUQ097374@repoman.freebsd.org> References: <200404141631.i3EGVsUQ097374@repoman.freebsd.org> Comments: In-reply-to Hartmut Brandt message dated "Wed, 14 Apr 2004 09:31:54 -0700." From: "Bruce A. Mah" X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_507021838P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 14 Apr 2004 16:22:46 -0700 Sender: bmah@tomcat.kitchenlab.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/bsnmpd/bsnmpd Makefile src/lib/libbsnmp/modules Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bmah@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 23:22:47 -0000 --==_Exmh_507021838P Content-Type: text/plain; charset=us-ascii If memory serves me right, Hartmut Brandt wrote: > harti 2004/04/14 09:31:54 PDT > > FreeBSD src repository > > Modified files: > usr.sbin/bsnmpd/bsnmpd Makefile > lib/libbsnmp/modules Makefile.inc > Log: > Use a MANFILTER to patch the man pages to point to the right path. > > Noted by: phk > > Revision Changes Path > 1.6 +4 -0 src/lib/libbsnmp/modules/Makefile.inc > 1.7 +4 -0 src/usr.sbin/bsnmpd/bsnmpd/Makefile In usr.sbin/bsnmpd/bsnmpd/Makefile, you still have BMIBSDIR and DEFSDIR pointing to the old locations under /usr/share/bsnmp, not the new locations under /usr/share/snmp. If I understand this correctly, this breaks release building (very late in the build, while creating the distributions): ===> usr.sbin/bsnmpd/bsnmpd cd /usr/src/usr.sbin/bsnmpd/bsnmpd; make install -DNO_SUBDIR DESTDIR=/R/stage/trees/base SHARED=copies install -s -o root -g wheel -m 555 bsnmpd /R/stage/trees/base/usr/sbin install -o root -g wheel -m 444 /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/FOKUS-MIB.txt /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/BEGEMOT-MIB.txt /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt /R/stage/trees/base/usr/share/bsnmp/mibs install: wrong number or types of arguments usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Bruce. --==_Exmh_507021838P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQFAfcfG2MoxcVugUsMRArohAKCrI0mjMGEQ3yN0BTgoCmliWQ/LawCfWLBY NEqgCZ95Jw3eXiUSkkA6Gvw= =jcY3 -----END PGP SIGNATURE----- --==_Exmh_507021838P-- From owner-cvs-src@FreeBSD.ORG Wed Apr 14 16:23:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB6716A4E3; Wed, 14 Apr 2004 16:23:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C99943D1D; Wed, 14 Apr 2004 16:23:56 -0700 (PDT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ENNuGe080788; Wed, 14 Apr 2004 16:23:56 -0700 (PDT) (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ENNueX080787; Wed, 14 Apr 2004 16:23:56 -0700 (PDT) (envelope-from peadar) Message-Id: <200404142323.i3ENNueX080787@repoman.freebsd.org> From: Peter Edwards Date: Wed, 14 Apr 2004 16:23: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/nfsclient nfs_bio.c nfs_subs.c nfsnode.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, 14 Apr 2004 23:23:56 -0000 peadar 2004/04/14 16:23:56 PDT FreeBSD src repository Modified files: sys/nfsclient nfs_bio.c nfs_subs.c nfsnode.h Log: Let the NFS client notice a file's size changing as a modification. This avoids presenting invalid data to the client's applications when the file is modified, and then extended within the window of the resolution of the modifcation timestamp. Reviewed By: iedowse PR: kern/64091 Revision Changes Path 1.130 +3 -1 src/sys/nfsclient/nfs_bio.c 1.128 +9 -2 src/sys/nfsclient/nfs_subs.c 1.43 +1 -0 src/sys/nfsclient/nfsnode.h From owner-cvs-src@FreeBSD.ORG Wed Apr 14 16:26:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F9D16A4CE; Wed, 14 Apr 2004 16:26:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A0743D46; Wed, 14 Apr 2004 16:26:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ENQQGe080942; Wed, 14 Apr 2004 16:26:26 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ENQQ21080941; Wed, 14 Apr 2004 16:26:26 -0700 (PDT) (envelope-from peter) Message-Id: <200404142326.i3ENQQ21080941@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 16:26: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/secure/lib/libcrypto Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 23:26:27 -0000 peter 2004/04/14 16:26:26 PDT FreeBSD src repository Modified files: secure/lib/libcrypto Makefile Log: Turn on the amd64-specific bignum code in openssl. This is actually a variant of the C code but with some scattered asm and things laid out more optimally for the platform. This means that we need to the asm directory to the search path for the amd64 case so that make can find the source. Revision Changes Path 1.67 +7 -0 src/secure/lib/libcrypto/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 14 18:01:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA6716A4CE; Wed, 14 Apr 2004 18:01:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E80443D5C; Wed, 14 Apr 2004 18:01:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F118Ge006183; Wed, 14 Apr 2004 18:01:08 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F117Ru006182; Wed, 14 Apr 2004 18:01:07 -0700 (PDT) (envelope-from peter) Message-Id: <200404150101.i3F117Ru006182@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 18:01: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/gnu/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 01:01:08 -0000 peter 2004/04/14 18:01:07 PDT FreeBSD src repository Modified files: gnu/usr.bin Makefile Log: Turn off cvs build for a few hours while importing. Revision Changes Path 1.77 +3 -3 src/gnu/usr.bin/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 14 18:02:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058E116A4CE; Wed, 14 Apr 2004 18:02:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F064943D5A; Wed, 14 Apr 2004 18:02:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F125Ge007384; Wed, 14 Apr 2004 18:02:05 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F125GV007383; Wed, 14 Apr 2004 18:02:05 -0700 (PDT) (envelope-from peter) Message-Id: <200404150102.i3F125GV007383@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 18:02:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CVSHOME Subject: cvs commit: src/contrib/cvs - 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, 15 Apr 2004 01:02:06 -0000 peter 2004/04/14 18:02:05 PDT FreeBSD src repository src/contrib/cvs - Imported sources Update of /home/ncvs/src/contrib/cvs In directory repoman.freebsd.org:/tmp/cvs-serv7101 Log Message: Import cvs-1.11.15 Status: Vendor Tag: CVSHOME Release Tags: v1_11_15 U src/contrib/cvs/README U src/contrib/cvs/Makefile.in U src/contrib/cvs/configure U src/contrib/cvs/AUTHORS U src/contrib/cvs/COPYING U src/contrib/cvs/COPYING.LIB U src/contrib/cvs/ChangeLog U src/contrib/cvs/INSTALL U src/contrib/cvs/Makefile.am U src/contrib/cvs/NEWS U src/contrib/cvs/TODO U src/contrib/cvs/acinclude.m4 U src/contrib/cvs/aclocal.m4 U src/contrib/cvs/compile U src/contrib/cvs/config.h.in U src/contrib/cvs/configure.in U src/contrib/cvs/depcomp U src/contrib/cvs/install-sh U src/contrib/cvs/mdate-sh U src/contrib/cvs/missing U src/contrib/cvs/mkinstalldirs U src/contrib/cvs/BUGS U src/contrib/cvs/ChangeLog.zoo U src/contrib/cvs/DEVEL-CVS U src/contrib/cvs/FAQ U src/contrib/cvs/HACKING U src/contrib/cvs/MINOR-BUGS U src/contrib/cvs/PROJECTS U src/contrib/cvs/TESTS U src/contrib/cvs/cvs-format.el N src/contrib/cvs/mktemp.sh U src/contrib/cvs/contrib/README U src/contrib/cvs/contrib/Makefile.in U src/contrib/cvs/contrib/ChangeLog U src/contrib/cvs/contrib/Makefile.am U src/contrib/cvs/contrib/check_cvs.in U src/contrib/cvs/contrib/clmerge.in U src/contrib/cvs/contrib/cln_hist.in U src/contrib/cvs/contrib/commit_prep.in U src/contrib/cvs/contrib/cvs_acls.in U src/contrib/cvs/contrib/log.in U src/contrib/cvs/contrib/log_accum.in U src/contrib/cvs/contrib/mfpipe.in U src/contrib/cvs/contrib/pvcs2rcs.in U src/contrib/cvs/contrib/rcs2log.sh U src/contrib/cvs/contrib/rcslock.in C src/contrib/cvs/contrib/sccs2rcs.in U src/contrib/cvs/contrib/intro.doc U src/contrib/cvs/contrib/cvscheck.man U src/contrib/cvs/contrib/cvs2vendor.sh U src/contrib/cvs/contrib/cvscheck.sh U src/contrib/cvs/contrib/cvshelp.man U src/contrib/cvs/contrib/debug_check_log.sh U src/contrib/cvs/contrib/descend.sh U src/contrib/cvs/contrib/descend.man U src/contrib/cvs/contrib/dirfns.shar U src/contrib/cvs/contrib/rcs-to-cvs.sh U src/contrib/cvs/contrib/rcs2sccs.sh U src/contrib/cvs/src/Makefile.in U src/contrib/cvs/src/ChangeLog U src/contrib/cvs/src/Makefile.am U src/contrib/cvs/src/cvsbug.in U src/contrib/cvs/src/add.c U src/contrib/cvs/src/admin.c U src/contrib/cvs/src/annotate.c C src/contrib/cvs/src/buffer.c U src/contrib/cvs/src/checkin.c C src/contrib/cvs/src/checkout.c U src/contrib/cvs/src/classify.c C src/contrib/cvs/src/client.c C src/contrib/cvs/src/commit.c U src/contrib/cvs/src/create_adm.c U src/contrib/cvs/src/cvsrc.c C src/contrib/cvs/src/diff.c U src/contrib/cvs/src/edit.c C src/contrib/cvs/src/entries.c U src/contrib/cvs/src/error.c U src/contrib/cvs/src/expand_path.c U src/contrib/cvs/src/fileattr.c C src/contrib/cvs/src/filesubr.c U src/contrib/cvs/src/find_names.c U src/contrib/cvs/src/hardlink.c U src/contrib/cvs/src/hash.c U src/contrib/cvs/src/history.c U src/contrib/cvs/src/ignore.c C src/contrib/cvs/src/import.c C src/contrib/cvs/src/lock.c U src/contrib/cvs/src/log.c C src/contrib/cvs/src/login.c C src/contrib/cvs/src/logmsg.c C src/contrib/cvs/src/main.c C src/contrib/cvs/src/mkmodules.c U src/contrib/cvs/src/modules.c U src/contrib/cvs/src/myndbm.c U src/contrib/cvs/src/no_diff.c C src/contrib/cvs/src/parseinfo.c U src/contrib/cvs/src/patch.c C src/contrib/cvs/src/rcs.c C src/contrib/cvs/src/rcscmds.c C src/contrib/cvs/src/recurse.c U src/contrib/cvs/src/release.c U src/contrib/cvs/src/remove.c U src/contrib/cvs/src/repos.c U src/contrib/cvs/src/root.c U src/contrib/cvs/src/run.c U src/contrib/cvs/src/scramble.c C src/contrib/cvs/src/server.c N src/contrib/cvs/src/stack.c U src/contrib/cvs/src/status.c U src/contrib/cvs/src/subr.c U src/contrib/cvs/src/tag.c C src/contrib/cvs/src/update.c U src/contrib/cvs/src/version.c U src/contrib/cvs/src/vers_ts.c U src/contrib/cvs/src/watch.c U src/contrib/cvs/src/wrapper.c U src/contrib/cvs/src/zlib.c U src/contrib/cvs/src/buffer.h U src/contrib/cvs/src/client.h C src/contrib/cvs/src/cvs.h U src/contrib/cvs/src/edit.h U src/contrib/cvs/src/error.h U src/contrib/cvs/src/fileattr.h U src/contrib/cvs/src/hardlink.h U src/contrib/cvs/src/hash.h N src/contrib/cvs/src/history.h U src/contrib/cvs/src/myndbm.h C src/contrib/cvs/src/rcs.h U src/contrib/cvs/src/root.h U src/contrib/cvs/src/server.h N src/contrib/cvs/src/stack.h C src/contrib/cvs/src/update.h U src/contrib/cvs/src/watch.h U src/contrib/cvs/src/ChangeLog-9194 U src/contrib/cvs/src/ChangeLog-9395 U src/contrib/cvs/src/ChangeLog-96 U src/contrib/cvs/src/sanity.sh U src/contrib/cvs/src/ChangeLog-97 U src/contrib/cvs/lib/Makefile.in U src/contrib/cvs/lib/ChangeLog U src/contrib/cvs/lib/Makefile.am U src/contrib/cvs/lib/dup2.c U src/contrib/cvs/lib/fncase.c U src/contrib/cvs/lib/fnmatch.c U src/contrib/cvs/lib/fnmatch.h.in U src/contrib/cvs/lib/ftruncate.c U src/contrib/cvs/lib/gethostname.c U src/contrib/cvs/lib/memmove.c U src/contrib/cvs/lib/mkdir.c U src/contrib/cvs/lib/rename.c U src/contrib/cvs/lib/strerror.c U src/contrib/cvs/lib/strstr.c U src/contrib/cvs/lib/strtoul.c U src/contrib/cvs/lib/valloc.c U src/contrib/cvs/lib/waitpid.c U src/contrib/cvs/lib/argmatch.c U src/contrib/cvs/lib/getdate.y U src/contrib/cvs/lib/getline.c U src/contrib/cvs/lib/getopt.c U src/contrib/cvs/lib/getopt1.c N src/contrib/cvs/lib/getpass.c U src/contrib/cvs/lib/md5.c U src/contrib/cvs/lib/regex.c U src/contrib/cvs/lib/savecwd.c U src/contrib/cvs/lib/sighandle.c U src/contrib/cvs/lib/stripslash.c U src/contrib/cvs/lib/xgetwd.c U src/contrib/cvs/lib/yesno.c U src/contrib/cvs/lib/getline.h U src/contrib/cvs/lib/getopt.h U src/contrib/cvs/lib/getpagesize.h U src/contrib/cvs/lib/md5.h U src/contrib/cvs/lib/regex.h U src/contrib/cvs/lib/savecwd.h U src/contrib/cvs/lib/system.h U src/contrib/cvs/lib/wait.h U src/contrib/cvs/lib/xselect.h U src/contrib/cvs/lib/xtime.h U src/contrib/cvs/lib/ChangeLog.fsf U src/contrib/cvs/lib/xgssapi.h U src/contrib/cvs/diff/Makefile.in U src/contrib/cvs/diff/ChangeLog U src/contrib/cvs/diff/Makefile.am U src/contrib/cvs/diff/diff.c C src/contrib/cvs/diff/diff3.c U src/contrib/cvs/diff/analyze.c U src/contrib/cvs/diff/cmpbuf.c U src/contrib/cvs/diff/cmpbuf.h U src/contrib/cvs/diff/io.c U src/contrib/cvs/diff/context.c U src/contrib/cvs/diff/ed.c U src/contrib/cvs/diff/normal.c U src/contrib/cvs/diff/ifdef.c U src/contrib/cvs/diff/util.c U src/contrib/cvs/diff/dir.c U src/contrib/cvs/diff/version.c U src/contrib/cvs/diff/diff.h U src/contrib/cvs/diff/side.c U src/contrib/cvs/diff/system.h U src/contrib/cvs/diff/diffrun.h U src/contrib/cvs/diff/diagmeet.note U src/contrib/cvs/man/Makefile.in U src/contrib/cvs/man/ChangeLog U src/contrib/cvs/man/Makefile.am C src/contrib/cvs/man/cvs.1 U src/contrib/cvs/man/cvs.5 U src/contrib/cvs/man/cvsbug.8 U src/contrib/cvs/doc/Makefile.in U src/contrib/cvs/doc/ChangeLog U src/contrib/cvs/doc/Makefile.am U src/contrib/cvs/doc/mdate-sh U src/contrib/cvs/doc/stamp-1 U src/contrib/cvs/doc/stamp-vti U src/contrib/cvs/doc/version-client.texi U src/contrib/cvs/doc/version.texi U src/contrib/cvs/doc/cvs.texinfo U src/contrib/cvs/doc/cvsclient.texi U src/contrib/cvs/doc/ChangeLog.fsf U src/contrib/cvs/doc/RCSFILES U src/contrib/cvs/doc/cvs-paper.ms U src/contrib/cvs/tools/README U src/contrib/cvs/tools/Makefile.in U src/contrib/cvs/tools/ChangeLog U src/contrib/cvs/tools/Makefile.am 25 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCVSHOME:yesterday -jCVSHOME src/contrib/cvs From owner-cvs-src@FreeBSD.ORG Wed Apr 14 18:17:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA3616A4CE; Wed, 14 Apr 2004 18:17:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE0C43D53; Wed, 14 Apr 2004 18:17:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F1HTGe011281; Wed, 14 Apr 2004 18:17:29 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F1HSlI011280; Wed, 14 Apr 2004 18:17:28 -0700 (PDT) (envelope-from peter) Message-Id: <200404150117.i3F1HSlI011280@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 18:17: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/contrib/cvs/contrib sccs2rcs.insrc/contrib/cvs/diff diff3.c src/contrib/cvs/man cvs.1 src/contrib/cvs/src buffer.c checkout.c client.c commit.c cvs.h diff.c entries.c filesubr.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 01:17:29 -0000 peter 2004/04/14 18:17:28 PDT FreeBSD src repository Modified files: contrib/cvs/contrib sccs2rcs.in contrib/cvs/diff diff3.c contrib/cvs/man cvs.1 contrib/cvs/src buffer.c checkout.c client.c commit.c cvs.h diff.c entries.c filesubr.c import.c lock.c login.c logmsg.c main.c mkmodules.c parseinfo.c rcs.c rcs.h rcscmds.c recurse.c server.c update.c update.h Log: Initial merge of cvs-1.11.5 -> 1.11.15 changes onto mainline Revision Changes Path 1.5 +43 -8 src/contrib/cvs/contrib/sccs2rcs.in 1.6 +1 -0 src/contrib/cvs/diff/diff3.c 1.21 +6 -22 src/contrib/cvs/man/cvs.1 1.5 +72 -42 src/contrib/cvs/src/buffer.c 1.5 +104 -74 src/contrib/cvs/src/checkout.c 1.11 +660 -662 src/contrib/cvs/src/client.c 1.14 +331 -382 src/contrib/cvs/src/commit.c 1.18 +123 -104 src/contrib/cvs/src/cvs.h 1.20 +251 -185 src/contrib/cvs/src/diff.c 1.3 +27 -26 src/contrib/cvs/src/entries.c 1.11 +78 -134 src/contrib/cvs/src/filesubr.c 1.12 +41 -29 src/contrib/cvs/src/import.c 1.13 +113 -57 src/contrib/cvs/src/lock.c 1.8 +23 -20 src/contrib/cvs/src/login.c 1.12 +41 -35 src/contrib/cvs/src/logmsg.c 1.24 +34 -27 src/contrib/cvs/src/main.c 1.13 +11 -9 src/contrib/cvs/src/mkmodules.c 1.3 +35 -25 src/contrib/cvs/src/parseinfo.c 1.26 +314 -259 src/contrib/cvs/src/rcs.c 1.10 +27 -22 src/contrib/cvs/src/rcs.h 1.10 +78 -63 src/contrib/cvs/src/rcscmds.c 1.12 +77 -25 src/contrib/cvs/src/recurse.c 1.21 +545 -544 src/contrib/cvs/src/server.c 1.13 +207 -163 src/contrib/cvs/src/update.c 1.3 +2 -2 src/contrib/cvs/src/update.h From owner-cvs-src@FreeBSD.ORG Wed Apr 14 18:19:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D1FB16A4DC; Wed, 14 Apr 2004 18:19:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F4B043D2D; Wed, 14 Apr 2004 18:19:12 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F1JCGe011374; Wed, 14 Apr 2004 18:19:12 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F1JCCL011373; Wed, 14 Apr 2004 18:19:12 -0700 (PDT) (envelope-from peter) Message-Id: <200404150119.i3F1JCCL011373@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 18:19:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CVSHOME Subject: cvs commit: src/contrib/cvs noautomake.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 01:19:12 -0000 peter 2004/04/14 18:19:12 PDT FreeBSD src repository Removed files: (Branch: CVSHOME) contrib/cvs noautomake.sh Log: File removed from vendor branch Revision Changes Path 1.1.1.3 +0 -92 src/contrib/cvs/noautomake.sh (dead) From owner-cvs-src@FreeBSD.ORG Wed Apr 14 18:30:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E3216A4CE; Wed, 14 Apr 2004 18:30:03 -0700 (PDT) Received: from avgw.bjut.edu.cn (avgw.bjut.edu.cn [202.112.78.85]) by mx1.FreeBSD.org (Postfix) with SMTP id B90EB43D3F; Wed, 14 Apr 2004 18:30:01 -0700 (PDT) (envelope-from delphij@frontfree.net) Received: from beastie.frontfree.net ([218.107.145.7]) by avgw.bjut.edu.cn (SAVSMTP 3.1.5.43) with SMTP id M2004041509300218301 ; Thu, 15 Apr 2004 09:30:02 +0800 Received: from localhost (localhost [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 027DD11645; Thu, 15 Apr 2004 09:29:59 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02222-07; Thu, 15 Apr 2004 09:29:58 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id 76F96115A7; Thu, 15 Apr 2004 09:29:58 +0800 (CST) Date: Thu, 15 Apr 2004 09:29:58 +0800 From: Xin LI To: Peter Wemm Message-ID: <20040415012958.GA1010@frontfree.net> References: <200404150102.i3F125GV007383@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <200404150102.i3F125GV007383@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-GPG-key-ID/Fingerprint: 0xCAEEB8C0 / 43B8 B703 B8DD 0231 B333 DC28 39FB 93A0 CAEE B8C0 X-GPG-Public-Key: http://www.delphij.net/delphij.asc X-Operating-System: FreeBSD beastie.frontfree.net 5.2-CURRENT FreeBSD 5.2-CURRENT #22: Wed Apr 14 17:57:37 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 X-URL: http://www.delphij.net X-By: delphij@beastie.frontfree.net X-Location: Beijing, China X-Virus-Scanned: by amavisd-new at frontfree.net cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs - 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, 15 Apr 2004 01:30:03 -0000 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 14, 2004 at 06:02:05PM -0700, Peter Wemm wrote: >=20 > peter 2004/04/14 18:02:05 PDT >=20 > FreeBSD src repository >=20 > src/contrib/cvs - Imported sources > Update of /home/ncvs/src/contrib/cvs > In directory repoman.freebsd.org:/tmp/cvs-serv7101 > =20 > Log Message: > Import cvs-1.11.15 > =20 > Status: > =20 > Vendor Tag: CVSHOME > Release Tags: v1_11_15 > =09 Yay! Thanks! Cheers, --=20 Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfeWWOfuToMruuMARAnFcAKCL5CBrmxPym/1w6UW6olXOotgxrACghzaf vRvll8kxiTDjUx+LiMMvD4M= =GBXs -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- From owner-cvs-src@FreeBSD.ORG Wed Apr 14 18:31:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F7816A4CE; Wed, 14 Apr 2004 18:31:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A49E43D39; Wed, 14 Apr 2004 18:31:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F1VSGe014270; Wed, 14 Apr 2004 18:31:28 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F1VS31014269; Wed, 14 Apr 2004 18:31:28 -0700 (PDT) (envelope-from peter) Message-Id: <200404150131.i3F1VS31014269@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 18:31: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/contrib/cvs/src diff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 01:31:28 -0000 peter 2004/04/14 18:31:28 PDT FreeBSD src repository Modified files: contrib/cvs/src diff.c Log: Fix merge typo. Add missing ",". Revision Changes Path 1.21 +1 -1 src/contrib/cvs/src/diff.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 18:41:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921A516A4CE; Wed, 14 Apr 2004 18:41:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7492743D31; Wed, 14 Apr 2004 18:41:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F1f6Ge015899; Wed, 14 Apr 2004 18:41:06 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F1f5oM015868; Wed, 14 Apr 2004 18:41:05 -0700 (PDT) (envelope-from peter) Message-Id: <200404150141.i3F1f5oM015868@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 18:41: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/contrib/cvs/src cvs.h entries.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 01:41:06 -0000 peter 2004/04/14 18:41:05 PDT FreeBSD src repository Modified files: contrib/cvs/src cvs.h entries.c Log: Change WriteTemplate to take const char * args. The Name_Root() call seems to be defunct, remove it because it was causing compile problems. The real magic seems to be in the Parse_Info() callback (which was also updated for const char * args). Revision Changes Path 1.19 +1 -1 src/contrib/cvs/src/cvs.h 1.4 +3 -7 src/contrib/cvs/src/entries.c From owner-cvs-src@FreeBSD.ORG Wed Apr 14 18:54:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5430116A4CE; Wed, 14 Apr 2004 18:54:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B29643D45; Wed, 14 Apr 2004 18:54:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F1sSGe019666; Wed, 14 Apr 2004 18:54:28 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F1sS50019665; Wed, 14 Apr 2004 18:54:28 -0700 (PDT) (envelope-from peter) Message-Id: <200404150154.i3F1sS50019665@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 18:54: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/gnu/usr.bin Makefile src/gnu/usr.bin/cvs/cvs Makefile client.patch modules.patch X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 01:54:29 -0000 peter 2004/04/14 18:54:28 PDT FreeBSD src repository Modified files: gnu/usr.bin Makefile gnu/usr.bin/cvs/cvs Makefile Removed files: gnu/usr.bin/cvs/cvs client.patch modules.patch Log: Update bmake glue for cvs-1.11.15, with apologies to Jacques for messing up his day. The *.patch files are still fine for MFC'ing. Revision Changes Path 1.78 +3 -3 src/gnu/usr.bin/Makefile 1.47 +4 -11 src/gnu/usr.bin/cvs/cvs/Makefile 1.3 +0 -30 src/gnu/usr.bin/cvs/cvs/client.patch (dead) 1.3 +0 -25 src/gnu/usr.bin/cvs/cvs/modules.patch (dead) From owner-cvs-src@FreeBSD.ORG Wed Apr 14 22:42:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68C6616A4D0 for ; Wed, 14 Apr 2004 22:42:27 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E2B9143D5D for ; Wed, 14 Apr 2004 22:42:26 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 87305 invoked by uid 1000); 15 Apr 2004 05:42:29 -0000 Date: Wed, 14 Apr 2004 22:42:29 -0700 (PDT) From: Nate Lawson To: Kevin Oberman In-Reply-To: <20040414223714.091FE5D07@ptavv.es.net> Message-ID: <20040414223743.V87135@root.org> References: <20040414223714.091FE5D07@ptavv.es.net> 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/contrib/dev/acpica hwsleep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 05:42:27 -0000 On Wed, 14 Apr 2004, Kevin Oberman wrote: > > njl 2004/04/14 09:52:19 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/contrib/dev/acpica hwsleep.c > > Log: > > Even though the patch has been submitted to the vendor, this file is off > > the vendor branch. Once more, with feeling! > > Boy, my timing suck of late. I just rebuilt my system to see if > unloading and loading the sound driver would fix my > sound-too-fast-after-resume problem. To my amazement, using the loadable > drivers I no longer had the problem. I did all sorts of testing to try > to figure out why this would make a difference. Then I decided to catch > up on cvs-all. > > Thanks, Nate. This fixes the sound problem on my T30. My only remaining > issue is turning off the @#$% back-light! (Not that there might not be > other issues I have not hit.) I can't see how this commit fixes your sound problem. Are you loading/unloading the device drivers (i.e. via /etc/rc.suspend,resume)? I could see that helping. Or is the problem fixed even without doing that? > First rule of troubleshooting...change only one variable at a time! > Learned that over 30 year ago, but still ignore it too often. It's often difficult to sit down and come up with the optimal test plan (for instance, binary search) and then stick to it. Usually after a while, the temptation is too great to just try what you think will fix it and then get lost in random, duplicative tests. I think this is related to the high we get from succeeding in record time due to intuition. Of course, we don't later remember the hours spent pursuing unfruitful intuitions and compare, we only remember the good ones. :-) -Nate From owner-cvs-src@FreeBSD.ORG Wed Apr 14 23:06:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 310AE16A4CE; Wed, 14 Apr 2004 23:06:11 -0700 (PDT) Received: from signal.itea.ntnu.no (signal.itea.ntnu.no [129.241.190.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD2743D55; Wed, 14 Apr 2004 23:06:10 -0700 (PDT) (envelope-from morten@rodal.no) Received: from localhost (localhost [127.0.0.1]) by signal.itea.ntnu.no (Postfix) with ESMTP id AD5A53487B; Thu, 15 Apr 2004 08:06:08 +0200 (CEST) Received: from atlantis.rodal.no (m097g.studby.ntnu.no [129.241.134.97]) by signal.itea.ntnu.no (Postfix) with ESMTP id 76CA934419; Thu, 15 Apr 2004 08:06:08 +0200 (CEST) Received: (from morten@localhost) by atlantis.rodal.no (8.12.11/8.12.11/Submit) id i3F667fm000737; Thu, 15 Apr 2004 08:06:07 +0200 (CEST) (envelope-from morten) Date: Thu, 15 Apr 2004 08:06:07 +0200 From: Morten Rodal To: Max Khon Message-ID: <20040415060606.GA655@atlantis.rodal.no> References: <200404051626.i35GQM6k035503@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dc+cDN39EJAMEtIO" Content-Disposition: inline In-Reply-To: <200404051626.i35GQM6k035503@repoman.freebsd.org> X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d sendmail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 06:06:11 -0000 --dc+cDN39EJAMEtIO Content-Type: multipart/mixed; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 05, 2004 at 09:26:22AM -0700, Max Khon wrote: > fjoe 2004/04/05 09:26:22 PDT >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d sendmail=20 > Log: > Allow this script to be used for Postfix: > - Use sendmail_foo variables after load_rc_config so that they actually= work. > - Utilize sendmail_procname. > - Check sendmail_submit_enable instead of sendmail_enable when dealing > with mail submission MTA. > =20 > Revision Changes Path > 1.10 +4 -3 src/etc/rc.d/sendmail With this change I am not able to start the sendmail submit mail daemon, which results in no daemons listening on localhost:25. In the rc.conf I have: sendmail_enable=3D"NO" sendmail_submit_enable=3D"YES" If I apply the attached patch I am able to start the submit mail daemon. Probably not the correct way to do it, but it works. --=20 Morten Rodal --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sendmail.patch" Content-Transfer-Encoding: quoted-printable --- /tmp/sendmail Thu Apr 15 08:02:03 2004 +++ sendmail Thu Apr 15 08:02:19 2004 @@ -74,7 +74,7 @@ =20 required_files=3D =20 -if ! checkyesno sendmail_submit_enable; then +if checkyesno sendmail_submit_enable; then name=3D"sendmail_submit" rcvar=3D`set_rcvar` start_cmd=3D"${command} ${sendmail_submit_flags}" --n8g4imXOkfNTN/H1-- --dc+cDN39EJAMEtIO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfiZObWe1Cy11WVsRAkpeAJ9xSQLLJraIyO1yUTb8o6/zsU/3fACg3ZUE FOq3cMVy68NhXP4lwdha6qU= =zb+c -----END PGP SIGNATURE----- --dc+cDN39EJAMEtIO-- From owner-cvs-src@FreeBSD.ORG Thu Apr 15 00:24:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E874F16A4CE; Thu, 15 Apr 2004 00:24:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC10443D2D; Thu, 15 Apr 2004 00:24:10 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F7OAGe097156; Thu, 15 Apr 2004 00:24:10 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F7OA4k097155; Thu, 15 Apr 2004 00:24:10 -0700 (PDT) (envelope-from markm) Message-Id: <200404150724.i3F7OA4k097155@repoman.freebsd.org> From: Mark Murray Date: Thu, 15 Apr 2004 00:24: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/man9 uio.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: Thu, 15 Apr 2004 07:24:11 -0000 markm 2004/04/15 00:24:10 PDT FreeBSD src repository Modified files: share/man/man9 uio.9 Log: Do a style fixup on the example function. Revision Changes Path 1.15 +9 -9 src/share/man/man9/uio.9 From owner-cvs-src@FreeBSD.ORG Thu Apr 15 00:24:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B76E416A4D5; Thu, 15 Apr 2004 00:24:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9890443D46; Thu, 15 Apr 2004 00:24:21 -0700 (PDT) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F7OLGe097190; Thu, 15 Apr 2004 00:24:21 -0700 (PDT) (envelope-from mckay@repoman.freebsd.org) Received: (from mckay@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F7OLg4097189; Thu, 15 Apr 2004 00:24:21 -0700 (PDT) (envelope-from mckay) Message-Id: <200404150724.i3F7OLg4097189@repoman.freebsd.org> From: Stephen McKay Date: Thu, 15 Apr 2004 00:24:21 -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_sk.c if_skreg.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, 15 Apr 2004 07:24:24 -0000 mckay 2004/04/15 00:24:21 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci if_sk.c if_skreg.h Log: MFC: if_sk.c (revs 1.67 and 1.78), if_skreg.h (revs 1.17 and 1.20). Add support for Linksys EG1032 and D-Link DGE-530T cards. Approved by: re (scottl) Obtained from: OpenBSD/NetBSD (partially) Revision Changes Path 1.19.2.12 +24 -1 src/sys/pci/if_sk.c 1.8.2.4 +20 -0 src/sys/pci/if_skreg.h From owner-cvs-src@FreeBSD.ORG Thu Apr 15 00:24:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA11516A4D3 for ; Thu, 15 Apr 2004 00:24:30 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E65943D49 for ; Thu, 15 Apr 2004 00:24:30 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 67892 invoked from network); 15 Apr 2004 07:24:29 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 15 Apr 2004 07:24:29 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 15 Apr 2004 02:32:48 -0500 (CDT) From: Mike Silbersack To: John Baldwin In-Reply-To: <200404132258.31816.jhb@FreeBSD.org> Message-ID: <20040415023200.D10243@odysseus.silby.com> References: <200404120913.i3C9DOkd075451@repoman.freebsd.org> <200404132258.31816.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Mark Murray cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 07:24:31 -0000 On Tue, 13 Apr 2004, John Baldwin wrote: > You should drop the lock before uiomove(). If the uio can possibly reference > user memory, then uiomove() will do a copyout() which can fault and thus > sleep if the page is in swap. > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ I'm going to have a similar problem in sendfile when I try to de-giantify it, and I'm sure read / write will have issues as well... will WITNESS catch this potential problem? Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu Apr 15 00:38:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1482716A4CE; Thu, 15 Apr 2004 00:38:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE1543D46; Thu, 15 Apr 2004 00:38:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F7ciGe099382; Thu, 15 Apr 2004 00:38:44 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F7ciEe099381; Thu, 15 Apr 2004 00:38:44 -0700 (PDT) (envelope-from ru) Message-Id: <200404150738.i3F7ciEe099381@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Apr 2004 00:38: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/kern kern_poll.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 07:38:45 -0000 ru 2004/04/15 00:38:44 PDT FreeBSD src repository Modified files: sys/kern kern_poll.c Log: Ensure that the poll_burst <= poll_burst_max constraint really holds. Reviewed by: luigi Revision Changes Path 1.17 +2 -0 src/sys/kern/kern_poll.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 01:37:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5117916A4CE; Thu, 15 Apr 2004 01:37:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3349643D41; Thu, 15 Apr 2004 01:37:35 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F8bYGe019142; Thu, 15 Apr 2004 01:37:34 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F8bYbj019141; Thu, 15 Apr 2004 01:37:34 -0700 (PDT) (envelope-from ru) Message-Id: <200404150837.i3F8bYbj019141@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Apr 2004 01:37:34 -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/kern kern_poll.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 08:37:35 -0000 ru 2004/04/15 01:37:34 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern kern_poll.c Log: MFC: 1.17: Enforce the poll_burst <= poll_burst_max constraint. Approved by: re (scottl) Revision Changes Path 1.2.2.6 +2 -0 src/sys/kern/kern_poll.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 01:56:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0010C16A4CE; Thu, 15 Apr 2004 01:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D853143D2D; Thu, 15 Apr 2004 01:56:07 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3F8u7Ge023246; Thu, 15 Apr 2004 01:56:07 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3F8u798023245; Thu, 15 Apr 2004 01:56:07 -0700 (PDT) (envelope-from harti) Message-Id: <200404150856.i3F8u798023245@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 15 Apr 2004 01:56: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/usr.sbin/bsnmpd/bsnmpd 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, 15 Apr 2004 08:56:08 -0000 harti 2004/04/15 01:56:06 PDT FreeBSD src repository Modified files: usr.sbin/bsnmpd/bsnmpd Makefile Log: Install the MIBs and the definition file to the new location under /usr/share/snmp. Noted by: bmah Revision Changes Path 1.8 +2 -2 src/usr.sbin/bsnmpd/bsnmpd/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 15 01:59:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E5116A4CE; Thu, 15 Apr 2004 01:59:15 -0700 (PDT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDE443D3F; Thu, 15 Apr 2004 01:59:13 -0700 (PDT) (envelope-from novo@cs.tu-berlin.de) Received: from 130-149-145-43.dialup.cs.tu-berlin.de (130-149-145-43.dialup.cs.tu-berlin.de [130.149.145.43]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id KAA22812; Thu, 15 Apr 2004 10:57:04 +0200 (MET DST) Date: Thu, 15 Apr 2004 10:57:32 +0200 (CEST) From: Harti Brandt X-X-Sender: novo@130-149-145-43.dialup.cs.tu-berlin.de To: "Bruce A. Mah" In-Reply-To: <200404142322.i3ENMkmw093624@tomcat.kitchenlab.org> Message-ID: <20040415105644.I602@130-149-145-43.dialup.cs.tu-berlin.de> References: <200404141631.i3EGVsUQ097374@repoman.freebsd.org> <200404142322.i3ENMkmw093624@tomcat.kitchenlab.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/usr.sbin/bsnmpd/bsnmpd Makefile src/lib/libbsnmp/modules Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: harti@FreeBSD.ORG List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 08:59:15 -0000 On Wed, 14 Apr 2004, Bruce A. Mah wrote: > If memory serves me right, Hartmut Brandt wrote: > > harti 2004/04/14 09:31:54 PDT > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/bsnmpd/bsnmpd Makefile > > lib/libbsnmp/modules Makefile.inc > > Log: > > Use a MANFILTER to patch the man pages to point to the right path. > > > > Noted by: phk > > > > Revision Changes Path > > 1.6 +4 -0 src/lib/libbsnmp/modules/Makefile.inc > > 1.7 +4 -0 src/usr.sbin/bsnmpd/bsnmpd/Makefile > > In usr.sbin/bsnmpd/bsnmpd/Makefile, you still have BMIBSDIR and DEFSDIR > pointing to the old locations under /usr/share/bsnmp, not the new > locations under /usr/share/snmp. Sorry, I missed this one. Fix just committed. harti From owner-cvs-src@FreeBSD.ORG Thu Apr 15 02:56:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B90DF16A4CE; Thu, 15 Apr 2004 02:56:21 -0700 (PDT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B82643D48; Thu, 15 Apr 2004 02:56:21 -0700 (PDT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HW7005L8I38O5@ms-dienst.rz.rwth-aachen.de>; Thu, 15 Apr 2004 11:52:21 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Thu, 15 Apr 2004 11:52:20 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])i3F9qJJC015561; Thu, 15 Apr 2004 11:52:19 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id 8EEEA28427; Thu, 15 Apr 2004 11:52:18 +0200 (CEST) Received: by gondor.middleearth (Postfix, from userid 1001) id 497066138; Thu, 15 Apr 2004 11:52:18 +0200 (CEST) Date: Thu, 15 Apr 2004 11:52:18 +0200 From: Christian Brueffer In-reply-to: <20040414110826.GC2318@ip.net.ua> To: Ruslan Ermilov Message-id: <20040415095218.GD582@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=OROCMA9jn6tkzFBc; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.5.1i X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200404130933.i3D9XXxl035113@repoman.freebsd.org> <20040414090056.GC582@unixpages.org> <20040414110826.GC2318@ip.net.ua> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys param.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, 15 Apr 2004 09:56:21 -0000 --OROCMA9jn6tkzFBc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 14, 2004 at 02:08:26PM +0300, Ruslan Ermilov wrote: > On Wed, Apr 14, 2004 at 11:00:57AM +0200, Christian Brueffer wrote: > > On Tue, Apr 13, 2004 at 02:33:33AM -0700, Ruslan Ermilov wrote: > > > ru 2004/04/13 02:33:33 PDT > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > sys/sys param.h=20 > > > Log: > > > Bump __FreeBSD_version on behalf of the new .warning directive in m= ake(1). > > > =20 > > > Requested by: kris > > > =20 > > > Revision Changes Path > > > 1.191 +1 -1 src/sys/sys/param.h > > > _______________________________________________ > > > cvs-all@freebsd.org mailing list > >=20 > > Please also document it in the porters handbook. > >=20 > Please do it for me, I have zero SGML skills. ;) >=20 Added. Like Dag said, it's really just copy and paste :-) - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --OROCMA9jn6tkzFBc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfltRbHYXjKDtmC0RAjnuAKDu5k+2E+00lTbehzIAkKwmOTwjAwCgvdN/ DJwRco5d61GKSl1hhLd4xcA= =hKTE -----END PGP SIGNATURE----- --OROCMA9jn6tkzFBc-- From owner-cvs-src@FreeBSD.ORG Thu Apr 15 03:32:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D4416A4CE; Thu, 15 Apr 2004 03:32:30 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225BB43D4C; Thu, 15 Apr 2004 03:32:30 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 097A6530C; Thu, 15 Apr 2004 12:32:29 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 97D335309; Thu, 15 Apr 2004 12:32:22 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 7EC3D33C6C; Thu, 15 Apr 2004 12:32:22 +0200 (CEST) To: Morten Rodal References: <200404051626.i35GQM6k035503@repoman.freebsd.org> <20040415060606.GA655@atlantis.rodal.no> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 15 Apr 2004 12:32:22 +0200 In-Reply-To: <20040415060606.GA655@atlantis.rodal.no> (Morten Rodal's message of "Thu, 15 Apr 2004 08:06:07 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: Max Khon cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/rc.d sendmail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 10:32:30 -0000 Morten Rodal writes: > With this change I am not able to start the sendmail submit mail > daemon, which results in no daemons listening on localhost:25. The submission daemon is supposed to listen on port 587, not 25. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Apr 15 03:41:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848AF16A4CE; Thu, 15 Apr 2004 03:41:57 -0700 (PDT) Received: from ray.idi.ntnu.no (ray.idi.ntnu.no [129.241.107.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2A443D46; Thu, 15 Apr 2004 03:41:56 -0700 (PDT) (envelope-from morten@rodal.no) Received: from stud326.idi.ntnu.no (stud326.idi.ntnu.no [129.241.103.26]) by ray.idi.ntnu.no (8.12.10/8.12.10) with ESMTP id i3FAfqgE009017; Thu, 15 Apr 2004 12:41:52 +0200 (MEST) Received: (from morten@localhost) by stud326.idi.ntnu.no (8.12.11/8.12.11/Submit) id i3FAfqUP076403; Thu, 15 Apr 2004 12:41:52 +0200 (CEST) (envelope-from morten) Date: Thu, 15 Apr 2004 12:41:52 +0200 From: Morten Rodal To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20040415104152.GB28286@stud326.idi.ntnu.no> References: <200404051626.i35GQM6k035503@repoman.freebsd.org> <20040415060606.GA655@atlantis.rodal.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: cc: Max Khon cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/rc.d sendmail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 10:41:57 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 15, 2004 at 12:32:22PM +0200, Dag-Erling Sm=F8rgrav wrote: > Morten Rodal writes: > > With this change I am not able to start the sendmail submit mail > > daemon, which results in no daemons listening on localhost:25. >=20 > The submission daemon is supposed to listen on port 587, not 25. >=20 Ok, but without the patch I am not able to send any mail. All mail gets deferred; Apr 15 07:48:04 slurp sendmail[99622]: i3F5m26P099513: to=3Droot, ctladdr= =3Droot (0/0), delay=3D00:00:02, xdelay=3D00:00:00, mailer=3Drelay, pri=3D1= 20265, relay=3D[127.0.0.1] [127.0.0.1], dsn=3D4.0.0, stat=3DDeferred: Conne= ction refused by [127.0.0.1] A computer running 5.2-CURRENT from sometime in March lists these processes: root 441 0.0 0.6 3572 1552 ?? Ss 26Mar04 1:03.78 sendmail: acc= epting connections (sendmail) smmsp 444 0.0 0.5 3448 1356 ?? Ss 26Mar04 0:01.40 sendmail: Que= ue runner@00:30:00 for /var/spool/clientmqueue (sendmail) which listens on: [stud326] /etc/mail# sockstat | grep sendmail smmsp sendmail 444 3 dgram -> /var/run/log root sendmail 441 3 dgram -> /var/run/log root sendmail 441 4 tcp4 127.0.0.1:25 *:* Is my mail setup wrong in some way? --=20 Morten Rodal --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfmbwbWe1Cy11WVsRApkLAJ4zFaAy1tn79/gtf2ToGJGd5ylqwwCgkSYT YzUYe6pRaL1pPrMQWby4m6U= =qWnm -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- From owner-cvs-src@FreeBSD.ORG Thu Apr 15 03:47:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD7716A4CE; Thu, 15 Apr 2004 03:47:48 -0700 (PDT) Received: from neo.samodelkin.net (samodelkin.net [81.176.202.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C2543D2F; Thu, 15 Apr 2004 03:47:48 -0700 (PDT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id D0643582; Thu, 15 Apr 2004 17:47:45 +0700 (NOVST) Date: Thu, 15 Apr 2004 17:47:45 +0700 From: Max Khon To: Morten Rodal Message-ID: <20040415104745.GB21942@samodelkin.net> References: <200404051626.i35GQM6k035503@repoman.freebsd.org> <20040415060606.GA655@atlantis.rodal.no> <20040415104152.GB28286@stud326.idi.ntnu.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040415104152.GB28286@stud326.idi.ntnu.no> User-Agent: Mutt/1.4.2i cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: Max Khon Subject: Re: cvs commit: src/etc/rc.d sendmail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 10:47:48 -0000 Hello! On Thu, Apr 15, 2004 at 12:41:52PM +0200, Morten Rodal wrote: > > > With this change I am not able to start the sendmail submit mail > > > daemon, which results in no daemons listening on localhost:25. > > > > The submission daemon is supposed to listen on port 587, not 25. > > Ok, but without the patch I am not able to send any mail. All mail > gets deferred; Your patch seems to be correct. I'll review it more carefully when I get home in the evening and commit it. /fjoe From owner-cvs-src@FreeBSD.ORG Thu Apr 15 05:12:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A672F16A4CE; Thu, 15 Apr 2004 05:12:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5A143D48; Thu, 15 Apr 2004 05:12:15 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FCCFGe073732; Thu, 15 Apr 2004 05:12:15 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FCCFgD073731; Thu, 15 Apr 2004 05:12:15 -0700 (PDT) (envelope-from cperciva) Message-Id: <200404151212.i3FCCFgD073731@repoman.freebsd.org> From: Colin Percival Date: Thu, 15 Apr 2004 05:12: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/boot/forth loader.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 12:12:15 -0000 cperciva 2004/04/15 05:12:15 PDT FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: s/atspeaker/speaker/ cf. revision 1.2 of src/sys/modules/speaker/Makefile PR: conf/65195 Submitted by: daichi Revision Changes Path 1.77 +1 -1 src/sys/boot/forth/loader.conf From owner-cvs-src@FreeBSD.ORG Thu Apr 15 06:39:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA4616A4CF for ; Thu, 15 Apr 2004 06:39:22 -0700 (PDT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 5EF7643D2D for ; Thu, 15 Apr 2004 06:39:21 -0700 (PDT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 17161 invoked from network); 15 Apr 2004 13:39:17 -0000 Received: from unknown (HELO localhost) (210.153.208.115) by wasley.bl.mmtr.or.jp with SMTP; 15 Apr 2004 13:39:17 -0000 Date: Thu, 15 Apr 2004 22:38:53 +0900 (JST) Message-Id: <20040415.223853.59480249.rushani@bl.mmtr.or.jp> To: cperciva@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <200404151212.i3FCCFgD073731@repoman.freebsd.org> References: <200404151212.i3FCCFgD073731@repoman.freebsd.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.0.65 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 13:39:23 -0000 >>> On Thu, 15 Apr 2004 05:12:15 -0700 (PDT), Colin Percival said: > cperciva 2004/04/15 05:12:15 PDT > > FreeBSD src repository > > Modified files: > sys/boot/forth loader.conf > Log: > s/atspeaker/speaker/ > cf. revision 1.2 of src/sys/modules/speaker/Makefile Could you please also take care about conf/58016? Regards, -- rushani From owner-cvs-src@FreeBSD.ORG Thu Apr 15 06:46:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0036A16A4CF for ; Thu, 15 Apr 2004 06:46:43 -0700 (PDT) Received: from tx2.oucs.ox.ac.uk (tx2.oucs.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A64843D46 for ; Thu, 15 Apr 2004 06:46:43 -0700 (PDT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.oucs.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BE7CU-0007js-L0 for cvs-src@FreeBSD.org; Thu, 15 Apr 2004 14:46:42 +0100 Received: from rx2.oucs.ox.ac.uk ([163.1.2.161]) by localhost (scan2.oucs.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 29690-01 for ; Thu, 15 Apr 2004 14:46:42 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx2.oucs.ox.ac.uk with smtp (Exim 4.24) id 1BE7CU-0007jl-7P for cvs-src@FreeBSD.org; Thu, 15 Apr 2004 14:46:42 +0100 Received: (qmail 3549 invoked by uid 1004); 15 Apr 2004 13:46:42 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.065583 secs); 15 Apr 2004 13:46:42 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 15 Apr 2004 13:46:41 -0000 Message-Id: <6.0.1.1.1.20040415144434.03c10478@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Thu, 15 Apr 2004 14:46:30 +0100 To: Hideyuki KURASHINA From: Colin Percival In-Reply-To: <20040415.223853.59480249.rushani@bl.mmtr.or.jp> References: <200404151212.i3FCCFgD073731@repoman.freebsd.org> <20040415.223853.59480249.rushani@bl.mmtr.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cperciva@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 13:46:44 -0000 At 14:38 15/04/2004, Hideyuki KURASHINA wrote: >>>> On Thu, 15 Apr 2004 05:12:15 -0700 (PDT), Colin Percival said: >> cperciva 2004/04/15 05:12:15 PDT >> Modified files: >> sys/boot/forth loader.conf >> Log: >> s/atspeaker/speaker/ >> cf. revision 1.2 of src/sys/modules/speaker/Makefile > >Could you please also take care about conf/58016? Heh, it didn't occur to me that two different committers might have submitted PRs containing exactly the same one-line bug fix. :-) Colin Percival From owner-cvs-src@FreeBSD.ORG Thu Apr 15 06:56:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A06616A4CE; Thu, 15 Apr 2004 06:56:21 -0700 (PDT) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1361A43D55; Thu, 15 Apr 2004 06:56:21 -0700 (PDT) (envelope-from bmah@tomcat.kitchenlab.org) Received: from tomcat.kitchenlab.org (adsl-64-142-31-107.sonic.net [64.142.31.107]) by b.mail.sonic.net (8.12.11/8.12.11) with ESMTP id i3FDuKMX006443 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 15 Apr 2004 06:56:20 -0700 Received: from tomcat.kitchenlab.org (localhost.kitchenlab.org [127.0.0.1]) i3FDuK4S096786; Thu, 15 Apr 2004 06:56:20 -0700 (PDT) (envelope-from bmah@tomcat.kitchenlab.org) Received: (from bmah@localhost) by tomcat.kitchenlab.org (8.12.11/8.12.11/Submit) id i3FDuK6l096785; Thu, 15 Apr 2004 06:56:20 -0700 (PDT) (envelope-from bmah) Date: Thu, 15 Apr 2004 06:56:20 -0700 From: "Bruce A. Mah" To: harti@FreeBSD.org Message-ID: <20040415135620.GA96774@tomcat.kitchenlab.org> References: <200404141631.i3EGVsUQ097374@repoman.freebsd.org> <200404142322.i3ENMkmw093624@tomcat.kitchenlab.org> <20040415105644.I602@130-149-145-43.dialup.cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <20040415105644.I602@130-149-145-43.dialup.cs.tu-berlin.de> User-Agent: Mutt/1.4.2.1i X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-url: http://www.employees.org/~bmah/ cc: "Bruce A. Mah" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/bsnmpd/bsnmpd Makefile src/lib/libbsnmp/modules Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 13:56:21 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable If memory serves me right, Harti Brandt wrote: > On Wed, 14 Apr 2004, Bruce A. Mah wrote: >=20 > > If memory serves me right, Hartmut Brandt wrote: > > > harti 2004/04/14 09:31:54 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.sbin/bsnmpd/bsnmpd Makefile > > > lib/libbsnmp/modules Makefile.inc > > > Log: > > > Use a MANFILTER to patch the man pages to point to the right path. > > > > > > Noted by: phk > > > > > > Revision Changes Path > > > 1.6 +4 -0 src/lib/libbsnmp/modules/Makefile.inc > > > 1.7 +4 -0 src/usr.sbin/bsnmpd/bsnmpd/Makefile > > > > In usr.sbin/bsnmpd/bsnmpd/Makefile, you still have BMIBSDIR and DEFSDIR > > pointing to the old locations under /usr/share/bsnmp, not the new > > locations under /usr/share/snmp. >=20 > Sorry, I missed this one. Fix just committed. Thanks! Bruce. --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfpSE2MoxcVugUsMRAo4ZAKCOxmOLs2/u5xmxSl/dfz13rPaTrwCgiYew fbnZTNsa5luzzFDxXFm6vtM= =nya3 -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:11:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C3D416A4CE; Thu, 15 Apr 2004 08:11:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F37343D49; Thu, 15 Apr 2004 08:11:07 -0700 (PDT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFB6Ge012163; Thu, 15 Apr 2004 08:11:06 -0700 (PDT) (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFB5RY012162; Thu, 15 Apr 2004 08:11:05 -0700 (PDT) (envelope-from josef) Message-Id: <200404151511.i3FFB5RY012162@repoman.freebsd.org> From: Josef El-Rayes Date: Thu, 15 Apr 2004 08:11:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf GENERIC NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 15:11:07 -0000 josef 2004/04/15 08:11:05 PDT FreeBSD src repository (doc committer) Modified files: sys/i386/conf GENERIC NOTES Log: Add note that npx depends on isa. Approved by: green Revision Changes Path 1.400 +1 -1 src/sys/i386/conf/GENERIC 1.1154 +1 -1 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:13:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0CC516A4CE; Thu, 15 Apr 2004 08:13:26 -0700 (PDT) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A37B43D31; Thu, 15 Apr 2004 08:13:26 -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 IBA74465; Thu, 15 Apr 2004 08:13:25 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 8888A5D07; Thu, 15 Apr 2004 08:13:25 -0700 (PDT) To: Nate Lawson In-reply-to: Your message of "Wed, 14 Apr 2004 22:42:29 PDT." <20040414223743.V87135@root.org> Date: Thu, 15 Apr 2004 08:13:25 -0700 From: "Kevin Oberman" Message-Id: <20040415151325.8888A5D07@ptavv.es.net> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica hwsleep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 15:13:26 -0000 > Date: Wed, 14 Apr 2004 22:42:29 -0700 (PDT) > From: Nate Lawson > > On Wed, 14 Apr 2004, Kevin Oberman wrote: > > > njl 2004/04/14 09:52:19 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/contrib/dev/acpica hwsleep.c > > > Log: > > > Even though the patch has been submitted to the vendor, this file is off > > > the vendor branch. Once more, with feeling! > > > > Boy, my timing suck of late. I just rebuilt my system to see if > > unloading and loading the sound driver would fix my > > sound-too-fast-after-resume problem. To my amazement, using the loadable > > drivers I no longer had the problem. I did all sorts of testing to try > > to figure out why this would make a difference. Then I decided to catch > > up on cvs-all. > > > > Thanks, Nate. This fixes the sound problem on my T30. My only remaining > > issue is turning off the @#$% back-light! (Not that there might not be > > other issues I have not hit.) > > I can't see how this commit fixes your sound problem. Are you > loading/unloading the device drivers (i.e. via /etc/rc.suspend,resume)? > I could see that helping. Or is the problem fixed even without doing > that? It is fixed WITHOUT doing that. I built a new kernel without "device pcm" and manually loaded the driver. I then suspended and resumed. Prior to you last round of updates (and one patch from Warner that did not appear to be related to this), the sound would work after the system resumed, but would run at about 52K, it's raw speed, rather than at the desired 48K. Now the sound works fine after a resume. Unfortunately, after I sent this message and over an hour after the system had been resumed, irq11 failed again. All devices using irq11 simply stopped working including the network and sound devices. This delay completely baffles me. I can see why there might be interrupt issues after a resume, but I can't imagine why interrupts would work for an hour and then fail. And only irq11. All other interrupts are fine. That does kind of make sense as that irq is the one shared by multiple devices. I also now see that if I either load the driver at boot time (from loader.conf) or build it into the kernel, the driver fails to attach. The probe returns "(no driver attached)". I think this is attributable to Warner's last PCI patch. Perhaps that is responsible for the change in the sound behavior, as well. (Noto Bene! When I say his last patch, I refer to the one late yesterday morning. I have not cvsuped today and have not checked out either current@ or cvs-all@, so things may have changed by now.) > > First rule of troubleshooting...change only one variable at a time! > > Learned that over 30 year ago, but still ignore it too often. > > It's often difficult to sit down and come up with the optimal test plan > (for instance, binary search) and then stick to it. Usually after a > while, the temptation is too great to just try what you think will fix it > and then get lost in random, duplicative tests. I think this is related > to the high we get from succeeding in record time due to intuition. Of > course, we don't later remember the hours spent pursuing unfruitful > intuitions and compare, we only remember the good ones. :-) Exactly! Thanks again for all of your help. -- 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 Apr 15 08:35:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D002E16A4CE; Thu, 15 Apr 2004 08:35:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B13D743D46; Thu, 15 Apr 2004 08:35:27 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFZRGe018148; Thu, 15 Apr 2004 08:35:27 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFZRl7018147; Thu, 15 Apr 2004 08:35:27 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151535.i3FFZRl7018147@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:35:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/cvs/src client.c 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: Thu, 15 Apr 2004 15:35:28 -0000 nectar 2004/04/15 08:35:27 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/cvs/src client.c modules.c Log: MFC: Patch vulnerabilities in the CVS client and server: A malicious CVS server could cause your CVS client to overwrite arbitrary files (CAN-2004-0180). When a CVS client uses the `-p' checkout option, the server could be fooled into checking out files from outside the given $CVSROOT. Submitted by: Derek Robert Price Approved by: re Revision Changes Path 1.2.2.7 +14 -1 src/contrib/cvs/src/client.c 1.1.1.5.2.4 +8 -0 src/contrib/cvs/src/modules.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:42:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80AB16A4CF; Thu, 15 Apr 2004 08:42:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A975743D66; Thu, 15 Apr 2004 08:42:49 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFgnGe020141; Thu, 15 Apr 2004 08:42:49 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFgnqO020140; Thu, 15 Apr 2004 08:42:49 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151542.i3FFgnqO020140@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:42:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 15:42:50 -0000 nectar 2004/04/15 08:42:49 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.282.2.13 +3 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:42:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EC1016A4D0; Thu, 15 Apr 2004 08:42:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41EDC43D5E; Thu, 15 Apr 2004 08:42:50 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFgoGe020160; Thu, 15 Apr 2004 08:42:50 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFgoC1020159; Thu, 15 Apr 2004 08:42:50 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151542.i3FFgoC1020159@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:42:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 15:42:50 -0000 nectar 2004/04/15 08:42:50 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/conf newvers.sh Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.56.2.12 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:42:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2681A16A4D1; Thu, 15 Apr 2004 08:42:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E1443D31; Thu, 15 Apr 2004 08:42:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFgoGe020181; Thu, 15 Apr 2004 08:42:50 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFgoHe020180; Thu, 15 Apr 2004 08:42:50 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151542.i3FFgoHe020180@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:42:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/contrib/cvs/src client.c 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: Thu, 15 Apr 2004 15:42:51 -0000 nectar 2004/04/15 08:42:50 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_2) contrib/cvs/src client.c modules.c Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.10.4.1 +14 -1 src/contrib/cvs/src/client.c 1.1.1.8.6.2 +8 -0 src/contrib/cvs/src/modules.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:58:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09A916A4CE; Thu, 15 Apr 2004 08:58:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934EA43D54; Thu, 15 Apr 2004 08:58:21 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFwLGe028501; Thu, 15 Apr 2004 08:58:21 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFwLPq028500; Thu, 15 Apr 2004 08:58:21 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151558.i3FFwLPq028500@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:58:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 15:58:21 -0000 nectar 2004/04/15 08:58:21 PDT FreeBSD src repository Modified files: . approvers Log: Add a missing `$' to the RELENG_4 regexp to avoid erroneous matches. Revision Changes Path 1.3 +1 -1 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:59:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E5016A4D0; Thu, 15 Apr 2004 08:59:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC10143D69; Thu, 15 Apr 2004 08:59:03 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFx3Ge028566; Thu, 15 Apr 2004 08:59:03 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFx3ca028565; Thu, 15 Apr 2004 08:59:03 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151559.i3FFx3ca028565@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:59:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 15:59:04 -0000 nectar 2004/04/15 08:59:03 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.73.2.89.2.6 +3 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:59:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E864916A4CF; Thu, 15 Apr 2004 08:59:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C99EF43D53; Thu, 15 Apr 2004 08:59:04 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFx4Ge028585; Thu, 15 Apr 2004 08:59:04 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFx4bf028584; Thu, 15 Apr 2004 08:59:04 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151559.i3FFx4bf028584@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:59:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 15:59:05 -0000 nectar 2004/04/15 08:59:04 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_9) sys/conf newvers.sh Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.44.2.32.2.6 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:59:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 247D216A4CE; Thu, 15 Apr 2004 08:59:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0796F43D69; Thu, 15 Apr 2004 08:59:06 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFx5Ge028606; Thu, 15 Apr 2004 08:59:05 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFx5eT028605; Thu, 15 Apr 2004 08:59:05 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151559.i3FFx5eT028605@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:59:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src/contrib/cvs/src client.c 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: Thu, 15 Apr 2004 15:59:06 -0000 nectar 2004/04/15 08:59:05 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_9) contrib/cvs/src client.c modules.c Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.2.2.6.4.1 +14 -1 src/contrib/cvs/src/client.c 1.1.1.5.2.3.4.1 +8 -0 src/contrib/cvs/src/modules.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:59:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09FC416A4CF; Thu, 15 Apr 2004 08:59:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E06B843D5D; Thu, 15 Apr 2004 08:59:53 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFxrGe028705; Thu, 15 Apr 2004 08:59:53 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFxr6X028704; Thu, 15 Apr 2004 08:59:53 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151559.i3FFxr6X028704@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:59:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 15:59:54 -0000 nectar 2004/04/15 08:59:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.73.2.80.2.21 +3 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:59:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891D416A4CE; Thu, 15 Apr 2004 08:59:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66DBE43D46; Thu, 15 Apr 2004 08:59:54 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFxsGe028724; Thu, 15 Apr 2004 08:59:54 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFxsbc028723; Thu, 15 Apr 2004 08:59:54 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151559.i3FFxsbc028723@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:59:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 15:59:54 -0000 nectar 2004/04/15 08:59:54 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) sys/conf newvers.sh Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.44.2.29.2.19 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Apr 15 08:59:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C1016A4D2; Thu, 15 Apr 2004 08:59:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3308043D46; Thu, 15 Apr 2004 08:59:55 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FFxtGe028745; Thu, 15 Apr 2004 08:59:55 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FFxss1028744; Thu, 15 Apr 2004 08:59:54 -0700 (PDT) (envelope-from nectar) Message-Id: <200404151559.i3FFxss1028744@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 15 Apr 2004 08:59:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src/contrib/cvs/src client.c 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: Thu, 15 Apr 2004 15:59:55 -0000 nectar 2004/04/15 08:59:54 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) contrib/cvs/src client.c modules.c Log: Merge from 4-STABLE client.c 1.2.2.7, modules.c 1.1.1.5.2.4: Correct some path validation errors in CVS. Approved by: so Revision Changes Path 1.2.2.6.2.1 +14 -1 src/contrib/cvs/src/client.c 1.1.1.5.2.3.2.1 +8 -0 src/contrib/cvs/src/modules.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 09:12:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40DDD16A512; Thu, 15 Apr 2004 09:12:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2303D43D2F; Thu, 15 Apr 2004 09:12:13 -0700 (PDT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FGCCGe033377; Thu, 15 Apr 2004 09:12:12 -0700 (PDT) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FGCCKw033373; Thu, 15 Apr 2004 09:12:12 -0700 (PDT) (envelope-from rees) Message-Id: <200404151612.i3FGCCKw033373@repoman.freebsd.org> From: Jim Rees Date: Thu, 15 Apr 2004 09:12:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/idmapd idmapd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 16:12:13 -0000 rees 2004/04/15 09:12:12 PDT FreeBSD src repository Modified files: sbin/idmapd idmapd.c Log: use %zu instead of %zd Requested by: Bruce Evans Revision Changes Path 1.5 +2 -2 src/sbin/idmapd/idmapd.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 10:52:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73B1416A4CE; Thu, 15 Apr 2004 10:52:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C0F43D2D; Thu, 15 Apr 2004 10:52:55 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FHqtGe054785; Thu, 15 Apr 2004 10:52:55 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FHqsTR054784; Thu, 15 Apr 2004 10:52:54 -0700 (PDT) (envelope-from brooks) Message-Id: <200404151752.i3FHqsTR054784@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 Apr 2004 10:52: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/etc/rc.d initdiskless preseedrandom X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 17:52:55 -0000 brooks 2004/04/15 10:52:54 PDT FreeBSD src repository Modified files: etc/rc.d initdiskless Added files: etc/rc.d preseedrandom Log: Band-aid diskless booting by running a new preseedrandom script before initdiskless. The output of several commands and if available the contents of /entropy are feed into /dev/random to kickstart the PRNG. /etc/rc.d/initrandom is left alone to maintain the previous behavior as much as possiable. Further work in this area is probably needed. Discussed with: markm Revision Changes Path 1.34 +1 -0 src/etc/rc.d/initdiskless 1.1 +47 -0 src/etc/rc.d/preseedrandom (new) From owner-cvs-src@FreeBSD.ORG Thu Apr 15 11:23:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B8D16A4CE; Thu, 15 Apr 2004 11:23:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D982143D55; Thu, 15 Apr 2004 11:23:14 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FINEGe061807; Thu, 15 Apr 2004 11:23:14 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FINE3U061806; Thu, 15 Apr 2004 11:23:14 -0700 (PDT) (envelope-from brooks) Message-Id: <200404151823.i3FINE3U061806@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 Apr 2004 11:23: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/etc/rc.d preseedrandom X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 18:23:15 -0000 brooks 2004/04/15 11:23:14 PDT FreeBSD src repository Modified files: etc/rc.d preseedrandom Log: Remove bogus checks on the value of ${entropy_file} and hardcode out entropy source to /entropy. We have to assume there is no rc.conf at this stage of the boot process. Reported by: njl Revision Changes Path 1.2 +3 -11 src/etc/rc.d/preseedrandom From owner-cvs-src@FreeBSD.ORG Thu Apr 15 11:44:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0ECC16A4CF for ; Thu, 15 Apr 2004 11:44:53 -0700 (PDT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD5143D55 for ; Thu, 15 Apr 2004 11:44:51 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7048 invoked from network); 15 Apr 2004 18:44:50 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 15 Apr 2004 18:44:50 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i3FIigl5002029; Thu, 15 Apr 2004 14:44:48 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: wpaul@FreeBSD.ORG (Bill Paul) Date: Thu, 15 Apr 2004 14:34:20 -0400 User-Agent: KMail/1.6 References: <20040414220453.7806316A4CF@hub.freebsd.org> In-Reply-To: <20040414220453.7806316A4CF@hub.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404151434.20428.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrn X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 18:44:53 -0000 On Wednesday 14 April 2004 06:04 pm, Bill Paul wrote: > > > Now, I'm sure many people will be seized by the urge to criticize > > > me for doing an end run around our own spinlock implementation, but > > > it makes more sense to do it this way. Well, it does to me anyway. > > > > If you don't use atomic ops with memory barriers somewhere (like the > > mutex implementation does) then NDIS won't work on SMP. Really, IRQL is > > basically spl()s, and we don't use an spl-like model anymore. Just using > > mutexes for locking should give you all the protection you need. > > Protection is all well and good, but I need to provide the right semantics > as well. I need to fool the drivers into thinking they can depend on the > usual Windows behavior, and make it easy to use the Windows data types, > and it's a pain in the butt to do that with regular mutexes. > > And besides, I wanna. > > Now, from subr_ntoskrnl.c: > > __stdcall void > ntoskrnl_lock_dpc(/*lock*/ void) > { > kspin_lock *lock; > > __asm__ __volatile__ ("" : "=c" (lock)); > > while (atomic_cmpset_int((volatile u_int *)lock, 0, 1) == 0) > /* do nothing */; > > return; > } > > __stdcall void > ntoskrnl_unlock_dpc(/*lock*/ void) > { > kspin_lock *lock; > > __asm__ __volatile__ ("" : "=c" (lock)); > > atomic_cmpset_int((volatile u_int *)lock, 1, 0); > > return; > } > > These two routines do the actual work of acquiring and releasing the > lock (they map to KefAcquireSpinLockAtDpcLevel() and > KefReleaseSpinLockFromDpcLevel). Are you saying the former routine > should use atomic_cmpset_acq_int() and the latter atomic_cmpset_rel_int()? Yes. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Apr 15 11:44:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5496316A4CF for ; Thu, 15 Apr 2004 11:44:58 -0700 (PDT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F5F43D55 for ; Thu, 15 Apr 2004 11:44:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20883 invoked from network); 15 Apr 2004 18:44:53 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 15 Apr 2004 18:44:53 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i3FIigl6002029; Thu, 15 Apr 2004 14:44:49 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Mike Silbersack Date: Thu, 15 Apr 2004 14:35:25 -0400 User-Agent: KMail/1.6 References: <200404120913.i3C9DOkd075451@repoman.freebsd.org> <200404132258.31816.jhb@FreeBSD.org> <20040415023200.D10243@odysseus.silby.com> In-Reply-To: <20040415023200.D10243@odysseus.silby.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404151435.25450.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Mark Murray cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 18:44:58 -0000 On Thursday 15 April 2004 03:32 am, Mike Silbersack wrote: > On Tue, 13 Apr 2004, John Baldwin wrote: > > You should drop the lock before uiomove(). If the uio can possibly > > reference user memory, then uiomove() will do a copyout() which can fault > > and thus sleep if the page is in swap. > > > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > > I'm going to have a similar problem in sendfile when I try to de-giantify > it, and I'm sure read / write will have issues as well... will WITNESS > catch this potential problem? Not currently. One could add a WITNESS_WARN() check to uiomove() fairly easily though to force witness to catch this. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Apr 15 11:55:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C29816A4CE; Thu, 15 Apr 2004 11:55:13 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3807A43D31; Thu, 15 Apr 2004 11:55:13 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i3FIsVPq001463; Thu, 15 Apr 2004 14:54:31 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i3FIsVli001460; Thu, 15 Apr 2004 14:54:31 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 15 Apr 2004 14:54:31 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200404151435.25450.jhb@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Mike Silbersack cc: src-committers@FreeBSD.org cc: Mark Murray cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 18:55:13 -0000 On Thu, 15 Apr 2004, John Baldwin wrote: > On Thursday 15 April 2004 03:32 am, Mike Silbersack wrote: > > On Tue, 13 Apr 2004, John Baldwin wrote: > > > You should drop the lock before uiomove(). If the uio can possibly > > > reference user memory, then uiomove() will do a copyout() which can fault > > > and thus sleep if the page is in swap. > > > > > > -- > > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > > > > I'm going to have a similar problem in sendfile when I try to de-giantify > > it, and I'm sure read / write will have issues as well... will WITNESS > > catch this potential problem? > > Not currently. One could add a WITNESS_WARN() check to uiomove() fairly > easily though to force witness to catch this. We also need to generate sleep warnings it M_TRYWAIT is passed to the mbuf allocator, which I believe we currently don't do. Also, did we ever re-add the sleep warning to the process tracing code? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Thu Apr 15 12:11:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26AC516A4CE; Thu, 15 Apr 2004 12:11:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084D743D1F; Thu, 15 Apr 2004 12:11:35 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FJBYGe072544; Thu, 15 Apr 2004 12:11:34 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FJBYcn072540; Thu, 15 Apr 2004 12:11:34 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404151911.i3FJBYcn072540@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Apr 2004 12:11: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/net if_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 19:11:35 -0000 rwatson 2004/04/15 12:11:34 PDT FreeBSD src repository Modified files: sys/net if_ppp.c Log: If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. When this happens, set (m) to NULL or we'll try to free it a second time on return. Submitted by: Pavel Gulchouck Revision Changes Path 1.96 +1 -0 src/sys/net/if_ppp.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 12:13:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0F4716A4CE; Thu, 15 Apr 2004 12:13:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B34E243D39; Thu, 15 Apr 2004 12:13:27 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FJDRGe073429; Thu, 15 Apr 2004 12:13:27 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FJDR52073428; Thu, 15 Apr 2004 12:13:27 -0700 (PDT) (envelope-from ru) Message-Id: <200404151913.i3FJDR52073428@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Apr 2004 12:13: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/gnu/usr.bin/groff/src/libs/libgroff 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, 15 Apr 2004 19:13:28 -0000 ru 2004/04/15 12:13:27 PDT FreeBSD src repository Modified files: gnu/usr.bin/groff/src/libs/libgroff Makefile Log: Whitespace nit in previous revision. Revision Changes Path 1.7 +1 -1 src/gnu/usr.bin/groff/src/libs/libgroff/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 15 12:25:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34E616A4CE; Thu, 15 Apr 2004 12:25:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE4243D39; Thu, 15 Apr 2004 12:25:02 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FJP2Ge075678; Thu, 15 Apr 2004 12:25:02 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FJP2Wr075677; Thu, 15 Apr 2004 12:25:02 -0700 (PDT) (envelope-from ru) Message-Id: <200404151925.i3FJP2Wr075677@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Apr 2004 12:25:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/groff/src/roff/nroff nroff.man nroff.sh src/contrib/groff/tmac doc-common doc-syms doc.tmac groff_mdoc.man src/gnu/usr.bin/groff Makefile.inc src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 19:25:02 -0000 ru 2004/04/15 12:25:02 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/groff/src/roff/nroff nroff.man nroff.sh contrib/groff/tmac doc-common doc-syms doc.tmac groff_mdoc.man gnu/usr.bin/groff Makefile.inc gnu/usr.bin/groff/tmac mdoc.local Log: MFC: Bring Groff and mdoc(7) in sync with -CURRENT. Approved by: re (bmah) Revision Changes Path 1.7.2.5 +3 -1 src/contrib/groff/src/roff/nroff/nroff.man 1.11.2.6 +16 -14 src/contrib/groff/src/roff/nroff/nroff.sh 1.21.2.31 +28 -10 src/contrib/groff/tmac/doc-common 1.24.2.12 +5 -1 src/contrib/groff/tmac/doc-syms 1.1.1.1.2.10 +9 -1 src/contrib/groff/tmac/doc.tmac 1.1.1.1.4.13 +17 -1 src/contrib/groff/tmac/groff_mdoc.man 2.3.6.4 +1 -1 src/gnu/usr.bin/groff/Makefile.inc 1.2.2.22 +5 -2 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Thu Apr 15 12:46:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4126216A4CE; Thu, 15 Apr 2004 12:46:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 234B743D5A; Thu, 15 Apr 2004 12:46:00 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FJjxGe079831; Thu, 15 Apr 2004 12:45:59 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FJjx3R079830; Thu, 15 Apr 2004 12:45:59 -0700 (PDT) (envelope-from luigi) Message-Id: <200404151945.i3FJjx3R079830@repoman.freebsd.org> From: Luigi Rizzo Date: Thu, 15 Apr 2004 12:45: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/net if_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: Thu, 15 Apr 2004 19:46:00 -0000 luigi 2004/04/15 12:45:59 PDT FreeBSD src repository Modified files: sys/net if_var.h Log: Document the way if_addrhead and struct ifaddr are used. Remove a member from 'struct ifaddr' which has been in an #ifdef notdef block since rev 1.1 No ABI changes -- no need to recompile anything. Revision Changes Path 1.70 +11 -3 src/sys/net/if_var.h From owner-cvs-src@FreeBSD.ORG Thu Apr 15 13:16:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4AC816A4CE; Thu, 15 Apr 2004 13:16:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55AA43D1D; Thu, 15 Apr 2004 13:16:28 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FKGSGe092908; Thu, 15 Apr 2004 13:16:28 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FKGSY6092907; Thu, 15 Apr 2004 13:16:28 -0700 (PDT) (envelope-from cognet) Message-Id: <200404152016.i3FKGSY6092907@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 15 Apr 2004 13:16:28 -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/trm trm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 20:16:29 -0000 cognet 2004/04/15 13:16:28 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/trm trm.c Log: MFC rev 1.22: Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some people reported. Approved by: re Revision Changes Path 1.2.2.3 +1 -1 src/sys/dev/trm/trm.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 13:31:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327F016A4E0; Thu, 15 Apr 2004 13:31:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C9D43D2F; Thu, 15 Apr 2004 13:31:13 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FKVCGe095284; Thu, 15 Apr 2004 13:31:12 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FKVBlD095276; Thu, 15 Apr 2004 13:31:11 -0700 (PDT) (envelope-from luigi) Message-Id: <200404152031.i3FKVBlD095276@repoman.freebsd.org> From: Luigi Rizzo Date: Thu, 15 Apr 2004 13:31:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/arl if_arl.c src/sys/dev/cs if_cs.c src/sys/dev/ed if_ed.c src/sys/dev/ex if_ex.c src/sys/dev/fe if_fe.c src/sys/dev/lnc if_lnc.c src/sys/dev/sbni if_sbni.c src/sys/dev/sn if_sn.c src/sys/dev/wl if_wl.c src/sys/dev/xe ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 20:31:13 -0000 luigi 2004/04/15 13:31:11 PDT FreeBSD src repository Modified files: sys/dev/arl if_arl.c sys/dev/cs if_cs.c sys/dev/ed if_ed.c sys/dev/ex if_ex.c sys/dev/fe if_fe.c sys/dev/lnc if_lnc.c sys/dev/sbni if_sbni.c sys/dev/sn if_sn.c sys/dev/wl if_wl.c sys/dev/xe if_xe.c Log: Remove improper use of if_addrhead in device drivers to check if the link-level address has been initialized already. The majority of modern drivers never does this and works fine, which makes me think that the check is totally unnecessary and a residue of cut&paste from other drivers. This change is done to simplify locking because now almost none of the drivers uses this field. The exceptions are "ct" "ctau" and "cx" where i am not sure if i can remove that part. Revision Changes Path 1.4 +0 -3 src/sys/dev/arl/if_arl.c 1.31 +0 -4 src/sys/dev/cs/if_cs.c 1.229 +0 -4 src/sys/dev/ed/if_ed.c 1.50 +0 -3 src/sys/dev/ex/if_ex.c 1.83 +0 -8 src/sys/dev/fe/if_fe.c 1.106 +0 -7 src/sys/dev/lnc/if_lnc.c 1.16 +0 -4 src/sys/dev/sbni/if_sbni.c 1.38 +0 -18 src/sys/dev/sn/if_sn.c 1.60 +0 -2 src/sys/dev/wl/if_wl.c 1.49 +0 -2 src/sys/dev/xe/if_xe.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 13:43:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 665BD16A4CE; Thu, 15 Apr 2004 13:43:50 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3260943D45; Thu, 15 Apr 2004 13:43:50 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i3FKgrkS020802; Thu, 15 Apr 2004 13:42:57 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i3FKgpgZ020796; Thu, 15 Apr 2004 13:42:51 -0700 Date: Thu, 15 Apr 2004 13:42:51 -0700 From: Brooks Davis To: Luigi Rizzo Message-ID: <20040415204251.GA18850@Odin.AC.HMC.Edu> References: <200404152031.i3FKVBlD095276@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <200404152031.i3FKVBlD095276@repoman.freebsd.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/arl if_arl.c src/sys/dev/cs if_cs.c src/sys/dev/ed if_ed.c src/sys/dev/ex if_ex.c src/sys/dev/fe if_fe.c src/sys/dev/lnc if_lnc.c src/sys/dev/sbni if_sbni.c src/sys/dev/sn if_sn.c src/sys/dev/wl if_wl.c src/sys/dev/xe ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Apr 2004 20:43:50 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 15, 2004 at 01:31:11PM -0700, Luigi Rizzo wrote: > luigi 2004/04/15 13:31:11 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/arl if_arl.c=20 > sys/dev/cs if_cs.c=20 > sys/dev/ed if_ed.c=20 > sys/dev/ex if_ex.c=20 > sys/dev/fe if_fe.c=20 > sys/dev/lnc if_lnc.c=20 > sys/dev/sbni if_sbni.c=20 > sys/dev/sn if_sn.c=20 > sys/dev/wl if_wl.c=20 > sys/dev/xe if_xe.c=20 > Log: > Remove improper use of if_addrhead in device drivers to check > if the link-level address has been initialized already. > =20 > The majority of modern drivers never does this and works fine, which > makes me think that the check is totally unnecessary and a residue > of cut&paste from other drivers. I suspect I know where this came from. Until rev 1.177 of net/if.c, there was an assumption that creating the ifaddr for the lladdr could fail due to a malloc failure in if_attach. These drivers were probably programming based on the assumption that this check could fail. Since malloc was called with M_WAITOK this shouldn't be possiable and so I removed the check there while redoing the allocation for interface renaming support. In reality, given the fact that if_attach can't fail (since it has a void return) the check should have resulted in a panic rather then attaching an unusable interface. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAfvPIXY6L6fI4GtQRApLSAJ4yUlNWYTA3iLp+1X+fl13/iHH+hgCg0siH 8OHRriGFHL3VnupFo+n+yi4= =aRP7 -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-cvs-src@FreeBSD.ORG Thu Apr 15 15:37:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 053E316A4CF; Thu, 15 Apr 2004 15:37:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D69F243D46; Thu, 15 Apr 2004 15:37:54 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FMbsGe024225; Thu, 15 Apr 2004 15:37:54 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FMbsS0024224; Thu, 15 Apr 2004 15:37:54 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404152237.i3FMbsS0024224@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 15 Apr 2004 15:37: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/usr.bin/tar bsdtar.c bsdtar.h util.c 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: Thu, 15 Apr 2004 22:37:55 -0000 kientzle 2004/04/15 15:37:54 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h util.c write.c Log: As suggested by Julian Elischer, use a self-sizing hash table for the hardlink cache. This dramatically improves performance when archiving millions of hardlinked files. While I'm here, clean up some style bugs (per Bruce Evans) and clarify some comments. Revision Changes Path 1.7 +1 -11 src/usr.bin/tar/bsdtar.c 1.4 +19 -33 src/usr.bin/tar/bsdtar.h 1.3 +21 -15 src/usr.bin/tar/util.c 1.8 +238 -70 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 16:27:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E87216A4CE for ; Thu, 15 Apr 2004 16:27:08 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E045043D62 for ; Thu, 15 Apr 2004 16:27:07 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 92915 invoked by uid 1000); 15 Apr 2004 23:27:09 -0000 Date: Thu, 15 Apr 2004 16:27:09 -0700 (PDT) From: Nate Lawson To: =?X-UNKNOWN?Q?S=F8ren_Schmidt?= In-Reply-To: <20040413094519.7230616A4DB@hub.freebsd.org> Message-ID: <20040415162313.S92883@root.org> References: <20040413094519.7230616A4DB@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h 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: Thu, 15 Apr 2004 23:27:08 -0000 On Tue, 13 Apr 2004, S=F8ren Schmidt wrote: > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c > ata-chipset.c ata-disk.c ata-dma.c > ata-isa.c ata-lowlevel.c ata-pci.c > ata-pci.h ata-queue.c > Log: > Add support for the Promise command sequencer present on all modern Pro= mise > controllers (PDC203** PDC206**). > > This also adds preliminary support for the Promise SX4/SX4000 but *only= * > as a "normal" Promise ATA controller (ATA RAID's are supported though > but only RAID0, RAID1 and RAID0+1). > > This cuts off yet another 5-8% of the command overhead on promise contr= ollers, > making them the fastest we have ever had support for. > > Work is now continuing to add support for this in ATA RAID, to acceller= ate > ATA RAID quite a bit on these controllers, and especially the SX4/SX400= 0 > series as they have quite a few tricks in there.. > > This commit also adds a few fixes to the SATA code needed for proper su= pport. > > Revision Changes Path > 1.208 +4 -11 src/sys/dev/ata/ata-all.c > 1.78 +10 -3 src/sys/dev/ata/ata-all.h > 1.23 +1 -0 src/sys/dev/ata/ata-card.c > 1.12 +1 -0 src/sys/dev/ata/ata-cbus.c > 1.68 +474 -141 src/sys/dev/ata/ata-chipset.c > 1.172 +11 -6 src/sys/dev/ata/ata-disk.c > 1.126 +33 -2 src/sys/dev/ata/ata-dma.c > 1.21 +1 -0 src/sys/dev/ata/ata-isa.c > 1.32 +55 -51 src/sys/dev/ata/ata-lowlevel.c > 1.78 +24 -52 src/sys/dev/ata/ata-pci.c > 1.29 +8 -2 src/sys/dev/ata/ata-pci.h > 1.26 +3 -2 src/sys/dev/ata/ata-queue.c Also... Includes fixes to avoid checking the ATA_FLAG_54_58 bit, fixing LBA detection: Submitted by:=09rk Includes fixes for resource allocation fixing at least ICH3: Submitted by:=09imp -Nate From owner-cvs-src@FreeBSD.ORG Thu Apr 15 17:04:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD5216A4CE; Thu, 15 Apr 2004 17:04:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4369643D41; Thu, 15 Apr 2004 17:04:29 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G04TGe050514; Thu, 15 Apr 2004 17:04:29 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G04SnL050513; Thu, 15 Apr 2004 17:04:28 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404160004.i3G04SnL050513@repoman.freebsd.org> From: Bill Paul Date: Thu, 15 Apr 2004 17:04: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/compat/ndis kern_ndis.c ntoskrnl_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 00:04:29 -0000 wpaul 2004/04/15 17:04:28 PDT FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ntoskrnl_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c Log: - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and ntoskrnl_unlocl_dpc(). - hal_raise_irql(), hal_lower_irql() and hal_irql() didn't work right on SMP (priority inheritance makes things... interesting). For now, use only two states: DISPATCH_LEVEL (PI_REALTIME) and PASSIVE_LEVEL (everything else). Tested on a dual PIII box. - Use ndis_thsuspend() in ndis_sleep() instead of tsleep(). (I added ndis_thsuspend() and ndis_thresume() to replace kthread_suspend() and kthread_resume(); the former will preserve a thread's priority when it wakes up, the latter will not.) - Change use of tsleep() in ndis_stop_thread() to prevent priority change on wakeup. Revision Changes Path 1.52 +1 -1 src/sys/compat/ndis/kern_ndis.c 1.14 +2 -2 src/sys/compat/ndis/ntoskrnl_var.h 1.11 +13 -41 src/sys/compat/ndis/subr_hal.c 1.56 +1 -2 src/sys/compat/ndis/subr_ndis.c 1.35 +3 -9 src/sys/compat/ndis/subr_ntoskrnl.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 18:20:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65D816A4CE; Thu, 15 Apr 2004 18:20:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34CD43D55; Thu, 15 Apr 2004 18:20:58 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G1KwGe065812; Thu, 15 Apr 2004 18:20:58 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G1Kw9x065811; Thu, 15 Apr 2004 18:20:58 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404160120.i3G1Kw9x065811@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 15 Apr 2004 18:20:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_platform.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, 16 Apr 2004 01:20:59 -0000 kientzle 2004/04/15 18:20:58 PDT FreeBSD src repository Modified files: lib/libarchive archive_platform.h Log: Only enable the ACL restore logic on FreeBSD versions >= 5.0. Earlier versions of FreeBSD don't support ACLs. Note that the ACL support code in archive_entry is standalone code and unaffected by this. (In particular, it should be possible to manipulate archives containing ACLs even if the ACLs cannot be restored on the current system.) Revision Changes Path 1.6 +3 -0 src/lib/libarchive/archive_platform.h From owner-cvs-src@FreeBSD.ORG Thu Apr 15 18:29:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A3616A4CE; Thu, 15 Apr 2004 18:29:11 -0700 (PDT) Received: from gddsn.org.cn (mail.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id B827B43D1F; Thu, 15 Apr 2004 18:29:10 -0700 (PDT) (envelope-from wsk@gddsn.org.cn) Received: from gddsn.org.cn (unknown [211.96.21.195]) by gddsn.org.cn (Postfix) with ESMTP id 22A6C38CB9A; Fri, 16 Apr 2004 09:29:08 +0800 (CST) Message-ID: <407F36C7.1010305@gddsn.org.cn> Date: Fri, 16 Apr 2004 09:28:39 +0800 From: wsk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.6) Gecko/20040409 X-Accept-Language: zh-cn,zh MIME-Version: 1.0 To: kientzle@FreeBSD.org, cvs-src@FreeBSD.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h util.c 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: Fri, 16 Apr 2004 01:29:11 -0000 hi, why i can't build the bsdtar? any ideas? 1. build libarchive etc sucessed 2. (cd /usr/src/usr.bin/tar;make clean;make) get errors: wsk# make cc -O -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -o bsdtar bsdtar.o matching.o read.o util.o write.o -larchive -lbz2 -lz write.o: In function `tar_mode_r': write.o(.text+0x19a): undefined reference to `archive_read_open_fd' write.o(.text+0x259): undefined reference to `archive_write_open_fd' write.o: In function `tar_mode_u': write.o(.text+0x31e): undefined reference to `archive_read_open_fd' write.o(.text+0x363): undefined reference to `archive_entry_mtime_nsec' write.o(.text+0x372): undefined reference to `archive_entry_mtime' write.o(.text+0x426): undefined reference to `archive_write_open_fd' write.o: In function `append_archive': write.o(.text+0x83e): undefined reference to `archive_entry_mtime_nsec' write.o(.text+0x850): undefined reference to `archive_entry_mtime' write.o: In function `lookup_hardlink': write.o(.text+0x13a0): undefined reference to `archive_entry_copy_hardlink' write.o: In function `setup_acls': write.o(.text+0x14c0): undefined reference to `archive_entry_acl_clear' write.o: In function `setup_acl': write.o(.text+0x1675): undefined reference to `archive_entry_acl_add_entry' *** Error code 1 Stop in /usr/src/usr.bin/tar. From owner-cvs-src@FreeBSD.ORG Thu Apr 15 18:45:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 104FA16A4CE; Thu, 15 Apr 2004 18:45:19 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941D943D53; Thu, 15 Apr 2004 18:45:18 -0700 (PDT) (envelope-from tim@kientzle.com) Received: from kientzle.com (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i3G1jI90040419; Thu, 15 Apr 2004 18:45:18 -0700 (PDT) (envelope-from tim@kientzle.com) Message-ID: <407F3AAB.8080805@kientzle.com> Date: Thu, 15 Apr 2004 18:45:15 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: wsk References: <407F36C7.1010305@gddsn.org.cn> In-Reply-To: <407F36C7.1010305@gddsn.org.cn> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: kientzle@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h util.c 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: Fri, 16 Apr 2004 01:45:19 -0000 You probably have an old version of libarchive that's getting in the way. First, delete all old versions of libarchive: rm -f /usr/lib/libarchive* Then re-install libarchive: ( cd /usr/src/lib/libarchive ; make clean all install ) It should work now. Tim Kientzle wsk wrote: > hi, why i can't build the bsdtar? any ideas? > 1. build libarchive etc sucessed > 2. (cd /usr/src/usr.bin/tar;make clean;make) get errors: > wsk# make > cc -O -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -o bsdtar > bsdtar.o matching.o read.o util.o write.o -larchive -lbz2 -lz > write.o: In function `tar_mode_r': > write.o(.text+0x19a): undefined reference to `archive_read_open_fd' > write.o(.text+0x259): undefined reference to `archive_write_open_fd' > write.o: In function `tar_mode_u': > write.o(.text+0x31e): undefined reference to `archive_read_open_fd' > write.o(.text+0x363): undefined reference to `archive_entry_mtime_nsec' > write.o(.text+0x372): undefined reference to `archive_entry_mtime' > write.o(.text+0x426): undefined reference to `archive_write_open_fd' > write.o: In function `append_archive': > write.o(.text+0x83e): undefined reference to `archive_entry_mtime_nsec' > write.o(.text+0x850): undefined reference to `archive_entry_mtime' > write.o: In function `lookup_hardlink': > write.o(.text+0x13a0): undefined reference to `archive_entry_copy_hardlink' > write.o: In function `setup_acls': > write.o(.text+0x14c0): undefined reference to `archive_entry_acl_clear' > write.o: In function `setup_acl': > write.o(.text+0x1675): undefined reference to `archive_entry_acl_add_entry' > *** Error code 1 > > Stop in /usr/src/usr.bin/tar. From owner-cvs-src@FreeBSD.ORG Thu Apr 15 18:51:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07BCD16A4CE; Thu, 15 Apr 2004 18:51:21 -0700 (PDT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610E243D1F; Thu, 15 Apr 2004 18:51:20 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i3G1pJ5v011113; Fri, 16 Apr 2004 11:51:19 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i3G1pGHW006022; Fri, 16 Apr 2004 11:51:17 +1000 Date: Fri, 16 Apr 2004 11:51:16 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Bill Paul In-Reply-To: <20040415150939.F6628@gamplex.bde.org> Message-ID: <20040416115056.J11580@gamplex.bde.org> References: <20040414220453.7806316A4CF@hub.freebsd.org> <20040415150939.F6628@gamplex.bde.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 cc: John Baldwin Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.cndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrn X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 01:51:21 -0000 [Resending after bounce.] On Wed, 14 Apr 2004, Bill Paul wrote: > > > Now, I'm sure many people will be seized by the urge to criticize > > > me for doing an end run around our own spinlock implementation, but > > > it makes more sense to do it this way. Well, it does to me anyway. > > > > If you don't use atomic ops with memory barriers somewhere (like the mutex > > implementation does) then NDIS won't work on SMP. Really, IRQL is basically > > spl()s, and we don't use an spl-like model anymore. Just using mutexes for > > locking should give you all the protection you need. > > Protection is all well and good, but I need to provide the right semantics > as well. I need to fool the drivers into thinking they can depend on the > usual Windows behavior, and make it easy to use the Windows data types, > and it's a pain in the butt to do that with regular mutexes. > > And besides, I wanna. > > Now, from subr_ntoskrnl.c: > > __stdcall void > ntoskrnl_lock_dpc(/*lock*/ void) > { > kspin_lock *lock; > > __asm__ __volatile__ ("" : "=c" (lock)); > > while (atomic_cmpset_int((volatile u_int *)lock, 0, 1) == 0) > /* do nothing */; > > return; > } > > __stdcall void > ntoskrnl_unlock_dpc(/*lock*/ void) > { > kspin_lock *lock; > > __asm__ __volatile__ ("" : "=c" (lock)); > > atomic_cmpset_int((volatile u_int *)lock, 1, 0); > > return; > } > > These two routines do the actual work of acquiring and releasing the > lock (they map to KefAcquireSpinLockAtDpcLevel() and > KefReleaseSpinLockFromDpcLevel). Are you saying the former routine > should use atomic_cmpset_acq_int() and the latter atomic_cmpset_rel_int()? I think using the "acq" versions is semantically required. However, using them would make no difference, since this code is very i386-dependent despite it being in in an MI directory, and atomic_cmpset_{acq,rel}_int are just aliases for atomic_cmpset_int on i386's. Using atomic_cmpset_int() for unlocking is bogus, especially since it is used without a loop to check that the store succeeded. It only works if the lock is already held so that the "cmp" part has no effect. This can be expressed more clearly using atomic_store_rel_int() like the normal mutex code does in _release_lock_quick(). The above code also has lots of style bugs. Fixing these problems gives: %%% __stdcall void ntoskrnl_lock_dpc(/* lock */ void) { int *lock; __asm __volatile("" : "=c" (lock)); while (atomic_cmpset_int(lock, 0, 1) == 0) ; } __stdcall void ntoskrnl_unlock_dpc(/* lock */ void) { int *lock; __asm __volatile("" : "=c" (lock)); atomic_store_rel(lock, 0); } %%% The asm is still too fragile. Isn't there a way to directly specify that "int *lock" is an arg passed in %ecx? I copied half of the fixed version from my end run around mutexes in my version of the cy driver, which was in turn half copied from the simple locking (simple_lock interfaces) in RELENG_4. %%% static void CY_LOCK(void) { while (atomic_cmpset_acq_int(&cy_slock, 0, 1) == 0) ; } static void CY_UNLOCK(void) { atomic_store_rel_int(&cy_slock, 0); } %%% This leaves out half of the complications for locking in the cy driver. Simple locks are only used in the SMP case. For UP, locking at this level consists of disabling all interrupts. For SMP, locking consists of the above plus disabling all interrupts on the running CPU. Disabling interrupts on the running CPU is needed to avoid deadlock. I'm not sure how ndis works without it. In the SMP case, interrupts can still be received on other CPUs; if interrupt handling gets as far as CY_LOCK() then CY_LOCK() just spins if necessary. This behaviour is the same as given by ordinary spin mutexes, except: - disabling of interrupts on the running CPU is decoupled from acquiring a spinlock. This makes no difference except to add complications in the cy driver, since the disabling is still required. The difference is that all the other places that acquire a spinlock and hold it for too long don't prevent the cy driver seeing and handling interrupts. Wiht FreeBSD mutexes, holding a spinlock stops seeing interrupts in the UP case; in the SMP case, the interrupts may be seen on other CPUs but their handling may block, with blocking on sched_lock being too common. - it loses all of the mutex debugging facilities in drivers that don't use normal mutexes. This loss is not large, at least in the cy driver, because only a simple leaf lock is involved and mutex debugging facilities often need to be turned off anyway for low level locks. Bruce From owner-cvs-src@FreeBSD.ORG Thu Apr 15 20:45:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 975FE16A4CE; Thu, 15 Apr 2004 20:45:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774C643D53; Thu, 15 Apr 2004 20:45:29 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G3jTGe098250; Thu, 15 Apr 2004 20:45:29 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G3jToI098249; Thu, 15 Apr 2004 20:45:29 -0700 (PDT) (envelope-from alc) Message-Id: <200404160345.i3G3jToI098249@repoman.freebsd.org> From: Alan Cox Date: Thu, 15 Apr 2004 20:45:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 03:45:29 -0000 alc 2004/04/15 20:45:29 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Set the "global" attribute on the page table entries for the kernel and direct mappings. This shaves a few seconds off of my buildworld times. Discussed with: peter@ Revision Changes Path 1.457 +3 -3 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 20:50:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7E0716A4CE; Thu, 15 Apr 2004 20:50:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B3243D54; Thu, 15 Apr 2004 20:50:04 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G3o4Ge004500; Thu, 15 Apr 2004 20:50:04 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G3o4HF004499; Thu, 15 Apr 2004 20:50:04 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404160350.i3G3o4HF004499@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 15 Apr 2004 20:50: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/tar bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 03:50:04 -0000 kientzle 2004/04/15 20:50:04 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: --help is only supported if you have getopt_long(). This allows bsdtar to compile on FreeBSD 4.x. Revision Changes Path 1.8 +2 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 20:51:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 027F716A4CF; Thu, 15 Apr 2004 20:51:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B1143D4C; Thu, 15 Apr 2004 20:51:38 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G3pcGe005494; Thu, 15 Apr 2004 20:51:38 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G3pcv4005487; Thu, 15 Apr 2004 20:51:38 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404160351.i3G3pcv4005487@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 15 Apr 2004 20:51: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/tar bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 03:51:39 -0000 kientzle 2004/04/15 20:51:38 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Forced commit to acknowledge Julian Elischer as the source of the previous fix. Revision Changes Path 1.9 +0 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 21:50:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41EEF16A4CE; Thu, 15 Apr 2004 21:50:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2131443D31; Thu, 15 Apr 2004 21:50:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G4osGe017607; Thu, 15 Apr 2004 21:50:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G4osNP017606; Thu, 15 Apr 2004 21:50:54 -0700 (PDT) (envelope-from imp) Message-Id: <200404160450.i3G4osNP017606@repoman.freebsd.org> From: Warner Losh Date: Thu, 15 Apr 2004 21:50:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 04:50:55 -0000 imp 2004/04/15 21:50:54 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Turn off the power stuff for a little while longer. There appears to be something subtle wrong with it. Revision Changes Path 1.243 +2 -2 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 21:53:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4AA16A4CE; Thu, 15 Apr 2004 21:53:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC62743D3F; Thu, 15 Apr 2004 21:53:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G4rJGe019359; Thu, 15 Apr 2004 21:53:19 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G4rJmX019358; Thu, 15 Apr 2004 21:53:19 -0700 (PDT) (envelope-from imp) Message-Id: <200404160453.i3G4rJmX019358@repoman.freebsd.org> From: Warner Losh Date: Thu, 15 Apr 2004 21:53:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 04:53:20 -0000 imp 2004/04/15 21:53:19 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: make the bad bar warning less scary, and toss it behind a bootverbose. It is harmless, but freaking people out. Revision Changes Path 1.244 +3 -2 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 22:22:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A5E16A4CE; Thu, 15 Apr 2004 22:22:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 029F143D2F; Thu, 15 Apr 2004 22:22:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G5MBGe026118; Thu, 15 Apr 2004 22:22:11 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G5MBiO026117; Thu, 15 Apr 2004 22:22:11 -0700 (PDT) (envelope-from obrien) Message-Id: <200404160522.i3G5MBiO026117@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 15 Apr 2004 22:22:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb devlist2h.awk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 05:22:12 -0000 obrien 2004/04/15 22:22:11 PDT FreeBSD src repository Modified files: sys/dev/usb devlist2h.awk Log: Correct $FreeBSD$ style. Revision Changes Path 1.3 +2 -2 src/sys/dev/usb/devlist2h.awk From owner-cvs-src@FreeBSD.ORG Thu Apr 15 22:24:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7707D16A4CF; Thu, 15 Apr 2004 22:24:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BE143D6A; Thu, 15 Apr 2004 22:24:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G5OkGe026393; Thu, 15 Apr 2004 22:24:46 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G5Ok5c026392; Thu, 15 Apr 2004 22:24:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200404160524.i3G5Ok5c026392@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 15 Apr 2004 22:24: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 if_aue.c usbdevs 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, 16 Apr 2004 05:24:46 -0000 obrien 2004/04/15 22:24:46 PDT FreeBSD src repository Modified files: sys/dev/usb if_aue.c usbdevs usbdevs.h usbdevs_data.h Log: Add support for the ADMtek AN8513 USB Ethernet adapter. Submitted by: taxman Revision Changes Path 1.80 +1 -0 src/sys/dev/usb/if_aue.c 1.170 +1 -0 src/sys/dev/usb/usbdevs 1.177 +2 -1 src/sys/dev/usb/usbdevs.h 1.177 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Thu Apr 15 22:34:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2532C16A4CE; Thu, 15 Apr 2004 22:34:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04C0143D3F; Thu, 15 Apr 2004 22:34:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G5YEGe028478; Thu, 15 Apr 2004 22:34:14 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G5YE2t028477; Thu, 15 Apr 2004 22:34:14 -0700 (PDT) (envelope-from obrien) Message-Id: <200404160534.i3G5YE2t028477@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 15 Apr 2004 22:34: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/ed if_ed.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 05:34:15 -0000 obrien 2004/04/15 22:34:14 PDT FreeBSD src repository Modified files: sys/dev/ed if_ed.c Log: Fix building on L64 machines. Revision Changes Path 1.230 +7 -7 src/sys/dev/ed/if_ed.c From owner-cvs-src@FreeBSD.ORG Thu Apr 15 22:59:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 196C816A4CE; Thu, 15 Apr 2004 22:59:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDFEA43D3F; Thu, 15 Apr 2004 22:59:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G5xAGe032951; Thu, 15 Apr 2004 22:59:11 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G5xAgN032950; Thu, 15 Apr 2004 22:59:10 -0700 (PDT) (envelope-from obrien) Message-Id: <200404160559.i3G5xAgN032950@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 15 Apr 2004 22: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/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 05:59:12 -0000 obrien 2004/04/15 22:59:09 PDT FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Move ENABLE_ALART to proper place. Submitted by: bde Revision Changes Path 1.1155 +5 -1 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Apr 15 23:26:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 238B316A4CE; Thu, 15 Apr 2004 23:26:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 046F943D3F; Thu, 15 Apr 2004 23:26:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G6Q9Ge040426; Thu, 15 Apr 2004 23:26:09 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G6Q9TV040425; Thu, 15 Apr 2004 23:26:09 -0700 (PDT) (envelope-from ru) Message-Id: <200404160626.i3G6Q9TV040425@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Apr 2004 23: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/share/man/man9 zero_copy.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: Fri, 16 Apr 2004 06:26:10 -0000 ru 2004/04/15 23:26:09 PDT FreeBSD src repository Modified files: share/man/man9 zero_copy.9 Log: Make whatis(1) happy. Revision Changes Path 1.4 +1 -0 src/share/man/man9/zero_copy.9 From owner-cvs-src@FreeBSD.ORG Thu Apr 15 23:58:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F41416A4CE; Thu, 15 Apr 2004 23:58:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EFB643D5A; Thu, 15 Apr 2004 23:58:40 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G6weGe046703; Thu, 15 Apr 2004 23:58:40 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G6wear046702; Thu, 15 Apr 2004 23:58:40 -0700 (PDT) (envelope-from luigi) Message-Id: <200404160658.i3G6wear046702@repoman.freebsd.org> From: Luigi Rizzo Date: Thu, 15 Apr 2004 23:58: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/sn if_sn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 06:58:40 -0000 luigi 2004/04/15 23:58:40 PDT FreeBSD src repository Modified files: sys/dev/sn if_sn.c Log: Remove two variables that became unused because of last commit. Reported by: tinderbox Revision Changes Path 1.39 +0 -2 src/sys/dev/sn/if_sn.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 00:08:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E2916A4CF; Fri, 16 Apr 2004 00:08:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2667543D54; Fri, 16 Apr 2004 00:08:34 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G78XGe049724; Fri, 16 Apr 2004 00:08:33 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G78XL6049723; Fri, 16 Apr 2004 00:08:33 -0700 (PDT) (envelope-from ru) Message-Id: <200404160708.i3G78XL6049723@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Apr 2004 00:08: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/contrib/groff/tmac doc-common doc-syms X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 07:08:34 -0000 ru 2004/04/16 00:08:33 PDT FreeBSD src repository Modified files: contrib/groff/tmac doc-common doc-syms Log: Pull up latest mdoc(7) changes: : 2004-04-14 Thomas Klausner : : * tmac/doc-common (doc-volume-as-*): Use lowercase names. : (doc-operating-system-*): Updated. : * tmac/doc-syms (doc-str-St-*): Various small fixes. : (doc-str-Lb-*): Add more library names. Revision Changes Path 1.65 +92 -53 src/contrib/groff/tmac/doc-common 1.46 +21 -4 src/contrib/groff/tmac/doc-syms From owner-cvs-src@FreeBSD.ORG Fri Apr 16 00:12:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2342B16A4CE; Fri, 16 Apr 2004 00:12:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0232943D1D; Fri, 16 Apr 2004 00:12:39 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G7CcGe051588; Fri, 16 Apr 2004 00:12:38 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G7Ccfs051587; Fri, 16 Apr 2004 00:12:38 -0700 (PDT) (envelope-from ru) Message-Id: <200404160712.i3G7Ccfs051587@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Apr 2004 00:12:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Subject: cvs commit: src/contrib/groff/tmac doc-common doc-syms X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 07:12:39 -0000 ru 2004/04/16 00:12:38 PDT FreeBSD src repository Modified files: (Branch: FSF) contrib/groff/tmac doc-common doc-syms Log: Pull up latest mdoc(7) changes. Revision Changes Path 1.1.1.17 +92 -53 src/contrib/groff/tmac/doc-common 1.1.1.6 +21 -4 src/contrib/groff/tmac/doc-syms From owner-cvs-src@FreeBSD.ORG Fri Apr 16 00:19:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 419F816A4CE; Fri, 16 Apr 2004 00:19:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F25D43D4C; Fri, 16 Apr 2004 00:19:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G7JDGe051865; Fri, 16 Apr 2004 00:19:13 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G7JDsl051864; Fri, 16 Apr 2004 00:19:13 -0700 (PDT) (envelope-from ru) Message-Id: <200404160719.i3G7JDsl051864@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Apr 2004 00:19: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/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 07:19:14 -0000 ru 2004/04/16 00:19:13 PDT FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Removed local bits that are now part of the standard mdoc(7) package. Revision Changes Path 1.41 +1 -8 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Fri Apr 16 00:25:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id AD62016A4D2; Fri, 16 Apr 2004 00:25:19 -0700 (PDT) In-Reply-To: <20040416115056.J11580@gamplex.bde.org> from Bruce Evans at "Apr 16, 2004 11:51:16 am" To: bde@zeta.org.au (Bruce Evans) Date: Fri, 16 Apr 2004 00:25:19 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040416072519.AD62016A4D2@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: jhb@freebsd.org Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrn X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 07:25:19 -0000 [...] > > These two routines do the actual work of acquiring and releasing the > > lock (they map to KefAcquireSpinLockAtDpcLevel() and > > KefReleaseSpinLockFromDpcLevel). Are you saying the former routine > > should use atomic_cmpset_acq_int() and the latter atomic_cmpset_rel_int()? > > I think using the "acq" versions is semantically required. However, using > them would make no difference, since this code is very i386-dependent > despite it being in in an MI directory, and atomic_cmpset_{acq,rel}_int > are just aliases for atomic_cmpset_int on i386's. > > Using atomic_cmpset_int() for unlocking is bogus, especially since it is > used without a loop to check that the store succeeded. It only works if > the lock is already held so that the "cmp" part has no effect. This can > be expressed more clearly using atomic_store_rel_int() like the normal > mutex code does in _release_lock_quick(). ntoskrnl_unlock_dpc() should only ever be called when a lock is already held. If it's ever called without a lock held, that's a bug. > The above code also has lots of style bugs. > > Fixing these problems gives: > > %%% > __stdcall void > ntoskrnl_lock_dpc(/* lock */ void) > { > int *lock; > > __asm __volatile("" : "=c" (lock)); > while (atomic_cmpset_int(lock, 0, 1) == 0) > ; > } > > __stdcall void > ntoskrnl_unlock_dpc(/* lock */ void) > { > int *lock; > > __asm __volatile("" : "=c" (lock)); > atomic_store_rel(lock, 0); > } > %%% Noted. > The asm is still too fragile. Isn't there a way to directly specify that > "int *lock" is an arg passed in %ecx? Yes: upgrade to gcc 3.4, which has __attribute__((__fastcall__)). Of course, first you have to wait for gcc 3.4 to be released. People have suggested various different hacks to duplicate _fastcall. semantics. This is the only one which produced the correct result in all cases that I tested, with optimization turned on. You can engage in a certain amount of deception with the __regparm()__ attribute, but gcc has certain ideas about what arguments go into which registers when you use regparm which don't agree with the way _fastcall does things. (This is why I don't use __regparm(3)__: it will use %ecx and %edx, but it will also drag %eax into the mix.) > I copied half of the fixed version from my end run around mutexes in > my version of the cy driver, which was in turn half copied from the > simple locking (simple_lock interfaces) in RELENG_4. > > %%% > static void > CY_LOCK(void) > { > while (atomic_cmpset_acq_int(&cy_slock, 0, 1) == 0) > ; > } > static void > CY_UNLOCK(void) > { > atomic_store_rel_int(&cy_slock, 0); > } > %%% > > This leaves out half of the complications for locking in the cy driver. > Simple locks are only used in the SMP case. For UP, locking at this > level consists of disabling all interrupts. For SMP, locking consists > of the above plus disabling all interrupts on the running CPU. Disabling > interrupts on the running CPU is needed to avoid deadlock. I'm not sure > how ndis works without it. At this point, I am forced to conclude that you didn't actually read the code, since if you had, you might have understood. I will try to explain it again, hopefully in a way that makes it clear how Windows does things. First of all, note that the Windows API has the following routines: KeRaiseIrql() -- raise IRQL to specified level, return previous level KeLowerIrql() -- lower IRQL to specified level KeAcquireSpinLockAtDpcLevel() -- do the atomic set portion of acquiring a spin lock -- assumes you're already at DISPATCH_LEVEL KeReleaseSpinLockFromDpcLevel() -- do the atomic clear portion of acquiring a spinlock -- assumes you want to remain at DISPATCH_LEVEL KeAcquireSpinLock() -- perform oldirql = KeRaiseIrql(DISPATCH_LEVEL) and then KeAcquireSpinLockAtDpcLevel() KeReleaseSpinLock() -- peform KeReleaseSpinLockFromDpcLevel() and then KeLowerIrql(oldirql) NdisAcquireSpinLock() -- wrapper for KeAcquireSpinLock() NdisReleaseSpinLock() -- wrapper for KeReleaseSpinLock() NdisDprAcquireSpinLock() -- wrapper for KeAcquireSpinLockAtDpcLevel() NdisDprReleaseSpinLock() -- wrapper for KeReleaseSpinLockFromDpcLevel() Note that you can quickly find the documentation for any of these functions by punching their names (minus the parens) into Google; it will take you straight to the MSDN 'manual page' for the routine. ntoskrnl_lock_dpc() and ntoskrnl_unlock_dpc() map to KeAcquireSpinLockAtDpcLevel() and KeReleaseSpinLockFromDpcLevel(), respectively. The idea behind these two routines is that if you're already running with IRQL == DISPATCH_LEVEL, then you don't need to futz with disabling preemption before spinning on the lock because preemption has already been disabled. The NDIS spec says that NDIS interrupt handlers (along with a few other things) run at DISPATCH_LEVEL, so you already know preemption is disabled. You _could_ call the full blown KeAcquireSpinLock() routine in this case, but it would perform a useless KeRaiseIrql(DISPATCH_LEVEL) before spinning on the lock. Trying to raise the IRQL to DISPATCH_LEVEL when you're already at DISPATCH_LEVEL is harmless, but wastes cycles, so Microsoft tells you to just use KeAcquireSpinLockAtDpcLevel() (or NdisDprAcquireSpinLock()) instead. Sadly, things are complicated by the fact that many of the KeXXX routines listed above are in fact just macros around KfXXX routines which, at least on the x86 arch, live in the HAL. For example, while you would expect KeAcquireSpinLock() to be a function that lives in ntoskrnl.exe (and hence subr_ntoskrnl.c), it's actually just a macro that calls KfAcquireSpinLock(), which lives in HAL.dll (and hence subr_hal.c). To add to the confusion, KeAcquireSpinLockAtDpcLevel() is also a macro that calls a function named KefAcquireSpinLockAtDpcLevel(), however this function actually _does_ live in ntoskrnl.exe (and hence in subr_ntoskrnl.c). Logically, all the spinlock routines should go in the same module, but thanks to Microsoft, they don't. (Of course, things may be entirely different on the amd64 or ia64 arches: the only way to know for sure is to slog through the Windows DDK header files, which is exactly what I did.) Now, had you taken the time to actually read subr_hal,c, you would have seen the following: __stdcall uint8_t hal_lock(/*lock*/void) { kspin_lock *lock; uint8_t oldirql; __asm__ __volatile__ ("" : "=c" (lock)); /* I am so going to hell for this. */ if (hal_irql() > DISPATCH_LEVEL) panic("IRQL_NOT_LESS_THAN_OR_EQUAL"); oldirql = FASTCALL1(hal_raise_irql, DISPATCH_LEVEL); FASTCALL1(ntoskrnl_lock_dpc, lock); return(oldirql); } __stdcall void hal_unlock(/*lock, newirql*/void) { kspin_lock *lock; uint8_t newirql; __asm__ __volatile__ ("" : "=c" (lock), "=d" (newirql)); FASTCALL1(ntoskrnl_unlock_dpc, lock); FASTCALL1(hal_lower_irql, newirql); return; } At the bottom of the file, you can see how these map to the Windows API functions: { "KfAcquireSpinLock", (FUNC)hal_lock }, { "KfReleaseSpinLock", (FUNC)hal_unlock }, The subr_hal.c module also contains hal_raise_irql()/hal_lower_irql() routines. Hopefully this makes things a little clearler. If you have any further answers, I will be happy to provide complete and detailed questions. -Bill -- ============================================================================= -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu wpaul@windriver.com | Wind River Systems ============================================================================= you're just BEGGING to face the moose ============================================================================= From owner-cvs-src@FreeBSD.ORG Fri Apr 16 01:14:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD4A816A4CE; Fri, 16 Apr 2004 01:14:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABE043D3F; Fri, 16 Apr 2004 01:14:34 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G8EYGe071289; Fri, 16 Apr 2004 01:14:34 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G8EYpj071288; Fri, 16 Apr 2004 01:14:34 -0700 (PDT) (envelope-from luigi) Message-Id: <200404160814.i3G8EYpj071288@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 16 Apr 2004 01:14: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/net if.c route.c rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 08:14:35 -0000 luigi 2004/04/16 01:14:34 PDT FreeBSD src repository Modified files: sys/net if.c route.c rtsock.c Log: Consistently use ifaddr_byindex() to access the link-level address of an interface. No functional change. On passing, comment a likely bug in net/rtsock.c:sysctl_ifmalist() which, if confirmed, would deserve to be fixed and MFC'ed Revision Changes Path 1.187 +1 -1 src/sys/net/if.c 1.98 +1 -1 src/sys/net/route.c 1.101 +21 -17 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 01:15:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33EA16A4CE; Fri, 16 Apr 2004 01:15:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F6D43D45; Fri, 16 Apr 2004 01:15:37 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G8FbGe071412; Fri, 16 Apr 2004 01:15:37 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G8FbMA071411; Fri, 16 Apr 2004 01:15:37 -0700 (PDT) (envelope-from luigi) Message-Id: <200404160815.i3G8FbMA071411@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 16 Apr 2004 01:15: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/netgraph ng_fec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 08:15:37 -0000 luigi 2004/04/16 01:15:37 PDT FreeBSD src repository Modified files: sys/netgraph ng_fec.c Log: Consistently use ifaddr_byindex() to access the link-level address of an interface. No functional change. On passing, comment an useless invocation of TAILQ_INIT(&ifp->if_addrhead) which could probably be removed in the interest of clarity. Revision Changes Path 1.8 +4 -4 src/sys/netgraph/ng_fec.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 01:43:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C4616A4CE; Fri, 16 Apr 2004 01:43:43 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B86343D5D; Fri, 16 Apr 2004 01:43:42 -0700 (PDT) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i3G8hZrG002163; Fri, 16 Apr 2004 10:43:40 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <407F9CB7.3020407@DeepCore.dk> Date: Fri, 16 Apr 2004 10:43:35 +0200 From: =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20040413094519.7230616A4DB@hub.freebsd.org> <20040415162313.S92883@root.org> In-Reply-To: <20040415162313.S92883@root.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: =?UTF-8?B?77+9?= Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-lowlevel.c ata-pci.c ata-pci.h 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: Fri, 16 Apr 2004 08:43:44 -0000 Nate Lawson wrote: > On Tue, 13 Apr 2004, S?ren Schmidt wrote: > >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c >> ata-chipset.c ata-disk.c ata-dma.c >> ata-isa.c ata-lowlevel.c ata-pci.c >> ata-pci.h ata-queue.c >> Log: >> Add support for the Promise command sequencer present on all modern Promise >> controllers (PDC203** PDC206**). >> >> This also adds preliminary support for the Promise SX4/SX4000 but *only* >> as a "normal" Promise ATA controller (ATA RAID's are supported though >> but only RAID0, RAID1 and RAID0+1). >> >> This cuts off yet another 5-8% of the command overhead on promise controllers, >> making them the fastest we have ever had support for. >> >> Work is now continuing to add support for this in ATA RAID, to accellerate >> ATA RAID quite a bit on these controllers, and especially the SX4/SX4000 >> series as they have quite a few tricks in there.. >> >> This commit also adds a few fixes to the SATA code needed for proper support. >> >> Revision Changes Path >> 1.208 +4 -11 src/sys/dev/ata/ata-all.c >> 1.78 +10 -3 src/sys/dev/ata/ata-all.h >> 1.23 +1 -0 src/sys/dev/ata/ata-card.c >> 1.12 +1 -0 src/sys/dev/ata/ata-cbus.c >> 1.68 +474 -141 src/sys/dev/ata/ata-chipset.c >> 1.172 +11 -6 src/sys/dev/ata/ata-disk.c >> 1.126 +33 -2 src/sys/dev/ata/ata-dma.c >> 1.21 +1 -0 src/sys/dev/ata/ata-isa.c >> 1.32 +55 -51 src/sys/dev/ata/ata-lowlevel.c >> 1.78 +24 -52 src/sys/dev/ata/ata-pci.c >> 1.29 +8 -2 src/sys/dev/ata/ata-pci.h >> 1.26 +3 -2 src/sys/dev/ata/ata-queue.c > > > Also... > > Includes fixes to avoid checking the ATA_FLAG_54_58 bit, fixing LBA > detection: > Submitted by: rk not true, rk submitted the problem not the code. > Includes fixes for resource allocation fixing at least ICH3: > Submitted by: imp not true, warner had semilar patches but these where done before I knew they existed (and btw they are not exactly the same) -- -Søren From owner-cvs-src@FreeBSD.ORG Fri Apr 16 02:07:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A65716A4CE; Fri, 16 Apr 2004 02:07:37 -0700 (PDT) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE1043D5A; Fri, 16 Apr 2004 02:07:36 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: from ws ([193.69.114.88]) by srv01.sparkit.no (8.12.10/8.12.10) with ESMTP id i3G97UcZ056768; Fri, 16 Apr 2004 11:07:30 +0200 (CEST) (envelope-from eivind@FreeBSD.org) Received: from ws (localhost [127.0.0.1]) by ws (8.12.9/8.12.10) with ESMTP id i3G96Mea001763; Fri, 16 Apr 2004 09:06:22 GMT (envelope-from eivind@ws) Received: (from eivind@localhost) by ws (8.12.9/8.12.10/Submit) id i3G96Mgd001700; Fri, 16 Apr 2004 09:06:22 GMT (envelope-from eivind) Date: Fri, 16 Apr 2004 09:05:20 +0000 From: Eivind Eklund To: Luigi Rizzo Message-ID: <20040416090520.GA1194@FreeBSD.org> References: <200404160814.i3G8EYpj071288@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404160814.i3G8EYpj071288@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/net if.c route.c rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 09:07:37 -0000 On Fri, Apr 16, 2004 at 01:14:34AM -0700, Luigi Rizzo wrote: > luigi 2004/04/16 01:14:34 PDT > > FreeBSD src repository > > Modified files: > sys/net if.c route.c rtsock.c > Log: > Consistently use ifaddr_byindex() to access the link-level address > of an interface. No functional change. [...] > strlcpy(ifp->if_xname, new_name, sizeof(ifp->if_xname)); > - ifa = TAILQ_FIRST(&ifp->if_addrhead); > + ifa = ifaddr_byindex(ifp->if_index); Given that all of the changes in this commit end of the form ifaddr_byindex(ifp->if_index), I'd suggest an abstraction might be in order. Something like #define ifp2ifaddr(p) ifaddr_byindex((p)->if_index) in order to isolate this case (which, as you say, can be implemented several ways). I'm not sure ifp2ifaddr is a good name - that was just the first that came to mind. Eivind. From owner-cvs-src@FreeBSD.ORG Fri Apr 16 02:29:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B10D16A4CE; Fri, 16 Apr 2004 02:29:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F097C43D48; Fri, 16 Apr 2004 02:29:45 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G9TjGe079276; Fri, 16 Apr 2004 02:29:45 -0700 (PDT) (envelope-from eivind@repoman.freebsd.org) Received: (from eivind@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G9TjDo079275; Fri, 16 Apr 2004 02:29:45 -0700 (PDT) (envelope-from eivind) Message-Id: <200404160929.i3G9TjDo079275@repoman.freebsd.org> From: Eivind Eklund Date: Fri, 16 Apr 2004 02:29: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/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 09:29:46 -0000 eivind 2004/04/16 02:29:45 PDT FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Improve comment (SMB bus -> System Management Bus) Revision Changes Path 1.1156 +1 -1 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Fri Apr 16 02:31:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5068A16A549; Fri, 16 Apr 2004 02:31:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AA343D3F; Fri, 16 Apr 2004 02:31:18 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G9VHGe080094; Fri, 16 Apr 2004 02:31:17 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G9VHKU080090; Fri, 16 Apr 2004 02:31:17 -0700 (PDT) (envelope-from brueffer) Message-Id: <200404160931.i3G9VHKU080090@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 16 Apr 2004 02:31: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.sbin/accton accton.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 09:31:18 -0000 brueffer 2004/04/16 02:31:17 PDT FreeBSD src repository (doc committer) Modified files: usr.sbin/accton accton.8 Log: o split a sentence to make it more understandable o mention that the acctfile has to exist for accton to work [1] o add reference to acct.5 PR: 65071 [1] (slightly modified) Submitted by: Marc Silver X-MFC after: re approval Revision Changes Path 1.13 +8 -2 src/usr.sbin/accton/accton.8 From owner-cvs-src@FreeBSD.ORG Fri Apr 16 02:34:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E8FE16A4CE; Fri, 16 Apr 2004 02:34:59 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4953D43D39; Fri, 16 Apr 2004 02:34:59 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3G9Yxgd013940; Fri, 16 Apr 2004 02:34:59 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3G9YvQb013937; Fri, 16 Apr 2004 02:34:57 -0700 (PDT) (envelope-from rizzo) Date: Fri, 16 Apr 2004 02:34:57 -0700 From: Luigi Rizzo To: Eivind Eklund Message-ID: <20040416023457.A12665@xorpc.icir.org> References: <200404160814.i3G8EYpj071288@repoman.freebsd.org> <20040416090520.GA1194@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040416090520.GA1194@FreeBSD.org>; from eivind@FreeBSD.org on Fri, Apr 16, 2004 at 09:05:20AM +0000 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c route.c rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 09:35:00 -0000 On Fri, Apr 16, 2004 at 09:05:20AM +0000, Eivind Eklund wrote: ... > > strlcpy(ifp->if_xname, new_name, sizeof(ifp->if_xname)); > > - ifa = TAILQ_FIRST(&ifp->if_addrhead); > > + ifa = ifaddr_byindex(ifp->if_index); > > Given that all of the changes in this commit end of the form > ifaddr_byindex(ifp->if_index), I'd suggest an abstraction might be in > order. Something like > > #define ifp2ifaddr(p) ifaddr_byindex((p)->if_index) > ifaddr_byindex() is already a macro, so i'd rather not have the double indirection. Besides, in an ideal world, we could store ifindexes instead of ifp's in many places (routing entries, ifaddrs) which would considerably reduce the complexity of locking, refcounting and garbage collection. > in order to isolate this case (which, as you say, can be implemented > several ways). I'm not sure ifp2ifaddr is a good name - that was just > the first that came to mind. Speaking of names, i am still unclear if ifaddr_byindex() is meant to give you only the link-level address of the interface, or the entire list of addresses associated to the interface (which does occur, but only as an accident) cheers luigi From owner-cvs-src@FreeBSD.ORG Fri Apr 16 03:28:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA6616A4CE; Fri, 16 Apr 2004 03:28:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E47343D5E; Fri, 16 Apr 2004 03:28:54 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GASsGe092653; Fri, 16 Apr 2004 03:28:54 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GASsNY092652; Fri, 16 Apr 2004 03:28:54 -0700 (PDT) (envelope-from luigi) Message-Id: <200404161028.i3GASsNY092652@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 16 Apr 2004 03:28: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/net if_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: Fri, 16 Apr 2004 10:28:54 -0000 luigi 2004/04/16 03:28:54 PDT FreeBSD src repository Modified files: sys/net if_var.h Log: Documented the intended usage of if_addrhead and ifaddr_byindex() This commit only changes comments. Nothing to recompile. Revision Changes Path 1.71 +11 -3 src/sys/net/if_var.h From owner-cvs-src@FreeBSD.ORG Fri Apr 16 03:32:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 394A116A4CE; Fri, 16 Apr 2004 03:32:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B13643D1D; Fri, 16 Apr 2004 03:32:14 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GAWDGe094418; Fri, 16 Apr 2004 03:32:13 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GAWDWS094414; Fri, 16 Apr 2004 03:32:13 -0700 (PDT) (envelope-from luigi) Message-Id: <200404161032.i3GAWDWS094414@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 16 Apr 2004 03:32: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/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 10:32:14 -0000 luigi 2004/04/16 03:32:13 PDT FreeBSD src repository Modified files: sys/net if.c Log: Use if_link instead of the alias if_list, and change a for() into the TAILQ_FOREACH() form. Comment the need to store the same info (mac address for ethernet-type devices) in two different places. No functional changes. Even the compiler output should be unmodified by this change. Revision Changes Path 1.188 +6 -1 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 03:46:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7F716A4CE for ; Fri, 16 Apr 2004 03:46:20 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778E343D45 for ; Fri, 16 Apr 2004 03:46:17 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i3GAiPtZ031251 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Fri, 16 Apr 2004 14:44:25 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i3GAha6W031194; (8.12.8/vak/2.1) Fri, 16 Apr 2004 14:43:37 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <407FB8CD.6000904@cronyx.ru> Date: Fri, 16 Apr 2004 14:43:25 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Luigi Rizzo References: <200404152031.i3FKVBlD095276@repoman.freebsd.org> In-Reply-To: <200404152031.i3FKVBlD095276@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/arl if_arl.c src/sys/dev/cs if_cs.c src/sys/dev/ed if_ed.c src/sys/dev/ex if_ex.c src/sys/dev/fe src/sys/dev/sn if_sn.c src/sys/dev/wl if_wl.c src/sys/dev/xe ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 10:46:20 -0000 Luigi Rizzo wrote: > This change is done to simplify locking because now almost none of the > drivers uses this field. The exceptions are "ct" "ctau" and "cx" > where i am not sure if i can remove that part. > > These two doesn't touch if_addrhead by them self since 4x. Only RELENG_3 code works with if_addrhead to make driver unload possible, since there was no API to detach interface. This code probably should be removed in the future, but it is still here since this makes maintaning of code much more easy. rik From owner-cvs-src@FreeBSD.ORG Fri Apr 16 03:54:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F14C616A4CE; Fri, 16 Apr 2004 03:54:20 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE2C43D41; Fri, 16 Apr 2004 03:54:20 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id D6346530D; Fri, 16 Apr 2004 12:54:18 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 05E485309; Fri, 16 Apr 2004 12:54:11 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id B7A4133C6C; Fri, 16 Apr 2004 12:54:11 +0200 (CEST) To: Luigi Rizzo References: <200404160814.i3G8EYpj071288@repoman.freebsd.org> <20040416090520.GA1194@FreeBSD.org> <20040416023457.A12665@xorpc.icir.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 16 Apr 2004 12:54:11 +0200 In-Reply-To: <20040416023457.A12665@xorpc.icir.org> (Luigi Rizzo's message of "Fri, 16 Apr 2004 02:34:57 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Eivind Eklund cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c route.c rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 10:54:21 -0000 Luigi Rizzo writes: > On Fri, Apr 16, 2004 at 09:05:20AM +0000, Eivind Eklund wrote: > > #define ifp2ifaddr(p) ifaddr_byindex((p)->if_index) > ifaddr_byindex() is already a macro, so i'd rather not have the > double indirection. What difference does it make? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Apr 16 04:05:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314C116A4CE; Fri, 16 Apr 2004 04:05:39 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC5E43D5D; Fri, 16 Apr 2004 04:05:39 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3GB5agd022664; Fri, 16 Apr 2004 04:05:36 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3GB5aEt022663; Fri, 16 Apr 2004 04:05:36 -0700 (PDT) (envelope-from rizzo) Date: Fri, 16 Apr 2004 04:05:36 -0700 From: Luigi Rizzo To: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Message-ID: <20040416040536.A22418@xorpc.icir.org> References: <200404160814.i3G8EYpj071288@repoman.freebsd.org> <20040416090520.GA1194@FreeBSD.org> <20040416023457.A12665@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from des@des.no on Fri, Apr 16, 2004 at 12:54:11PM +0200 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Eivind Eklund cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c route.c rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 11:05:39 -0000 On Fri, Apr 16, 2004 at 12:54:11PM +0200, Dag-Erling Smørgrav wrote: > Luigi Rizzo writes: > > On Fri, Apr 16, 2004 at 09:05:20AM +0000, Eivind Eklund wrote: > > > #define ifp2ifaddr(p) ifaddr_byindex((p)->if_index) > > ifaddr_byindex() is already a macro, so i'd rather not have the > > double indirection. > > What difference does it make? it is two different ways of getting the same info, which is precisely what i was trying to remove in the first place. But the most important thing is that we have to decide whether the search key is the ifp or the ifindex, and use one consistently. cheers luigi From owner-cvs-src@FreeBSD.ORG Fri Apr 16 04:31:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A694516A4CE for ; Fri, 16 Apr 2004 04:31:37 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B5E43D39 for ; Fri, 16 Apr 2004 04:31:36 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i3GBT6vI033670 for cvs-src@FreeBSD.ORG.checked; (8.12.8/vak/2.1) Fri, 16 Apr 2004 15:29:06 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i3GBRw6J033579; (8.12.8/vak/2.1) Fri, 16 Apr 2004 15:27:58 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <407FC333.6000901@cronyx.ru> Date: Fri, 16 Apr 2004 15:27:47 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= References: <20040413094519.7230616A4DB@hub.freebsd.org> <20040415162313.S92883@root.org> <407F9CB7.3020407@DeepCore.dk> In-Reply-To: <407F9CB7.3020407@DeepCore.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-src@FreeBSD.ORG cc: =?UTF-8?B?77+9?= cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Nate Lawson Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-lowlevel.c ata-pci.c ata-pci.h 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: Fri, 16 Apr 2004 11:31:37 -0000 Søren Schmidt wrote: >> Includes fixes to avoid checking the ATA_FLAG_54_58 bit, fixing LBA >> detection: >> Submitted by: rk > > not true, rk submitted the problem not the code. Probably you are talking about me "rik" :-) I realy doesn't submit any code. I just tell my suggestions that checking this bit is bad idea according to ata spec, and according last ata specs it shouldn't be used at all since it obsoleted. So I didn't submit any fixes about it. Only idea. So this may be "Asked by" or "Pointed by" :-) Code I submitted was to make ata driver more verbose about CHS mode. They still are not there and should be revised to make them possible to apply to current code. By the way, may be it would be a nice idea to warn users that they have ATA_FLAG_54_58 bit off, and device will work in LBA mode not in CHS as was before? rik From owner-cvs-src@FreeBSD.ORG Fri Apr 16 04:42:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 845A816A4CE; Fri, 16 Apr 2004 04:42:03 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB6243D55; Fri, 16 Apr 2004 04:42:02 -0700 (PDT) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i3GBfkRn003825; Fri, 16 Apr 2004 13:41:52 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <407FC67A.7090306@DeepCore.dk> Date: Fri, 16 Apr 2004 13:41:46 +0200 From: =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Kurakin References: <20040413094519.7230616A4DB@hub.freebsd.org> <20040415162313.S92883@root.org> <407F9CB7.3020407@DeepCore.dk> <407FC333.6000901@cronyx.ru> In-Reply-To: <407FC333.6000901@cronyx.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: cvs-src@FreeBSD.ORG cc: =?UTF-8?B?77+9?= cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Nate Lawson Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-lowlevel.c ata-pci.c ata-pci.h 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: Fri, 16 Apr 2004 11:42:03 -0000 Roman Kurakin wrote: > Søren Schmidt wrote: > >>> Includes fixes to avoid checking the ATA_FLAG_54_58 bit, fixing LBA >>> detection: >>> Submitted by: rk >> >> >> not true, rk submitted the problem not the code. > > > Probably you are talking about me "rik" :-) > I realy doesn't submit any code. I just tell my suggestions that > checking this bit > is bad idea according to ata spec, and according last ata specs it > shouldn't be > used at all since it obsoleted. So I didn't submit any fixes about it. > Only idea. > So this may be "Asked by" or "Pointed by" :-) Right, it may break ATA on old devices though, but I guess none of these drives are in use any more. The real problem here is that I cannot just use the latest ATA specs (it would make my life *alot* simpler though :) ), I need to make things work that are compatible to at least back to ATA rev3 so just relying on things be obsoleted in the latest spec revision doesn't cut it.. > Code I submitted was to make ata driver more verbose about CHS mode. > They still are not there and should be revised to make them possible to > apply to current code. I'll think about it, but since CHS mode is almost no longer used anyways and the info can pretty easily be calculated from the LBA's printed.. > By the way, may be it would be a nice idea to warn users that they have > ATA_FLAG_54_58 bit off, and device will work in LBA mode not > in CHS as was before? Users wont notice at all, from users perspective the disk is just a bunch of sectors, the interface method used to talk to the disk is nowhere to be seen... -- -Søren From owner-cvs-src@FreeBSD.ORG Fri Apr 16 05:10:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7030316A4CF; Fri, 16 Apr 2004 05:10:52 -0700 (PDT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F46843D48; Fri, 16 Apr 2004 05:10:51 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i3GCAo5v014560; Fri, 16 Apr 2004 22:10:50 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i3GCAlHW023981; Fri, 16 Apr 2004 22:10:48 +1000 Date: Fri, 16 Apr 2004 22:10:46 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Bill Paul In-Reply-To: <20040416072519.AD62016A4D2@hub.freebsd.org> Message-ID: <20040416205956.K13468@gamplex.bde.org> References: <20040416072519.AD62016A4D2@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 cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis hal_var.h kern_ndis.cndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrn X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 12:10:52 -0000 On Fri, 16 Apr 2004, Bill Paul wrote: > [...] [...] > > Using atomic_cmpset_int() for unlocking is bogus, especially since it is > > used without a loop to check that the store succeeded. It only works if > > the lock is already held so that the "cmp" part has no effect. This can > > be expressed more clearly using atomic_store_rel_int() like the normal > > mutex code does in _release_lock_quick(). > > ntoskrnl_unlock_dpc() should only ever be called when a lock is already > held. If it's ever called without a lock held, that's a bug. That's why the code is bogus. To release a lock that is known to be held, just store_rel to it. > > The asm is still too fragile. Isn't there a way to directly specify that > > "int *lock" is an arg passed in %ecx? > > Yes: upgrade to gcc 3.4, which has __attribute__((__fastcall__)). Of course, > first you have to wait for gcc 3.4 to be released. > > People have suggested various different hacks to duplicate _fastcall. > semantics. This is the only one which produced the correct result in all > cases that I tested, with optimization turned on. You can engage in a > certain amount of deception with the __regparm()__ attribute, but gcc has > certain ideas about what arguments go into which registers when you use > regparm which don't agree with the way _fastcall does things. (This is > why I don't use __regparm(3)__: it will use %ecx and %edx, but it will > also drag %eax into the mix.) __regparm__(3) on i386's is documented to cause the first 3 function parameters to be in %eax, %edx and %ecx, in that order. In function definitions you can use it after declaring placeholders for register parameters that aren't actually passed. E.g.: __stdcall __attribute__((__regparm__(3))) void ntoskrnl_lock_dpc(int eax /* placeholder */, int edx /* placeholder */, kspin_lock *lock) { while (atomic_cmpset_int(lock, 0, 1) == 0) ; } Passing only a nonstandard subset of the registers specified by regparm is harder, but this is already handled by doing it in asm. (The asm has similar (but much larger) fragility to that fixed above; the call should be in asm too to prevent clobbering the parameter registers, and such clobbering is very close -- the call is through a pointer and nothing prevents loading the pointer into a parameter register.) > > I copied half of the fixed version from my end run around mutexes in > > my version of the cy driver, which was in turn half copied from the > > simple locking (simple_lock interfaces) in RELENG_4. > [...] > At this point, I am forced to conclude that you didn't actually read > the code, since if you had, you might have understood. I will try to > explain it again, hopefully in a way that makes it clear how Windows > does things. That's more than I want to understand about Windows :-). This thread was just about correct implementation of the lowest level of spinlocks when not using mutexes. Bruce From owner-cvs-src@FreeBSD.ORG Fri Apr 16 05:20:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D66B16A4CE; Fri, 16 Apr 2004 05:20:20 -0700 (PDT) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB0843D1D; Fri, 16 Apr 2004 05:20:18 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 5C0D52DFC; Fri, 16 Apr 2004 14:20:17 +0200 (CEST) Date: Fri, 16 Apr 2004 14:20:17 +0200 From: Ollivier Robert To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20040416122017.GB64995@tara.freenix.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, mux@FreeBSD.org References: <200404112136.i3BLaVxM099406@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404112136.i3BLaVxM099406@repoman.freebsd.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.6i cc: mux@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mount.h src/lib/libc/gen Makefile.inc getvfsent.3 getvfsent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 12:20:20 -0000 According to Maxime Henrion: > Log: > Belatedly remove the getvfsent(3) API. All the consumers have been > updated to use getvfsbyname(3) or the vfs.conflist sysctl since a > long time, except mount_smbfs(8) which has just been fixed. This is a change of interface meaning that we need to bump up the major number of libc... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.3.0: Fri Mar 5 14:22:55 PST 2004 From owner-cvs-src@FreeBSD.ORG Fri Apr 16 05:29:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DADA16A4CE; Fri, 16 Apr 2004 05:29:56 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB7643D45; Fri, 16 Apr 2004 05:29:56 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 7CDDA5C7B2; Fri, 16 Apr 2004 05:29:56 -0700 (PDT) Date: Fri, 16 Apr 2004 14:29:56 +0200 From: Maxime Henrion To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20040416122956.GG19602@elvis.mu.org> References: <200404112136.i3BLaVxM099406@repoman.freebsd.org> <20040416122017.GB64995@tara.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040416122017.GB64995@tara.freenix.org> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: src/sys/sys mount.h src/lib/libc/gen Makefile.inc getvfsent.3 getvfsent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 12:29:56 -0000 Ollivier Robert wrote: > According to Maxime Henrion: > > Log: > > Belatedly remove the getvfsent(3) API. All the consumers have been > > updated to use getvfsbyname(3) or the vfs.conflist sysctl since a > > long time, except mount_smbfs(8) which has just been fixed. > > This is a change of interface meaning that we need to bump up the major > number of libc... I believe bumping the major number of libc for that would be way overkill. As far as I know, there are no consumers of this API outside of the tree, and I would actually be surprised if there was any. I already bumped __FreeBSD_version for this change and it looks sufficient to me. Can you explain why you think a major number bump of libc is in order here? Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Fri Apr 16 05:31:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA1E16A4CF for ; Fri, 16 Apr 2004 05:31:32 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A89A43D2F for ; Fri, 16 Apr 2004 05:31:30 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i3GCT4Ur036765 for cvs-src@FreeBSD.ORG.checked; (8.12.8/vak/2.1) Fri, 16 Apr 2004 16:29:04 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i3GCPgv4036474; (8.12.8/vak/2.1) Fri, 16 Apr 2004 16:25:42 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <407FD0BB.1080307@cronyx.ru> Date: Fri, 16 Apr 2004 16:25:31 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= References: <20040413094519.7230616A4DB@hub.freebsd.org> <20040415162313.S92883@root.org> <407F9CB7.3020407@DeepCore.dk> <407FC333.6000901@cronyx.ru> <407FC67A.7090306@DeepCore.dk> In-Reply-To: <407FC67A.7090306@DeepCore.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-lowlevel.c ata-pci.c ata-pci.h 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: Fri, 16 Apr 2004 12:31:32 -0000 Søren Schmidt wrote: [...] > Right, it may break ATA on old devices though, but I guess none of > these drives are in use any more. > The real problem here is that I cannot just use the latest ATA specs > (it would make my life *alot* simpler though :) ), I need to make > things work that are compatible to at least back to ATA rev3 so just > relying on things be obsoleted in the latest spec revision doesn't cut > it.. Thats why I was trying to find out other ways to solve my problem rather than insist to remove this check :-) >> Code I submitted was to make ata driver more verbose about CHS mode. >> They still are not there and should be revised to make them possible to >> apply to current code. > > I'll think about it, but since CHS mode is almost no longer used anyways > and the info can pretty easily be calculated from the LBA's printed.. Yes, but hex format or printing CHS and LBA request would save some amount of time. >> By the way, may be it would be a nice idea to warn users that they have >> ATA_FLAG_54_58 bit off, and device will work in LBA mode not >> in CHS as was before? > > Users wont notice at all, from users perspective the disk is just a > bunch of sectors, > the interface method used to talk to the disk is nowhere to be seen... Hm, I noticed interface method :-). My hdd started to work in CHS mode (without any notice to me), but only by its quarter. This sign was imposible to miss. Thats why I ask you about additional verbosity. From owner-cvs-src@FreeBSD.ORG Fri Apr 16 07:31:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B20416A4CE; Fri, 16 Apr 2004 07:31:37 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E06943D46; Fri, 16 Apr 2004 07:31:36 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3GEVLkj059439; Fri, 16 Apr 2004 08:31:26 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 16 Apr 2004 08:32:19 -0600 (MDT) Message-Id: <20040416.083219.88169024.imp@bsdimp.com> To: sos@DeepCore.dk From: "M. Warner Losh" In-Reply-To: <407F9CB7.3020407@DeepCore.dk> References: <20040413094519.7230616A4DB@hub.freebsd.org> <20040415162313.S92883@root.org> <407F9CB7.3020407@DeepCore.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: sos@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h 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: Fri, 16 Apr 2004 14:31:37 -0000 In message: <407F9CB7.3020407@DeepCore.dk> S=F8ren Schmidt writes: : > Includes fixes for resource allocation fixing at least ICH3: : > Submitted by: imp : = : not true, warner had semilar patches but these where done before I kn= ew = : they existed (and btw they are not exactly the same) This is clearly a case of parallel evolution to solve the same problem.. Warner From owner-cvs-src@FreeBSD.ORG Fri Apr 16 07:35:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6781016A4CE; Fri, 16 Apr 2004 07:35:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495A643D45; Fri, 16 Apr 2004 07:35:12 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GEZBGe053603; Fri, 16 Apr 2004 07:35:12 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GEZBVD053602; Fri, 16 Apr 2004 07:35:11 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404161435.i3GEZBVD053602@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Apr 2004 07:35:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 14:35:12 -0000 rwatson 2004/04/16 07:35:11 PDT FreeBSD src repository Modified files: sys/kern subr_mbuf.c Log: At some point during the history of m_getcl(), MAC support began to unconditionally initialize the mbuf header even if cluster allocation failed, which could result in a NULL pointer dereference in low-memory conditions. PR: kern/65548 Submitted by: Stephan Uphoff Revision Changes Path 1.59 +6 -6 src/sys/kern/subr_mbuf.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 07:36:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A6BB16A4CE; Fri, 16 Apr 2004 07:36:26 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002E243D1D; Fri, 16 Apr 2004 07:36:25 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3GEaPkj059516; Fri, 16 Apr 2004 08:36:25 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 16 Apr 2004 08:37:23 -0600 (MDT) Message-Id: <20040416.083723.81965895.imp@bsdimp.com> To: roberto@keltia.freenix.fr From: "M. Warner Losh" In-Reply-To: <20040416122017.GB64995@tara.freenix.org> References: <200404112136.i3BLaVxM099406@repoman.freebsd.org> <20040416122017.GB64995@tara.freenix.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mux@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mount.h src/lib/libc/gen Makefile.inc getvfsent.3 getvfsent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 14:36:26 -0000 In message: <20040416122017.GB64995@tara.freenix.org> Ollivier Robert writes: : According to Maxime Henrion: : > Log: : > Belatedly remove the getvfsent(3) API. All the consumers have been : > updated to use getvfsbyname(3) or the vfs.conflist sysctl since a : > long time, except mount_smbfs(8) which has just been fixed. : : This is a change of interface meaning that we need to bump up the major : number of libc... Should, maybe. However, I'd strongly argue against it. It causes much pain and suffering. Last time we had a real ABI change we learned that to be safe one had to bump the revs of all the libraries that depend on libc, which is by definition nearly all of them. That's one reason why we played all the games with __stdoutp. Warner From owner-cvs-src@FreeBSD.ORG Fri Apr 16 07:59:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530A116A4CE; Fri, 16 Apr 2004 07:59:48 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32FC43D2F; Fri, 16 Apr 2004 07:59:47 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 18C6C530D; Fri, 16 Apr 2004 16:59:46 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id A62975309; Fri, 16 Apr 2004 16:59:32 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 574F833C6C; Fri, 16 Apr 2004 16:59:32 +0200 (CEST) To: Luigi Rizzo References: <200404160814.i3G8EYpj071288@repoman.freebsd.org> <20040416090520.GA1194@FreeBSD.org> <20040416023457.A12665@xorpc.icir.org> <20040416040536.A22418@xorpc.icir.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 16 Apr 2004 16:59:32 +0200 In-Reply-To: <20040416040536.A22418@xorpc.icir.org> (Luigi Rizzo's message of "Fri, 16 Apr 2004 04:05:36 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Eivind Eklund cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c route.c rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 14:59:48 -0000 Luigi Rizzo writes: > On Fri, Apr 16, 2004 at 12:54:11PM +0200, Dag-Erling Sm=F8rgrav wrote: > > Luigi Rizzo writes: > > > ifaddr_byindex() is already a macro, so i'd rather not have the > > > double indirection. > > What difference does it make? > it is two different ways of getting the same info, which is > precisely what i was trying to remove in the first place. No, my question was: what difference does an extra level of indirection make? It is resolved at compile time, so there is no run-time overhead. If it makes the code simpler and more obvious, it's a good thing. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Apr 16 08:01:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8062C16A4CE; Fri, 16 Apr 2004 08:01:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6396443D55; Fri, 16 Apr 2004 08:01:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GF1tGe059427; Fri, 16 Apr 2004 08:01:55 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GF1tUE059423; Fri, 16 Apr 2004 08:01:55 -0700 (PDT) (envelope-from imp) Message-Id: <200404161501.i3GF1tUE059423@repoman.freebsd.org> From: Warner Losh Date: Fri, 16 Apr 2004 08:01: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/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 15:01:55 -0000 imp 2004/04/16 08:01:55 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: ooops. I disabled pci_enable_io_modes not pci_do_powerstate in the last commit. That was in error. Noticed by: sos Revision Changes Path 1.245 +4 -4 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 08:07:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E196716A4CE; Fri, 16 Apr 2004 08:07:44 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD20543D1D; Fri, 16 Apr 2004 08:07:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3GF7hSU016948; Fri, 16 Apr 2004 08:07:43 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3GF7hnG016947; Fri, 16 Apr 2004 08:07:43 -0700 (PDT) (envelope-from obrien) Date: Fri, 16 Apr 2004 08:07:42 -0700 From: "David O'Brien" To: Brian Feldman Message-ID: <20040416150742.GA16010@dragon.nuxi.com> References: <200404130258.i3D2w7WC034439@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404130258.i3D2w7WC034439@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump dump.8 dump.h main.c tape.c src/sbin/restore extern.h main.c restore.8 tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 15:07:45 -0000 On Mon, Apr 12, 2004 at 07:58:07PM -0700, Brian Feldman wrote: > green 2004/04/12 19:58:07 PDT > > FreeBSD src repository > > Modified files: > sbin/dump dump.8 dump.h main.c tape.c > sbin/restore extern.h main.c restore.8 tape.c > Log: > Add -P arguments for dump(8) and restore(8) which allow the user to > use backup methods other than files and tapes. The -P argument is > a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME > defined in the environment, respectively. Why do you need an option for this? Can't you just use 'dump ... |' and '... | restore'? From owner-cvs-src@FreeBSD.ORG Fri Apr 16 08:16:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD7CA16A4DD; Fri, 16 Apr 2004 08:16:42 -0700 (PDT) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E0B43D39; Fri, 16 Apr 2004 08:16:42 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id DB26D2DFC; Fri, 16 Apr 2004 17:16:40 +0200 (CEST) Date: Fri, 16 Apr 2004 17:16:40 +0200 From: Ollivier Robert To: Maxime Henrion Message-ID: <20040416151640.GC64995@tara.freenix.org> Mail-Followup-To: Maxime Henrion , src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200404112136.i3BLaVxM099406@repoman.freebsd.org> <20040416122017.GB64995@tara.freenix.org> <20040416122956.GG19602@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040416122956.GG19602@elvis.mu.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mount.h src/lib/libc/gen Makefile.inc getvfsent.3 getvfsent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 15:16:43 -0000 According to Maxime Henrion: > and I would actually be surprised if there was any. I already bumped The external ones are the problem but I agree that there are probably none. > __FreeBSD_version for this change and it looks sufficient to me. Can > you explain why you think a major number bump of libc is in order here? Because that how you play the major number game in shared libraries world. Anytime you change (i.e. remove a function or change a function's argument in a way that's incompatible with the prevous one) a librabry's interface, you MUST (in the RFC-mode sense of the world) change the major. I agree with Warner that it is a major pain (and why we do this only once in a given branch) and that it this case, we can simply ignore the issue. :-) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.3.0: Fri Mar 5 14:22:55 PST 2004 From owner-cvs-src@FreeBSD.ORG Fri Apr 16 08:25:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB5216A4CE; Fri, 16 Apr 2004 08:25:22 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9681243D2D; Fri, 16 Apr 2004 08:25:22 -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" (not verified)) by gw.celabo.org (Postfix) with ESMTP id 2F98C54840; Fri, 16 Apr 2004 10:25:22 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id B80B46D455; Fri, 16 Apr 2004 10:25:21 -0500 (CDT) Date: Fri, 16 Apr 2004 10:25:21 -0500 From: "Jacques A. Vidrine" To: Maxime Henrion , src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20040416152521.GC37115@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Maxime Henrion , src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200404112136.i3BLaVxM099406@repoman.freebsd.org> <20040416122017.GB64995@tara.freenix.org> <20040416122956.GG19602@elvis.mu.org> <20040416151640.GC64995@tara.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040416151640.GC64995@tara.freenix.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: src/sys/sys mount.h src/lib/libc/gen Makefile.inc getvfsent.3 getvfsent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 15:25:23 -0000 On Fri, Apr 16, 2004 at 05:16:40PM +0200, Ollivier Robert wrote: > According to Maxime Henrion: > > and I would actually be surprised if there was any. I already bumped > > The external ones are the problem but I agree that there are probably none. > > > __FreeBSD_version for this change and it looks sufficient to me. Can > > you explain why you think a major number bump of libc is in order here? > > Because that how you play the major number game in shared libraries world. > Anytime you change (i.e. remove a function or change a function's argument > in a way that's incompatible with the prevous one) a librabry's interface, > you MUST (in the RFC-mode sense of the world) change the major. > > I agree with Warner that it is a major pain (and why we do this only once > in a given branch) and that it this case, we can simply ignore the issue. > > :-) More to the point is that we have it backwards: we really MUST not make incompatible changes to the ABI in a given branch. Of course, we have a little wiggle room before 5.x becomes -STABLE, but it is *very little* room at this point. If removing getvfsent() would be at all likely to affect software outside the tree, then I would rather see a compatibility shim. However, Maxime has already insisted that there are no other consumers, and I choose to believe him :-) Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-src@FreeBSD.ORG Fri Apr 16 08:31:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9AA516A4CE; Fri, 16 Apr 2004 08:31:56 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0529D43D46; Fri, 16 Apr 2004 08:31:54 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i3GFVq4u029751; Sat, 17 Apr 2004 01:31:52 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i3GFVoI2015756; Sat, 17 Apr 2004 01:31:51 +1000 Date: Sat, 17 Apr 2004 01:31:49 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" In-Reply-To: <20040416150742.GA16010@dragon.nuxi.com> Message-ID: <20040417011735.N14463@gamplex.bde.org> References: <200404130258.i3D2w7WC034439@repoman.freebsd.org> <20040416150742.GA16010@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Brian Feldman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sbin/dump dump.8 dump.h main.c tape.csrc/sbin/restore extern.h main.c restore.8 tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 15:31:57 -0000 On Fri, 16 Apr 2004, David O'Brien wrote: > On Mon, Apr 12, 2004 at 07:58:07PM -0700, Brian Feldman wrote: > > green 2004/04/12 19:58:07 PDT > > > > FreeBSD src repository > > > > Modified files: > > sbin/dump dump.8 dump.h main.c tape.c > > sbin/restore extern.h main.c restore.8 tape.c > > Log: > > Add -P arguments for dump(8) and restore(8) which allow the user to > > use backup methods other than files and tapes. The -P argument is > > a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME > > defined in the environment, respectively. > > Why do you need an option for this? Can't you just use 'dump ... |' and > '... | restore'? A simple pipeline can't handle media-change stuff well. Minix has a "vol" command which handles media changes for piped data. The media size is fixed and specified on the command line (typical usage was "tar ... | vol 360 /dev/fd0" for 360K floppies (remember them?)). This could be generalized to take a -P option much like dump now does (tar ... | vol -P ...). I don't know if dump needs to know more about media boundaries than can be handled in this way. A robust backup format would involve metadata at the start of each volume, and that is another thing that can'r be handled by a simple pipeline with the main generator of the data not knowing that it is writing to a fake large volume that actually consists of multiple volumes concatenated externally. Bruce From owner-cvs-src@FreeBSD.ORG Fri Apr 16 08:34:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB26616A4CE; Fri, 16 Apr 2004 08:34:22 -0700 (PDT) Received: from localhost (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i3GFYMx0027058; Fri, 16 Apr 2004 11:34:22 -0400 (EDT) (envelope-from green@green.homeunix.org) Message-Id: <200404161534.i3GFYMx0027058@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: obrien@FreeBSD.org In-Reply-To: Message from "David O'Brien" <20040416150742.GA16010@dragon.nuxi.com> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 16 Apr 2004 11:34:22 -0400 Sender: green@green.homeunix.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump dump.8 dump.h main.c tape.c src/sbin/restore extern.h main.c restore.8 tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 15:34:23 -0000 "David O'Brien" wrote: > On Mon, Apr 12, 2004 at 07:58:07PM -0700, Brian Feldman wrote: > > green 2004/04/12 19:58:07 PDT > > > > FreeBSD src repository > > > > Modified files: > > sbin/dump dump.8 dump.h main.c tape.c > > sbin/restore extern.h main.c restore.8 tape.c > > Log: > > Add -P arguments for dump(8) and restore(8) which allow the user to > > use backup methods other than files and tapes. The -P argument is > > a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME > > defined in the environment, respectively. > > Why do you need an option for this? Can't you just use 'dump ... |' and > '... | restore'? You can do that if you want to just dump a single volume and manually split it, but if you want to actually dump actual dump volumes, you run into problems. Your pipeline would be outside dump, so it would have no knowledge of when one volume ends and another begins. There are plenty of inelegant solutions to that requiring twice the operator intervention, but I prefer this elegant solution. It's not perfect, though: auto-sizing would require having the dump pipeline child knowing when reading from dump(8) would be causing an EOF on the media and shutting down before it reads that block. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Fri Apr 16 09:27:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF02B16A4CE; Fri, 16 Apr 2004 09:27:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CF143D49; Fri, 16 Apr 2004 09:27:37 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GGRbGe084945; Fri, 16 Apr 2004 09:27:37 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GGRbpd084944; Fri, 16 Apr 2004 09:27:37 -0700 (PDT) (envelope-from njl) Message-Id: <200404161627.i3GGRbpd084944@repoman.freebsd.org> From: Nate Lawson Date: Fri, 16 Apr 2004 09:27: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/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 16:27:38 -0000 njl 2004/04/16 09:27:37 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Disable the new wake GPE behavior. With it enabled, my laptop won't stay suspended after the second try. Intel is working on a fix to properly differentiate the non-standard wake/runtime GPEs from wake-only GPEs. Revision Changes Path 1.139 +1 -0 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 10:07:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E639016A4CF; Fri, 16 Apr 2004 10:07:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB99A43D68; Fri, 16 Apr 2004 10:07:11 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GH7BGe094068; Fri, 16 Apr 2004 10:07:11 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GH7BgK094067; Fri, 16 Apr 2004 10:07:11 -0700 (PDT) (envelope-from markm) Message-Id: <200404161707.i3GH7BgK094067@repoman.freebsd.org> From: Mark Murray Date: Fri, 16 Apr 2004 10:07:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/random harvest.c randomdev_soft.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 17:07:12 -0000 markm 2004/04/16 10:07:11 PDT FreeBSD src repository Modified files: sys/dev/random harvest.c randomdev_soft.c Log: Default to harvesting everything. This is to help give a faster startup. harvesting can be turned OFF in etc/rc.d/* if it is a burden. Revision Changes Path 1.24 +1 -1 src/sys/dev/random/harvest.c 1.2 +3 -3 src/sys/dev/random/randomdev_soft.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 10:10:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BFB416A4CE; Fri, 16 Apr 2004 10:10:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3088543D48; Fri, 16 Apr 2004 10:10:55 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GHAsGe094191; Fri, 16 Apr 2004 10:10:54 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GHAshD094190; Fri, 16 Apr 2004 10:10:54 -0700 (PDT) (envelope-from markm) Message-Id: <200404161710.i3GHAshD094190@repoman.freebsd.org> From: Mark Murray Date: Fri, 16 Apr 2004 10:10:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/random randomdev.c randomdev.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, 16 Apr 2004 17:10:55 -0000 markm 2004/04/16 10:10:54 PDT FreeBSD src repository Modified files: sys/dev/random randomdev.c randomdev.h Log: Attempts to make this device Giant-free were ill-conceived as uiomove(9) is not properly locked. So, return to NEEDGIANT mode. Later, when uiomove is finely locked, I'll revisit. While I'm here, provide some temporary debugging output to help catch blocking startups. Revision Changes Path 1.51 +9 -13 src/sys/dev/random/randomdev.c 1.6 +0 -1 src/sys/dev/random/randomdev.h From owner-cvs-src@FreeBSD.ORG Fri Apr 16 10:13:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA7C16A4CE; Fri, 16 Apr 2004 10:13:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626C043D31; Fri, 16 Apr 2004 10:13:11 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GHDBGe096010; Fri, 16 Apr 2004 10:13:11 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GHDB4B096009; Fri, 16 Apr 2004 10:13:11 -0700 (PDT) (envelope-from brooks) Message-Id: <200404161713.i3GHDB4B096009@repoman.freebsd.org> From: Brooks Davis Date: Fri, 16 Apr 2004 10:13: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 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 17:13:11 -0000 brooks 2004/04/16 10:13:10 PDT FreeBSD src repository Modified files: . UPDATING Log: Document changes in /dev/random initalization. Suggest running /etc/rc.d/preseedrandom to seed the PRNG in the upgrade instructions. Revision Changes Path 1.304 +14 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Fri Apr 16 10:16:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E49416A4D1 for ; Fri, 16 Apr 2004 10:16:11 -0700 (PDT) Received: from tx1.oucs.ox.ac.uk (tx1.oucs.ox.ac.uk [129.67.1.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F3043D48 for ; Fri, 16 Apr 2004 10:16:10 -0700 (PDT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan1.oucs.ox.ac.uk ([129.67.1.166] helo=localhost) by tx1.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BEWwj-0008J5-IN for cvs-src@FreeBSD.org; Fri, 16 Apr 2004 18:16:09 +0100 Received: from rx1.oucs.ox.ac.uk ([129.67.1.165]) by localhost (scan1.oucs.ox.ac.uk [129.67.1.166]) (amavisd-new, port 25) with ESMTP id 31813-03 for ; Fri, 16 Apr 2004 18:16:09 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx1.oucs.ox.ac.uk with smtp (Exim 4.24) id 1BEWwj-0008Iw-4w for cvs-src@FreeBSD.org; Fri, 16 Apr 2004 18:16:09 +0100 Received: (qmail 18756 invoked by uid 1004); 16 Apr 2004 17:16:09 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.106049 secs); 16 Apr 2004 17:16:09 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 16 Apr 2004 17:16:09 -0000 Message-Id: <6.0.1.1.1.20040416181256.03fa0ae0@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Fri, 16 Apr 2004 18:16:02 +0100 To: Mark Murray From: Colin Percival In-Reply-To: <200404161707.i3GH7BgK094067@repoman.freebsd.org> References: <200404161707.i3GH7BgK094067@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random harvest.c randomdev_soft.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 17:16:11 -0000 At 18:07 16/04/2004, Mark Murray wrote: > Default to harvesting everything. This is to help give a faster > startup. harvesting can be turned OFF in etc/rc.d/* if it is a > burden. Would it be reasonable perhaps to start by harvesting everything and revert to selective harvesting after some minimum number of bits have been obtained? Colin Percival From owner-cvs-src@FreeBSD.ORG Fri Apr 16 10:30:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BEE516A4CE; Fri, 16 Apr 2004 10:30:13 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A3B43D1F; Fri, 16 Apr 2004 10:30:11 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i3GHUAAe092334; Fri, 16 Apr 2004 18:30:10 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i3GHUA7Q092333; Fri, 16 Apr 2004 18:30:10 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i3GHTAIn033206; Fri, 16 Apr 2004 18:29:10 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200404161729.i3GHTAIn033206@grimreaper.grondar.org> To: Colin Percival In-Reply-To: Your message of "Fri, 16 Apr 2004 18:16:02 BST." <6.0.1.1.1.20040416181256.03fa0ae0@imap.sfu.ca> Date: Fri, 16 Apr 2004 18:29:10 +0100 Sender: mark@grondar.org X-Spam-Score: 4 (****) FROM_NO_LOWER,MSGID_FROM_MTA_SHORT X-Scanned-By: MIMEDefang 2.39 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Mark Murray cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/random harvest.c randomdev_soft.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 17:30:13 -0000 Colin Percival writes: > At 18:07 16/04/2004, Mark Murray wrote: > > Default to harvesting everything. This is to help give a faster > > startup. harvesting can be turned OFF in etc/rc.d/* if it is a > > burden. > > Would it be reasonable perhaps to start by harvesting everything > and revert to selective harvesting after some minimum number of bits > have been obtained? Sort of. It starts blocked, and unblocks after enough entropy has been gathered. You can turn off the kern.random.sys.seeded=1 sysctl at any time to get it to repeat the process. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Fri Apr 16 11:08:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA00F16A4CF for ; Fri, 16 Apr 2004 11:08:33 -0700 (PDT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABE943D1F for ; Fri, 16 Apr 2004 11:08:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 26217 invoked from network); 16 Apr 2004 18:08:32 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 16 Apr 2004 18:08:32 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i3GI8Uf0001708; Fri, 16 Apr 2004 14:08:30 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Robert Watson Date: Fri, 16 Apr 2004 14:08:37 -0400 User-Agent: KMail/1.6 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404161408.37851.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: Mike Silbersack cc: src-committers@FreeBSD.org cc: Mark Murray cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 18:08:33 -0000 On Thursday 15 April 2004 02:54 pm, Robert Watson wrote: > On Thu, 15 Apr 2004, John Baldwin wrote: > > On Thursday 15 April 2004 03:32 am, Mike Silbersack wrote: > > > On Tue, 13 Apr 2004, John Baldwin wrote: > > > > You should drop the lock before uiomove(). If the uio can possibly > > > > reference user memory, then uiomove() will do a copyout() which can > > > > fault and thus sleep if the page is in swap. > > > > > > > > -- > > > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > > > > > > I'm going to have a similar problem in sendfile when I try to > > > de-giantify it, and I'm sure read / write will have issues as well... > > > will WITNESS catch this potential problem? > > > > Not currently. One could add a WITNESS_WARN() check to uiomove() fairly > > easily though to force witness to catch this. > > We also need to generate sleep warnings it M_TRYWAIT is passed to the mbuf > allocator, which I believe we currently don't do. Also, did we ever > re-add the sleep warning to the process tracing code? To STOPEVENT()? No.. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Apr 16 11:12:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1A516A4CE; Fri, 16 Apr 2004 11:12:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0967A43D68; Fri, 16 Apr 2004 11:12:59 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GICwGe009472; Fri, 16 Apr 2004 11:12:58 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GICwsc009471; Fri, 16 Apr 2004 11:12:58 -0700 (PDT) (envelope-from julian) Message-Id: <200404161812.i3GICwsc009471@repoman.freebsd.org> From: Julian Elischer Date: Fri, 16 Apr 2004 11:12: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/dev/usb if_aue.c if_cue.c if_rue.c uftdi.c uhci.c usbdi.c uscanner.c uvisor.c uvscom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 18:12:59 -0000 julian 2004/04/16 11:12:58 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb if_aue.c if_cue.c if_rue.c uftdi.c uhci.c usbdi.c uscanner.c uvisor.c uvscom.c Log: MFC of several small changes to the USB code.. Diff reduction on several ethernet adapter drivers (name chenges etc) MFC a Bill Paul Copyright notice. Add several device IDs. Reset a uhci controller the same way we do in -current remove an un-needed include file add code to probe a Clie 3 series Approved by: re (scottl@) Revision Changes Path 1.19.2.21 +6 -4 src/sys/dev/usb/if_aue.c 1.7.2.8 +9 -7 src/sys/dev/usb/if_cue.c 1.2.2.3 +43 -15 src/sys/dev/usb/if_rue.c 1.3.2.5 +19 -1 src/sys/dev/usb/uftdi.c 1.40.2.14 +3 -0 src/sys/dev/usb/uhci.c 1.34.2.10 +4 -11 src/sys/dev/usb/usbdi.c 1.2.2.20 +1 -0 src/sys/dev/usb/uscanner.c 1.7.2.10 +80 -1 src/sys/dev/usb/uvisor.c 1.9.2.10 +0 -1 src/sys/dev/usb/uvscom.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 11:36:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF11516A4CE; Fri, 16 Apr 2004 11:36:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B0543D4C; Fri, 16 Apr 2004 11:36:53 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GIarGe013938; Fri, 16 Apr 2004 11:36:53 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GIarBH013937; Fri, 16 Apr 2004 11:36:53 -0700 (PDT) (envelope-from brooks) Message-Id: <200404161836.i3GIarBH013937@repoman.freebsd.org> From: Brooks Davis Date: Fri, 16 Apr 2004 11:36: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 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 18:36:53 -0000 brooks 2004/04/16 11:36:52 PDT FreeBSD src repository Modified files: . UPDATING Log: I added preseedrandom yesterday, not last month. Reported by: Dmitry Morozovsky Revision Changes Path 1.305 +1 -1 src/UPDATING From owner-cvs-src@FreeBSD.ORG Fri Apr 16 11:38:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68D016A4CE; Fri, 16 Apr 2004 11:38:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B0F43D39; Fri, 16 Apr 2004 11:38:05 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GIc5Ge014002; Fri, 16 Apr 2004 11:38:05 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GIc59B014001; Fri, 16 Apr 2004 11:38:05 -0700 (PDT) (envelope-from hrs) Message-Id: <200404161838.i3GIc59B014001@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 16 Apr 2004 11:38: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: Fri, 16 Apr 2004 18:38:05 -0000 hrs 2004/04/16 11:38:05 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: acpi_toshiba(4) video switching support, getvfsent(3) removed, sx driver added, pci(4) bus resource and power management updated, per-interface polling(4) support, ata(4) early support for Promise SX4/SX4000, dump(8) and restore(8) -P option, make(1) .warning directive, ACPI-CA 20040402 import, and CVS 1.11.15 import. Update release note: Use &man.twa.4;. Revision Changes Path 1.711 +54 -9 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 16 11:42:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF5E16A4CE; Fri, 16 Apr 2004 11:42:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D174243D45; Fri, 16 Apr 2004 11:42:09 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GIg9Ge015532; Fri, 16 Apr 2004 11:42:09 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GIg9rL015528; Fri, 16 Apr 2004 11:42:09 -0700 (PDT) (envelope-from hrs) Message-Id: <200404161842.i3GIg9rL015528@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 16 Apr 2004 11:42: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/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, 16 Apr 2004 18:42:10 -0000 hrs 2004/04/16 11:42:09 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: GNOME 2.6 and KDE 3.2.1. MFC: umct(4) driver added, and SIZE attribute in distinfo. Update release note: Use &man.twa.4;, and usb(4) has early support for some USB2 devices[*]. Suggested by: julian[*] Approved by: re (implicitly) Revision Changes Path 1.22.2.406 +37 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 16 11:54:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4AB16A4CE; Fri, 16 Apr 2004 11:54:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BD443D2F; Fri, 16 Apr 2004 11:54:06 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GIs6Ge018074; Fri, 16 Apr 2004 11:54:06 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GIs5Z4018073; Fri, 16 Apr 2004 11:54:05 -0700 (PDT) (envelope-from jhb) Message-Id: <200404161854.i3GIs5Z4018073@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Apr 2004 11:54:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_pir.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 18:54:07 -0000 jhb 2004/04/16 11:54:05 PDT FreeBSD src repository Modified files: sys/i386/pci pci_pir.c Log: Don't call the BIOS to route a link that has already been routed by the BIOS during POST as it apparently makes some machines unhappy. Tested by: mux Revision Changes Path 1.110 +3 -2 src/sys/i386/pci/pci_pir.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 12:00:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3549D16A4CF; Fri, 16 Apr 2004 12:00:21 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B0A43D41; Fri, 16 Apr 2004 12:00:20 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3GJ4Fpc042416 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Apr 2004 22:04:16 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3GJ0DVU001668; Fri, 16 Apr 2004 22:00:13 +0300 (EEST) (envelope-from ru) Date: Fri, 16 Apr 2004 22:00:12 +0300 From: Ruslan Ermilov To: Hiroki Sato Message-ID: <20040416190012.GB1584@ip.net.ua> References: <200404161838.i3GIc59B014001@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline In-Reply-To: <200404161838.i3GIc59B014001@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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/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, 16 Apr 2004 19:00:21 -0000 --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 16, 2004 at 11:38:05AM -0700, Hiroki Sato wrote: > hrs 2004/04/16 11:38:05 PDT >=20 > FreeBSD src repository >=20 > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml=20 > Log: > New release note: > acpi_toshiba(4) video switching support, > getvfsent(3) removed, > sx driver added, > pci(4) bus resource and power management updated, > per-interface polling(4) support, > ata(4) early support for Promise SX4/SX4000, > dump(8) and restore(8) -P option, > make(1) .warning directive, > ACPI-CA 20040402 import, and > CVS 1.11.15 import. > =20 > Update release note: > Use &man.twa.4;. > =20 > Revision Changes Path > 1.711 +54 -9 src/release/doc/en_US.ISO8859-1/relnotes/common/ne= w.sgml >=20 Actually, all interfaces that support polling(4) now also support per-interface polling(4). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --E39vaYmALEf/7YXx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAgC08Ukv4P6juNwoRAs+TAJ9A+mh25N4oLCUKg7txm/mAPD2FKACfYj7t DLaeBKPWU3FQV9ibrXgqc8Y= =ScCj -----END PGP SIGNATURE----- --E39vaYmALEf/7YXx-- From owner-cvs-src@FreeBSD.ORG Fri Apr 16 12:25:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 574BB16A4FA; Fri, 16 Apr 2004 12:25:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD8B43D45; Fri, 16 Apr 2004 12:25:15 -0700 (PDT) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GJPFGe025252; Fri, 16 Apr 2004 12:25:15 -0700 (PDT) (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GJPFe8025251; Fri, 16 Apr 2004 12:25:15 -0700 (PDT) (envelope-from pdeuskar) Message-Id: <200404161925.i3GJPFe8025251@repoman.freebsd.org> From: Prafulla Deuskar Date: Fri, 16 Apr 2004 12:25:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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: Fri, 16 Apr 2004 19:25:15 -0000 pdeuskar 2004/04/16 12:25:14 PDT FreeBSD src repository Modified files: . access Log: Add Tony Ackerman as src committer. Tony would be taking over maintainership of the em driver and 10 gigabit driver (when we release it). I (pdeuskar@freebsd.org) will be Tony's mentor. Approved by: core Revision Changes Path 1.659 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Fri Apr 16 12:26:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B165016A4CE; Fri, 16 Apr 2004 12:26:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9617143D58; Fri, 16 Apr 2004 12:26:37 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GJQbGe025364; Fri, 16 Apr 2004 12:26:37 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GJQb76025363; Fri, 16 Apr 2004 12:26:37 -0700 (PDT) (envelope-from jhb) Message-Id: <200404161926.i3GJQb76025363@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Apr 2004 12:26: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/i386/i386 apic_vector.s exception.s support.s src/sys/i386/isa atpic_vector.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: Fri, 16 Apr 2004 19:26:37 -0000 jhb 2004/04/16 12:26:37 PDT FreeBSD src repository Modified files: sys/i386/i386 apic_vector.s exception.s support.s sys/i386/isa atpic_vector.s Log: Use %eax rather than %ax when loading segment registers to avoid partial register stalls. Reviewed by: bde (a while ago, and I think an earlier version) Revision Changes Path 1.99 +27 -27 src/sys/i386/i386/apic_vector.s 1.108 +15 -15 src/sys/i386/i386/exception.s 1.102 +5 -5 src/sys/i386/i386/support.s 1.44 +6 -6 src/sys/i386/isa/atpic_vector.s From owner-cvs-src@FreeBSD.ORG Fri Apr 16 12:46:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B164916A4CE; Fri, 16 Apr 2004 12:46:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED6243D49; Fri, 16 Apr 2004 12:46:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GJkUGe029615; Fri, 16 Apr 2004 12:46:30 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GJkUoo029614; Fri, 16 Apr 2004 12:46:30 -0700 (PDT) (envelope-from jhb) Message-Id: <200404161946.i3GJkUoo029614@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Apr 2004 12:46: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/i386/acpica madt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 19:46:31 -0000 jhb 2004/04/16 12:46:30 PDT FreeBSD src repository Modified files: sys/i386/acpica madt.c Log: Revert part of the "BIOS brain damage" from rev 1.10. It seems that different BIOSs use the same exact settings to mean two very different and incompatible things for the SCI. Thus, if the SCI is remapped to a PCI interrupt, we now trust the trigger/polarity that the MADT provides by default. However, the SCI can be forced to level/lo as 1.10 did by setting the tunable "hw.acpi.force_sci_lo" to a non-zero value from the loader. Thus, if rev 1.10 caused an interrupt storm, it should nwo fix your machine. If rev 1.10 fixed an interrupt storm on your machine, you probably need to set the aforementioned tunable in /boot/loader.conf to prevent the interrupt storm. The more general problem of getting the SCI's trigger/polarity programmed "correctly" (for some value of correctly meaning several workarounds for broken BIOSs and inconsistent "implementations" of the ACPI standard) is going to require more work, but this band-aid should improve the current situation somewhat. Requested by: njl Revision Changes Path 1.11 +5 -4 src/sys/i386/acpica/madt.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 13:09:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7563716A4CE; Fri, 16 Apr 2004 13:09:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B85D43D1D; Fri, 16 Apr 2004 13:09:54 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GK9sGe040878; Fri, 16 Apr 2004 13:09:54 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GK9sir040877; Fri, 16 Apr 2004 13:09:54 -0700 (PDT) (envelope-from jhb) Message-Id: <200404162009.i3GK9sir040877@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Apr 2004 13:09: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/alpha/alpha interrupt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 20:09:54 -0000 jhb 2004/04/16 13:09:54 PDT FreeBSD src repository Modified files: sys/alpha/alpha interrupt.c Log: Whitespace fix. Revision Changes Path 1.78 +1 -1 src/sys/alpha/alpha/interrupt.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 13:25:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15CBA16A4CE; Fri, 16 Apr 2004 13:25:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1279D43D2F; Fri, 16 Apr 2004 13:25:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GKPeGe045004; Fri, 16 Apr 2004 13:25:40 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GKPe98045003; Fri, 16 Apr 2004 13:25:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200404162025.i3GKPe98045003@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Apr 2004 13:25:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Apr 2004 20:25:41 -0000 jhb 2004/04/16 13:25:40 PDT FreeBSD src repository Modified files: sys/kern kern_intr.c Log: - Enable (unmask) interrupt sources earlier in the ithread loop. Specifically, we used to enable the source after locking sched_lock and just before we had already decided to do a context switch. This meant that an ithread could never process more than one interrupt per context switch. Enabling earlier in the loop before sched_lock is acquired allows an ithread to handle multiple interrupts per context switch if interrupts fire very rapidly. For the case of heavy interrupt load this can reduce the number of context switches (and thus overhead) as well as reduce interrupt latency. - Now that we can handle multiple interrupts per context switch, add simple interrupt storm protection to threaded interrupts. If X number of consecutive interrupts are triggered before the itherad voluntarily yields to another thread, then the interrupt thread will sleep with the associated interrupt source disabled (masked) for 1/10th of a second. The default value of X is 500, but it can be tweaked via the tunable/ sysctl hw.intr_storm_threshold. If an interrupt storm is detected, then a message is output to the kernel console on the first occurrence per interrupt thread. Interrupt storm protection can be disabled completely by setting this value to 0. There is no scientific reasoning for the 1/10th of a second or 500 interrupts values, so they may require tweaking at some point in the future. Tested by: rwatson (an earlier version w/o the storm protection) Tested by: mux (reportedly made a machine with two PCI interrupts storming usable rather than hard locked) Reviewed by: imp Revision Changes Path 1.107 +33 -8 src/sys/kern/kern_intr.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 13:32:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15EF16A4CE; Fri, 16 Apr 2004 13:32:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8851843D46; Fri, 16 Apr 2004 13:32:56 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GKWuGe046990; Fri, 16 Apr 2004 13:32:56 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GKWu2U046989; Fri, 16 Apr 2004 13:32:56 -0700 (PDT) (envelope-from brueffer) Message-Id: <200404162032.i3GKWu2U046989@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 16 Apr 2004 13:32:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys acct.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 20:32:56 -0000 brueffer 2004/04/16 13:32:56 PDT FreeBSD src repository (doc committer) Modified files: lib/libc/sys acct.2 Log: List some sysctl variables that influence accounting PR: 65070 Submitted by: Marc Silver X-MFC after: re approval Revision Changes Path 1.16 +16 -0 src/lib/libc/sys/acct.2 From owner-cvs-src@FreeBSD.ORG Fri Apr 16 13:39:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6521916A4CE; Fri, 16 Apr 2004 13:39:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B52543D1F; Fri, 16 Apr 2004 13:39:11 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GKdBGe047261; Fri, 16 Apr 2004 13:39:11 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GKdAEL047260; Fri, 16 Apr 2004 13:39:10 -0700 (PDT) (envelope-from brueffer) Message-Id: <200404162039.i3GKdAEL047260@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 16 Apr 2004 13:39:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys acct.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 20:39:11 -0000 brueffer 2004/04/16 13:39:10 PDT FreeBSD src repository (doc committer) Modified files: lib/libc/sys acct.2 Log: Forced commit to note, that the last commit also added a reference to accton.8 Revision Changes Path 1.17 +0 -0 src/lib/libc/sys/acct.2 From owner-cvs-src@FreeBSD.ORG Fri Apr 16 14:03:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB24C16A4CE; Fri, 16 Apr 2004 14:03:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DF143D49; Fri, 16 Apr 2004 14:03:39 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GL3dGe054262; Fri, 16 Apr 2004 14:03:39 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GL3dek054261; Fri, 16 Apr 2004 14:03:39 -0700 (PDT) (envelope-from ps) Message-Id: <200404162103.i3GL3dek054261@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Apr 2004 14:03:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ciss ciss.c cissreg.h cissvar.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, 16 Apr 2004 21:03:39 -0000 ps 2004/04/16 14:03:38 PDT FreeBSD src repository Modified files: sys/dev/ciss ciss.c cissreg.h cissvar.h Log: Whitespace cleanup. Revision Changes Path 1.40 +46 -48 src/sys/dev/ciss/ciss.c 1.6 +16 -16 src/sys/dev/ciss/cissreg.h 1.6 +5 -5 src/sys/dev/ciss/cissvar.h From owner-cvs-src@FreeBSD.ORG Fri Apr 16 15:38:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 743DB16A4CE; Fri, 16 Apr 2004 15:38:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A36443D1D; Fri, 16 Apr 2004 15:38:55 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GMctGe073745; Fri, 16 Apr 2004 15:38:55 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GMcsjN073744; Fri, 16 Apr 2004 15:38:54 -0700 (PDT) (envelope-from brueffer) Message-Id: <200404162238.i3GMcsjN073744@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 16 Apr 2004 15:38: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/lib/libc/sys acct.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 22:38:55 -0000 brueffer 2004/04/16 15:38:54 PDT FreeBSD src repository (doc committer) Modified files: lib/libc/sys acct.2 Log: Remove unnecessary .Pp macro and bump document date Submitted by: ru Revision Changes Path 1.18 +1 -2 src/lib/libc/sys/acct.2 From owner-cvs-src@FreeBSD.ORG Fri Apr 16 15:53:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E597D16A4CE; Fri, 16 Apr 2004 15:53:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF0443D54; Fri, 16 Apr 2004 15:53:52 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GMrqGe077726; Fri, 16 Apr 2004 15:53:52 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GMrqvJ077725; Fri, 16 Apr 2004 15:53:52 -0700 (PDT) (envelope-from brueffer) Message-Id: <200404162253.i3GMrqvJ077725@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 16 Apr 2004 15:53: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/lib/libc/sys acct.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 22:53:53 -0000 brueffer 2004/04/16 15:53:52 PDT FreeBSD src repository (doc committer) Modified files: lib/libc/sys acct.2 Log: Bring describtion of a sysctl in line with the source: kern.acct_chkfreq is specified in seconds, not minutes. Cluebat provided by: kensmith Revision Changes Path 1.19 +1 -1 src/lib/libc/sys/acct.2 From owner-cvs-src@FreeBSD.ORG Fri Apr 16 16:00:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E4516A4CE; Fri, 16 Apr 2004 16:00:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 937C143D48; Fri, 16 Apr 2004 16:00:02 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GN02Ge078146; Fri, 16 Apr 2004 16:00:02 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GN02gg078145; Fri, 16 Apr 2004 16:00:02 -0700 (PDT) (envelope-from ps) Message-Id: <200404162300.i3GN02gg078145@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Apr 2004 16:00:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ciss ciss.c cissreg.h cissvar.h src/share/man/man4 ciss.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 23:00:02 -0000 ps 2004/04/16 16:00:02 PDT FreeBSD src repository Modified files: sys/dev/ciss ciss.c cissreg.h cissvar.h share/man/man4 ciss.4 Log: Add support for the HP Modular Smart Array 20 & 500 storage arrays. Logical volumes on these devices show up as LUNs behind another controller (also known as proxy controller). In order to issue firmware commands for a volume on a proxy controller, they must be targeted at the address of the proxy controller it is attached to, not the Host/PCI controller. A proxy controller is defined as a device listed in the INQUIRY PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero. The corresponding address returned defines which "bus" the controller lives on and we use this to create a virtual CAM bus. A logical volume's addresses first byte defines the logical drive number. The second byte defines the bus that it is attached to which corresponds to the BUS of the proxy controller's found or the Host/PCI controller. Change event notification to be handled in its own kernel thread. This is needed since some events may require the driver to sleep on some operations and this cannot be done during interrupt context. With this change, it is now possible to create and destroy logical volumes from FreeBSD, but it requires a native application to construct the proper firmware commands which is not publicly available. Special thanks to John Cagle @ HP for providing remote access to all the hardware and beating on the storage engineers at HP to answer my questions. Revision Changes Path 1.6 +4 -0 src/share/man/man4/ciss.4 1.41 +435 -124 src/sys/dev/ciss/ciss.c 1.7 +9 -0 src/sys/dev/ciss/cissreg.h 1.7 +18 -14 src/sys/dev/ciss/cissvar.h From owner-cvs-src@FreeBSD.ORG Fri Apr 16 17:29:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FC0116A4CF; Fri, 16 Apr 2004 17:29:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549CD43D31; Fri, 16 Apr 2004 17:29:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H0TIGe004932; Fri, 16 Apr 2004 17:29:18 -0700 (PDT) (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H0THib004931; Fri, 16 Apr 2004 17:29:17 -0700 (PDT) (envelope-from brian) Message-Id: <200404170029.i3H0THib004931@repoman.freebsd.org> From: Brian Somers Date: Fri, 16 Apr 2004 17:29: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.sbin/ppp mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 00:29:18 -0000 brian 2004/04/16 17:29:17 PDT FreeBSD src repository Modified files: usr.sbin/ppp mbuf.c Log: Add a missing memcpy (*blush*!) Suggested by: James P Scully , Perianayagam Somasundaram MFC after: 10 days Revision Changes Path 1.45 +8 -4 src/usr.sbin/ppp/mbuf.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 18:17:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453B616A4CE; Fri, 16 Apr 2004 18:17:51 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7CE43D1D; Fri, 16 Apr 2004 18:17:50 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i3H1H4Pq049474; Fri, 16 Apr 2004 21:17:04 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i3H1H4d3049471; Fri, 16 Apr 2004 21:17:04 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 16 Apr 2004 21:17:04 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brian Somers In-Reply-To: <200404170029.i3H0THib004931@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 01:17:51 -0000 On Fri, 16 Apr 2004, Brian Somers wrote: > brian 2004/04/16 17:29:17 PDT > > FreeBSD src repository > > Modified files: > usr.sbin/ppp mbuf.c > Log: > Add a missing memcpy (*blush*!) > > Suggested by: James P Scully , Perianayagam Somasundaram > MFC after: 10 days Hey, welcome back! Any chance you're here to stay? :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Fri Apr 16 19:37:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 927A716A4CE; Fri, 16 Apr 2004 19:37:10 -0700 (PDT) Received: from Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id C448243D31; Fri, 16 Apr 2004 19:37:09 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from mail.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by Awfulhak.org (8.12.11/8.12.11) with SMTP id i3H2b5gl087409; Sat, 17 Apr 2004 03:37:05 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Sat, 17 Apr 2004 03:37:04 +0100 From: Brian Somers To: Robert Watson Message-Id: <20040417033704.7c822618@dev.lan.Awfulhak.org> In-Reply-To: References: <200404170029.i3H0THib004931@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on gw.lan.Awfulhak.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 02:37:10 -0000 On Fri, 16 Apr 2004 21:17:04 -0400 (EDT), Robert Watson wrote: > > On Fri, 16 Apr 2004, Brian Somers wrote: > > > brian 2004/04/16 17:29:17 PDT > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/ppp mbuf.c > > Log: > > Add a missing memcpy (*blush*!) > > > > Suggested by: James P Scully , Perianayagam Somasundaram > > MFC after: 10 days > > Hey, welcome back! Any chance you're here to stay? :-) Well, hopefully. Work is slow and when the 3300 redundancies hit (Sun!), I'll need to find somewhere else to vent my frustrations! > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Senior Research Scientist, McAfee Research -- Brian Don't _EVER_ lose your sense of humour ! From owner-cvs-src@FreeBSD.ORG Fri Apr 16 19:46:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5010316A4CE; Fri, 16 Apr 2004 19:46:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3388843D2D; Fri, 16 Apr 2004 19:46:06 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H2k5Ge036477; Fri, 16 Apr 2004 19:46:05 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H2k5jd036476; Fri, 16 Apr 2004 19:46:05 -0700 (PDT) (envelope-from bde) Message-Id: <200404170246.i3H2k5jd036476@repoman.freebsd.org> From: Bruce Evans Date: Fri, 16 Apr 2004 19:46:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 02:46:06 -0000 bde 2004/04/16 19:46:05 PDT FreeBSD src repository Modified files: sys/kern kern_intr.c Log: Fixed some style bugs in previous commit (mainly an insertion sort error for declarations, and poorly worded messages). Fixed some nearby style bugs (unsorted declarations). Revision Changes Path 1.108 +10 -9 src/sys/kern/kern_intr.c From owner-cvs-src@FreeBSD.ORG Fri Apr 16 21:12:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978BF16A4CE; Fri, 16 Apr 2004 21:12:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B7D43D55; Fri, 16 Apr 2004 21:12:28 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H4CSGe062809; Fri, 16 Apr 2004 21:12:28 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H4CR9P062806; Fri, 16 Apr 2004 21:12:27 -0700 (PDT) (envelope-from brooks) Message-Id: <200404170412.i3H4CR9P062806@repoman.freebsd.org> From: Brooks Davis Date: Fri, 16 Apr 2004 21:12: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/etc/rc.d Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 04:12:28 -0000 brooks 2004/04/16 21:12:27 PDT FreeBSD src repository Modified files: etc/rc.d Makefile Log: Actually install preseedrandom. Reported by: bde Revision Changes Path 1.40 +2 -1 src/etc/rc.d/Makefile From owner-cvs-src@FreeBSD.ORG Fri Apr 16 22:12:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FED116A4CE; Fri, 16 Apr 2004 22:12:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E6943D4C; Fri, 16 Apr 2004 22:12:34 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H5CYGe082592; Fri, 16 Apr 2004 22:12:34 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H5CY8N082591; Fri, 16 Apr 2004 22:12:34 -0700 (PDT) (envelope-from bmah) Message-Id: <200404170512.i3H5CY8N082591@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 16 Apr 2004 22:12: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/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, 17 Apr 2004 05:12:34 -0000 bmah 2004/04/16 22:12:33 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Massage the GNOME update note a bit: Fix what looks like a mistaken reference to kde3, tweak wording slightly, and use the portupgrade manpage entity. Approved by: re (implicitly) Revision Changes Path 1.22.2.407 +4 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 16 22:21:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92A7716A4CE; Fri, 16 Apr 2004 22:21:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751B543D54; Fri, 16 Apr 2004 22:21:41 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H5LfGe083985; Fri, 16 Apr 2004 22:21:41 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H5Lftq083981; Fri, 16 Apr 2004 22:21:41 -0700 (PDT) (envelope-from bmah) Message-Id: <200404170521.i3H5Lftq083981@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 16 Apr 2004 22:21:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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, 17 Apr 2004 05:21:41 -0000 bmah 2004/04/16 22:21:41 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: ports/UPDATING and ports/CHANGES. MF4S: GNOME 2.6, KDE 3.2.1. Revision Changes Path 1.712 +34 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 16 22:22:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CCAF16A4CE; Fri, 16 Apr 2004 22:22:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EF4A43D31; Fri, 16 Apr 2004 22:22:41 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H5MfGe084698; Fri, 16 Apr 2004 22:22:41 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H5Me56084697; Fri, 16 Apr 2004 22:22:40 -0700 (PDT) (envelope-from bmah) Message-Id: <200404170522.i3H5Me56084697@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 16 Apr 2004 22:22:40 -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: Sat, 17 Apr 2004 05:22:41 -0000 bmah 2004/04/16 22:22:40 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: src/CHANGES and src/UPDATING. Fix minor typo in previous commit. Approved by: re (implicitly) Revision Changes Path 1.22.2.408 +9 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 16 23:05:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6870B16A4CE for ; Fri, 16 Apr 2004 23:05:23 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4573343D62 for ; Fri, 16 Apr 2004 23:05:23 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 1888 invoked by uid 1000); 17 Apr 2004 06:05:25 -0000 Date: Fri, 16 Apr 2004 23:05:25 -0700 (PDT) From: Nate Lawson To: Paul Saab In-Reply-To: <20040416230100.5011316A4FE@hub.freebsd.org> Message-ID: <20040416230427.F1848@root.org> References: <20040416230100.5011316A4FE@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/dev/ciss ciss.c cissreg.h cissvar.h src/share/man/man4 ciss.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 06:05:23 -0000 Excellent work, maintenance of our RAID drivers has been lacking as of late. On Fri, 16 Apr 2004, Paul Saab wrote: > ps 2004/04/16 16:00:02 PDT > > FreeBSD src repository > > Modified files: > sys/dev/ciss ciss.c cissreg.h cissvar.h > share/man/man4 ciss.4 > Log: > Add support for the HP Modular Smart Array 20 & 500 storage arrays. > Logical volumes on these devices show up as LUNs behind another > controller (also known as proxy controller). In order to issue > firmware commands for a volume on a proxy controller, they must be > targeted at the address of the proxy controller it is attached to, > not the Host/PCI controller. > > A proxy controller is defined as a device listed in the INQUIRY > PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero. The > corresponding address returned defines which "bus" the controller > lives on and we use this to create a virtual CAM bus. > > A logical volume's addresses first byte defines the logical drive > number. The second byte defines the bus that it is attached to > which corresponds to the BUS of the proxy controller's found or the > Host/PCI controller. > > Change event notification to be handled in its own kernel thread. > This is needed since some events may require the driver to sleep > on some operations and this cannot be done during interrupt context. > With this change, it is now possible to create and destroy logical > volumes from FreeBSD, but it requires a native application to > construct the proper firmware commands which is not publicly > available. > > Special thanks to John Cagle @ HP for providing remote access to > all the hardware and beating on the storage engineers at HP to > answer my questions. > > Revision Changes Path > 1.6 +4 -0 src/share/man/man4/ciss.4 > 1.41 +435 -124 src/sys/dev/ciss/ciss.c > 1.7 +9 -0 src/sys/dev/ciss/cissreg.h > 1.7 +18 -14 src/sys/dev/ciss/cissvar.h > From owner-cvs-src@FreeBSD.ORG Fri Apr 16 23:15:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61D0816A4CE; Fri, 16 Apr 2004 23:15:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4583743D45; Fri, 16 Apr 2004 23:15:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H6FHGe098180; Fri, 16 Apr 2004 23:15:17 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H6FHPX098179; Fri, 16 Apr 2004 23:15:17 -0700 (PDT) (envelope-from ru) Message-Id: <200404170615.i3H6FHPX098179@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Apr 2004 23:15:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 06:15:17 -0000 ru 2004/04/16 23:15:16 PDT FreeBSD src repository Modified files: . MAINTAINERS Log: Suspend my interest in maintaining libalias(3) and natd(8). Revision Changes Path 1.87 +0 -1 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Sat Apr 17 00:16:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB1216A4CE; Sat, 17 Apr 2004 00:16:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C34743D31; Sat, 17 Apr 2004 00:16:36 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H7GZGe011297; Sat, 17 Apr 2004 00:16:35 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H7GZlI011296; Sat, 17 Apr 2004 00:16:35 -0700 (PDT) (envelope-from tjr) Message-Id: <200404170716.i3H7GZlI011296@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 17 Apr 2004 00:16:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LESS Subject: cvs commit: src/contrib/less - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 07:16:36 -0000 tjr 2004/04/17 00:16:35 PDT FreeBSD src repository src/contrib/less - Imported sources Update of /home/ncvs/src/contrib/less In directory repoman.freebsd.org:/tmp/cvs-serv11202 Log Message: Import less v381. Status: Vendor Tag: LESS Release Tags: v381 C src/contrib/less/main.c C src/contrib/less/screen.c U src/contrib/less/brac.c U src/contrib/less/ch.c U src/contrib/less/charset.c U src/contrib/less/cmdbuf.c C src/contrib/less/command.c U src/contrib/less/decode.c U src/contrib/less/edit.c U src/contrib/less/filename.c C src/contrib/less/forwback.c U src/contrib/less/help.c U src/contrib/less/ifile.c U src/contrib/less/input.c U src/contrib/less/jump.c U src/contrib/less/line.c U src/contrib/less/linenum.c U src/contrib/less/lsystem.c U src/contrib/less/mark.c U src/contrib/less/optfunc.c U src/contrib/less/option.c U src/contrib/less/opttbl.c U src/contrib/less/os.c U src/contrib/less/output.c U src/contrib/less/position.c C src/contrib/less/prompt.c C src/contrib/less/search.c C src/contrib/less/signal.c U src/contrib/less/tags.c U src/contrib/less/ttyin.c U src/contrib/less/version.c U src/contrib/less/regexp.c U src/contrib/less/regexp.h U src/contrib/less/COPYING U src/contrib/less/INSTALL U src/contrib/less/LICENSE U src/contrib/less/Makefile.in U src/contrib/less/Makefile.aut U src/contrib/less/NEWS U src/contrib/less/README U src/contrib/less/configure N src/contrib/less/configure.ac U src/contrib/less/lesskey.c U src/contrib/less/lessecho.c U src/contrib/less/scrsize.c U src/contrib/less/cmd.h U src/contrib/less/funcs.h U src/contrib/less/lglob.h C src/contrib/less/less.h U src/contrib/less/lesskey.h U src/contrib/less/option.h U src/contrib/less/pckeys.h U src/contrib/less/position.h U src/contrib/less/install.sh U src/contrib/less/defines.h.in U src/contrib/less/mkinstalldirs U src/contrib/less/less.nro U src/contrib/less/lesskey.nro U src/contrib/less/less.man U src/contrib/less/lesskey.man U src/contrib/less/less.hlp U src/contrib/less/mkfuncs.awk U src/contrib/less/mkhelp.c U src/contrib/less/defines.ds U src/contrib/less/Makefile.dsb U src/contrib/less/Makefile.dsg U src/contrib/less/Makefile.dsu U src/contrib/less/defines.o2 U src/contrib/less/Makefile.o2e U src/contrib/less/defines.o9 U src/contrib/less/Makefile.o9c U src/contrib/less/Makefile.o9u U src/contrib/less/defines.wn U src/contrib/less/Makefile.wnm U src/contrib/less/Makefile.wnb 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLESS:yesterday -jLESS src/contrib/less From owner-cvs-src@FreeBSD.ORG Sat Apr 17 00:24:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E381516A4CE; Sat, 17 Apr 2004 00:24:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD08143D45; Sat, 17 Apr 2004 00:24:09 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H7O9Ge013263; Sat, 17 Apr 2004 00:24:09 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H7O9Df013262; Sat, 17 Apr 2004 00:24:09 -0700 (PDT) (envelope-from tjr) Message-Id: <200404170724.i3H7O9Df013262@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 17 Apr 2004 00:24: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/contrib/less acconfig.h command.c configure.in defines.h.top forwback.c less.h main.c prompt.c screen.c search.c signal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 07:24:10 -0000 tjr 2004/04/17 00:24:09 PDT FreeBSD src repository Modified files: contrib/less command.c forwback.c less.h main.c prompt.c screen.c search.c signal.c Removed files: contrib/less acconfig.h configure.in defines.h.top Log: Merge vendor changes onto mainline. Revision Changes Path 1.2 +0 -70 src/contrib/less/acconfig.h (dead) 1.5 +39 -25 src/contrib/less/command.c 1.2 +0 -302 src/contrib/less/configure.in (dead) 1.2 +0 -172 src/contrib/less/defines.h.top (dead) 1.4 +2 -2 src/contrib/less/forwback.c 1.5 +8 -1 src/contrib/less/less.h 1.4 +15 -6 src/contrib/less/main.c 1.4 +57 -51 src/contrib/less/prompt.c 1.4 +12 -11 src/contrib/less/screen.c 1.5 +84 -42 src/contrib/less/search.c 1.3 +1 -1 src/contrib/less/signal.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 00:46:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8769216A4CE; Sat, 17 Apr 2004 00:46:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699A343D1F; Sat, 17 Apr 2004 00:46:08 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H7k8Ge017565; Sat, 17 Apr 2004 00:46:08 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H7k88r017564; Sat, 17 Apr 2004 00:46:08 -0700 (PDT) (envelope-from tjr) Message-Id: <200404170746.i3H7k88r017564@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 17 Apr 2004 00:46:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/less defines.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 07:46:08 -0000 tjr 2004/04/17 00:46:08 PDT FreeBSD src repository Modified files: usr.bin/less defines.h Log: Regenerate with less 381 configure script. Revision Changes Path 1.4 +173 -117 src/usr.bin/less/defines.h From owner-cvs-src@FreeBSD.ORG Sat Apr 17 00:48:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D07B16A4CE; Sat, 17 Apr 2004 00:48:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F45743D3F; Sat, 17 Apr 2004 00:48:22 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3H7mMGe023616; Sat, 17 Apr 2004 00:48:22 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3H7mLK2023615; Sat, 17 Apr 2004 00:48:21 -0700 (PDT) (envelope-from tjr) Message-Id: <200404170748.i3H7mLK2023615@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 17 Apr 2004 00:48: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/less defines.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 07:48:22 -0000 tjr 2004/04/17 00:48:21 PDT FreeBSD src repository Modified files: usr.bin/less defines.h Log: Restore old value of LESSKEYFILE_SYS. Revision Changes Path 1.5 +1 -1 src/usr.bin/less/defines.h From owner-cvs-src@FreeBSD.ORG Sat Apr 17 03:04:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C293416A4CE; Sat, 17 Apr 2004 03:04:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A4A43D2F; Sat, 17 Apr 2004 03:04:13 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HA4CGe054382; Sat, 17 Apr 2004 03:04:12 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HA4Baj054377; Sat, 17 Apr 2004 03:04:11 -0700 (PDT) (envelope-from brueffer) Message-Id: <200404171004.i3HA4Baj054377@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Apr 2004 03:04:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys acct.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, 17 Apr 2004 10:04:14 -0000 brueffer 2004/04/17 03:04:10 PDT FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) lib/libc/sys acct.2 Log: MFC: 1.16 - 1.19 o List some sysctl variables that influence accounting o Add reference to accton.8 o Bump document date Approved by: re (kensmith) Revision Changes Path 1.6.2.5 +16 -1 src/lib/libc/sys/acct.2 From owner-cvs-src@FreeBSD.ORG Sat Apr 17 03:06:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC15016A4CE; Sat, 17 Apr 2004 03:06:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE9043D41; Sat, 17 Apr 2004 03:06:42 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HA6fGe054521; Sat, 17 Apr 2004 03:06:41 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HA6eWZ054520; Sat, 17 Apr 2004 03:06:40 -0700 (PDT) (envelope-from brueffer) Message-Id: <200404171006.i3HA6eWZ054520@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Apr 2004 03:06:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/accton accton.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, 17 Apr 2004 10:06:43 -0000 brueffer 2004/04/17 03:06:40 PDT FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) usr.sbin/accton accton.8 Log: MFC: 1.13 o split a sentence to make it more understandable o mention that the acctfile has to exist for accton to work o add reference to acct.5 Approved by: re (kensmith) Revision Changes Path 1.6.2.7 +8 -2 src/usr.sbin/accton/accton.8 From owner-cvs-src@FreeBSD.ORG Sat Apr 17 03:25:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E610516A4CE; Sat, 17 Apr 2004 03:25:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA44A43D45; Sat, 17 Apr 2004 03:25:05 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HAP5Ge058774; Sat, 17 Apr 2004 03:25:05 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HAP5pN058773; Sat, 17 Apr 2004 03:25:05 -0700 (PDT) (envelope-from mux) Message-Id: <200404171025.i3HAP5pN058773@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 17 Apr 2004 03:25: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/isa psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 10:25:06 -0000 mux 2004/04/17 03:25:04 PDT FreeBSD src repository Modified files: sys/isa psm.c Log: Don't check for device_get_softc() returning NULL, it can't happen. Revision Changes Path 1.68 +0 -3 src/sys/isa/psm.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 04:57:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A47216A4CE; Sat, 17 Apr 2004 04:57:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E09443D2D; Sat, 17 Apr 2004 04:57:35 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HBvZGe083841; Sat, 17 Apr 2004 04:57:35 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HBvZp0083840; Sat, 17 Apr 2004 04:57:35 -0700 (PDT) (envelope-from cperciva) Message-Id: <200404171157.i3HBvZp0083840@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 Apr 2004 04:57: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/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 11:57:35 -0000 cperciva 2004/04/17 04:57:35 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Add support for Exsys EX-41098 cards. PR: kern/65040 Submitted by: Stefan Grundmann Tested by: buildkernel "Just commit it" by: phk Revision Changes Path 1.31 +14 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 05:42:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75CE16A4CE; Sat, 17 Apr 2004 05:42:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FAF43D5C; Sat, 17 Apr 2004 05:42:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HCgHGe094720; Sat, 17 Apr 2004 05:42:17 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HCgHOi094719; Sat, 17 Apr 2004 05:42:17 -0700 (PDT) (envelope-from ru) Message-Id: <200404171242.i3HCgHOi094719@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 17 Apr 2004 05:42: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/netgraph ng_hub.c ng_hub.h src/sys/modules/netgraph Makefile src/sys/modules/netgraph/hub Makefile src/share/man/man4 Makefile ng_bridge.4 ng_hub.4 ng_one2many.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, 17 Apr 2004 12:42:18 -0000 ru 2004/04/17 05:42:17 PDT FreeBSD src repository Modified files: sys/modules/netgraph Makefile share/man/man4 Makefile ng_bridge.4 ng_one2many.4 Added files: sys/netgraph ng_hub.c ng_hub.h sys/modules/netgraph/hub Makefile share/man/man4 ng_hub.4 Log: A simple packet distribution node type that acts like an Ethernet hub. Revision Changes Path 1.265 +1 -0 src/share/man/man4/Makefile 1.10 +2 -0 src/share/man/man4/ng_bridge.4 1.1 +66 -0 src/share/man/man4/ng_hub.4 (new) 1.16 +1 -0 src/share/man/man4/ng_one2many.4 1.33 +1 -0 src/sys/modules/netgraph/Makefile 1.1 +6 -0 src/sys/modules/netgraph/hub/Makefile (new) 1.1 +110 -0 src/sys/netgraph/ng_hub.c (new) 1.1 +36 -0 src/sys/netgraph/ng_hub.h (new) From owner-cvs-src@FreeBSD.ORG Sat Apr 17 07:27:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC87A16A4D0 for ; Sat, 17 Apr 2004 07:27:02 -0700 (PDT) Received: from mailhub2.midco.net (mailhub2.midco.net [24.220.0.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C3243D45 for ; Sat, 17 Apr 2004 07:27:02 -0700 (PDT) (envelope-from pmes@bis.midco.net) Received: (qmail 16448 invoked by uid 0); 17 Apr 2004 15:27:04 -0000 Received: from host-195-219-220-24.midco.net (HELO bis.midco.net) ([24.220.219.195]) (envelope-sender ) by lvs-pop.midco.net (qmail-ldap-1.03) with SMTP for ; 17 Apr 2004 15:27:04 -0000 Message-ID: <40813EB5.3010104@bis.midco.net> Date: Sat, 17 Apr 2004 09:27:01 -0500 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040405 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200404161946.i3GJkUoo029614@repoman.freebsd.org> In-Reply-To: <200404161946.i3GJkUoo029614@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica madt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 14:27:02 -0000 John Baldwin wrote: > jhb 2004/04/16 12:46:30 PDT > > FreeBSD src repository > > Modified files: > sys/i386/acpica madt.c > Log: > Revert part of the "BIOS brain damage" from rev 1.10. > Thank you, John! AFAIK FreeBSD is the only OS that supports ACPI on this crazy old motherboard (Tyan S1832DL). Thanks to Nate too. Pete... From owner-cvs-src@FreeBSD.ORG Sat Apr 17 08:09:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D0716A4CE; Sat, 17 Apr 2004 08:09:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFA343D58; Sat, 17 Apr 2004 08:09:37 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HF9aGe027348; Sat, 17 Apr 2004 08:09:36 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HF9aQv027347; Sat, 17 Apr 2004 08:09:36 -0700 (PDT) (envelope-from luigi) Message-Id: <200404171509.i3HF9aQv027347@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 17 Apr 2004 08:09: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/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 15:09:37 -0000 luigi 2004/04/17 08:09:36 PDT FreeBSD src repository Modified files: sys/net rtsock.c Log: misc cleanup in sysctl_ifmalist(): + remove a partly incorrect comment that i introduced in the last commit; + deal with the correct part of the above comment by cleaning up the updates of 'info' -- rti_addrs needd not to be updated, rti_info[RTAX_IFP] can be set once outside the loop. While at it, correct a few misspelling of NULL as 0, but there are way too many in this file, and i did not want to clutter the important part of this commit. Revision Changes Path 1.102 +10 -27 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 08:10:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A60616A4CE; Sat, 17 Apr 2004 08:10:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED1643D48; Sat, 17 Apr 2004 08:10:21 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HFAKGe027401; Sat, 17 Apr 2004 08:10:20 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HFAKwE027400; Sat, 17 Apr 2004 08:10:20 -0700 (PDT) (envelope-from luigi) Message-Id: <200404171510.i3HFAKwE027400@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 17 Apr 2004 08:10: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/net route.c route.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 15:10:21 -0000 luigi 2004/04/17 08:10:20 PDT FreeBSD src repository Modified files: sys/net route.c route.h Log: make route_init() static Revision Changes Path 1.99 +2 -2 src/sys/net/route.c 1.58 +0 -1 src/sys/net/route.h From owner-cvs-src@FreeBSD.ORG Sat Apr 17 09:14:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CC1416A4CE; Sat, 17 Apr 2004 09:14:09 -0700 (PDT) Received: from localhost (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i3HGE79B039976; Sat, 17 Apr 2004 12:14:08 -0400 (EDT) (envelope-from green@green.homeunix.org) Message-Id: <200404171614.i3HGE79B039976@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Bruce Evans In-Reply-To: Message from Bruce Evans <20040417011735.N14463@gamplex.bde.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 17 Apr 2004 12:14:07 -0400 Sender: green@green.homeunix.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: David O'Brien Subject: Re: cvs commit: src/sbin/dump dump.8 dump.h main.c tape.c src/sbin/restore extern.h main.c restore.8 tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 16:14:10 -0000 Bruce Evans wrote: > On Fri, 16 Apr 2004, David O'Brien wrote: > > > On Mon, Apr 12, 2004 at 07:58:07PM -0700, Brian Feldman wrote: > > > green 2004/04/12 19:58:07 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sbin/dump dump.8 dump.h main.c tape.c > > > sbin/restore extern.h main.c restore.8 tape.c > > > Log: > > > Add -P arguments for dump(8) and restore(8) which allow the user to > > > use backup methods other than files and tapes. The -P argument is > > > a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME > > > defined in the environment, respectively. > > > > Why do you need an option for this? Can't you just use 'dump ... |' and > > '... | restore'? > > A simple pipeline can't handle media-change stuff well. Of course, the funny thing is that in the specific case I mentioned, there is no special "media-change stuff" ;-) DVD-R, DVD+R, DVD-RW, CD-R, and CD-RW can't just be opened, written to, and closed directly and need a program to do the burning. However, DVD-RAM and DVD+RW should be usable with just -f . Of course, DVD[-+]R's shelf-life is probably better suited for level 0 dumps. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Sat Apr 17 10:06:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9110D16A4CE; Sat, 17 Apr 2004 10:06:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722AB43D3F; Sat, 17 Apr 2004 10:06:29 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HH6TGe059634; Sat, 17 Apr 2004 10:06:29 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HH6TCx059633; Sat, 17 Apr 2004 10:06:29 -0700 (PDT) (envelope-from hrs) Message-Id: <200404171706.i3HH6TCx059633@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 17 Apr 2004 10:06: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/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, 17 Apr 2004 17:06:29 -0000 hrs 2004/04/17 10:06:28 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SA-04:07.cvs. Revision Changes Path 1.713 +7 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 17 10:08:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0348416A4CE; Sat, 17 Apr 2004 10:08:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA10643D41; Sat, 17 Apr 2004 10:08:47 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HH8lGe059694; Sat, 17 Apr 2004 10:08:47 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HH8lSm059693; Sat, 17 Apr 2004 10:08:47 -0700 (PDT) (envelope-from hrs) Message-Id: <200404171708.i3HH8lSm059693@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 17 Apr 2004 10:08:47 -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: Sat, 17 Apr 2004 17:08:48 -0000 hrs 2004/04/17 10:08:47 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-04:07.cvs. Approved by: re (implicitly) Revision Changes Path 1.22.2.409 +7 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 17 10:15:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C7616A4CE; Sat, 17 Apr 2004 10:15:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE52443D48; Sat, 17 Apr 2004 10:15:44 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HHFiGe061697; Sat, 17 Apr 2004 10:15:44 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HHFiWM061696; Sat, 17 Apr 2004 10:15:44 -0700 (PDT) (envelope-from hrs) Message-Id: <200404171715.i3HHFiWM061696@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 17 Apr 2004 10:15: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/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, 17 Apr 2004 17:15:45 -0000 hrs 2004/04/17 10:15:44 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Update release note: All drivers that support polling(4) now also support per-interface polling(4). Pointed out by: ru Revision Changes Path 1.714 +4 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 17 10:18:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF17816A4CE; Sat, 17 Apr 2004 10:18:43 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6FE43D31; Sat, 17 Apr 2004 10:18:43 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 703FE651FC; Sat, 17 Apr 2004 18:18:41 +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 75876-01-7; Sat, 17 Apr 2004 18:18:41 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id D046F651F7; Sat, 17 Apr 2004 18:18:40 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 6BD0860EE; Sat, 17 Apr 2004 18:18:26 +0100 (BST) Date: Sat, 17 Apr 2004 18:18:26 +0100 From: Bruce M Simpson To: Luigi Rizzo Message-ID: <20040417171826.GQ53839@empiric.dek.spc.org> Mail-Followup-To: Luigi Rizzo , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200404171509.i3HF9aQv027347@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404171509.i3HF9aQv027347@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 17:18:43 -0000 On Sat, Apr 17, 2004 at 08:09:36AM -0700, Luigi Rizzo wrote: > misc cleanup in sysctl_ifmalist(): > + remove a partly incorrect comment that i introduced in the last commit; > + deal with the correct part of the above comment by cleaning up the > updates of 'info' -- rti_addrs needd not to be updated, > rti_info[RTAX_IFP] can be set once outside the loop. Thanks! BMS From owner-cvs-src@FreeBSD.ORG Sat Apr 17 10:26:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B25A316A4CE; Sat, 17 Apr 2004 10:26:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 968A243D1D; Sat, 17 Apr 2004 10:26:48 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HHQmGe063726; Sat, 17 Apr 2004 10:26:48 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HHQmOk063725; Sat, 17 Apr 2004 10:26:48 -0700 (PDT) (envelope-from hrs) Message-Id: <200404171726.i3HHQmOk063725@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 17 Apr 2004 10:26: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/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, 17 Apr 2004 17:26:48 -0000 hrs 2004/04/17 10:26:48 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: ng_hub(4) added, and less-381 import. Revision Changes Path 1.715 +7 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 17 10:35:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3081D16A4CE; Sat, 17 Apr 2004 10:35:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1547443D1F; Sat, 17 Apr 2004 10:35:19 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HHZIGe065731; Sat, 17 Apr 2004 10:35:18 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HHZIZ7065730; Sat, 17 Apr 2004 10:35:18 -0700 (PDT) (envelope-from hrs) Message-Id: <200404171735.i3HHZIZ7065730@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 17 Apr 2004 10:35:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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, 17 Apr 2004 17:35:19 -0000 hrs 2004/04/17 10:35:18 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Sort entries in alphabetical order. Revision Changes Path 1.716 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 17 10:38:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7093116A4CE; Sat, 17 Apr 2004 10:38:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5436C43D2F; Sat, 17 Apr 2004 10:38:49 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HHcmGe065840; Sat, 17 Apr 2004 10:38:48 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HHcmHC065839; Sat, 17 Apr 2004 10:38:48 -0700 (PDT) (envelope-from hrs) Message-Id: <200404171738.i3HHcmHC065839@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 17 Apr 2004 10:38: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/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, 17 Apr 2004 17:38:49 -0000 hrs 2004/04/17 10:38:48 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix some typos: s/IPsec/IPSec/ s/ids/IDs/ s/didn't/did not/ Revision Changes Path 1.717 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 17 11:09:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9C816A4CE; Sat, 17 Apr 2004 11:09:24 -0700 (PDT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 079C243D49; Sat, 17 Apr 2004 11:09:24 -0700 (PDT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 569A71198A; Sat, 17 Apr 2004 20:09:21 +0200 (CEST) Date: Sat, 17 Apr 2004 20:09:21 +0200 From: "Simon L. Nielsen" To: Hiroki Sato Message-ID: <20040417180920.GM764@zaphod.nitro.dk> References: <200404171738.i3HHcmHC065839@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hOcCNbCCxyk/YU74" Content-Disposition: inline In-Reply-To: <200404171738.i3HHcmHC065839@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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, 17 Apr 2004 18:09:24 -0000 --hOcCNbCCxyk/YU74 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.04.17 10:38:48 -0700, Hiroki Sato wrote: > hrs 2004/04/17 10:38:48 PDT >=20 > FreeBSD src repository >=20 > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml=20 > Log: > Fix some typos: > s/IPsec/IPSec/ We normally use "IPsec" which is also in the FDP Primer word list. --=20 Simon L. Nielsen FreeBSD Documentation Team --hOcCNbCCxyk/YU74 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAgXLQh9pcDSc1mlERAnA9AJ9CpOxPxn6GsvBDbMsszXm/gl+3TgCgilds NhsLDX4X3dynl2sqmLew7hE= =95OS -----END PGP SIGNATURE----- --hOcCNbCCxyk/YU74-- From owner-cvs-src@FreeBSD.ORG Sat Apr 17 11:24:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7070116A4CE; Sat, 17 Apr 2004 11:24:53 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E1A43D1F; Sat, 17 Apr 2004 11:24:49 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id i3HIOjui034566; Sat, 17 Apr 2004 20:24:46 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id i3HIOjgg034565; Sat, 17 Apr 2004 20:24:45 +0200 (CEST) (envelope-from marc) Date: Sat, 17 Apr 2004 20:24:44 +0200 From: Marc Fonvieille To: "Simon L. Nielsen" Message-ID: <20040417182444.GA26875@abigail.blackend.org> References: <200404171738.i3HHcmHC065839@repoman.freebsd.org> <20040417180920.GM764@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20040417180920.GM764@zaphod.nitro.dk> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.8-STABLE cc: cvs-src@FreeBSD.org cc: Hiroki Sato cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: 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, 17 Apr 2004 18:24:53 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 17, 2004 at 08:09:21PM +0200, Simon L. Nielsen wrote: > On 2004.04.17 10:38:48 -0700, Hiroki Sato wrote: > > hrs 2004/04/17 10:38:48 PDT > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > release/doc/en_US.ISO8859-1/relnotes/common new.sgml=20 > > Log: > > Fix some typos: > > s/IPsec/IPSec/ >=20 > We normally use "IPsec" which is also in the FDP Primer word list. > I will even add "IPsec" is the official RFCs word. Marc --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAgXZD81T1MWxkgcoRAvkHAJ4lamuaY7TXQ3eQmoduLNhRO83gegCgkFZw LiRmmbTrxbKUhTiEePT0jWI= =UVSr -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-cvs-src@FreeBSD.ORG Sat Apr 17 11:27:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C452C16A4CE; Sat, 17 Apr 2004 11:27:40 -0700 (PDT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9392643D31; Sat, 17 Apr 2004 11:27:40 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p29143-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.182.143]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 776352FA3; Sun, 18 Apr 2004 03:27:39 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.12.9p2/8.12.9) with ESMTP id i3HIQkA2054090; Sun, 18 Apr 2004 03:26:48 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sun, 18 Apr 2004 03:26:04 +0900 (JST) Message-Id: <20040418.032604.78716341.hrs@eos.ocn.ne.jp> To: simon@FreeBSD.org From: Hiroki Sato In-Reply-To: <20040417180920.GM764@zaphod.nitro.dk> References: <200404171738.i3HHcmHC065839@repoman.freebsd.org> <20040417180920.GM764@zaphod.nitro.dk> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.0.64 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sun_Apr_18_03_26_05_2004_726)--" Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/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, 17 Apr 2004 18:27:40 -0000 ----Security_Multipart(Sun_Apr_18_03_26_05_2004_726)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Simon L. Nielsen" wrote in <20040417180920.GM764@zaphod.nitro.dk>: simon> On 2004.04.17 10:38:48 -0700, Hiroki Sato wrote: simon> > hrs 2004/04/17 10:38:48 PDT simon> > simon> > FreeBSD src repository simon> > simon> > Modified files: simon> > release/doc/en_US.ISO8859-1/relnotes/common new.sgml simon> > Log: simon> > Fix some typos: simon> > s/IPsec/IPSec/ simon> simon> We normally use "IPsec" which is also in the FDP Primer word list. Sorry, I got something wrong. I will back this out. Thanks for your insight. -- | Hiroki SATO ----Security_Multipart(Sun_Apr_18_03_26_05_2004_726)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAgXa9TyzT2CeTzy0RAiNNAJ4/Lqh4uNiwoaEmzEr8rtx0GQGBgwCfS1ha d7wxQ8ACGwLHfk7l3L5ibw0= =zoWB -----END PGP SIGNATURE----- ----Security_Multipart(Sun_Apr_18_03_26_05_2004_726)---- From owner-cvs-src@FreeBSD.ORG Sat Apr 17 11:31:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44E1216A4CE; Sat, 17 Apr 2004 11:31:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 282CD43D48; Sat, 17 Apr 2004 11:31:26 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HIVPGe077921; Sat, 17 Apr 2004 11:31:25 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HIVPOZ077918; Sat, 17 Apr 2004 11:31:25 -0700 (PDT) (envelope-from hrs) Message-Id: <200404171831.i3HIVPOZ077918@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 17 Apr 2004 11:31: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/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, 17 Apr 2004 18:31:26 -0000 hrs 2004/04/17 11:31:25 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Back out a change (s/IPsec/IPSec/) in rev.1.716->1.717. Pointed out by: simon Pointy hat to: hrs Revision Changes Path 1.718 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 17 11:44:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED6616A4CE; Sat, 17 Apr 2004 11:44:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7385843D54; Sat, 17 Apr 2004 11:44:24 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HIiOGe080900; Sat, 17 Apr 2004 11:44:24 -0700 (PDT) (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HIiOHP080899; Sat, 17 Apr 2004 11:44:24 -0700 (PDT) (envelope-from pb) Message-Id: <200404171844.i3HIiOHP080899@repoman.freebsd.org> From: Pierre Beyssac Date: Sat, 17 Apr 2004 11:44:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/traceroute traceroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 18:44:24 -0000 pb 2004/04/17 11:44:23 PDT FreeBSD src repository Modified files: contrib/traceroute traceroute.c Log: Check -s option source address for validity. PR: bin/29026 MFC after: 1 week Revision Changes Path 1.26 +2 -2 src/contrib/traceroute/traceroute.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 12:09:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7674616A4CE; Sat, 17 Apr 2004 12:09:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9F443D2F; Sat, 17 Apr 2004 12:09:10 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HJ9AGe086028; Sat, 17 Apr 2004 12:09:10 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HJ9A57086027; Sat, 17 Apr 2004 12:09:10 -0700 (PDT) (envelope-from fjoe) Message-Id: <200404171909.i3HJ9A57086027@repoman.freebsd.org> From: Max Khon Date: Sat, 17 Apr 2004 12:09: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/etc/rc.d sendmail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 19:09:10 -0000 fjoe 2004/04/17 12:09:09 PDT FreeBSD src repository Modified files: etc/rc.d sendmail Log: sendmail_submit_enable and sendmail_outbound_enable checks were reverted. Found by: Morten Rodal Revision Changes Path 1.11 +2 -2 src/etc/rc.d/sendmail From owner-cvs-src@FreeBSD.ORG Sat Apr 17 12:23:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D8516A4CE; Sat, 17 Apr 2004 12:23:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6956D43D1F; Sat, 17 Apr 2004 12:23:16 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HJNGGe090200; Sat, 17 Apr 2004 12:23:16 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HJNFje090199; Sat, 17 Apr 2004 12:23:16 -0700 (PDT) (envelope-from markm) Message-Id: <200404171923.i3HJNFje090199@repoman.freebsd.org> From: Mark Murray Date: Sat, 17 Apr 2004 12:23: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/random randomdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 19:23:16 -0000 markm 2004/04/17 12:23:15 PDT FreeBSD src repository Modified files: sys/dev/random randomdev.c Log: More removal of the abortive locking code; malloc buffers when needed, rather than potentially reusing contents. Revision Changes Path 1.52 +12 -4 src/sys/dev/random/randomdev.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 12:26:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F47316A4CE; Sat, 17 Apr 2004 12:26:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C8443D58; Sat, 17 Apr 2004 12:26:54 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HJQrGe090399; Sat, 17 Apr 2004 12:26:53 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HJQrcx090398; Sat, 17 Apr 2004 12:26:53 -0700 (PDT) (envelope-from markm) Message-Id: <200404171926.i3HJQrcx090398@repoman.freebsd.org> From: Mark Murray Date: Sat, 17 Apr 2004 12:26:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/random nehemiah.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 19:26:54 -0000 markm 2004/04/17 12:26:53 PDT FreeBSD src repository Modified files: sys/dev/random nehemiah.c Log: Add a Davies-Meyer style hash to the output. This is still pure Nehemiah chip, but the work is all done in hardware. There are three opportunities to add other entropy; the Data Buffer, the Cipher's IV and the Cipher's key. A future commit will exploit these opportunities. Revision Changes Path 1.2 +124 -12 src/sys/dev/random/nehemiah.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 13:30:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81A916A4D1; Sat, 17 Apr 2004 13:30:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACA1B43D2F; Sat, 17 Apr 2004 13:30:06 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HKU6Ge009860; Sat, 17 Apr 2004 13:30:06 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HKU68K009859; Sat, 17 Apr 2004 13:30:06 -0700 (PDT) (envelope-from fjoe) Message-Id: <200404172030.i3HKU68K009859@repoman.freebsd.org> From: Max Khon Date: Sat, 17 Apr 2004 13:30: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/arl if_arl.c if_arlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 20:30:07 -0000 fjoe 2004/04/17 13:30:06 PDT FreeBSD src repository Modified files: sys/dev/arl if_arl.c if_arlreg.h Log: Add 354k and 512k support. Fix quality stats. Submitted by: Stanislav A Svirid Revision Changes Path 1.5 +34 -11 src/sys/dev/arl/if_arl.c 1.4 +0 -3 src/sys/dev/arl/if_arlreg.h From owner-cvs-src@FreeBSD.ORG Sat Apr 17 14:05:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFFC116A4CE; Sat, 17 Apr 2004 14:05:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EE243D4C; Sat, 17 Apr 2004 14:05:31 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HL5VGe018657; Sat, 17 Apr 2004 14:05:31 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HL5V4e018656; Sat, 17 Apr 2004 14:05:31 -0700 (PDT) (envelope-from marcel) Message-Id: <200404172105.i3HL5V4e018656@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Apr 2004 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: 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: Sat, 17 Apr 2004 21:05:32 -0000 marcel 2004/04/17 14:05:31 PDT FreeBSD src repository Modified files: . access Log: Add Marius Strobl (marius) -- among other things, he'll be focussing on sparc64. Approved by: core Mentorship: marcel Revision Changes Path 1.660 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sat Apr 17 16:09:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 392B716A4CE; Sat, 17 Apr 2004 16:09:21 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60C3143D4C; Sat, 17 Apr 2004 16:09:20 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3HNDN8x027749 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Apr 2004 02:13:25 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3HN9FYa086763; Sun, 18 Apr 2004 02:09:15 +0300 (EEST) (envelope-from ru) Date: Sun, 18 Apr 2004 02:09:15 +0300 From: Ruslan Ermilov To: Luigi Rizzo Message-ID: <20040417230915.GB86698@ip.net.ua> References: <200404171509.i3HF9aQv027347@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PmA2V3Z32TCmWXqI" Content-Disposition: inline In-Reply-To: <200404171509.i3HF9aQv027347@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 23:09:21 -0000 --PmA2V3Z32TCmWXqI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 17, 2004 at 08:09:36AM -0700, Luigi Rizzo wrote: > luigi 2004/04/17 08:09:36 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/net rtsock.c=20 > Log: > misc cleanup in sysctl_ifmalist(): > + remove a partly incorrect comment that i introduced in the last comm= it; > + deal with the correct part of the above comment by cleaning up the > updates of 'info' -- rti_addrs needd not to be updated, > rti_info[RTAX_IFP] can be set once outside the loop. > While at it, correct a few misspelling of NULL as 0, but there are > way too many in this file, and i did not want to clutter the > important part of this commit. > =20 > Revision Changes Path > 1.102 +10 -27 src/sys/net/rtsock.c >=20 Thanks! Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --PmA2V3Z32TCmWXqI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAgbkbUkv4P6juNwoRAu3GAJ46q6HblGhVI+KwPo/eiY0OpatBsACgiPZ+ kXjnlNYim7jazh8qVmwIPWA= =CQtT -----END PGP SIGNATURE----- --PmA2V3Z32TCmWXqI-- From owner-cvs-src@FreeBSD.ORG Sat Apr 17 16:10:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2835A16A4D4; Sat, 17 Apr 2004 16:10:22 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6015443D39; Sat, 17 Apr 2004 16:10:20 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3HNEMUb027788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Apr 2004 02:14:24 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3HNAE2l086831; Sun, 18 Apr 2004 02:10:14 +0300 (EEST) (envelope-from ru) Date: Sun, 18 Apr 2004 02:10:14 +0300 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20040417231014.GC86698@ip.net.ua> References: <200404172105.i3HL5V4e018656@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nmemrqcdn5VTmUEE" Content-Disposition: inline In-Reply-To: <200404172105.i3HL5V4e018656@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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: 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: Sat, 17 Apr 2004 23:10:22 -0000 --nmemrqcdn5VTmUEE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 17, 2004 at 02:05:31PM -0700, Marcel Moolenaar wrote: > marcel 2004/04/17 14:05:31 PDT >=20 > FreeBSD src repository >=20 > Modified files: > . access=20 > Log: > Add Marius Strobl (marius) -- among other things, he'll be focussing > on sparc64. > =20 > Approved by: core > Mentorship: marcel > =20 > Revision Changes Path > 1.660 +1 -0 CVSROOT/access >=20 Yay! ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAgblWUkv4P6juNwoRAsAIAJ0TzhKFIpzFJuB4ri1CE9rpNvKA1QCgift9 9Vv507UXkVRuXWW5FlChWFw= =Vy9w -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE-- From owner-cvs-src@FreeBSD.ORG Sat Apr 17 16:29:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF94C16A4CE; Sat, 17 Apr 2004 16:29:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A248443D31; Sat, 17 Apr 2004 16:29:25 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HNTPGe049065; Sat, 17 Apr 2004 16:29:25 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HNTPeN049064; Sat, 17 Apr 2004 16:29:25 -0700 (PDT) (envelope-from luigi) Message-Id: <200404172329.i3HNTPeN049064@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 17 Apr 2004 16:29:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec xform_ipip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 23:29:25 -0000 luigi 2004/04/17 16:29:25 PDT FreeBSD src repository Modified files: sys/netipsec xform_ipip.c Log: use native names for if_link, ifa_link, if_addrhead. Change for (...) to TAILQ_FOREACH(...) Ok'ed by: sam Revision Changes Path 1.8 +2 -4 src/sys/netipsec/xform_ipip.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 16:52:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D7AE16A4CE; Sat, 17 Apr 2004 16:52:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50EE743D1F; Sat, 17 Apr 2004 16:52:58 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3HNqvGe060880; Sat, 17 Apr 2004 16:52:58 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3HNqvoB060879; Sat, 17 Apr 2004 16:52:57 -0700 (PDT) (envelope-from ru) Message-Id: <200404172352.i3HNqvoB060879@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 17 Apr 2004 16:52:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_hub.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Apr 2004 23:52:58 -0000 ru 2004/04/17 16:52:57 PDT FreeBSD src repository Modified files: sys/netgraph ng_hub.c Log: Don't give up if sending to one link fails, continue. Suggested by: jmallett Revision Changes Path 1.2 +1 -1 src/sys/netgraph/ng_hub.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 17:56:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 931C416A4CE; Sat, 17 Apr 2004 17:56:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7532C43D5D; Sat, 17 Apr 2004 17:56:45 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I0ujGe073885; Sat, 17 Apr 2004 17:56:45 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I0uiiv073884; Sat, 17 Apr 2004 17:56:44 -0700 (PDT) (envelope-from luigi) Message-Id: <200404180056.i3I0uiiv073884@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 17 Apr 2004 17:56: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/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 00:56:45 -0000 luigi 2004/04/17 17:56:44 PDT FreeBSD src repository Modified files: sys/net rtsock.c Log: Minor changes to improve code readability (no actual code changes): + replace 0 with NULL where appropriate (not complete) + remove register declaration while there + add argument names to function prototypes to have a better idea of what they are used for + add 'const' qualifiers in 3 places Revision Changes Path 1.103 +63 -60 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 18:05:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059B816A4D2; Sat, 17 Apr 2004 18:05:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB6E243D41; Sat, 17 Apr 2004 18:05:02 -0700 (PDT) (envelope-from onoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I152Ge076950; Sat, 17 Apr 2004 18:05:02 -0700 (PDT) (envelope-from onoe@repoman.freebsd.org) Received: (from onoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I152oY076949; Sat, 17 Apr 2004 18:05:02 -0700 (PDT) (envelope-from onoe) Message-Id: <200404180105.i3I152oY076949@repoman.freebsd.org> From: Atsushi Onoe Date: Sat, 17 Apr 2004 18:05:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/awi awi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 01:05:03 -0000 onoe 2004/04/17 18:05:02 PDT FreeBSD src repository Modified files: sys/dev/awi awi.c Log: Use IFF_ALLMULTI instead of if_amcount to decide if all multicast should be received. Pointed out by Luigi Rizzo. Revision Changes Path 1.32 +10 -5 src/sys/dev/awi/awi.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 18:05:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2D216A4CE; Sat, 17 Apr 2004 18:05:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C0143D53; Sat, 17 Apr 2004 18:05:56 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I15tGe077021; Sat, 17 Apr 2004 18:05:55 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I15tQH077020; Sat, 17 Apr 2004 18:05:55 -0700 (PDT) (envelope-from marius) Message-Id: <200404180105.i3I15tQH077020@repoman.freebsd.org> From: Marius Strobl Date: Sat, 17 Apr 2004 18:05: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/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 01:05:56 -0000 marius 2004/04/17 18:05:55 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday. Approved by: marcel (mentor) Revision Changes Path 1.118 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Sat Apr 17 18:07:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C1B16A4CE; Sat, 17 Apr 2004 18:07:31 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52AC743D48; Sat, 17 Apr 2004 18:07:31 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3I17Vgd099568; Sat, 17 Apr 2004 18:07:31 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3I17V1n099567; Sat, 17 Apr 2004 18:07:31 -0700 (PDT) (envelope-from rizzo) Date: Sat, 17 Apr 2004 18:07:31 -0700 From: Luigi Rizzo To: Atsushi Onoe Message-ID: <20040417180731.A97267@xorpc.icir.org> References: <200404180105.i3I152oY076949@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200404180105.i3I152oY076949@repoman.freebsd.org>; from onoe@FreeBSD.org on Sat, Apr 17, 2004 at 06:05:02PM -0700 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/awi awi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 01:07:31 -0000 On Sat, Apr 17, 2004 at 06:05:02PM -0700, Atsushi Onoe wrote: > onoe 2004/04/17 18:05:02 PDT > > FreeBSD src repository > > Modified files: > sys/dev/awi awi.c > Log: > Use IFF_ALLMULTI instead of if_amcount to decide if all multicast should > be received. Pointed out by Luigi Rizzo. thanks luigi From owner-cvs-src@FreeBSD.ORG Sat Apr 17 18:15:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B1516A4CE; Sat, 17 Apr 2004 18:15:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A63C43D31; Sat, 17 Apr 2004 18:15:33 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I1FXGe079175; Sat, 17 Apr 2004 18:15:33 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I1FXCO079174; Sat, 17 Apr 2004 18:15:33 -0700 (PDT) (envelope-from luigi) Message-Id: <200404180115.i3I1FXCO079174@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 17 Apr 2004 18:15: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/net if_arp.h if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_var.h src/sys/netgraph ng_eiface.c ng_ether.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 01:15:33 -0000 luigi 2004/04/17 18:15:32 PDT FreeBSD src repository Modified files: sys/net if_arp.h if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_var.h sys/netgraph ng_eiface.c ng_ether.c Log: + rename and document an unused field in struct arpcom (field is still there so there are no ABI changes); + replace 5 redefinitions of the IPF2AC macro with one in if_arp.h Eventually (but before freezing the ABI) we need to get rid of struct arpcom (initially with the help of some smart #defines to avoid having to touch each and every driver, see below). Apart from the struct ifnet, struct arpcom now only stores a copy of the MAC address (ac_enaddr, but we already have another copy in the struct ifnet -- if_addrhead), and a netgraph-specific field which is _always_ accessed through the ifp, so it might well go into the struct ifnet too (where, besides, there is already an entry for AF_NETGRAPH data...) Too bad ac_enaddr is widely referenced by all drivers. But this can be fixed as follows: #define ac_enaddr ac_if.the_original_ac_enaddr_in_struct_ifnet (note that the right hand side would likely be a pointer rather than the base address of an array.) Revision Changes Path 1.19 +5 -1 src/sys/net/if_arp.h 1.166 +0 -1 src/sys/net/if_ethersubr.c 1.91 +0 -1 src/sys/net/if_fddisubr.c 1.62 +0 -1 src/sys/net/if_iso88025subr.c 1.72 +4 -0 src/sys/net/if_var.h 1.13 +0 -1 src/sys/netgraph/ng_eiface.c 1.33 +0 -1 src/sys/netgraph/ng_ether.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 19:39:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7C116A4CE; Sat, 17 Apr 2004 19:39:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BD543D31; Sat, 17 Apr 2004 19:39:02 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I2d2Ge096139; Sat, 17 Apr 2004 19:39:02 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I2d2Yb096138; Sat, 17 Apr 2004 19:39:02 -0700 (PDT) (envelope-from ps) Message-Id: <200404180239.i3I2d2Yb096138@repoman.freebsd.org> From: Paul Saab Date: Sat, 17 Apr 2004 19: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/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 02:39:02 -0000 ps 2004/04/17 19:39:02 PDT FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: move the cleanup of the control device into ciss_free and add some ifdefs for the diffrent kthread_create API between -current and -stable Revision Changes Path 1.42 +10 -2 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 20:18:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C06216A4CE; Sat, 17 Apr 2004 20:18:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C0F43D55; Sat, 17 Apr 2004 20:18:00 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I3I0Ge005291; Sat, 17 Apr 2004 20:18:00 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I3I02E005290; Sat, 17 Apr 2004 20:18:00 -0700 (PDT) (envelope-from hrs) Message-Id: <200404180318.i3I3I02E005290@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 17 Apr 2004 20:18:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/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, 18 Apr 2004 03:18:01 -0000 hrs 2004/04/17 20:18:00 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix typos (s/NetGraph/Netgraph/). Revision Changes Path 1.719 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 17 21:31:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DDBB16A4CE; Sat, 17 Apr 2004 21:31:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E39FF43D2D; Sat, 17 Apr 2004 21:31:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I4VwGe027412; Sat, 17 Apr 2004 21:31:58 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I4VwQt027408; Sat, 17 Apr 2004 21:31:58 -0700 (PDT) (envelope-from bde) Message-Id: <200404180431.i3I4VwQt027408@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 21:31: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/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 04:31:59 -0000 bde 2004/04/17 21:31:58 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed some style bugs in previous commit. Almmost every line was misformatted. Revision Changes Path 1.32 +13 -11 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 21:44:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC7AE16A4CE; Sat, 17 Apr 2004 21:44:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF4B243D39; Sat, 17 Apr 2004 21:44:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I4iSGe030023; Sat, 17 Apr 2004 21:44:28 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I4iSZ4030022; Sat, 17 Apr 2004 21:44:28 -0700 (PDT) (envelope-from bde) Message-Id: <200404180444.i3I4iSZ4030022@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 21:44:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 04:44:28 -0000 bde 2004/04/17 21:44:28 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed a style bug (insertion sort error) in rev.1.29. This file should be sorted in the same order as misc/pci_vendors (on vendor/device id), and already partly is. Revision Changes Path 1.33 +10 -10 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 21:48:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6968516A4CE; Sat, 17 Apr 2004 21:48:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2881B43D48; Sat, 17 Apr 2004 21:48:54 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I4msGe030187; Sat, 17 Apr 2004 21:48:54 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I4mrrb030186; Sat, 17 Apr 2004 21:48:53 -0700 (PDT) (envelope-from bde) Message-Id: <200404180448.i3I4mrrb030186@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 21:48:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 04:48:54 -0000 bde 2004/04/17 21:48:53 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed some style bugs in rev.1.28. Almost every line was misindented. Revision Changes Path 1.34 +9 -9 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 22:21:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30DDE16A4CE; Sat, 17 Apr 2004 22:21:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B8243D1D; Sat, 17 Apr 2004 22:21:37 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I5LaGe038336; Sat, 17 Apr 2004 22:21:36 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I5LaVT038332; Sat, 17 Apr 2004 22:21:36 -0700 (PDT) (envelope-from njl) Message-Id: <200404180521.i3I5LaVT038332@repoman.freebsd.org> From: Nate Lawson Date: Sat, 17 Apr 2004 22:21:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 05:21:37 -0000 njl 2004/04/17 22:21:36 PDT FreeBSD src repository Modified files: usr.sbin/acpi/acpidump acpi.c Log: Instead of using a static, check for the FADT revision before using it. This fixes a bug where acpidump -d crashed (but not -t -d). Submitted by: Alex Vasylenko Revision Changes Path 1.23 +20 -12 src/usr.sbin/acpi/acpidump/acpi.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 22:30:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057A716A4CE; Sat, 17 Apr 2004 22:30:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE1D43D2F; Sat, 17 Apr 2004 22:30:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I5U2Ge039356; Sat, 17 Apr 2004 22:30:02 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I5U2kM039355; Sat, 17 Apr 2004 22:30:02 -0700 (PDT) (envelope-from bde) Message-Id: <200404180530.i3I5U2kM039355@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 22:30:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 05:30:03 -0000 bde 2004/04/17 22:30:02 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed some style bugs (tab lossage) in rev.1.26. Removed the requirement for a particular subvendor/subproduct in rev.1.26 (VScom PCI-800L card). While the BARs, etc., may depend on the sub-ids, this is not known to be so, and I think it is better to guess that they don't. The decision to check sub-id checks in this file is apparently random; for VScom cards they were checked in 3 of 8 cases. Reviewed by: timeout by committer (joerg) after 6 months Revision Changes Path 1.35 +2 -2 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 22:36:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894FE16A4CE; Sat, 17 Apr 2004 22:36:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B6E243D1F; Sat, 17 Apr 2004 22:36:38 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I5acGe041398; Sat, 17 Apr 2004 22:36:38 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I5abSU041397; Sat, 17 Apr 2004 22:36:37 -0700 (PDT) (envelope-from alc) Message-Id: <200404180536.i3I5abSU041397@repoman.freebsd.org> From: Alan Cox Date: Sat, 17 Apr 2004 22:36: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/amd64/amd64 vm_machdep.c src/sys/amd64/include sf_buf.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, 18 Apr 2004 05:36:38 -0000 alc 2004/04/17 22:36:37 PDT FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c sys/amd64/include sf_buf.h Log: Simplify the sf_buf implementation. In short, make it a trivial veneer over the direct virtual-to-physical mapping. Revision Changes Path 1.234 +6 -64 src/sys/amd64/amd64/vm_machdep.c 1.2 +9 -8 src/sys/amd64/include/sf_buf.h From owner-cvs-src@FreeBSD.ORG Sat Apr 17 22:37:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC3316A4CE; Sat, 17 Apr 2004 22:37:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F29A43D31; Sat, 17 Apr 2004 22:37:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I5bYGe041437; Sat, 17 Apr 2004 22:37:34 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I5bY35041436; Sat, 17 Apr 2004 22:37:34 -0700 (PDT) (envelope-from obrien) Message-Id: <200404180537.i3I5bY35041436@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 17 Apr 2004 22:37: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/usb print-usb-if-vids.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: Sun, 18 Apr 2004 05:37:34 -0000 obrien 2004/04/17 22:37:34 PDT FreeBSD src repository Added files: tools/tools/usb print-usb-if-vids.sh Log: Script for downloading and printing in hex, the offical vendor ID's from USB.org. Revision Changes Path 1.1 +31 -0 src/tools/tools/usb/print-usb-if-vids.sh (new) From owner-cvs-src@FreeBSD.ORG Sat Apr 17 22:46:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367F516A4CE; Sat, 17 Apr 2004 22:46:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1973143D3F; Sat, 17 Apr 2004 22:46:38 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I5kbGe043807; Sat, 17 Apr 2004 22:46:37 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I5kbYB043806; Sat, 17 Apr 2004 22:46:37 -0700 (PDT) (envelope-from bde) Message-Id: <200404180546.i3I5kbYB043806@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 22:46: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/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 05:46:38 -0000 bde 2004/04/17 22:46:37 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed some style bugs (formatting errors) in rev.1.25. Revision Changes Path 1.36 +5 -5 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 22:52:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1162E16A4CE; Sat, 17 Apr 2004 22:52:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E802743D39; Sat, 17 Apr 2004 22:52:35 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I5qZGe045725; Sat, 17 Apr 2004 22:52:35 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I5qZRQ045724; Sat, 17 Apr 2004 22:52:35 -0700 (PDT) (envelope-from bde) Message-Id: <200404180552.i3I5qZRQ045724@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 22:52: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/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 05:52:36 -0000 bde 2004/04/17 22:52:35 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed some style bugs in rev.1.24. Almost every line was misformatted, and Oxford was misspelled. Revision Changes Path 1.37 +7 -7 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 23:24:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A3FE16A4CE; Sat, 17 Apr 2004 23:24:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F081543D39; Sat, 17 Apr 2004 23:24:51 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I6OpGe052903; Sat, 17 Apr 2004 23:24:51 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I6OppF052902; Sat, 17 Apr 2004 23:24:51 -0700 (PDT) (envelope-from alc) Message-Id: <200404180624.i3I6OppF052902@repoman.freebsd.org> From: Alan Cox Date: Sat, 17 Apr 2004 23:24: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/alpha/alpha vm_machdep.c src/sys/alpha/include sf_buf.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, 18 Apr 2004 06:24:52 -0000 alc 2004/04/17 23:24:51 PDT FreeBSD src repository Modified files: sys/alpha/alpha vm_machdep.c sys/alpha/include sf_buf.h Log: MFamd64 Simplify the sf_buf implementation. In short, make it a veneer over the direct virtual-to-physical mapping. Revision Changes Path 1.103 +6 -65 src/sys/alpha/alpha/vm_machdep.c 1.2 +9 -8 src/sys/alpha/include/sf_buf.h From owner-cvs-src@FreeBSD.ORG Sat Apr 17 23:36:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A72A116A4CE; Sat, 17 Apr 2004 23:36:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E4543D2F; Sat, 17 Apr 2004 23:36:13 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I6aDGe055090; Sat, 17 Apr 2004 23:36:13 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I6aDi3055089; Sat, 17 Apr 2004 23:36:13 -0700 (PDT) (envelope-from bde) Message-Id: <200404180636.i3I6aDi3055089@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 23:36:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 06:36:13 -0000 bde 2004/04/17 23:36:12 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed the same style bug in revs.1.20, 1.18, 1.15 and 1.12. Revision Changes Path 1.38 +12 -12 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 23:42:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A4916A4CE; Sat, 17 Apr 2004 23:42:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6779643D48; Sat, 17 Apr 2004 23:42:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I6gSGe056946; Sat, 17 Apr 2004 23:42:28 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I6gSW3056945; Sat, 17 Apr 2004 23:42:28 -0700 (PDT) (envelope-from bde) Message-Id: <200404180642.i3I6gSW3056945@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 23:42:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 06:42:28 -0000 bde 2004/04/17 23:42:27 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed some style bugs (misformatting) in rev.1.9. Revision Changes Path 1.39 +2 -2 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 17 23:49:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21D4A16A4CE; Sat, 17 Apr 2004 23:49:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B1243D31; Sat, 17 Apr 2004 23:49:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I6nQGe057370; Sat, 17 Apr 2004 23:49:26 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I6nQNU057369; Sat, 17 Apr 2004 23:49:26 -0700 (PDT) (envelope-from bde) Message-Id: <200404180649.i3I6nQNU057369@repoman.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 2004 23:49: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/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 06:49:27 -0000 bde 2004/04/17 23:49:26 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed some style bugs (perfect tab lossage on every line) in rev.1.4. Revision Changes Path 1.40 +11 -11 src/sys/dev/puc/pucdata.c