diff options
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/default_pager.c | 2 | ||||
| -rw-r--r-- | sys/vm/default_pager.h | 2 | ||||
| -rw-r--r-- | sys/vm/device_pager.c | 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/vm_zone.c | 2 | ||||
| -rw-r--r-- | sys/vm/vm_zone.h | 2 | ||||
| -rw-r--r-- | sys/vm/vnode_pager.c | 2 | ||||
| -rw-r--r-- | sys/vm/vnode_pager.h | 2 |
34 files changed, 34 insertions, 34 deletions
diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index 836812d07539..ca87a719989f 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$ + * $FreeBSD: src/sys/vm/default_pager.c,v 1.16.2.1 1999/08/29 16:33:26 peter Exp $ */ #include <sys/param.h> diff --git a/sys/vm/default_pager.h b/sys/vm/default_pager.h index 842969accd4c..5ed5b1cbcf9a 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$ + * $FreeBSD: src/sys/vm/default_pager.h,v 1.7.4.1 1999/08/29 16:33:26 peter Exp $ */ #ifndef _DEFAULT_PAGER_H_ diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 3fd4103195a5..2989dad1c46f 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$ + * $FreeBSD: src/sys/vm/device_pager.c,v 1.37.2.1 1999/08/29 16:33:27 peter Exp $ */ #include <sys/param.h> diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 1df6b9f0ddb6..bdbb775eb716 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$ + * $FreeBSD: src/sys/vm/pmap.h,v 1.28.2.2 1999/08/29 16:33:27 peter Exp $ */ /* diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 78a65977948e..45f2f95e3f6a 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$ + * $FreeBSD: src/sys/vm/swap_pager.c,v 1.107.2.1 1999/08/29 16:33:27 peter Exp $ */ /* diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index 908a6fa3cf57..7ec0d17f86e6 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$ + * $FreeBSD: src/sys/vm/swap_pager.h,v 1.22.2.1 1999/08/29 16:33:28 peter Exp $ */ /* diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 1fd27452dd03..71b9ba1a4030 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$ + * $FreeBSD: src/sys/vm/vm.h,v 1.13.4.1 1999/08/29 16:33:29 peter Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 46f381b71b21..d74958708068 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$ + * $FreeBSD: src/sys/vm/vm_extern.h,v 1.39.2.2 1999/08/29 16:33:29 peter Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 16400d2a6830..242d0926a5a1 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$ + * $FreeBSD: src/sys/vm/vm_fault.c,v 1.93.2.4 1999/08/29 16:33:30 peter Exp $ */ /* diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 555808de31d9..7f6008d4cd9e 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$ + * $FreeBSD: src/sys/vm/vm_glue.c,v 1.80.2.3 1999/08/29 16:33:31 peter Exp $ */ #include "opt_rlimit.h" diff --git a/sys/vm/vm_inherit.h b/sys/vm/vm_inherit.h index 8d7b7f6df501..ba2a75d3ffaf 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$ + * $FreeBSD: src/sys/vm/vm_inherit.h,v 1.6.4.1 1999/08/29 16:33:31 peter Exp $ */ /* diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index f7f1df84a199..8a3a8e1ea399 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$ + * $FreeBSD: src/sys/vm/vm_init.c,v 1.18.2.1 1999/08/29 16:33:32 peter Exp $ */ /* diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 3511a48c0295..d6b2210e341f 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$ + * $FreeBSD: src/sys/vm/vm_kern.c,v 1.50.2.3 1999/08/29 16:33:32 peter Exp $ */ /* diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 0670c9fe95d5..516c89e55404 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$ + * $FreeBSD: src/sys/vm/vm_kern.h,v 1.17.2.1 1999/08/29 16:33:33 peter Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 2412010e97ce..dbc425842624 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$ + * $FreeBSD: src/sys/vm/vm_map.c,v 1.139.2.11 2000/01/24 21:11:40 dillon Exp $ */ /* diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index fb96e617df83..ddd16da64426 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$ + * $FreeBSD: src/sys/vm/vm_map.h,v 1.33.2.5 1999/08/29 16:33:34 peter Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 728a7c1b907b..af690b63d938 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$ + * $FreeBSD: src/sys/vm/vm_meter.c,v 1.27.2.1 1999/08/29 16:33:34 peter Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index f069cba6a3df..8cbfeb84fda3 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$ + * $FreeBSD: src/sys/vm/vm_mmap.c,v 1.86.2.3 1999/08/29 16:33:34 peter Exp $ */ /* diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 0c764ef219b5..7d4fea1a5e64 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$ + * $FreeBSD: src/sys/vm/vm_object.c,v 1.138.2.6 1999/08/29 16:33:35 peter Exp $ */ /* diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 5f9cfcf8a0d1..e9c39b6a838f 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$ + * $FreeBSD: src/sys/vm/vm_object.h,v 1.51.2.2 1999/08/29 16:33:36 peter Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 20da7769c6fc..57519c83167c 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$ + * $FreeBSD: src/sys/vm/vm_page.c,v 1.116.2.4 1999/08/29 16:33:36 peter Exp $ */ /* diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 0d20c58e876a..83ae03314d4a 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$ + * $FreeBSD: src/sys/vm/vm_page.h,v 1.49.2.1 1999/08/29 16:33:37 peter Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index a5ca9dc84ad1..9c53f07a3c58 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$ + * $FreeBSD: src/sys/vm/vm_pageout.c,v 1.129.2.7 1999/08/29 16:33:38 peter Exp $ */ /* diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 508b4b2be0c6..8da329a47c9b 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$ + * $FreeBSD: src/sys/vm/vm_pageout.h,v 1.23.2.1 1999/08/29 16:33:38 peter Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 20a40f9c1762..dc7f1b7bc503 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$ + * $FreeBSD: src/sys/vm/vm_pager.c,v 1.40.2.1 1999/08/29 16:33:38 peter Exp $ */ /* diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index e93e964b4ede..c4172f0653b9 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$ + * $FreeBSD: src/sys/vm/vm_pager.h,v 1.17.2.1 1999/08/29 16:33:39 peter Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 6759b4176db9..b4d6c410f55a 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$ + * $FreeBSD: src/sys/vm/vm_param.h,v 1.9.2.1 1999/08/29 16:33:39 peter Exp $ */ /* diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h index 68e552e018ad..7dd8f00e436e 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$ + * $FreeBSD: src/sys/vm/vm_prot.h,v 1.8.4.1 1999/08/29 16:33:39 peter Exp $ */ /* diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index 76e3f6e97849..b05bb1250353 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$ + * $FreeBSD: src/sys/vm/vm_swap.c,v 1.57.2.1 1999/08/29 16:33:40 peter Exp $ */ #include "opt_devfs.h" diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 3538b3051000..bc35d2abce70 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$ + * $FreeBSD: src/sys/vm/vm_unix.c,v 1.17.2.1 1999/08/29 16:33:40 peter Exp $ */ /* diff --git a/sys/vm/vm_zone.c b/sys/vm/vm_zone.c index 3befc9119c00..13540e10874b 100644 --- a/sys/vm/vm_zone.c +++ b/sys/vm/vm_zone.c @@ -11,7 +11,7 @@ * 2. Absolutely no warranty of function or purpose is made by the author * John S. Dyson. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_zone.c,v 1.26.2.1 1999/08/29 16:33:41 peter Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_zone.h b/sys/vm/vm_zone.h index b8aa933b3c37..94f3ea74ab2a 100644 --- a/sys/vm/vm_zone.h +++ b/sys/vm/vm_zone.h @@ -11,7 +11,7 @@ * 2. Absolutely no warranty of function or purpose is made by the author * John S. Dyson. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_zone.h,v 1.12.2.1 1999/08/29 16:33:41 peter Exp $ */ #ifndef _SYS_ZONE_H diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 35d8f487a160..5d0cc93ff21e 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$ + * $FreeBSD: src/sys/vm/vnode_pager.c,v 1.101.2.2 1999/08/29 16:33:41 peter Exp $ */ /* diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 339851d21b65..ed3004ac7751 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$ + * $FreeBSD: src/sys/vm/vnode_pager.h,v 1.12.2.1 1999/08/29 16:33:42 peter Exp $ */ #ifndef _VNODE_PAGER_ |
