From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 30 23:44:17 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 973AE106566B for ; Wed, 30 Jun 2010 23:44:17 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4035B8FC18 for ; Wed, 30 Jun 2010 23:44:16 +0000 (UTC) Received: by vws6 with SMTP id 6so614599vws.13 for ; Wed, 30 Jun 2010 16:44:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=ZVfkSi2XCzQperHisfGGztBM+HvbN74MkUDvf3oRpcA=; b=r42j7E0uVWN44b74m+MK/jodCJ4cnwy0XcQyS6XKZiQBr5HY/WcGrl4jo4tZ0UawWP UcdYx/RF4RpawrW4pvdyF1kjCfVad3Ny5QbxyyTnYS85C8U6mg7fbi23dKxewDQLOAKA fr8QAA7yWEmlVN/yS97nSnZ++WViOahH+nItQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TsTv/y3rufbebj+kUm/hnJ6PDV35W3vgcr2rSsFDaFrClHDJ4jOgDFWl3eXZTrj47E e825cLfa6V1dnzv01QoEpjcRSItHVT+RStReDK38y1bWBvFiDWSQbY0OLI3z/oeJkyTq B3mf8F7LVQlQfpZcddRx99WPyesE0erCc+o5E= MIME-Version: 1.0 Received: by 10.229.246.135 with SMTP id ly7mr5701588qcb.269.1277941449705; Wed, 30 Jun 2010 16:44:09 -0700 (PDT) Received: by 10.229.221.83 with HTTP; Wed, 30 Jun 2010 16:44:09 -0700 (PDT) In-Reply-To: References: <20100630105027.GJ13238@deviant.kiev.zoral.com.ua> Date: Wed, 30 Jun 2010 16:44:09 -0700 Message-ID: From: Garrett Cooper To: Uffe Jakobsen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: kernel patch needed for wine? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2010 23:44:17 -0000 On Wed, Jun 30, 2010 at 4:03 PM, Uffe Jakobsen wrote: > > Garrett writes: >>> >>> Also, is there perhaps a sideeffect dealing with the size of a char on >>> FreeBSD vs Linux? >>> >>> That's a pretty badass way to load assembler instructions on the stack >>> :). >>> > > I may be totally wrong here - but could it be NX/XD/XN protection ? Hmm... good catch. -Garrett