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 c21217878b11..1d756f06ee90 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.71 1996/09/08 20:44:33 dyson Exp $ + * $Id: swap_pager.c,v 1.72 1996/10/12 20:09:44 bde Exp $   */  /* diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index 5240eb5e6bdd..2c5672e0ed5e 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.15 1996/03/03 21:11:06 dyson Exp $ + *	$Id: swap_pager.h,v 1.16 1996/05/23 00:45:52 dyson 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 561b496b4ffc..7fbc51597757 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.1 1996/12/15 09:57:11 davidg Exp $ + * $Id: vm_fault.c,v 1.57.2.2 1997/03/25 04:54:23 dyson 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 c5096cb5c93c..0d1dd13dfd3a 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.1 1997/01/17 19:28:38 davidg Exp $ + * $Id: vm_kern.c,v 1.27.2.2 1997/03/25 04:54:25 dyson Exp $   */  /* diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index e23ca590512f..acdf5f0808ea 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 1996/05/18 03:52:13 dyson Exp $ + * $Id: vm_kern.h,v 1.8.2.1 1997/01/17 19:28:39 davidg Exp $   */  #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 2ec6926b5baf..9ac95bff39fe 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.3 1997/01/31 04:17:20 dyson Exp $ + * $Id: vm_map.c,v 1.57.2.4 1997/03/25 04:54:26 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 6d2b9a6a65a5..d94efb02e2da 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.1 1996/12/22 23:21:26 joerg Exp $ + * $Id: vm_mmap.c,v 1.53.2.2 1997/03/25 04:54:29 dyson Exp $   */  /* diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 133d0edcba11..4b3e160ea377 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 1996/09/28 03:33:26 dyson Exp $ + * $Id: vm_object.c,v 1.82.2.1 1997/03/25 04:54:30 dyson 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 0c4a001390cd..c4a034315aa7 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.2 1996/11/12 09:10:16 phk Exp $ + *	$Id: vm_page.c,v 1.69.2.3 1997/03/25 04:54:35 dyson 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 1bc3e90922f8..071a848de272 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.39 1996/07/12 04:12:25 bde Exp $ + * $Id: vm_swap.c,v 1.40 1996/10/27 22:31:00 phk 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 3badd6ee8e3b..c2dcc776bd69 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 1996/10/17 02:49:35 dyson Exp $ + *	$Id: vnode_pager.c,v 1.65.2.1 1997/03/25 04:54:38 dyson 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_  | 
