summaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/device_pager.c2
-rw-r--r--sys/vm/device_pager.h2
-rw-r--r--sys/vm/kern_lock.c2
-rw-r--r--sys/vm/lock.h2
-rw-r--r--sys/vm/pmap.h2
-rw-r--r--sys/vm/swap_pager.c2
-rw-r--r--sys/vm/swap_pager.h2
-rw-r--r--sys/vm/vm.h2
-rw-r--r--sys/vm/vm_extern.h2
-rw-r--r--sys/vm/vm_fault.c2
-rw-r--r--sys/vm/vm_glue.c2
-rw-r--r--sys/vm/vm_inherit.h2
-rw-r--r--sys/vm/vm_init.c2
-rw-r--r--sys/vm/vm_kern.c2
-rw-r--r--sys/vm/vm_kern.h2
-rw-r--r--sys/vm/vm_map.c2
-rw-r--r--sys/vm/vm_map.h2
-rw-r--r--sys/vm/vm_meter.c2
-rw-r--r--sys/vm/vm_mmap.c2
-rw-r--r--sys/vm/vm_object.c2
-rw-r--r--sys/vm/vm_object.h2
-rw-r--r--sys/vm/vm_page.c2
-rw-r--r--sys/vm/vm_page.h2
-rw-r--r--sys/vm/vm_pageout.c2
-rw-r--r--sys/vm/vm_pageout.h2
-rw-r--r--sys/vm/vm_pager.c2
-rw-r--r--sys/vm/vm_pager.h2
-rw-r--r--sys/vm/vm_param.h2
-rw-r--r--sys/vm/vm_prot.h2
-rw-r--r--sys/vm/vm_swap.c2
-rw-r--r--sys/vm/vm_unix.c2
-rw-r--r--sys/vm/vnode_pager.c2
-rw-r--r--sys/vm/vnode_pager.h2
33 files changed, 33 insertions, 33 deletions
diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c
index 8ce0bc164fc5..8a4371500cb2 100644
--- a/sys/vm/device_pager.c
+++ b/sys/vm/device_pager.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)device_pager.c 8.1 (Berkeley) 6/11/93
- * $Id: device_pager.c,v 1.10 1995/05/18 02:59:18 davidg Exp $
+ * device_pager.c,v 1.11 1995/05/30 08:15:46 rgrimes Exp
*/
/*
diff --git a/sys/vm/device_pager.h b/sys/vm/device_pager.h
index 6fa8bfe6ac51..4d50581008dc 100644
--- a/sys/vm/device_pager.h
+++ b/sys/vm/device_pager.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)device_pager.h 8.3 (Berkeley) 12/13/93
- * $Id: device_pager.h,v 1.2 1994/08/02 07:55:07 davidg Exp $
+ * device_pager.h,v 1.3 1995/01/09 16:05:30 davidg Exp
*/
#ifndef _DEVICE_PAGER_
diff --git a/sys/vm/kern_lock.c b/sys/vm/kern_lock.c
index 30be6763c188..b6605095eb65 100644
--- a/sys/vm/kern_lock.c
+++ b/sys/vm/kern_lock.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: kern_lock.c,v 1.5 1995/04/16 12:56:12 davidg Exp $
+ * kern_lock.c,v 1.6 1995/05/30 08:15:49 rgrimes Exp
*/
/*
diff --git a/sys/vm/lock.h b/sys/vm/lock.h
index 6cd71edc2947..4eee01b08fcf 100644
--- a/sys/vm/lock.h
+++ b/sys/vm/lock.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: lock.h,v 1.2 1994/08/02 07:55:11 davidg Exp $
+ * lock.h,v 1.3 1995/01/09 16:05:31 davidg Exp
*/
/*
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h
index b55519f2f20d..b7625e9927fd 100644
--- a/sys/vm/pmap.h
+++ b/sys/vm/pmap.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: pmap.h,v 1.5 1994/11/14 08:19:07 bde Exp $
+ * pmap.h,v 1.6 1995/01/09 16:05:32 davidg Exp
*/
/*
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index 16ec7bba3cc8..a5b6a625d265 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -39,7 +39,7 @@
* from: Utah $Hdr: swap_pager.c 1.4 91/04/30$
*
* @(#)swap_pager.c 8.9 (Berkeley) 3/21/94
- * $Id: swap_pager.c,v 1.40 1995/05/18 02:59:20 davidg Exp $
+ * swap_pager.c,v 1.41 1995/05/30 08:15:55 rgrimes Exp
*/
/*
diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h
index 5a1393f5e0e1..332cff30adc6 100644
--- a/sys/vm/swap_pager.h
+++ b/sys/vm/swap_pager.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90
- * $Id: swap_pager.h,v 1.5 1995/02/02 09:08:09 davidg Exp $
+ * swap_pager.h,v 1.6 1995/05/10 18:56:04 davidg Exp
*/
/*
diff --git a/sys/vm/vm.h b/sys/vm/vm.h
index a24ba321a569..c8c473b1bad0 100644
--- a/sys/vm/vm.h
+++ b/sys/vm/vm.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm.h 8.2 (Berkeley) 12/13/93
- * $Id: vm.h,v 1.3 1994/08/02 07:55:16 davidg Exp $
+ * vm.h,v 1.4 1995/01/09 16:05:37 davidg Exp
*/
#ifndef VM_H
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h
index 997f41a0e21d..740f4be600c9 100644
--- a/sys/vm/vm_extern.h
+++ b/sys/vm/vm_extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_extern.h 8.2 (Berkeley) 1/12/94
- * $Id: vm_extern.h,v 1.14 1995/05/10 18:56:04 davidg Exp $
+ * vm_extern.h,v 1.15 1995/05/14 03:00:09 davidg Exp
*/
#ifndef _VM_EXTERN_H_
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index c061c3eb6f12..caf6cb4c291a 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -66,7 +66,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_fault.c,v 1.24 1995/05/18 02:59:22 davidg Exp $
+ * vm_fault.c,v 1.25 1995/05/30 08:15:59 rgrimes Exp
*/
/*
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 02b1b7015568..5bc82bd916d7 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,7 +59,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.19 1995/04/16 12:56:15 davidg Exp $
+ * vm_glue.c,v 1.20 1995/05/30 08:16:01 rgrimes Exp
*/
#include <sys/param.h>
diff --git a/sys/vm/vm_inherit.h b/sys/vm/vm_inherit.h
index ee212e19bdc5..fbb7200d7f6d 100644
--- a/sys/vm/vm_inherit.h
+++ b/sys/vm/vm_inherit.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_inherit.h,v 1.2 1994/08/02 07:55:20 davidg Exp $
+ * vm_inherit.h,v 1.3 1995/01/09 16:05:41 davidg Exp
*/
/*
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 64f3814d2184..f30a5dd87140 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_init.c,v 1.5 1995/01/09 16:05:42 davidg Exp $
+ * vm_init.c,v 1.6 1995/03/16 18:17:11 bde Exp
*/
/*
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c
index 07b4c49e7f76..6f3ec90c7cc4 100644
--- a/sys/vm/vm_kern.c
+++ b/sys/vm/vm_kern.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_kern.c,v 1.12 1995/03/15 07:52:06 davidg Exp $
+ * vm_kern.c,v 1.13 1995/05/30 08:16:04 rgrimes Exp
*/
/*
diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h
index 627c70d2a6f1..f42b439aa7e4 100644
--- a/sys/vm/vm_kern.h
+++ b/sys/vm/vm_kern.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_kern.h,v 1.4 1994/08/18 22:36:03 wollman Exp $
+ * vm_kern.h,v 1.5 1995/01/09 16:05:44 davidg Exp
*/
#ifndef _VM_VM_KERN_H_
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index c87fe7725861..2617458d0ba3 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.c,v 1.21 1995/04/16 12:56:17 davidg Exp $
+ * vm_map.c,v 1.22 1995/05/30 08:16:07 rgrimes Exp
*/
/*
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h
index f250144047d9..4420578c779d 100644
--- a/sys/vm/vm_map.h
+++ b/sys/vm/vm_map.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.h,v 1.4 1995/01/09 16:05:46 davidg Exp $
+ * vm_map.h,v 1.5 1995/03/16 18:17:17 bde Exp
*/
/*
diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c
index bf65f8ca4ad8..5d862847334e 100644
--- a/sys/vm/vm_meter.c
+++ b/sys/vm/vm_meter.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_meter.c 8.4 (Berkeley) 1/4/94
- * $Id: vm_meter.c,v 1.5 1995/01/09 16:05:47 davidg Exp $
+ * vm_meter.c,v 1.6 1995/01/10 07:32:47 davidg Exp
*/
#include <sys/param.h>
diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c
index 1f9c0415f34a..22b2dbea688f 100644
--- a/sys/vm/vm_mmap.c
+++ b/sys/vm/vm_mmap.c
@@ -38,7 +38,7 @@
* from: Utah $Hdr: vm_mmap.c 1.6 91/10/21$
*
* @(#)vm_mmap.c 8.4 (Berkeley) 1/12/94
- * $Id: vm_mmap.c,v 1.23 1995/05/18 02:59:24 davidg Exp $
+ * vm_mmap.c,v 1.24 1995/05/30 08:16:09 rgrimes Exp
*/
/*
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 07181c4599d4..efe741edd335 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.47 1995/05/30 08:16:12 rgrimes Exp $
+ * vm_object.c,v 1.47.2.1 1995/06/04 13:53:25 davidg Exp
*/
/*
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 18b4e9ac4bff..8296fceaf988 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.h,v 1.17 1995/04/09 06:03:51 davidg Exp $
+ * vm_object.h,v 1.18 1995/05/02 05:57:11 davidg Exp
*/
/*
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index 30983e14bbb7..b796cfd417be 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)vm_page.c 7.4 (Berkeley) 5/7/91
- * $Id: vm_page.c,v 1.31 1995/04/16 12:56:21 davidg Exp $
+ * vm_page.c,v 1.32 1995/05/30 08:16:15 rgrimes Exp
*/
/*
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index 4a4e54d87c9f..a9eed6c26918 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_page.h,v 1.17 1995/03/26 23:33:14 davidg Exp $
+ * vm_page.h,v 1.18 1995/04/23 08:05:49 bde Exp
*/
/*
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index c4c351fd38cf..8f813b3d24f7 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -65,7 +65,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.c,v 1.50 1995/05/21 21:39:31 davidg Exp $
+ * vm_pageout.c,v 1.51 1995/05/30 08:16:18 rgrimes Exp
*/
/*
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index d1da63c280ed..84a6588cf85b 100644
--- a/sys/vm/vm_pageout.h
+++ b/sys/vm/vm_pageout.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.h,v 1.11 1995/04/09 06:03:55 davidg Exp $
+ * vm_pageout.h,v 1.12 1995/05/30 08:16:20 rgrimes Exp
*/
#ifndef _VM_VM_PAGEOUT_H_
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c
index f7f1976d7b6b..053c8180fd25 100644
--- a/sys/vm/vm_pager.c
+++ b/sys/vm/vm_pager.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pager.c,v 1.14 1995/04/25 06:22:47 davidg Exp $
+ * vm_pager.c,v 1.15 1995/05/10 18:56:07 davidg Exp
*/
/*
diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h
index 1cab34a5045b..8a94efdafe37 100644
--- a/sys/vm/vm_pager.h
+++ b/sys/vm/vm_pager.h
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)vm_pager.h 8.4 (Berkeley) 1/12/94
- * $Id: vm_pager.h,v 1.6 1995/03/16 18:17:32 bde Exp $
+ * vm_pager.h,v 1.7 1995/05/10 18:56:08 davidg Exp
*/
/*
diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h
index 4b047f9e06ca..6f9b3f1140ef 100644
--- a/sys/vm/vm_param.h
+++ b/sys/vm/vm_param.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_param.h,v 1.3 1994/08/02 07:55:37 davidg Exp $
+ * vm_param.h,v 1.4 1995/01/09 16:05:57 davidg Exp
*/
/*
diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h
index 36079a0c1ed9..83efa6523ff8 100644
--- a/sys/vm/vm_prot.h
+++ b/sys/vm/vm_prot.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_prot.h,v 1.3 1994/08/02 07:55:38 davidg Exp $
+ * vm_prot.h,v 1.4 1995/01/09 16:05:57 davidg Exp
*/
/*
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c
index 9b90074ddc8d..45f390754624 100644
--- a/sys/vm/vm_swap.c
+++ b/sys/vm/vm_swap.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_swap.c 8.5 (Berkeley) 2/17/94
- * $Id: vm_swap.c,v 1.20 1995/05/25 03:38:11 davidg Exp $
+ * vm_swap.c,v 1.21 1995/05/30 08:16:21 rgrimes Exp
*/
#include <sys/param.h>
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c
index 51f50616880d..f778aff3842d 100644
--- a/sys/vm/vm_unix.c
+++ b/sys/vm/vm_unix.c
@@ -38,7 +38,7 @@
* from: Utah $Hdr: vm_unix.c 1.1 89/11/07$
*
* @(#)vm_unix.c 8.1 (Berkeley) 6/11/93
- * $Id: vm_unix.c,v 1.4 1995/01/09 16:05:59 davidg Exp $
+ * vm_unix.c,v 1.5 1995/02/20 17:36:36 davidg Exp
*/
/*
diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c
index 6b93ec87ad88..fd50ebdcbd59 100644
--- a/sys/vm/vnode_pager.c
+++ b/sys/vm/vnode_pager.c
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* from: @(#)vnode_pager.c 7.5 (Berkeley) 4/20/91
- * $Id: vnode_pager.c,v 1.39 1995/05/18 02:59:26 davidg Exp $
+ * vnode_pager.c,v 1.40 1995/05/30 08:16:23 rgrimes Exp
*/
/*
diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h
index 381af99feb69..78e8e31fe4b8 100644
--- a/sys/vm/vnode_pager.h
+++ b/sys/vm/vnode_pager.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vnode_pager.h 8.1 (Berkeley) 6/11/93
- * $Id: vnode_pager.h,v 1.3 1994/08/02 07:55:43 davidg Exp $
+ * vnode_pager.h,v 1.4 1995/01/09 16:06:02 davidg Exp
*/
#ifndef _VNODE_PAGER_