diff options
Diffstat (limited to 'sys/vm')
-rw-r--r-- | sys/vm/device_pager.c | 2 | ||||
-rw-r--r-- | sys/vm/device_pager.h | 2 | ||||
-rw-r--r-- | sys/vm/kern_lock.c | 2 | ||||
-rw-r--r-- | sys/vm/lock.h | 2 | ||||
-rw-r--r-- | sys/vm/pmap.h | 2 | ||||
-rw-r--r-- | sys/vm/swap_pager.c | 2 | ||||
-rw-r--r-- | sys/vm/swap_pager.h | 2 | ||||
-rw-r--r-- | sys/vm/vm.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_extern.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_fault.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_glue.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_inherit.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_init.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_kern.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_kern.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_map.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_map.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_meter.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_mmap.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_object.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_object.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_page.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_page.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_pageout.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_pageout.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_pager.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_pager.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_param.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_prot.h | 2 | ||||
-rw-r--r-- | sys/vm/vm_swap.c | 2 | ||||
-rw-r--r-- | sys/vm/vm_unix.c | 2 | ||||
-rw-r--r-- | sys/vm/vnode_pager.c | 2 | ||||
-rw-r--r-- | sys/vm/vnode_pager.h | 2 |
33 files changed, 33 insertions, 33 deletions
diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 8ce0bc164fc5..2bb0144df480 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 $ + * $Id: 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..950a67b63f64 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 $ + * $Id: 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..1234086694a2 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 $ + * $Id: 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..b5d2f08b12d1 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 $ + * $Id: 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..8a25edb00819 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 $ + * $Id: 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 8403fd88d0ff..f0f25079ef09 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.41.4.1 1995/07/20 05:52:57 davidg Exp $ + * $Id: swap_pager.c,v 1.41.4.2 1995/07/22 04:41:47 davidg Exp $ */ /* diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index 5a1393f5e0e1..9b03b5747479 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 $ + * $Id: 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..4999882e61eb 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 $ + * $Id: 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..80641b6eaa32 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 $ + * $Id: 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..6915886814cf 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 $ + * $Id: 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 c49cd5c38f42..c72c24aea8e0 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.20.4.1 1995/09/17 01:51:19 davidg Exp $ + * $Id: vm_glue.c,v 1.20.4.2 1995/10/16 20:43:05 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_inherit.h b/sys/vm/vm_inherit.h index ee212e19bdc5..65a54beb41fc 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 $ + * $Id: 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..ce1d4ea81fa3 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 $ + * $Id: 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..a481bb6b94b9 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 $ + * $Id: 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..b93a44de1171 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 $ + * $Id: 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 bed9d3540fb0..c998984c5cb3 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.22 1995/05/30 08:16:07 rgrimes Exp $ + * $Id: vm_map.c,v 1.22.4.1 1995/11/12 08:59:56 davidg Exp $ */ /* diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index f250144047d9..89b0ffb56a7a 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 $ + * $Id: 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..88bab58fa9bb 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 $ + * $Id: 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 106b62b6a529..aac04cd858f7 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.24 1995/05/30 08:16:09 rgrimes Exp $ + * $Id: vm_mmap.c,v 1.24.4.1 1995/07/20 10:34:15 davidg Exp $ */ /* diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index e51b6c07c755..52d92a9cac9b 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.48 1995/06/11 19:31:53 rgrimes Exp $ + * $Id: vm_object.c,v 1.48.2.1 1995/06/14 17:21:58 davidg Exp $ */ /* diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 18b4e9ac4bff..efe92914ea66 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 $ + * $Id: 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..b917e5b1330c 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 $ + * $Id: 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..81bb3547aa45 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 $ + * $Id: 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..7de495e2323a 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 $ + * $Id: 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..fc22edbae128 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 $ + * $Id: 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..7d4cb7b13f19 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 $ + * $Id: 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..aec798667489 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 $ + * $Id: 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..086a8bf2227b 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 $ + * $Id: 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..b50a90150ec4 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 $ + * $Id: 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..d2fbf2dd06b2 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 $ + * $Id: 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..ae888fd26f44 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 $ + * $Id: 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 4abda8acc3e4..375830662faf 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.40.4.1 1995/07/07 06:22:00 davidg Exp $ + * $Id: vnode_pager.c,v 1.40.4.2 1995/07/20 10:34:17 davidg Exp $ */ /* diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 381af99feb69..6e40dcbc2494 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 $ + * $Id: vnode_pager.h,v 1.4 1995/01/09 16:06:02 davidg Exp $ */ #ifndef _VNODE_PAGER_ |