From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 4 19:55:43 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9252E1065698 for ; Sat, 4 Oct 2008 19:55:43 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 42F798FC23 for ; Sat, 4 Oct 2008 19:55:42 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id BFDC1205A89; Sat, 4 Oct 2008 23:55:37 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1260849788; Sat, 04 Oct 2008 23:55:37 +0400 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.2) with ESMTP id m94Jtanp043859; Sat, 4 Oct 2008 23:55:36 +0400 (MSD) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.2/Submit) id m94JtS3X043858; Sat, 4 Oct 2008 23:55:28 +0400 (MSD) (envelope-from root) Date: Sat, 4 Oct 2008 23:55:28 +0400 From: Chagin Dmitry To: "Sam Fourman Jr." Message-ID: <20081004195528.GA43830@dchagin.dialup.corbina.ru> References: <200810011852.45247.tijl@ulyssis.org> <48E674C9.1060908@pcbsd.com> <11167f520810031603y1611169eoc6f5eb744b0ece15@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11167f520810031603y1611169eoc6f5eb744b0ece15@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: John Hixson , freebsd-emulation@freebsd.org Subject: Re: firefox & flash9 patches in HEAD now X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 19:55:43 -0000 On Fri, Oct 03, 2008 at 06:03:09PM -0500, Sam Fourman Jr. wrote: > > I'm testing flash9 on i386 FreeBSD 7.1PR, and amd64 7.1PR, and it seems to > > be working nicely now! Would it be possible to update the > > www/linux-flashplugin9 port with your improved libflashsupport library? > > If this actually fixes Flash9 w/ sound on FreeBSD 7.1, then these > patches should be committed ASAP > > in my opinion Flash9 functionality is so significant and crucial to > the FreeBSD community as a whole that the 7.1 RELEASE should be held > up till this get committed > kib 2008-10-04 19:23:30 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: SVN rev 183612 on 2008-10-04 19:23:30Z by kib Current linux_fooaffinity() emulation fails, as the FreeBSD affinity syscalls expect the bitmap size in the range from 32 to 128. Old glibc always assumed size 1024, while newer glibc searches for approriate size, starting from 1024 and going up. For now, use FreeBSD size of cpuset_t for bitmap size parameter and return EINVAL if length of user space bitmap less than our size of cpuset_t. Submitted by: dchagin MFC after: 1 week -- Have fun! chd