From owner-svn-src-head@FreeBSD.ORG Fri Nov 5 08:59:41 2010 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 9C7D1106567A; Fri, 5 Nov 2010 08:59:41 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 838178FC1F; Fri, 5 Nov 2010 08:59:40 +0000 (UTC) Received: by wwb17 with SMTP id 17so2691987wwb.31 for ; Fri, 05 Nov 2010 01:59:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=RXFZlSDv8nuHWv4D6PzKtZAs1vtdO+5YxCbVVLPx04s=; b=mHZZfUEaBsh7usnMw6We0UIAdB18uzcq8dsbbB74xecAv4NlZlisPl8V6ijbgT19i8 iKjrdoVyotMSK8FNvKMprxB5C2TJdBI8b8yKabDpJsqRKb9a0eWlMva1d0LIE0qE8Awu 9Zl4koXjs0mpm2QC7B8Z6E9gkOtm1iS/NH5nE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=WDKClw2YVZI0MBf3fpcxtdkYP5qv380xX5nlY9bRpML03C0ZTs5ff6I8cab5zuo3w+ OEAUW4yaZnUh30pauXmbySYbfJWD2xkxMHw2H3zMAGJW2Nk1YuiOFFrnMRg3DB6WU3eN HJ4yGm7QpFpNKiv7OUtUiUXNSrcdCmlq+2Wqc= MIME-Version: 1.0 Received: by 10.216.175.18 with SMTP id y18mr1849291wel.30.1288947578821; Fri, 05 Nov 2010 01:59:38 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Fri, 5 Nov 2010 01:59:38 -0700 (PDT) In-Reply-To: <20101105072515.GA8725@lonesome.com> References: <201011050056.oA50uLk5078426@svn.freebsd.org> <20101105012103.GA26789@freebsd.org> <20101105072515.GA8725@lonesome.com> Date: Fri, 5 Nov 2010 01:59:38 -0700 X-Google-Sender-Auth: UkHxKiTTDNpf7ol7RbTOQ4oIM-M Message-ID: From: Garrett Cooper To: Mark Linimon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, Alexander Best , svn-src-all@freebsd.org, src-committers@freebsd.org, Ed Schouten Subject: Re: svn commit: r214817 - head/sys/teken 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: Fri, 05 Nov 2010 08:59:41 -0000 On Fri, Nov 5, 2010 at 12:25 AM, Mark Linimon wrote: > On Fri, Nov 05, 2010 at 01:21:03AM +0000, Alexander Best wrote: >> maybe, because nearly all PRs (most of them including patches) they >> have submitted via GNATS in the past remain unnoticed and thus they've >> gotten tired of reporting issues and submitting patches if nobody >> seems to care? ;) > > We actually do better these days w/rt userland bugs (and some src > bugs) than we were a few years ago. =A0I'm always looking for suggestions > on how we can get more committers interested in PRs (especially those > with patches). [As is probably well known already among FreeBSD developers] it's better for junior committers (and otherwise newbie committers) to get into the whole userland commit arena. Most of what I see in committer status seems to evolve from userland (optional) to kernel due to the sexiness of kernel work vs userland work. -Garrett