diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 09:48:43 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 09:48:43 +0000 |
commit | 6875d25465631b7563f1b90e6b05e2640dc81f4e (patch) | |
tree | 4612f5c4cd9cbf9e4f55b57fc6178ce6162c882c /sys/vm | |
parent | b0cd3c3ef2545d2eba2aa79d5f66041ba53d8709 (diff) |
Notes
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 94b09c3cfb92b..0188503b74dc5 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. * - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/sys/vm/default_pager.h b/sys/vm/default_pager.h index f79032d37d595..58911450a5ef0 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. * - * $FreeBSD$ + * $Id$ */ #ifndef _DEFAULT_PAGER_H_ diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 76263ed905328..ef8eb65958ef2 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 - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/sys/vm/device_pager.h b/sys/vm/device_pager.h index e045b51c371dd..29da2e8a002c5 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 - * $FreeBSD$ + * $Id$ */ #ifndef _DEVICE_PAGER_ diff --git a/sys/vm/kern_lock.c b/sys/vm/kern_lock.c index 78a0a852e6230..2dce3b40d93b3 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/lock.h b/sys/vm/lock.h index 12be9f9b46c1e..aabe9c7008bb0 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 6ee04384795a7..64a70631d5d1b 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 29473832ec0cb..f95e4f0f883ee 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index 7a1f82bb5e564..9681b5efd2b1c 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 1fd27452dd039..19ea10e5eb785 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 - * $FreeBSD$ + * $Id$ */ #ifndef VM_H diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index e9ecd30a7eb01..00adb3b262a93 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 - * $FreeBSD$ + * $Id$ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 236e255ce681b..854b6853df4fb 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 84197ea52e67e..1aa329aefb8e6 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. * - * $FreeBSD$ + * $Id$ */ #include "opt_rlimit.h" diff --git a/sys/vm/vm_inherit.h b/sys/vm/vm_inherit.h index 8d7b7f6df5010..b3cfbd8126364 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 1d9b1f920a431..bc0c13292d937 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 51d71b406799f..bf4ee4a1057fc 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 7ae0b0ab06da8..59e47db8a1691 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. * - * $FreeBSD$ + * $Id$ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 53fd164fc9446..4019a8b8bb11a 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 19dfaa7a29572..05e264a99dccc 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index c511ae7ea2e7a..c58423ce36361 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 - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index d86feb2e3dd7f..c760938e3cf8b 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index e429711f08258..4de7814a6a6e6 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index b560bf8660a5a..34457f764d725 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index f3a3131886142..fe90a734f5393 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index be8af01bd2af2..1042463f63777 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index d1f25379940cf..dbb0f0b41257e 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index aabe3a01bd8d4..488f8c47db3d7 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. * - * $FreeBSD$ + * $Id$ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 3c6af4421fc04..6d05321ec600a 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index fe0a07dbd2a80..a965624e98f12 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 0b1072918d937..f1cfca98ecb69 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h index a708355a1f5f9..f5aa65f7b80bc 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index 04921c91587b8..c43c55f3db536 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 - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 2d2372e275207..e9fbff52a33c7 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 12e2f8c3b444b..857fa6e53cd5d 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 9f5130f69c6a6..c7a0c9be34b02 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 - * $FreeBSD$ + * $Id$ */ #ifndef _VNODE_PAGER_ |