From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 5 15:22:04 2010 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6769F106566B for ; Sun, 5 Dec 2010 15:22:04 +0000 (UTC) (envelope-from pfgshield-freebsd@yahoo.com) Received: from nm11.bullet.mail.ne1.yahoo.com (nm11.bullet.mail.ne1.yahoo.com [98.138.90.74]) by mx1.freebsd.org (Postfix) with SMTP id 25C348FC08 for ; Sun, 5 Dec 2010 15:22:03 +0000 (UTC) Received: from [98.138.90.48] by nm11.bullet.mail.ne1.yahoo.com with NNFMP; 05 Dec 2010 15:08:08 -0000 Received: from [98.138.87.1] by tm1.bullet.mail.ne1.yahoo.com with NNFMP; 05 Dec 2010 15:08:08 -0000 Received: from [127.0.0.1] by omp1001.mail.ne1.yahoo.com with NNFMP; 05 Dec 2010 15:08:08 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 399693.63522.bm@omp1001.mail.ne1.yahoo.com Received: (qmail 27490 invoked by uid 60001); 5 Dec 2010 15:08:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1291561687; bh=ffEUspDIe92WW6c/aJdX9QmzuAj9hgOZ+nf/sN8cKLo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=1D4+Uk+W5Dv/8wZAdrwT9xBacNwaecp621VP06NVfveUciGIdo0Ipph9n5ygvBuLgBMk1PfX+ZHdxgpp9n4uWiyOkSemrwaVtQPi06smekpEq3YgJCDpYeRxoXWXgjhAt9L6rZ3ibMKGu91pFFWwAeOxFF6p9kPGgRjWPgVPgXo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=AbH+TfIpZfLXKFK+xbTxAc0Rq82lu3/tkycGlc0r/iTVyiKRd2lEYtuN19sWWSuD3aO5Jd3nC4bHTCQ+uZIU85VlTX4+pLeFCTsabJJo3xTSeEwnZcPyZRP2v6rJ/ekGCDSOZWpEyzgpdf9mTyI2xvbayct7e1VTsjJXCPV1CxE=; Message-ID: <739586.26564.qm@web113517.mail.gq1.yahoo.com> X-YMail-OSG: RIAcB2gVM1nBUmzOOnvOqypZuss76xQQVH3tbLaUxnl7dT9 LMiIHx1aTj7YrExA5RvE4cqO.eTnjuWWnY2mfRWlJXlwL60If5JSqGPdOM2. ogXl7ktsRpx6jyUrEFKufWdjtDYxPDVOWmAilDDaRcIOMeohUNZ9gQPbEuqD NMZ7Ct1KrrziVgbmOcCZzQ3qXKGkn6GRNsvU26ueqVlEHBkXa41FEncBOyTW tKEMhUgR03leTpaMkcsVXWlJmtkS72GjsEcqA5W_zNm4fgRAbkJfy2chUVEM j_2xJszqltiyd_VDrgE4Tl8juyhlqZs.3eBfynJDS7sC90DBWLYK56Pn2m13 GttIt Received: from [190.157.140.248] by web113517.mail.gq1.yahoo.com via HTTP; Sun, 05 Dec 2010 07:08:07 PST X-Mailer: YahooMailClassic/11.4.20 YahooMailWebService/0.8.107.285259 Date: Sun, 5 Dec 2010 07:08:07 -0800 (PST) From: pfgshield-freebsd@yahoo.com To: avg@FreeBSD.org, freebsd-amd64@FreeBSD.org In-Reply-To: <201012051355.oB5Dtex4077823@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sun, 05 Dec 2010 15:39:43 +0000 Cc: bug-followup@FreeBSD.org Subject: Re: amd64/124134: [kernel] The kernel doesn't follow the calling convention in the SVR4/i386 ABI X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pfgshield-freebsd@yahoo.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 15:22:04 -0000 The code has certainly changed a lot ...=0A=0AReading the posting on the l= ink with a possible fix:=0A=0A"...=0ACan you try to add to kernel sources, = into file sys/amd64/amd64/machdep.c=0Afunction exec_setregs(td, entry, stac= k, ps_strings)=0Asomewhere at the end=0A=0A=09pcb->pcb_flags |=3D PCB_FULLC= TX;=0A... "=0A=0AWe don't have anything similar to this in exec_setregs(), = and from my understanding the issue could not be easily fixed without break= ing binary compatibility so I would think the issue is still there.=0A=0ATh= is PR was only for reference though as it doesn't cause trouble for us: I'm= OK with the PR being closed.=0A=0A=0A=0A