From owner-freebsd-emulation@FreeBSD.ORG Tue Dec 19 18:27:26 2006 Return-Path: X-Original-To: freebsd-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 2835A16A412 for ; Tue, 19 Dec 2006 18:27:26 +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 0B60943C9F for ; Tue, 19 Dec 2006 18:27:24 +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 kBJI1usI088013 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Dec 2006 19:01:56 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id kBJI1uAB088012; Tue, 19 Dec 2006 19:01:56 +0100 (CET) Date: Tue, 19 Dec 2006 19:01:56 +0100 From: Divacky Roman To: Scot Hetzel Message-ID: <20061219180156.GA87609@stud.fit.vutbr.cz> References: <790a9fff0612190922t1f4a3fa1m44092944485297f7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0612190922t1f4a3fa1m44092944485297f7@mail.gmail.com> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: freebsd-emulation@freebsd.org Subject: Re: linuxolator: implement settimeofday call on FreeBSD/amd64 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: Tue, 19 Dec 2006 18:27:26 -0000 On Tue, Dec 19, 2006 at 11:22:56AM -0600, Scot Hetzel wrote: > I noticed that the settimeofday call in the linuxolator is implemented > on FreeBSD/i386, but it is missing from FreeBSD/amd64. The attached > patch implements the function on FreeBSD/amd64. makes me wonder... what is MD on this code? I dont see anything