From owner-svn-src-head@FreeBSD.ORG Mon Jan 5 16:05:25 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68C591065672; Mon, 5 Jan 2009 16:05:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 22BF68FC1B; Mon, 5 Jan 2009 16:05:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n05G4X3o014020; Mon, 5 Jan 2009 09:04:33 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 05 Jan 2009 09:04:49 -0700 (MST) Message-Id: <20090105.090449.-1253035084.imp@bsdimp.com> To: alfred@freebsd.org From: "M. Warner Losh" In-Reply-To: <20090105050415.GY60686@elvis.mu.org> References: <200901040012.n040C2gH040928@svn.freebsd.org> <20090104.101121.2139791946.imp@bsdimp.com> <20090105050415.GY60686@elvis.mu.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/us... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2009 16:05:26 -0000 In message: <20090105050415.GY60686@elvis.mu.org> Alfred Perlstein writes: : * M. Warner Losh [090104 09:11] wrote: : > In message: <200901040012.n040C2gH040928@svn.freebsd.org> : > Alfred Perlstein writes: : > : Sync with usb4bsd: : > : > Alfred, : > : > thanks for trudging these fixes into the tree. It is a thankless job : > that people will complain about... : > : > Speaking of complaining, is there a review process that can be joined : > for them that's more formal than "diff against hps' p4 tree and : > complain?" : : We're trying to figure out a way to do this. We haven't had much : luck exploring svk/hg/git as they're just about as much work as : shipping patches back and forth. : : I asked core for a restricted "users/hps" area under svn for Hans : to put code, but that was denied, perhaps now it's time to reconsider : that? And also: > In my part of the world we give credit or, at the very least, say "thank > you" to the sender, when we apply patches sent to us. One of the things that works well in Linux is the patch queues that they have. You submit a patch, people talk about it, and various tags get added to it. They break things down into a series of mostly independent patches. Maybe we should try to initiate something like this so that we can comment on changes more easily, as well as track submitters and the like as things pass through Hans. Consider it an experiment to see if we can do things to help improve our world? Warner