diff options
Diffstat (limited to 'sys/vm')
35 files changed, 35 insertions, 35 deletions
diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index ee477eb8d37b..7e5cead266c4 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: default_pager.c,v 1.8 1996/05/29 05:12:23 dyson Exp $ + * $Id: default_pager.c,v 1.9 1996/06/16 20:37:22 dyson Exp $ */ #include <sys/param.h> diff --git a/sys/vm/default_pager.h b/sys/vm/default_pager.h index 317abcd483ae..9bc8ab3b1ee2 100644 --- a/sys/vm/default_pager.h +++ b/sys/vm/default_pager.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: default_pager.h,v 1.4 1996/05/31 00:37:55 dyson Exp $ + * $Id: default_pager.h,v 1.5 1996/06/16 20:37:24 dyson Exp $ */ #ifndef _DEFAULT_PAGER_H_ diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 514b4716a652..04df6237533d 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.22 1996/05/03 21:01:45 phk Exp $ + * $Id: device_pager.c,v 1.23 1996/05/18 03:37:30 dyson Exp $ */ #include <sys/param.h> diff --git a/sys/vm/device_pager.h b/sys/vm/device_pager.h index ac242bd2c860..55bb2289187b 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.5 1995/12/11 04:58:00 dyson Exp $ + * $Id: device_pager.h,v 1.6 1995/12/14 09:54:50 phk Exp $ */ #ifndef _DEVICE_PAGER_ diff --git a/sys/vm/kern_lock.c b/sys/vm/kern_lock.c index 2e984b0f1ff4..9ea9111dc240 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.9 1995/11/20 12:20:02 phk Exp $ + * $Id: kern_lock.c,v 1.10 1995/12/07 12:48:02 davidg Exp $ */ /* diff --git a/sys/vm/lock.h b/sys/vm/lock.h index 47d8b37b1c9c..d3ea3044a49b 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.4 1995/07/13 08:48:14 davidg Exp $ + * $Id: lock.h,v 1.5 1995/10/05 01:11:47 bde Exp $ */ /* diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 2144280a8d06..65300d8a0e61 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.15 1996/09/08 20:44:31 dyson Exp $ + * $Id: pmap.h,v 1.16 1996/10/15 03:16:43 dyson Exp $ */ /* diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index ac49c2679a9c..fdd3bbce737e 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.72.2.1 1998/02/14 16:13:27 nate Exp $ + * $Id: swap_pager.c,v 1.72.2.2 1998/07/07 05:24:39 gibbs Exp $ */ /* diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index 398a898c8d95..21c8fe0b7a40 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.16 1996/05/23 00:45:52 dyson Exp $ + * $Id: swap_pager.h,v 1.16.2.1 1998/07/10 21:59:53 alex Exp $ */ /* diff --git a/sys/vm/vm.h b/sys/vm/vm.h index eba8b3ee44d4..3428116c0074 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.8 1995/12/07 12:48:07 davidg Exp $ + * $Id: vm.h,v 1.9 1995/12/10 02:34:26 bde Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 3d5a33527852..9082e9521720 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.27 1996/09/15 11:24:21 bde Exp $ + * $Id: vm_extern.h,v 1.27.2.1 1997/03/25 04:54:22 dyson Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index e8e862db51bc..b2dc83b02797 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.57.2.2 1997/03/25 04:54:23 dyson Exp $ + * $Id: vm_fault.c,v 1.57.2.3 1997/05/28 18:26:46 dfr Exp $ */ /* diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 71bcb7c67c4b..cfa25ccdf0b9 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.55.2.2 1997/02/13 08:17:31 bde Exp $ + * $Id: vm_glue.c,v 1.55.2.3 1997/03/25 04:54:24 dyson Exp $ */ #include "opt_rlimit.h" diff --git a/sys/vm/vm_inherit.h b/sys/vm/vm_inherit.h index 29a213bb3f47..58041c75a730 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.3 1995/01/09 16:05:41 davidg Exp $ + * $Id: vm_inherit.h,v 1.4 1995/07/13 08:48:23 davidg Exp $ */ /* diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 89554cb35a48..17873e807fce 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.11 1995/12/07 12:48:12 davidg Exp $ + * $Id: vm_init.c,v 1.12 1995/12/11 04:58:07 dyson Exp $ */ /* diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 29b2ded0cb22..b1f86451256c 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.27.2.2 1997/03/25 04:54:25 dyson Exp $ + * $Id: vm_kern.c,v 1.27.2.3 1997/04/03 06:37:48 davidg Exp $ */ /* diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index e090d74c4118..225da58a7b61 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.8.2.1 1997/01/17 19:28:39 davidg Exp $ + * $Id: vm_kern.h,v 1.8.2.2 1997/04/03 06:37:49 davidg Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index a0c0f9dc2307..e41b8b6d6841 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.57.2.4 1997/03/25 04:54:26 dyson Exp $ + * $Id: vm_map.c,v 1.57.2.5 1997/11/04 09:02:38 dyson Exp $ */ /* diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 5c745e7c4459..6167db1c9318 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.15.2.1 1996/12/15 09:57:14 davidg Exp $ + * $Id: vm_map.h,v 1.15.2.2 1997/03/25 04:54:27 dyson Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 54d66789c418..4668b2958864 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.16 1996/09/08 20:44:39 dyson Exp $ + * $Id: vm_meter.c,v 1.16.2.1 1997/03/25 04:54:28 dyson Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index dbb65750e319..fa61d049a622 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.53.2.3 1998/03/12 19:36:50 guido Exp $ + * $Id: vm_mmap.c,v 1.53.2.4 1998/05/24 19:47:02 guido Exp $ */ /* diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 4335f8c9d2e1..2894db0e2f44 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.82.2.1 1997/03/25 04:54:30 dyson Exp $ + * $Id: vm_object.c,v 1.82.2.2 1998/05/06 19:16:42 gibbs Exp $ */ /* diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 4a19888ab62c..e49b80e0d6ff 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.32 1996/10/15 18:23:38 bde Exp $ + * $Id: vm_object.h,v 1.33 1996/10/17 02:49:33 dyson Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 83dc9562b45d..21ce0f33a304 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.69.2.5 1997/11/06 04:33:01 dyson Exp $ + * $Id: vm_page.c,v 1.69.2.6 1998/07/07 05:24:41 gibbs Exp $ */ /* diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index cfb2b68a7341..04a7243c76d8 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.32 1996/09/08 20:44:46 dyson Exp $ + * $Id: vm_page.h,v 1.33 1996/10/06 22:26:13 dyson Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 9a0b87f9680c..477b8633b89a 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.86.2.1 1997/02/13 08:17:32 bde Exp $ + * $Id: vm_pageout.c,v 1.86.2.2 1997/03/25 04:54:36 dyson Exp $ */ /* diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 469482910baa..885c720ec2de 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.17 1995/11/21 12:55:26 bde Exp $ + * $Id: vm_pageout.h,v 1.17.4.1 1997/03/25 04:54:37 dyson Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index de81090bd6c0..7824c425d84c 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.24 1996/09/08 20:44:49 dyson Exp $ + * $Id: vm_pager.c,v 1.24.2.1 1996/12/15 09:57:15 davidg Exp $ */ /* diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index acd41662a39e..976877cb6e42 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vm_pager.h 8.4 (Berkeley) 1/12/94 - * $Id: vm_pager.h,v 1.10 1995/11/20 12:19:16 phk Exp $ + * $Id: vm_pager.h,v 1.11 1995/12/11 04:58:31 dyson Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 118ea665b80f..03eeb9fda64f 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.5 1995/12/10 02:34:29 bde Exp $ + * $Id: vm_param.h,v 1.6 1996/06/26 05:39:27 dyson Exp $ */ /* diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h index c6d55d568a0b..fbea014c6a88 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.4 1995/01/09 16:05:57 davidg Exp $ + * $Id: vm_prot.h,v 1.5 1995/12/07 12:48:27 davidg Exp $ */ /* diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index ada726489149..491ccce7d235 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.40 1996/10/27 22:31:00 phk Exp $ + * $Id: vm_swap.c,v 1.40.2.1 1998/02/19 12:19:48 msmith Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 1f7f77f91c1f..a18c1f18da63 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.10 1996/01/19 04:00:27 dyson Exp $ + * $Id: vm_unix.c,v 1.11 1996/06/25 00:36:46 dyson Exp $ */ /* diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 9912cb1f24e0..7119effb9212 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)vnode_pager.c 7.5 (Berkeley) 4/20/91 - * $Id: vnode_pager.c,v 1.65.2.1 1997/03/25 04:54:38 dyson Exp $ + * $Id: vnode_pager.c,v 1.65.2.2 1997/05/28 18:26:46 dfr Exp $ */ /* diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index d0834b93c982..ea480911cbd7 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.7 1995/12/11 04:58:34 dyson Exp $ + * $Id: vnode_pager.h,v 1.8 1995/12/14 09:55:16 phk Exp $ */ #ifndef _VNODE_PAGER_ |
