From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 8 12:03:54 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 B39CD16A46B for ; Sat, 8 Dec 2007 12:03:54 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB7113C457 for ; Sat, 8 Dec 2007 12:03:53 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so619773nfb for ; Sat, 08 Dec 2007 04:03:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=BF38ijZ1ZiFuFgYtvdHhWqvLQXVyWkw7I9ZPlbFbhns=; b=h7QfmJDx09Twq6OqTu8GR7GVArl3eASEBpOqAkapuJLNyJuWK4paCvgHImIwPRBeV78+cIGGoyHTngu2Ai7w6L/9CN841KQkbSrRG6B1oN6uI58P7nFSC3ZEGydIUwJ8W16Q2U6/TwJUT7eOKm42AeWoIdTaWmiEGe00mrZOJZk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=L0KqYQNa9u0MscFjFYBy/dpDscWDQAFxTNI7yU27DoPpcQ1/PXh8OiZswUIZEeNzR3X90wu+dt0M0yszQGcperu10uXpFFUcpXwaoWAavuwdO57SEtkS/czVazE3yGKc0s2E5p27FBfUFZHL8l5nNo47S1AINwQWv3HPIQ7/MyE= Received: by 10.86.62.3 with SMTP id k3mr3275816fga.1197115432489; Sat, 08 Dec 2007 04:03:52 -0800 (PST) Received: from ?192.168.1.185? ( [213.152.137.35]) by mx.google.com with ESMTPS id f31sm1000202fkf.2007.12.08.04.03.50 (version=SSLv3 cipher=RC4-MD5); Sat, 08 Dec 2007 04:03:51 -0800 (PST) Message-ID: <475A887D.20604@gmail.com> Date: Sat, 08 Dec 2007 15:05:17 +0300 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Roman Divacky References: <4756EBED.6050109@gmail.com> <20071208110538.GA44709@freebsd.org> <475A808D.40005@gmail.com> <20071208113531.GA45695@freebsd.org> In-Reply-To: <20071208113531.GA45695@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 12:03:54 -0000 Roman Divacky wrote: > On Sat, Dec 08, 2007 at 02:31:25PM +0300, sam wrote: > >>> can you please provide the "big dir" ? >>> >>> >>> >> try on dir. with more files >> >> example: >> # ls -l /usr/share/man/man1 | wc -l >> 561 >> > > bash-3.00# ls /tmp/foo/ | wc -l > 51451 > > works just fine on this > > Iam repacked http://cs.udmvt.ru/files/temp/linux_getdents.tar.bz2 # tar -tf linux_getdents.tar.bz2 linux_getdents_static linux_getdents_dynamic linux_getdents.c try both versions (static & dynamic)