svn commit: r289624 - head/sys/ofed/include/linux

Hans Petter Selasky hselasky at FreeBSD.org
Tue Oct 20 11:40:13 UTC 2015


Author: hselasky
Date: Tue Oct 20 11:40:04 2015
New Revision: 289624
URL: https://svnweb.freebsd.org/changeset/base/289624

Log:
  Add missing FreeBSD RCS keyword and SVN properties.
  
  Sponsored by:	Mellanox Technologies

Modified:
  head/sys/ofed/include/linux/bitops.h   (contents, props changed)
  head/sys/ofed/include/linux/cache.h   (contents, props changed)
  head/sys/ofed/include/linux/cdev.h   (contents, props changed)
  head/sys/ofed/include/linux/clocksource.h   (contents, props changed)
  head/sys/ofed/include/linux/compat.h   (contents, props changed)
  head/sys/ofed/include/linux/compiler.h   (contents, props changed)
  head/sys/ofed/include/linux/completion.h   (contents, props changed)
  head/sys/ofed/include/linux/delay.h   (contents, props changed)
  head/sys/ofed/include/linux/device.h   (contents, props changed)
  head/sys/ofed/include/linux/dma-attrs.h   (contents, props changed)
  head/sys/ofed/include/linux/dma-mapping.h   (contents, props changed)
  head/sys/ofed/include/linux/dmapool.h   (contents, props changed)
  head/sys/ofed/include/linux/err.h   (contents, props changed)
  head/sys/ofed/include/linux/errno.h   (contents, props changed)
  head/sys/ofed/include/linux/etherdevice.h   (contents, props changed)
  head/sys/ofed/include/linux/file.h   (contents, props changed)
  head/sys/ofed/include/linux/fs.h   (contents, props changed)
  head/sys/ofed/include/linux/gfp.h   (contents, props changed)
  head/sys/ofed/include/linux/hardirq.h   (contents, props changed)
  head/sys/ofed/include/linux/idr.h   (contents, props changed)
  head/sys/ofed/include/linux/if_arp.h   (contents, props changed)
  head/sys/ofed/include/linux/if_ether.h   (contents, props changed)
  head/sys/ofed/include/linux/if_vlan.h   (contents, props changed)
  head/sys/ofed/include/linux/in.h   (contents, props changed)
  head/sys/ofed/include/linux/in6.h   (contents, props changed)
  head/sys/ofed/include/linux/inetdevice.h   (contents, props changed)
  head/sys/ofed/include/linux/interrupt.h   (contents, props changed)
  head/sys/ofed/include/linux/ioctl.h   (contents, props changed)
  head/sys/ofed/include/linux/jiffies.h   (contents, props changed)
  head/sys/ofed/include/linux/kdev_t.h   (contents, props changed)
  head/sys/ofed/include/linux/kernel.h   (contents, props changed)
  head/sys/ofed/include/linux/kmod.h   (contents, props changed)
  head/sys/ofed/include/linux/kobject.h   (contents, props changed)
  head/sys/ofed/include/linux/kref.h   (contents, props changed)
  head/sys/ofed/include/linux/kthread.h   (contents, props changed)
  head/sys/ofed/include/linux/ktime.h   (contents, props changed)
  head/sys/ofed/include/linux/list.h   (contents, props changed)
  head/sys/ofed/include/linux/lockdep.h   (contents, props changed)
  head/sys/ofed/include/linux/log2.h   (contents, props changed)
  head/sys/ofed/include/linux/math64.h   (contents, props changed)
  head/sys/ofed/include/linux/miscdevice.h   (contents, props changed)
  head/sys/ofed/include/linux/mm.h   (contents, props changed)
  head/sys/ofed/include/linux/module.h   (contents, props changed)
  head/sys/ofed/include/linux/moduleparam.h   (contents, props changed)
  head/sys/ofed/include/linux/mutex.h   (contents, props changed)
  head/sys/ofed/include/linux/net.h   (contents, props changed)
  head/sys/ofed/include/linux/netdevice.h   (contents, props changed)
  head/sys/ofed/include/linux/notifier.h   (contents, props changed)
  head/sys/ofed/include/linux/page.h   (contents, props changed)
  head/sys/ofed/include/linux/pci.h   (contents, props changed)
  head/sys/ofed/include/linux/poll.h   (contents, props changed)
  head/sys/ofed/include/linux/printk.h   (contents, props changed)
  head/sys/ofed/include/linux/radix-tree.h   (contents, props changed)
  head/sys/ofed/include/linux/random.h   (contents, props changed)
  head/sys/ofed/include/linux/rbtree.h   (contents, props changed)
  head/sys/ofed/include/linux/rwlock.h   (contents, props changed)
  head/sys/ofed/include/linux/rwsem.h   (contents, props changed)
  head/sys/ofed/include/linux/scatterlist.h   (contents, props changed)
  head/sys/ofed/include/linux/sched.h   (contents, props changed)
  head/sys/ofed/include/linux/semaphore.h   (contents, props changed)
  head/sys/ofed/include/linux/slab.h   (contents, props changed)
  head/sys/ofed/include/linux/socket.h   (contents, props changed)
  head/sys/ofed/include/linux/spinlock.h   (contents, props changed)
  head/sys/ofed/include/linux/string.h   (contents, props changed)
  head/sys/ofed/include/linux/sysfs.h   (contents, props changed)
  head/sys/ofed/include/linux/timer.h   (contents, props changed)
  head/sys/ofed/include/linux/types.h   (contents, props changed)
  head/sys/ofed/include/linux/uaccess.h   (contents, props changed)
  head/sys/ofed/include/linux/wait.h   (contents, props changed)
  head/sys/ofed/include/linux/workqueue.h   (contents, props changed)

Modified: head/sys/ofed/include/linux/bitops.h
==============================================================================
--- head/sys/ofed/include/linux/bitops.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/bitops.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/cache.h
==============================================================================
--- head/sys/ofed/include/linux/cache.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/cache.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/cdev.h
==============================================================================
--- head/sys/ofed/include/linux/cdev.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/cdev.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/clocksource.h
==============================================================================
--- head/sys/ofed/include/linux/clocksource.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/clocksource.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/compat.h
==============================================================================
--- head/sys/ofed/include/linux/compat.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/compat.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/compiler.h
==============================================================================
--- head/sys/ofed/include/linux/compiler.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/compiler.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/completion.h
==============================================================================
--- head/sys/ofed/include/linux/completion.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/completion.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/delay.h
==============================================================================
--- head/sys/ofed/include/linux/delay.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/delay.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/device.h
==============================================================================
--- head/sys/ofed/include/linux/device.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/device.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/dma-attrs.h
==============================================================================
--- head/sys/ofed/include/linux/dma-attrs.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/dma-attrs.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/dma-mapping.h
==============================================================================
--- head/sys/ofed/include/linux/dma-mapping.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/dma-mapping.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/dmapool.h
==============================================================================
--- head/sys/ofed/include/linux/dmapool.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/dmapool.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/err.h
==============================================================================
--- head/sys/ofed/include/linux/err.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/err.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/errno.h
==============================================================================
--- head/sys/ofed/include/linux/errno.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/errno.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/etherdevice.h
==============================================================================
--- head/sys/ofed/include/linux/etherdevice.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/etherdevice.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2007 Cisco Systems, Inc.  All rights reserved.
  * Copyright (c) 2014 Mellanox Technologies, Ltd. All rights reserved.

Modified: head/sys/ofed/include/linux/file.h
==============================================================================
--- head/sys/ofed/include/linux/file.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/file.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/fs.h
==============================================================================
--- head/sys/ofed/include/linux/fs.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/fs.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/gfp.h
==============================================================================
--- head/sys/ofed/include/linux/gfp.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/gfp.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/hardirq.h
==============================================================================
--- head/sys/ofed/include/linux/hardirq.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/hardirq.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/idr.h
==============================================================================
--- head/sys/ofed/include/linux/idr.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/idr.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/if_arp.h
==============================================================================
--- head/sys/ofed/include/linux/if_arp.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/if_arp.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/if_ether.h
==============================================================================
--- head/sys/ofed/include/linux/if_ether.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/if_ether.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/if_vlan.h
==============================================================================
--- head/sys/ofed/include/linux/if_vlan.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/if_vlan.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/in.h
==============================================================================
--- head/sys/ofed/include/linux/in.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/in.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/in6.h
==============================================================================
--- head/sys/ofed/include/linux/in6.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/in6.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/inetdevice.h
==============================================================================
--- head/sys/ofed/include/linux/inetdevice.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/inetdevice.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/interrupt.h
==============================================================================
--- head/sys/ofed/include/linux/interrupt.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/interrupt.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/ioctl.h
==============================================================================
--- head/sys/ofed/include/linux/ioctl.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/ioctl.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/jiffies.h
==============================================================================
--- head/sys/ofed/include/linux/jiffies.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/jiffies.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/kdev_t.h
==============================================================================
--- head/sys/ofed/include/linux/kdev_t.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/kdev_t.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/kernel.h
==============================================================================
--- head/sys/ofed/include/linux/kernel.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/kernel.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/kmod.h
==============================================================================
--- head/sys/ofed/include/linux/kmod.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/kmod.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/kobject.h
==============================================================================
--- head/sys/ofed/include/linux/kobject.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/kobject.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/kref.h
==============================================================================
--- head/sys/ofed/include/linux/kref.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/kref.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/kthread.h
==============================================================================
--- head/sys/ofed/include/linux/kthread.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/kthread.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/ktime.h
==============================================================================
--- head/sys/ofed/include/linux/ktime.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/ktime.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2014-2015 Mellanox Technologies, Ltd.
  * Copyright (c) 2015 François Tigeot

Modified: head/sys/ofed/include/linux/list.h
==============================================================================
--- head/sys/ofed/include/linux/list.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/list.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/lockdep.h
==============================================================================
--- head/sys/ofed/include/linux/lockdep.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/lockdep.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/log2.h
==============================================================================
--- head/sys/ofed/include/linux/log2.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/log2.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/math64.h
==============================================================================
--- head/sys/ofed/include/linux/math64.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/math64.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2007 Cisco Systems, Inc.  All rights reserved.
  * Copyright (c) 2014-2015 Mellanox Technologies, Ltd. All rights reserved.

Modified: head/sys/ofed/include/linux/miscdevice.h
==============================================================================
--- head/sys/ofed/include/linux/miscdevice.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/miscdevice.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/mm.h
==============================================================================
--- head/sys/ofed/include/linux/mm.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/mm.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/module.h
==============================================================================
--- head/sys/ofed/include/linux/module.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/module.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/moduleparam.h
==============================================================================
--- head/sys/ofed/include/linux/moduleparam.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/moduleparam.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/mutex.h
==============================================================================
--- head/sys/ofed/include/linux/mutex.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/mutex.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/net.h
==============================================================================
--- head/sys/ofed/include/linux/net.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/net.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/netdevice.h
==============================================================================
--- head/sys/ofed/include/linux/netdevice.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/netdevice.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/notifier.h
==============================================================================
--- head/sys/ofed/include/linux/notifier.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/notifier.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/page.h
==============================================================================
--- head/sys/ofed/include/linux/page.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/page.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/pci.h
==============================================================================
--- head/sys/ofed/include/linux/pci.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/pci.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/poll.h
==============================================================================
--- head/sys/ofed/include/linux/poll.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/poll.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/printk.h
==============================================================================
--- head/sys/ofed/include/linux/printk.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/printk.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/radix-tree.h
==============================================================================
--- head/sys/ofed/include/linux/radix-tree.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/radix-tree.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/random.h
==============================================================================
--- head/sys/ofed/include/linux/random.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/random.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/rbtree.h
==============================================================================
--- head/sys/ofed/include/linux/rbtree.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/rbtree.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/rwlock.h
==============================================================================
--- head/sys/ofed/include/linux/rwlock.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/rwlock.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/rwsem.h
==============================================================================
--- head/sys/ofed/include/linux/rwsem.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/rwsem.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/scatterlist.h
==============================================================================
--- head/sys/ofed/include/linux/scatterlist.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/scatterlist.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/sched.h
==============================================================================
--- head/sys/ofed/include/linux/sched.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/sched.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/semaphore.h
==============================================================================
--- head/sys/ofed/include/linux/semaphore.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/semaphore.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/slab.h
==============================================================================
--- head/sys/ofed/include/linux/slab.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/slab.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/socket.h
==============================================================================
--- head/sys/ofed/include/linux/socket.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/socket.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/spinlock.h
==============================================================================
--- head/sys/ofed/include/linux/spinlock.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/spinlock.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/string.h
==============================================================================
--- head/sys/ofed/include/linux/string.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/string.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/sysfs.h
==============================================================================
--- head/sys/ofed/include/linux/sysfs.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/sysfs.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/timer.h
==============================================================================
--- head/sys/ofed/include/linux/timer.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/timer.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/types.h
==============================================================================
--- head/sys/ofed/include/linux/types.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/types.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/uaccess.h
==============================================================================
--- head/sys/ofed/include/linux/uaccess.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/uaccess.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/wait.h
==============================================================================
--- head/sys/ofed/include/linux/wait.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/wait.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.

Modified: head/sys/ofed/include/linux/workqueue.h
==============================================================================
--- head/sys/ofed/include/linux/workqueue.h	Tue Oct 20 11:37:16 2015	(r289623)
+++ head/sys/ofed/include/linux/workqueue.h	Tue Oct 20 11:40:04 2015	(r289624)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
  * Copyright (c) 2010 iX Systems, Inc.


More information about the svn-src-all mailing list