From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 8 11:05:43 2007 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 D6A8216A420 for ; Sat, 8 Dec 2007 11:05:43 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 90F9613C448 for ; Sat, 8 Dec 2007 11:05:42 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E887466A766; Sat, 8 Dec 2007 12:05:40 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i908aCzHa46d; Sat, 8 Dec 2007 12:05:39 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E229A66A765; Sat, 8 Dec 2007 12:05:38 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id lB8B5cx3044716; Sat, 8 Dec 2007 12:05:38 +0100 (CET) (envelope-from rdivacky) Date: Sat, 8 Dec 2007 12:05:38 +0100 From: Roman Divacky To: sam Message-ID: <20071208110538.GA44709@freebsd.org> References: <4756EBED.6050109@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4756EBED.6050109@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: kern/117010 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, 08 Dec 2007 11:05:43 -0000 On Wed, Dec 05, 2007 at 09:20:29PM +0300, sam wrote: > hi, all > > http://cs.udmvt.ru/files/temp/linux_getdents.tar.bz2 > test programs (include sources) for verify work of syscall 'getdents()' > on FreeBSD (thanx to NetXMS http://www.netxms.org developer Victor > Kirhenshtein) > > - program linux_getdents builded (dynamicaly linked) on Debian Etch 4.0 > rc1 (Linux kernel2.6.22-2-686) > normal working with big dirs (tested on FreeBSD 8.0-CURRENT > linux_base-fc4, linux_base-fc6) > > - program linux_getdents builded (staticaly linked) on Debian Etch 4.0 > rc1 (Linux kernel2.6.22-2-686) > normal working with small dirs, crashed on big dirs (tested on FreeBSD > 8.0-CURRENT linux_base-fc4) can you please provide the "big dir" ?