From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8MPQ-0007Zt-J6 for qemu-devel@nongnu.org; Tue, 10 Jul 2007 16:34:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8MPO-0007ZI-Vc for qemu-devel@nongnu.org; Tue, 10 Jul 2007 16:34:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8MPO-0007ZD-JF for qemu-devel@nongnu.org; Tue, 10 Jul 2007 16:34:06 -0400 Received: from warsl404pip6.highway.telekom.at ([195.3.96.89] helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8MPO-0001QV-0q for qemu-devel@nongnu.org; Tue, 10 Jul 2007 16:34:06 -0400 Date: Tue, 10 Jul 2007 22:32:21 +0200 From: Bernhard Fischer Subject: Re: [Qemu-devel] ANN: DetaolB v0.4 is released Message-ID: <20070710203221.GY4096@aon.at> References: <46d6db660706291658n4e267e6aoe6adee31524187a2@mail.gmail.com> <46d6db660707041130l32a896bdqd85d4d28e44605ff@mail.gmail.com> <34115e380707041250v38fe88a6v63331ecb8e3b3f98@mail.gmail.com> <34115e380707041254p70c33965g8de482314a5afbc9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <34115e380707041254p70c33965g8de482314a5afbc9@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cedric Hombourger Cc: uClibc , qemu-devel@nongnu.org, detaolb-devel@lists.sourceforge.net On Wed, Jul 04, 2007 at 09:54:48PM +0200, Cedric Hombourger wrote: >The busybox link failure has an existing entry in mantis: >http://www.uclibc.org/bugs/bug_view_advanced_page.php?bug_id=1356 Just to expand on this one last time, here is the help-text of taskset: config TASKSET bool "taskset" default n help Retrieve or set a processes's CPU affinity. This requires sched_{g,s}etaffinity support in your libc. This was slightly adjusted in uClibc trunk (to stub it out if the syscall is unavailable), a patch against 0.9.29 which updates this can be found here: http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/toolchain/uClibc/ HTH,