Module Name:    src
Committed By:   pooka
Date:           Mon Mar 21 16:41:09 UTC 2011

Modified Files:
        src/sys/rump/include/machine: cpu.h intr.h
        src/sys/rump/include/rump: rump.h rumpuser.h
        src/sys/rump/librump/rumpkern: emul.c intr.c locks.c rump.c
            rump_private.h scheduler.c vm.c
        src/sys/rump/librump/rumpvfs: rumpfs.c vm_vfs.c
        src/sys/rump/net/lib/libshmif: if_shmem.c shmif_busops.c shmifvar.h

Log Message:
Update copyright statements.

no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/rump/include/machine/cpu.h
cvs rdiff -u -r1.17 -r1.18 src/sys/rump/include/machine/intr.h
cvs rdiff -u -r1.52 -r1.53 src/sys/rump/include/rump/rump.h
cvs rdiff -u -r1.67 -r1.68 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -u -r1.149 -r1.150 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -u -r1.35 -r1.36 src/sys/rump/librump/rumpkern/intr.c
cvs rdiff -u -r1.53 -r1.54 src/sys/rump/librump/rumpkern/locks.c
cvs rdiff -u -r1.232 -r1.233 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.69 -r1.70 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -u -r1.25 -r1.26 src/sys/rump/librump/rumpkern/scheduler.c
cvs rdiff -u -r1.113 -r1.114 src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -u -r1.92 -r1.93 src/sys/rump/librump/rumpvfs/rumpfs.c
cvs rdiff -u -r1.27 -r1.28 src/sys/rump/librump/rumpvfs/vm_vfs.c
cvs rdiff -u -r1.38 -r1.39 src/sys/rump/net/lib/libshmif/if_shmem.c
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/net/lib/libshmif/shmif_busops.c
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/net/lib/libshmif/shmifvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/include/machine/cpu.h
diff -u src/sys/rump/include/machine/cpu.h:1.14 src/sys/rump/include/machine/cpu.h:1.15
--- src/sys/rump/include/machine/cpu.h:1.14	Tue Jan  4 16:23:35 2011
+++ src/sys/rump/include/machine/cpu.h	Mon Mar 21 16:41:08 2011
@@ -1,9 +1,7 @@
-/*	$NetBSD: cpu.h,v 1.14 2011/01/04 16:23:35 pooka Exp $	*/
+/*	$NetBSD: cpu.h,v 1.15 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2008-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Index: src/sys/rump/include/machine/intr.h
diff -u src/sys/rump/include/machine/intr.h:1.17 src/sys/rump/include/machine/intr.h:1.18
--- src/sys/rump/include/machine/intr.h:1.17	Mon Aug 30 18:29:52 2010
+++ src/sys/rump/include/machine/intr.h	Mon Mar 21 16:41:08 2011
@@ -1,9 +1,7 @@
-/*	$NetBSD: intr.h,v 1.17 2010/08/30 18:29:52 pooka Exp $	*/
+/*	$NetBSD: intr.h,v 1.18 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Index: src/sys/rump/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.52 src/sys/rump/include/rump/rump.h:1.53
--- src/sys/rump/include/rump/rump.h:1.52	Wed Mar  9 10:10:19 2011
+++ src/sys/rump/include/rump/rump.h	Mon Mar 21 16:41:08 2011
@@ -1,9 +1,7 @@
-/*	$NetBSD: rump.h,v 1.52 2011/03/09 10:10:19 pooka Exp $	*/
+/*	$NetBSD: rump.h,v 1.53 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Index: src/sys/rump/include/rump/rumpuser.h
diff -u src/sys/rump/include/rump/rumpuser.h:1.67 src/sys/rump/include/rump/rumpuser.h:1.68
--- src/sys/rump/include/rump/rumpuser.h:1.67	Tue Mar  8 12:39:29 2011
+++ src/sys/rump/include/rump/rumpuser.h	Mon Mar 21 16:41:08 2011
@@ -1,9 +1,7 @@
-/*	$NetBSD: rumpuser.h,v 1.67 2011/03/08 12:39:29 pooka Exp $	*/
+/*	$NetBSD: rumpuser.h,v 1.68 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Index: src/sys/rump/librump/rumpkern/emul.c
diff -u src/sys/rump/librump/rumpkern/emul.c:1.149 src/sys/rump/librump/rumpkern/emul.c:1.150
--- src/sys/rump/librump/rumpkern/emul.c:1.149	Fri Jan 21 13:11:03 2011
+++ src/sys/rump/librump/rumpkern/emul.c	Mon Mar 21 16:41:08 2011
@@ -1,9 +1,7 @@
-/*	$NetBSD: emul.c,v 1.149 2011/01/21 13:11:03 pooka Exp $	*/
+/*	$NetBSD: emul.c,v 1.150 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -28,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.149 2011/01/21 13:11:03 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.150 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/null.h>

Index: src/sys/rump/librump/rumpkern/intr.c
diff -u src/sys/rump/librump/rumpkern/intr.c:1.35 src/sys/rump/librump/rumpkern/intr.c:1.36
--- src/sys/rump/librump/rumpkern/intr.c:1.35	Wed Dec  1 14:59:38 2010
+++ src/sys/rump/librump/rumpkern/intr.c	Mon Mar 21 16:41:08 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: intr.c,v 1.35 2010/12/01 14:59:38 pooka Exp $	*/
+/*	$NetBSD: intr.c,v 1.36 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2008-2010 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.35 2010/12/01 14:59:38 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.36 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>

Index: src/sys/rump/librump/rumpkern/locks.c
diff -u src/sys/rump/librump/rumpkern/locks.c:1.53 src/sys/rump/librump/rumpkern/locks.c:1.54
--- src/sys/rump/librump/rumpkern/locks.c:1.53	Wed Mar  9 23:41:24 2011
+++ src/sys/rump/librump/rumpkern/locks.c	Mon Mar 21 16:41:08 2011
@@ -1,10 +1,7 @@
-/*	$NetBSD: locks.c,v 1.53 2011/03/09 23:41:24 pooka Exp $	*/
+/*	$NetBSD: locks.c,v 1.54 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007, 2008 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by the
- * Finnish Cultural Foundation.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -29,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.53 2011/03/09 23:41:24 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.54 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>

Index: src/sys/rump/librump/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.232 src/sys/rump/librump/rumpkern/rump.c:1.233
--- src/sys/rump/librump/rumpkern/rump.c:1.232	Tue Mar  8 12:39:29 2011
+++ src/sys/rump/librump/rumpkern/rump.c	Mon Mar 21 16:41:08 2011
@@ -1,9 +1,7 @@
-/*	$NetBSD: rump.c,v 1.232 2011/03/08 12:39:29 pooka Exp $	*/
+/*	$NetBSD: rump.c,v 1.233 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -28,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.232 2011/03/08 12:39:29 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.233 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE

Index: src/sys/rump/librump/rumpkern/rump_private.h
diff -u src/sys/rump/librump/rumpkern/rump_private.h:1.69 src/sys/rump/librump/rumpkern/rump_private.h:1.70
--- src/sys/rump/librump/rumpkern/rump_private.h:1.69	Thu Jan 13 15:38:29 2011
+++ src/sys/rump/librump/rumpkern/rump_private.h	Mon Mar 21 16:41:09 2011
@@ -1,9 +1,7 @@
-/*	$NetBSD: rump_private.h,v 1.69 2011/01/13 15:38:29 pooka Exp $	*/
+/*	$NetBSD: rump_private.h,v 1.70 2011/03/21 16:41:09 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Index: src/sys/rump/librump/rumpkern/scheduler.c
diff -u src/sys/rump/librump/rumpkern/scheduler.c:1.25 src/sys/rump/librump/rumpkern/scheduler.c:1.26
--- src/sys/rump/librump/rumpkern/scheduler.c:1.25	Fri Jan 28 16:58:28 2011
+++ src/sys/rump/librump/rumpkern/scheduler.c	Mon Mar 21 16:41:09 2011
@@ -1,7 +1,7 @@
-/*      $NetBSD: scheduler.c,v 1.25 2011/01/28 16:58:28 pooka Exp $	*/
+/*      $NetBSD: scheduler.c,v 1.26 2011/03/21 16:41:09 pooka Exp $	*/
 
 /*
- * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2010, 2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scheduler.c,v 1.25 2011/01/28 16:58:28 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scheduler.c,v 1.26 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>

Index: src/sys/rump/librump/rumpkern/vm.c
diff -u src/sys/rump/librump/rumpkern/vm.c:1.113 src/sys/rump/librump/rumpkern/vm.c:1.114
--- src/sys/rump/librump/rumpkern/vm.c:1.113	Tue Feb 22 20:17:38 2011
+++ src/sys/rump/librump/rumpkern/vm.c	Mon Mar 21 16:41:08 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: vm.c,v 1.113 2011/02/22 20:17:38 pooka Exp $	*/
+/*	$NetBSD: vm.c,v 1.114 2011/03/21 16:41:08 pooka Exp $	*/
 
 /*
- * Copyright (c) 2007-2010 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Development of this software was supported by
  * The Finnish Cultural Foundation and the Research Foundation of
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.113 2011/02/22 20:17:38 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.114 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>

Index: src/sys/rump/librump/rumpvfs/rumpfs.c
diff -u src/sys/rump/librump/rumpvfs/rumpfs.c:1.92 src/sys/rump/librump/rumpvfs/rumpfs.c:1.93
--- src/sys/rump/librump/rumpvfs/rumpfs.c:1.92	Tue Mar  1 15:14:35 2011
+++ src/sys/rump/librump/rumpvfs/rumpfs.c	Mon Mar 21 16:41:09 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: rumpfs.c,v 1.92 2011/03/01 15:14:35 pooka Exp $	*/
+/*	$NetBSD: rumpfs.c,v 1.93 2011/03/21 16:41:09 pooka Exp $	*/
 
 /*
- * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2009, 2010, 2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.92 2011/03/01 15:14:35 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.93 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>

Index: src/sys/rump/librump/rumpvfs/vm_vfs.c
diff -u src/sys/rump/librump/rumpvfs/vm_vfs.c:1.27 src/sys/rump/librump/rumpvfs/vm_vfs.c:1.28
--- src/sys/rump/librump/rumpvfs/vm_vfs.c:1.27	Tue Mar  1 10:02:11 2011
+++ src/sys/rump/librump/rumpvfs/vm_vfs.c	Mon Mar 21 16:41:09 2011
@@ -1,10 +1,7 @@
-/*	$NetBSD: vm_vfs.c,v 1.27 2011/03/01 10:02:11 pooka Exp $	*/
+/*	$NetBSD: vm_vfs.c,v 1.28 2011/03/21 16:41:09 pooka Exp $	*/
 
 /*
- * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by the
- * Finnish Cultural Foundation.
+ * Copyright (c) 2008-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -29,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.27 2011/03/01 10:02:11 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.28 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 

Index: src/sys/rump/net/lib/libshmif/if_shmem.c
diff -u src/sys/rump/net/lib/libshmif/if_shmem.c:1.38 src/sys/rump/net/lib/libshmif/if_shmem.c:1.39
--- src/sys/rump/net/lib/libshmif/if_shmem.c:1.38	Fri Mar 11 12:11:00 2011
+++ src/sys/rump/net/lib/libshmif/if_shmem.c	Mon Mar 21 16:41:09 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: if_shmem.c,v 1.38 2011/03/11 12:11:00 pooka Exp $	*/
+/*	$NetBSD: if_shmem.c,v 1.39 2011/03/21 16:41:09 pooka Exp $	*/
 
 /*
- * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
  *
  * Development of this software was supported by The Nokia Foundation.
  *
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.38 2011/03/11 12:11:00 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.39 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>

Index: src/sys/rump/net/lib/libshmif/shmif_busops.c
diff -u src/sys/rump/net/lib/libshmif/shmif_busops.c:1.8 src/sys/rump/net/lib/libshmif/shmif_busops.c:1.9
--- src/sys/rump/net/lib/libshmif/shmif_busops.c:1.8	Wed Jan 12 16:12:30 2011
+++ src/sys/rump/net/lib/libshmif/shmif_busops.c	Mon Mar 21 16:41:09 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: shmif_busops.c,v 1.8 2011/01/12 16:12:30 pooka Exp $	*/
+/*	$NetBSD: shmif_busops.c,v 1.9 2011/03/21 16:41:09 pooka Exp $	*/
 
 /*
- * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
  *
  * Development of this software was supported by The Nokia Foundation.
  *
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: shmif_busops.c,v 1.8 2011/01/12 16:12:30 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: shmif_busops.c,v 1.9 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>

Index: src/sys/rump/net/lib/libshmif/shmifvar.h
diff -u src/sys/rump/net/lib/libshmif/shmifvar.h:1.5 src/sys/rump/net/lib/libshmif/shmifvar.h:1.6
--- src/sys/rump/net/lib/libshmif/shmifvar.h:1.5	Sun Aug 15 18:55:03 2010
+++ src/sys/rump/net/lib/libshmif/shmifvar.h	Mon Mar 21 16:41:09 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: shmifvar.h,v 1.5 2010/08/15 18:55:03 pooka Exp $	*/
+/*	$NetBSD: shmifvar.h,v 1.6 2011/03/21 16:41:09 pooka Exp $	*/
 
 /*-
- * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
  *
  * Development of this software was supported by The Nokia Foundation.
  *

Reply via email to