From owner-freebsd-current@FreeBSD.ORG Thu Aug 13 09:37:31 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6318D106567A; Thu, 13 Aug 2009 09:37:31 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe16.swipnet.se [212.247.155.225]) by mx1.freebsd.org (Postfix) with ESMTP id C6B028FC16; Thu, 13 Aug 2009 09:37:30 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=venAd3Na2t-BH2JNMa8A:9 a=lIQOWV1oFE7qzq9DyDNHCLIVzAQA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe16.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 552938778; Thu, 13 Aug 2009 11:37:29 +0200 From: Hans Petter Selasky To: Andrew Thompson Date: Thu, 13 Aug 2009 11:37:36 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <20090813073002.GA66860@citylink.fud.org.nz> In-Reply-To: <20090813073002.GA66860@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908131137.37466.hselasky@c2i.net> Cc: current@freebsd.org Subject: Re: usb kthreads X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 09:37:31 -0000 On Thursday 13 August 2009 09:30:02 Andrew Thompson wrote: > Hi, > > > Here is an aesthetic patch to change the usb kernel processes to threads, > this hides them from the usual 'ps' output. Please test and review. Hi Andrew, Your patch looks OK. Can you commit it to USB P4? --HPS