From owner-freebsd-emulation@FreeBSD.ORG Fri Dec 15 09:59:33 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2813E16A403 for ; Fri, 15 Dec 2006 09:59:33 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id C523243CBC for ; Fri, 15 Dec 2006 09:57:43 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.8/8.13.7) with ESMTP id kBF9xLNI097416 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Dec 2006 10:59:21 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id kBF9xLkm097415; Fri, 15 Dec 2006 10:59:21 +0100 (CET) Date: Fri, 15 Dec 2006 10:59:21 +0100 From: Divacky Roman To: Scot Hetzel Message-ID: <20061215095921.GA96603@stud.fit.vutbr.cz> References: <790a9fff0612140333ofd0891el59f767329f291371@mail.gmail.com> <20061214153029.GA36558@stud.fit.vutbr.cz> <790a9fff0612141858x3a0a4ce5vc348d32d9b56f343@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0612141858x3a0a4ce5vc348d32d9b56f343@mail.gmail.com> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: emulation@freebsd.org Subject: Re: linuxolator: utimes implementation 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: Fri, 15 Dec 2006 09:59:33 -0000 On Thu, Dec 14, 2006 at 08:58:15PM -0600, Scot Hetzel wrote: > On 12/14/06, Divacky Roman wrote: > >On Thu, Dec 14, 2006 at 05:33:40AM -0600, Scot Hetzel wrote: > >> While I was running the the tests for ltp-full-20061121, I noticed > >> that the utimes function wasn't implemented in the linuxolator. > >> > >> I looked up the man page and found that it was similar to the utime > >> function, except that it allows a program to set an inode down to the > >> microsecond. > >> > >> Merging together the linux_utime and freebsd32_utimes functions, I was > >> able to create the linux_utimes function. > > > >what about this patch instead (only relevant part): > > > I'm able to compile the linux module with this patch, and I no longer > see "* utimes not implemented" when running the ltp testcases. > > The attached patch to ltp-20061121 implements testcases for utimes > (based on the utime testcases). It currently is failing the utimes04, > and utimes05 testcases: can you please tell me where can I get the sources of those two tests? I fail to see it.. thnx