From owner-cvs-src@FreeBSD.ORG Fri Apr 11 12:10:13 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13FE91065673 for ; Fri, 11 Apr 2008 12:10:13 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 83E1A8FC21 for ; Fri, 11 Apr 2008 12:10:12 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so429382fgg.35 for ; Fri, 11 Apr 2008 05:10:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; bh=EIS4DYiZ2MRA8Jjqm2Y615/F688Jz6FcqRylrF/EKtc=; b=i2FG7pvMZeNGZ4FlhSF8q4pLj6okDy5bOXavau+BF7WaqfGoYeREnIiOnbdnyRvrA7qWT4bUMOPSFozt3pJ1eBMH3CthTL4lmGQugqt3WPbV7dwq2piFcCssyLqc/Q80RlmTGoQn7Lq99O5ww6uIgZ44Xwu0REmZpI4xYW8rGgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; b=MD3etV7XRCIhf3ka0h3v2SPgkMkaaKNoOTCd4r6FquFRN72PBJBPw62rjKtQn1SlPmbEOQGo/YxK/6SYr4lebWNQNpu1KaDtywgzkkISJsYQxuwXA6QWS5nHoGkWBBfdNoHae0adfDrpg4KGytBGiKGohtUZhEAi4GGTeF6LZWY= Received: by 10.82.187.2 with SMTP id k2mr4110563buf.26.1207915809969; Fri, 11 Apr 2008 05:10:09 -0700 (PDT) Received: from fnop.net ( [89.214.131.117]) by mx.google.com with ESMTPS id 34sm25411613nfu.4.2008.04.11.05.10.05 (version=SSLv3 cipher=OTHER); Fri, 11 Apr 2008 05:10:08 -0700 (PDT) Date: Fri, 11 Apr 2008 13:09:47 +0100 From: Rui Paulo To: Jeff Roberson Message-ID: <20080411120947.GA896@fnop.net> References: <200804110327.m3B3RggJ095716@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804110327.m3B3RggJ095716@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Rui Paulo Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/cpuset cpuset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Apr 2008 12:10:13 -0000 On Fri, Apr 11, 2008 at 03:27:42AM +0000, Jeff Roberson wrote: > jeff 2008-04-11 03:27:42 UTC > > FreeBSD src repository > > Modified files: > usr.bin/cpuset cpuset.c > Log: > - Add support for interrupt bindig to cpuset(1). Interrupts are bound > by specifying the interrupt with -x . The irq number matches > those displayed by vmstat -i. > > Sponsored by: Nokia > > Revision Changes Path > 1.5 +19 -7 src/usr.bin/cpuset/cpuset.c Thanks! This is great work! -- Rui Paulo