From owner-svn-src-all@FreeBSD.ORG Tue May 19 18:35:19 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D406A6C; Tue, 19 May 2015 18:35:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BBB71334; Tue, 19 May 2015 18:35:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4JIZIx1005743; Tue, 19 May 2015 18:35:18 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4JIZIN3005742; Tue, 19 May 2015 18:35:18 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201505191835.t4JIZIN3005742@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Tue, 19 May 2015 18:35:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283119 - head/sys/dev/ixl X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 18:35:19 -0000 Author: jhb Date: Tue May 19 18:35:18 2015 New Revision: 283119 URL: https://svnweb.freebsd.org/changeset/base/283119 Log: Remove executable property from several ixl(4) source files. Differential Revision: https://reviews.freebsd.org/D2583 Reviewed by: erj Modified: Directory Properties: head/sys/dev/ixl/i40e_adminq.c (props changed) head/sys/dev/ixl/i40e_adminq.h (props changed) head/sys/dev/ixl/i40e_adminq_cmd.h (props changed) head/sys/dev/ixl/i40e_alloc.h (props changed) head/sys/dev/ixl/i40e_common.c (props changed) head/sys/dev/ixl/i40e_hmc.c (props changed) head/sys/dev/ixl/i40e_hmc.h (props changed) head/sys/dev/ixl/i40e_lan_hmc.c (props changed) head/sys/dev/ixl/i40e_lan_hmc.h (props changed) head/sys/dev/ixl/i40e_nvm.c (props changed) head/sys/dev/ixl/i40e_osdep.c (props changed) head/sys/dev/ixl/i40e_osdep.h (props changed) head/sys/dev/ixl/i40e_prototype.h (props changed) head/sys/dev/ixl/i40e_register.h (props changed) head/sys/dev/ixl/i40e_status.h (props changed) head/sys/dev/ixl/i40e_type.h (props changed) head/sys/dev/ixl/i40e_virtchnl.h (props changed) head/sys/dev/ixl/if_ixl.c (props changed) head/sys/dev/ixl/ixl_txrx.c (props changed)