From owner-svn-src-all@freebsd.org Tue Oct 20 16:02:13 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A4EBA1994A; Tue, 20 Oct 2015 16:02:13 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E6DF63CC; Tue, 20 Oct 2015 16:02:12 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9KG2B4B079792; Tue, 20 Oct 2015 16:02:11 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9KG2BeA079785; Tue, 20 Oct 2015 16:02:11 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201510201602.t9KG2BeA079785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Tue, 20 Oct 2015 16:02:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289633 - head/sys/ofed/include/linux 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, 20 Oct 2015 16:02:13 -0000 Author: hselasky Date: Tue Oct 20 16:02:11 2015 New Revision: 289633 URL: https://svnweb.freebsd.org/changeset/base/289633 Log: Add missing FreeBSD RCS keyword and SVN properties. Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/linux/io-mapping.h (contents, props changed) head/sys/ofed/include/linux/io.h (contents, props changed) head/sys/ofed/include/linux/jhash.h (contents, props changed) head/sys/ofed/include/linux/linux_compat.c (contents, props changed) head/sys/ofed/include/linux/linux_idr.c (contents, props changed) head/sys/ofed/include/linux/linux_radix.c (contents, props changed) head/sys/ofed/include/linux/vmalloc.h (contents, props changed) Modified: head/sys/ofed/include/linux/io-mapping.h ============================================================================== --- head/sys/ofed/include/linux/io-mapping.h Tue Oct 20 15:28:02 2015 (r289632) +++ head/sys/ofed/include/linux/io-mapping.h Tue Oct 20 16:02:11 2015 (r289633) @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /*- * Copyright (c) 2010 Isilon Systems, Inc. * Copyright (c) 2010 iX Systems, Inc. Modified: head/sys/ofed/include/linux/io.h ============================================================================== --- head/sys/ofed/include/linux/io.h Tue Oct 20 15:28:02 2015 (r289632) +++ head/sys/ofed/include/linux/io.h Tue Oct 20 16:02:11 2015 (r289633) @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /*- * Copyright (c) 2010 Isilon Systems, Inc. * Copyright (c) 2010 iX Systems, Inc. Modified: head/sys/ofed/include/linux/jhash.h ============================================================================== --- head/sys/ofed/include/linux/jhash.h Tue Oct 20 15:28:02 2015 (r289632) +++ head/sys/ofed/include/linux/jhash.h Tue Oct 20 16:02:11 2015 (r289633) @@ -18,6 +18,7 @@ * * I've modified Bob's hash to be useful in the Linux kernel, and * any bugs present are surely my fault. -DaveM + * $FreeBSD$ */ /* NOTE: Arguments are modified. */ Modified: head/sys/ofed/include/linux/linux_compat.c ============================================================================== --- head/sys/ofed/include/linux/linux_compat.c Tue Oct 20 15:28:02 2015 (r289632) +++ head/sys/ofed/include/linux/linux_compat.c Tue Oct 20 16:02:11 2015 (r289633) @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /*- * Copyright (c) 2010 Isilon Systems, Inc. * Copyright (c) 2010 iX Systems, Inc. Modified: head/sys/ofed/include/linux/linux_idr.c ============================================================================== --- head/sys/ofed/include/linux/linux_idr.c Tue Oct 20 15:28:02 2015 (r289632) +++ head/sys/ofed/include/linux/linux_idr.c Tue Oct 20 16:02:11 2015 (r289633) @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /*- * Copyright (c) 2010 Isilon Systems, Inc. * Copyright (c) 2010 iX Systems, Inc. Modified: head/sys/ofed/include/linux/linux_radix.c ============================================================================== --- head/sys/ofed/include/linux/linux_radix.c Tue Oct 20 15:28:02 2015 (r289632) +++ head/sys/ofed/include/linux/linux_radix.c Tue Oct 20 16:02:11 2015 (r289633) @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /*- * Copyright (c) 2010 Isilon Systems, Inc. * Copyright (c) 2010 iX Systems, Inc. Modified: head/sys/ofed/include/linux/vmalloc.h ============================================================================== --- head/sys/ofed/include/linux/vmalloc.h Tue Oct 20 15:28:02 2015 (r289632) +++ head/sys/ofed/include/linux/vmalloc.h Tue Oct 20 16:02:11 2015 (r289633) @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /*- * Copyright (c) 2010 Isilon Systems, Inc. * Copyright (c) 2010 iX Systems, Inc.