aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
commit140932d6d85b561ad06abe5006a5e973a7713c45 (patch)
treebe1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /sys/vm
parent324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff)
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/vm_user.c2
-rw-r--r--sys/vm/vm_vmio.c2
-rw-r--r--sys/vm/vnode_pager.c2
-rw-r--r--sys/vm/vnode_pager.h2
35 files changed, 35 insertions, 35 deletions
diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c
index f5eb3d33e263..6d610e8db0cd 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.3 1994/08/02 07:55:06 davidg Exp $
+ * device_pager.c,v 1.4 1994/10/02 17:48:58 phk Exp
*/
/*
diff --git a/sys/vm/device_pager.h b/sys/vm/device_pager.h
index 677017f997ef..3e7dfc11002d 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
*/
#ifndef _DEVICE_PAGER_
diff --git a/sys/vm/kern_lock.c b/sys/vm/kern_lock.c
index d87d321b7e46..157f941e4ce3 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.2 1994/08/02 07:55:08 davidg Exp
*/
/*
diff --git a/sys/vm/lock.h b/sys/vm/lock.h
index 308d9411c96c..400b00248862 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
*/
/*
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h
index 7e65489cbd26..aa4eec150da0 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.3 1994/08/06 10:25:49 davidg Exp $
+ * pmap.h,v 1.4 1994/09/02 04:12:26 davidg Exp
*/
/*
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index 9819f7e4685b..6c34dab9ef6b 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.17 1994/11/06 09:55:28 davidg Exp $
+ * swap_pager.c,v 1.18 1994/11/13 15:36:48 davidg Exp
*/
/*
diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h
index 848039c9f961..943f801ffc75 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.2 1994/05/25 09:18:39 rgrimes Exp $
+ * swap_pager.h,v 1.3 1994/10/09 01:52:06 phk Exp
*/
/*
diff --git a/sys/vm/vm.h b/sys/vm/vm.h
index 9f51c9481ac9..ca43e24f8662 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
*/
#ifndef VM_H
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h
index eb16dae9511b..cfdeb438b216 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.5 1994/09/02 15:06:50 davidg Exp $
+ * vm_extern.h,v 1.6 1994/09/27 18:00:26 davidg Exp
*/
#ifndef _VM_VM_EXTERN_H_
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index 31a69c2a47d3..1aace31dc9b6 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.12 1994/11/06 09:55:29 davidg Exp $
+ * vm_fault.c,v 1.13 1994/11/13 22:48:53 davidg Exp
*/
/*
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index d35ec701132c..943ed8dec0e5 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.8 1994/10/09 01:52:08 phk Exp $
+ * vm_glue.c,v 1.9 1994/11/13 12:47:07 davidg Exp
*/
#include <sys/param.h>
diff --git a/sys/vm/vm_inherit.h b/sys/vm/vm_inherit.h
index b4691b4ac562..8f56084881ca 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
*/
/*
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 34ae5735790d..878a19121947 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -62,7 +62,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_init.c,v 1.3 1994/08/02 07:55:21 davidg Exp $
+ * vm_init.c,v 1.4 1994/10/09 01:52:09 phk Exp
*/
/*
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c
index 072c90685207..81a71f75b764 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.6 1994/08/07 14:53:26 davidg Exp $
+ * vm_kern.c,v 1.7 1994/08/18 22:36:02 wollman Exp
*/
/*
diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h
index 087dd378bb64..3fddef61dc04 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.3 1994/08/02 07:55:23 davidg Exp $
+ * vm_kern.h,v 1.4 1994/08/18 22:36:03 wollman Exp
*/
#ifndef _VM_VM_KERN_H_
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 69d316467e70..3acfde7d341a 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.5 1994/08/18 22:36:04 wollman Exp $
+ * vm_map.c,v 1.6 1994/10/09 01:52:10 phk Exp
*/
/*
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h
index 4f5b64533c4e..f328b81c803e 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.3 1994/08/02 07:55:26 davidg Exp
*/
/*
diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c
index e1f0072650e2..0c4a3369aab9 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.3 1994/08/02 07:55:27 davidg Exp $
+ * vm_meter.c,v 1.4 1994/09/12 11:38:31 davidg Exp
*/
#include <sys/param.h>
diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c
index 5afece835033..00272cce49cf 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.6 1994/09/02 15:06:51 davidg Exp $
+ * vm_mmap.c,v 1.7 1994/10/09 01:52:11 phk Exp
*/
/*
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 66159af953c4..c3668decc3e7 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.9 1994/10/15 10:28:46 davidg Exp $
+ * vm_object.c,v 1.10 1994/11/06 05:07:50 davidg Exp
*/
/*
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index cec90ae42544..c067eb2af850 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.2 1994/08/02 07:55:31 davidg Exp $
+ * vm_object.h,v 1.3 1994/11/06 05:07:52 davidg Exp
*/
/*
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index 757d4fd640ae..c18935ab97fb 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.11 1994/10/18 14:59:19 davidg Exp $
+ * vm_page.c,v 1.12 1994/10/23 06:15:04 davidg Exp
*/
/*
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index 25d8d4fcf63e..a9fcb77b3df5 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.9 1994/10/21 01:19:28 wollman Exp $
+ * vm_page.h,v 1.10 1994/11/14 08:19:08 bde Exp
*/
/*
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 37267d3c4970..a946a9787805 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.25 1994/11/14 02:57:40 davidg Exp $
+ * vm_pageout.c,v 1.26 1994/11/17 06:24:25 davidg Exp
*/
/*
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index 77c43739f31b..6f0f671482fe 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.5 1994/08/21 07:19:45 paul Exp $
+ * vm_pageout.h,v 1.6 1994/10/09 01:52:16 phk Exp
*/
#ifndef _VM_VM_PAGEOUT_H_
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c
index caf1306b108c..bafe5851faa5 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.7 1994/08/18 22:36:09 wollman Exp $
+ * vm_pager.c,v 1.8 1994/10/09 01:52:16 phk Exp
*/
/*
diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h
index ea204a1b03bf..af7eada40910 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.3 1994/08/02 07:55:36 davidg Exp $
+ * vm_pager.h,v 1.4 1994/10/09 01:52:17 phk Exp
*/
/*
diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h
index 4fc3449452e7..eb68e6667a22 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
*/
/*
diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h
index e34dc0e69545..0ebf211faf4a 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
*/
/*
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c
index be750b148059..7f1ef5f6ea1e 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.11 1994/10/22 17:53:35 phk Exp $
+ * vm_swap.c,v 1.12 1994/11/22 08:47:20 davidg Exp
*/
#include <sys/param.h>
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c
index d9216deef571..f1215eead8c3 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.3 1994/08/02 07:55:41 davidg Exp
*/
/*
diff --git a/sys/vm/vm_user.c b/sys/vm/vm_user.c
index d8c8e136780a..ef05e279e1fc 100644
--- a/sys/vm/vm_user.c
+++ b/sys/vm/vm_user.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_user.c,v 1.3 1994/08/02 07:55:42 davidg Exp $
+ * vm_user.c,v 1.4 1994/10/15 10:28:47 davidg Exp
*/
/*
diff --git a/sys/vm/vm_vmio.c b/sys/vm/vm_vmio.c
index 8450c92bdfe3..2b14c1eb0a71 100644
--- a/sys/vm/vm_vmio.c
+++ b/sys/vm/vm_vmio.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id$
+ * vm_vmio.c,v 1.1 1994/10/04 07:32:08 davidg Exp
*/
/*
* THIS IS PRELIMINARY, BUGGY AND NON-WORKING CODE
diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c
index c5f20adb5b56..7c795189f438 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.16 1994/11/13 22:48:55 davidg Exp $
+ * vnode_pager.c,v 1.17 1994/11/17 01:22:45 gibbs Exp
*/
/*
diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h
index 9270b2c153ca..acb00689378f 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
*/
#ifndef _VNODE_PAGER_