From owner-svn-src-head@FreeBSD.ORG Wed Apr 9 07:35:11 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1374CD9A; Wed, 9 Apr 2014 07:35:11 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CB0B510EC; Wed, 9 Apr 2014 07:35:10 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1B0B5BDC56; Wed, 9 Apr 2014 09:27:57 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id E5662BDC1F; Wed, 9 Apr 2014 09:27:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 49579D35E68C; Wed, 9 Apr 2014 09:27:56 +0200 (CEST) Date: Wed, 09 Apr 2014 09:27:55 +0200 From: Mathieu Arnold To: Sean Bruno , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl Message-ID: In-Reply-To: <201404082010.s38KAMgg091287@svn.freebsd.org> References: <201404082010.s38KAMgg091287@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 07:35:11 -0000 +--On 8 avril 2014 20:10:22 +0000 Sean Bruno wrote: | Log: | Add Stacey Son's binary activation patches that allow remapping of | execution to a emumation program via parsing of ELF header information. Can you MFC that to stable/10 one day ? -- Mathieu Arnold