Module Name:    src
Committed By:   chuck
Date:           Wed Feb  2 15:13:34 UTC 2011

Modified Files:
        src/sys/uvm: uvm.h uvm_amap.c uvm_amap.h uvm_anon.c uvm_anon.h
            uvm_ddb.h uvm_device.c uvm_device.h uvm_extern.h uvm_fault.c
            uvm_fault.h uvm_fault_i.h uvm_glue.h uvm_init.c uvm_io.c uvm_km.h
            uvm_loan.c uvm_loan.h uvm_object.h uvm_pager.c uvm_pager.h
            uvm_stat.c uvm_stat.h uvm_user.c

Log Message:
udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/uvm/uvm.h
cvs rdiff -u -r1.88 -r1.89 src/sys/uvm/uvm_amap.c
cvs rdiff -u -r1.34 -r1.35 src/sys/uvm/uvm_amap.h
cvs rdiff -u -r1.51 -r1.52 src/sys/uvm/uvm_anon.c
cvs rdiff -u -r1.26 -r1.27 src/sys/uvm/uvm_anon.h
cvs rdiff -u -r1.13 -r1.14 src/sys/uvm/uvm_ddb.h src/sys/uvm/uvm_user.c
cvs rdiff -u -r1.57 -r1.58 src/sys/uvm/uvm_device.c
cvs rdiff -u -r1.11 -r1.12 src/sys/uvm/uvm_device.h
cvs rdiff -u -r1.168 -r1.169 src/sys/uvm/uvm_extern.h
cvs rdiff -u -r1.180 -r1.181 src/sys/uvm/uvm_fault.c
cvs rdiff -u -r1.19 -r1.20 src/sys/uvm/uvm_fault.h
cvs rdiff -u -r1.25 -r1.26 src/sys/uvm/uvm_fault_i.h
cvs rdiff -u -r1.9 -r1.10 src/sys/uvm/uvm_glue.h
cvs rdiff -u -r1.38 -r1.39 src/sys/uvm/uvm_init.c
cvs rdiff -u -r1.24 -r1.25 src/sys/uvm/uvm_io.c
cvs rdiff -u -r1.18 -r1.19 src/sys/uvm/uvm_km.h
cvs rdiff -u -r1.77 -r1.78 src/sys/uvm/uvm_loan.c
cvs rdiff -u -r1.16 -r1.17 src/sys/uvm/uvm_loan.h
cvs rdiff -u -r1.29 -r1.30 src/sys/uvm/uvm_object.h
cvs rdiff -u -r1.98 -r1.99 src/sys/uvm/uvm_pager.c
cvs rdiff -u -r1.39 -r1.40 src/sys/uvm/uvm_pager.h
cvs rdiff -u -r1.35 -r1.36 src/sys/uvm/uvm_stat.c
cvs rdiff -u -r1.47 -r1.48 src/sys/uvm/uvm_stat.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/uvm/uvm.h
diff -u src/sys/uvm/uvm.h:1.59 src/sys/uvm/uvm.h:1.60
--- src/sys/uvm/uvm.h:1.59	Thu Dec  9 01:48:05 2010
+++ src/sys/uvm/uvm.h	Wed Feb  2 15:13:33 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm.h,v 1.59 2010/12/09 01:48:05 uebayasi Exp $	*/
+/*	$NetBSD: uvm.h,v 1.60 2011/02/02 15:13:33 chuck Exp $	*/
 
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -27,7 +27,6 @@
  */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -39,12 +38,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_amap.c
diff -u src/sys/uvm/uvm_amap.c:1.88 src/sys/uvm/uvm_amap.c:1.89
--- src/sys/uvm/uvm_amap.c:1.88	Wed Oct 21 21:12:07 2009
+++ src/sys/uvm/uvm_amap.c	Wed Feb  2 15:13:33 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_amap.c,v 1.88 2009/10/21 21:12:07 rmind Exp $	*/
+/*	$NetBSD: uvm_amap.c,v 1.89 2011/02/02 15:13:33 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -42,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_amap.c,v 1.88 2009/10/21 21:12:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_amap.c,v 1.89 2011/02/02 15:13:33 chuck Exp $");
 
 #include "opt_uvmhist.h"
 

Index: src/sys/uvm/uvm_amap.h
diff -u src/sys/uvm/uvm_amap.h:1.34 src/sys/uvm/uvm_amap.h:1.35
--- src/sys/uvm/uvm_amap.h:1.34	Sun Oct 26 08:32:02 2008
+++ src/sys/uvm/uvm_amap.h	Wed Feb  2 15:13:33 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_amap.h,v 1.34 2008/10/26 08:32:02 bjs Exp $	*/
+/*	$NetBSD: uvm_amap.h,v 1.35 2011/02/02 15:13:33 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_anon.c
diff -u src/sys/uvm/uvm_anon.c:1.51 src/sys/uvm/uvm_anon.c:1.52
--- src/sys/uvm/uvm_anon.c:1.51	Fri Jan 18 10:48:23 2008
+++ src/sys/uvm/uvm_anon.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_anon.c,v 1.51 2008/01/18 10:48:23 yamt Exp $	*/
+/*	$NetBSD: uvm_anon.c,v 1.52 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -37,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_anon.c,v 1.51 2008/01/18 10:48:23 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_anon.c,v 1.52 2011/02/02 15:13:34 chuck Exp $");
 
 #include "opt_uvmhist.h"
 

Index: src/sys/uvm/uvm_anon.h
diff -u src/sys/uvm/uvm_anon.h:1.26 src/sys/uvm/uvm_anon.h:1.27
--- src/sys/uvm/uvm_anon.h:1.26	Sun Jun 14 21:36:03 2009
+++ src/sys/uvm/uvm_anon.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_anon.h,v 1.26 2009/06/14 21:36:03 yamt Exp $	*/
+/*	$NetBSD: uvm_anon.h,v 1.27 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_ddb.h
diff -u src/sys/uvm/uvm_ddb.h:1.13 src/sys/uvm/uvm_ddb.h:1.14
--- src/sys/uvm/uvm_ddb.h:1.13	Sun May  3 16:52:54 2009
+++ src/sys/uvm/uvm_ddb.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_ddb.h,v 1.13 2009/05/03 16:52:54 pooka Exp $	*/
+/*	$NetBSD: uvm_ddb.h,v 1.14 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Index: src/sys/uvm/uvm_user.c
diff -u src/sys/uvm/uvm_user.c:1.13 src/sys/uvm/uvm_user.c:1.14
--- src/sys/uvm/uvm_user.c:1.13	Sun Dec 11 12:25:29 2005
+++ src/sys/uvm/uvm_user.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_user.c,v 1.13 2005/12/11 12:25:29 christos Exp $	*/
+/*	$NetBSD: uvm_user.c,v 1.14 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_user.c,v 1.13 2005/12/11 12:25:29 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_user.c,v 1.14 2011/02/02 15:13:34 chuck Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/uvm/uvm_device.c
diff -u src/sys/uvm/uvm_device.c:1.57 src/sys/uvm/uvm_device.c:1.58
--- src/sys/uvm/uvm_device.c:1.57	Fri Feb  5 03:49:11 2010
+++ src/sys/uvm/uvm_device.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_device.c,v 1.57 2010/02/05 03:49:11 uebayasi Exp $	*/
+/*	$NetBSD: uvm_device.c,v 1.58 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.57 2010/02/05 03:49:11 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.58 2011/02/02 15:13:34 chuck Exp $");
 
 #include "opt_uvmhist.h"
 

Index: src/sys/uvm/uvm_device.h
diff -u src/sys/uvm/uvm_device.h:1.11 src/sys/uvm/uvm_device.h:1.12
--- src/sys/uvm/uvm_device.h:1.11	Sun Dec 11 12:25:29 2005
+++ src/sys/uvm/uvm_device.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_device.h,v 1.11 2005/12/11 12:25:29 christos Exp $	*/
+/*	$NetBSD: uvm_device.h,v 1.12 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_extern.h
diff -u src/sys/uvm/uvm_extern.h:1.168 src/sys/uvm/uvm_extern.h:1.169
--- src/sys/uvm/uvm_extern.h:1.168	Tue Jan  4 08:26:33 2011
+++ src/sys/uvm/uvm_extern.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_extern.h,v 1.168 2011/01/04 08:26:33 matt Exp $	*/
+/*	$NetBSD: uvm_extern.h,v 1.169 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_fault.c
diff -u src/sys/uvm/uvm_fault.c:1.180 src/sys/uvm/uvm_fault.c:1.181
--- src/sys/uvm/uvm_fault.c:1.180	Thu Jan  6 05:51:57 2011
+++ src/sys/uvm/uvm_fault.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_fault.c,v 1.180 2011/01/06 05:51:57 enami Exp $	*/
+/*	$NetBSD: uvm_fault.c,v 1.181 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.180 2011/01/06 05:51:57 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.181 2011/02/02 15:13:34 chuck Exp $");
 
 #include "opt_uvmhist.h"
 

Index: src/sys/uvm/uvm_fault.h
diff -u src/sys/uvm/uvm_fault.h:1.19 src/sys/uvm/uvm_fault.h:1.20
--- src/sys/uvm/uvm_fault.h:1.19	Wed Mar 15 18:09:25 2006
+++ src/sys/uvm/uvm_fault.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_fault.h,v 1.19 2006/03/15 18:09:25 drochner Exp $	*/
+/*	$NetBSD: uvm_fault.h,v 1.20 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_fault_i.h
diff -u src/sys/uvm/uvm_fault_i.h:1.25 src/sys/uvm/uvm_fault_i.h:1.26
--- src/sys/uvm/uvm_fault_i.h:1.25	Sat Feb  6 12:10:59 2010
+++ src/sys/uvm/uvm_fault_i.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_fault_i.h,v 1.25 2010/02/06 12:10:59 uebayasi Exp $	*/
+/*	$NetBSD: uvm_fault_i.h,v 1.26 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_glue.h
diff -u src/sys/uvm/uvm_glue.h:1.9 src/sys/uvm/uvm_glue.h:1.10
--- src/sys/uvm/uvm_glue.h:1.9	Mon Jan 28 12:22:47 2008
+++ src/sys/uvm/uvm_glue.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_glue.h,v 1.9 2008/01/28 12:22:47 yamt Exp $	*/
+/*	$NetBSD: uvm_glue.h,v 1.10 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_init.c
diff -u src/sys/uvm/uvm_init.c:1.38 src/sys/uvm/uvm_init.c:1.39
--- src/sys/uvm/uvm_init.c:1.38	Sun Nov 14 04:31:02 2010
+++ src/sys/uvm/uvm_init.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_init.c,v 1.38 2010/11/14 04:31:02 uebayasi Exp $	*/
+/*	$NetBSD: uvm_init.c,v 1.39 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.38 2010/11/14 04:31:02 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.39 2011/02/02 15:13:34 chuck Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/uvm/uvm_io.c
diff -u src/sys/uvm/uvm_io.c:1.24 src/sys/uvm/uvm_io.c:1.25
--- src/sys/uvm/uvm_io.c:1.24	Sun Mar  4 06:03:48 2007
+++ src/sys/uvm/uvm_io.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_io.c,v 1.24 2007/03/04 06:03:48 christos Exp $	*/
+/*	$NetBSD: uvm_io.c,v 1.25 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_io.c,v 1.24 2007/03/04 06:03:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_io.c,v 1.25 2011/02/02 15:13:34 chuck Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/uvm/uvm_km.h
diff -u src/sys/uvm/uvm_km.h:1.18 src/sys/uvm/uvm_km.h:1.19
--- src/sys/uvm/uvm_km.h:1.18	Mon Dec  1 10:54:57 2008
+++ src/sys/uvm/uvm_km.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_km.h,v 1.18 2008/12/01 10:54:57 ad Exp $	*/
+/*	$NetBSD: uvm_km.h,v 1.19 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_loan.c
diff -u src/sys/uvm/uvm_loan.c:1.77 src/sys/uvm/uvm_loan.c:1.78
--- src/sys/uvm/uvm_loan.c:1.77	Wed Feb  3 14:02:49 2010
+++ src/sys/uvm/uvm_loan.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_loan.c,v 1.77 2010/02/03 14:02:49 uebayasi Exp $	*/
+/*	$NetBSD: uvm_loan.c,v 1.78 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_loan.c,v 1.77 2010/02/03 14:02:49 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_loan.c,v 1.78 2011/02/02 15:13:34 chuck Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/uvm/uvm_loan.h
diff -u src/sys/uvm/uvm_loan.h:1.16 src/sys/uvm/uvm_loan.h:1.17
--- src/sys/uvm/uvm_loan.h:1.16	Tue Feb  2 17:40:43 2010
+++ src/sys/uvm/uvm_loan.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_loan.h,v 1.16 2010/02/02 17:40:43 uebayasi Exp $	*/
+/*	$NetBSD: uvm_loan.h,v 1.17 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_object.h
diff -u src/sys/uvm/uvm_object.h:1.29 src/sys/uvm/uvm_object.h:1.30
--- src/sys/uvm/uvm_object.h:1.29	Sat Nov  6 12:19:14 2010
+++ src/sys/uvm/uvm_object.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_object.h,v 1.29 2010/11/06 12:19:14 uebayasi Exp $	*/
+/*	$NetBSD: uvm_object.h,v 1.30 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_pager.c
diff -u src/sys/uvm/uvm_pager.c:1.98 src/sys/uvm/uvm_pager.c:1.99
--- src/sys/uvm/uvm_pager.c:1.98	Tue Jun 22 18:34:50 2010
+++ src/sys/uvm/uvm_pager.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_pager.c,v 1.98 2010/06/22 18:34:50 rmind Exp $	*/
+/*	$NetBSD: uvm_pager.c,v 1.99 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_pager.c,v 1.98 2010/06/22 18:34:50 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_pager.c,v 1.99 2011/02/02 15:13:34 chuck Exp $");
 
 #include "opt_uvmhist.h"
 #include "opt_readahead.h"

Index: src/sys/uvm/uvm_pager.h
diff -u src/sys/uvm/uvm_pager.h:1.39 src/sys/uvm/uvm_pager.h:1.40
--- src/sys/uvm/uvm_pager.h:1.39	Wed Sep  1 16:56:19 2010
+++ src/sys/uvm/uvm_pager.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_pager.h,v 1.39 2010/09/01 16:56:19 chs Exp $	*/
+/*	$NetBSD: uvm_pager.h,v 1.40 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Index: src/sys/uvm/uvm_stat.c
diff -u src/sys/uvm/uvm_stat.c:1.35 src/sys/uvm/uvm_stat.c:1.36
--- src/sys/uvm/uvm_stat.c:1.35	Wed Jan  5 21:20:44 2011
+++ src/sys/uvm/uvm_stat.c	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_stat.c,v 1.35 2011/01/05 21:20:44 enami Exp $	 */
+/*	$NetBSD: uvm_stat.c,v 1.36 2011/02/02 15:13:34 chuck Exp $	 */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_stat.c,v 1.35 2011/01/05 21:20:44 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_stat.c,v 1.36 2011/02/02 15:13:34 chuck Exp $");
 
 #include "opt_uvmhist.h"
 #include "opt_readahead.h"

Index: src/sys/uvm/uvm_stat.h
diff -u src/sys/uvm/uvm_stat.h:1.47 src/sys/uvm/uvm_stat.h:1.48
--- src/sys/uvm/uvm_stat.h:1.47	Wed Jul  7 01:08:51 2010
+++ src/sys/uvm/uvm_stat.h	Wed Feb  2 15:13:34 2011
@@ -1,7 +1,6 @@
-/*	$NetBSD: uvm_stat.h,v 1.47 2010/07/07 01:08:51 chs Exp $	*/
+/*	$NetBSD: uvm_stat.h,v 1.48 2011/02/02 15:13:34 chuck Exp $	*/
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Charles D. Cranor and
- *      Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Reply via email to