diff options
Diffstat (limited to 'sys/vm')
37 files changed, 37 insertions, 37 deletions
diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index 50c985f455f1..28aa51bd7ebd 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/default_pager.c,v 1.34 2003/08/06 12:05:48 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index e1ce16121526..61b0a34d89e4 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/device_pager.c,v 1.75 2004/08/04 08:58:58 dfr Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index cdeb61495c6c..665157490f55 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/phys_pager.c,v 1.22 2004/04/25 07:58:59 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index c274d0d8bb92..7ec377f7d361 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -57,7 +57,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.69 2004/04/10 22:41:46 alc Exp $ */ /* diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 41992896fb5b..c5042ee062ac 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/swap_pager.c,v 1.256.2.1 2004/09/27 04:53:18 das Exp $"); #include "opt_mac.h" #include "opt_swap.h" diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index d6f5c21c917a..61ace31c34d2 100644 --- a/sys/vm/swap_pager.h +++ b/sys/vm/swap_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/swap_pager.h,v 1.49 2004/04/06 20:15:36 imp Exp $ */ #ifndef _VM_SWAP_PAGER_H_ diff --git a/sys/vm/uma.h b/sys/vm/uma.h index bcfb5bba5b52..64bbed15f0d1 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/uma.h,v 1.19 2004/08/02 00:18:35 green Exp $ * */ diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 569934b25197..503ba957fe66 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_core.c,v 1.105.2.1 2004/10/16 01:41:34 green Exp $"); /* I should really use ktr.. */ /* diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index 963a36e6e667..2172db0953fe 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_dbg.c,v 1.15.2.1 2004/10/16 01:41:34 green Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index 200f05d475b8..c6642abee9fc 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/uma_dbg.h,v 1.5 2004/08/02 00:18:35 green Exp $ * */ diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 1f62d27b2c03..1f3b712f283a 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/uma_int.h,v 1.25 2004/07/29 15:25:40 bmilekic Exp $ * */ diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 61f5fa6ee413..3022e487f2ad 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -55,7 +55,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm.h,v 1.24 2004/08/16 06:16:12 alc Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c index 40b79e324b2c..c3dd859b0677 100644 --- a/sys/vm/vm_contig.c +++ b/sys/vm/vm_contig.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_contig.c,v 1.38 2004/08/05 21:54:11 green Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 7bb61b1b9854..2310ddbc9abd 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)vm_extern.h 8.2 (Berkeley) 1/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_extern.h,v 1.74 2004/07/25 20:08:59 alc Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 1fa921d00d57..966ac4590c3f 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_fault.c,v 1.192 2004/08/16 06:16:12 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 7893012f9c90..e72019c2e898 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_glue.c,v 1.202 2004/07/30 20:31:02 alc Exp $"); #include "opt_vm.h" #include "opt_kstack_pages.h" diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index d57738a12465..6868cdda2313 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_init.c,v 1.44 2004/08/07 05:58:31 alc Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 5231d2ca1089..4caa971d4cd2 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_kern.c,v 1.120 2004/08/10 14:42:48 green Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index d2e06b8dafb5..22b8e3751f82 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -57,7 +57,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.27 2004/04/06 20:15:36 imp Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 2a486e8535d8..cb71a772f227 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_map.c,v 1.360 2004/08/16 06:16:12 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index e05d4cbcd50b..fc13566aad91 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -57,7 +57,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.116 2004/08/13 08:06:34 alc Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 3f2caf3842cb..e0317d3d132b 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_meter.c,v 1.76 2004/08/16 06:16:12 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 4487986c0b36..362de6a78227 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_mmap.c,v 1.192 2004/08/05 07:04:33 phk Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 8ed952eae840..a168d9a027de 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_object.c,v 1.331 2004/08/02 00:18:36 green Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 64e4d76ff80b..3d07a13ec8c4 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -57,7 +57,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.106 2004/07/25 07:48:47 alc Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index e9adf50e2b0c..5b10afe7505b 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -97,7 +97,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_page.c,v 1.290 2004/07/29 18:56:31 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 633b7f981c55..580438ab6bca 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -57,7 +57,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.132 2004/07/19 06:21:27 green Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 412c43093ae9..a52abf9dab97 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pageout.c,v 1.261 2004/07/18 04:38:11 alc Exp $"); #include "opt_vm.h" #include <sys/param.h> diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 9085ae78589f..c462d5b5f49d 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -57,7 +57,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.39 2004/04/06 20:15:37 imp Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pageq.c b/sys/vm/vm_pageq.c index ceda1e180740..3badb639cf35 100644 --- a/sys/vm/vm_pageq.c +++ b/sys/vm/vm_pageq.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pageq.c,v 1.14 2004/06/07 19:33:05 netchild Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index b6fa7a6b111e..2ae1ed93112a 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pager.c,v 1.95 2004/04/08 19:08:49 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index 6b30f8036b84..d78461cb5ad7 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vm_pager.h 8.4 (Berkeley) 1/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_pager.h,v 1.47 2004/04/08 19:08:49 alc Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index dab1245f4f7a..cbced1ecdbfc 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -57,7 +57,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.19 2004/06/17 17:16:53 phk Exp $ */ /* diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index be34fe1efc64..9510b063a3e8 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_unix.c,v 1.45 2004/04/06 20:15:37 imp Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c index 9d779de097f2..733fa0301559 100644 --- a/sys/vm/vm_zeroidle.c +++ b/sys/vm/vm_zeroidle.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_zeroidle.c,v 1.26.2.3 2004/09/10 00:04:18 scottl Exp $"); #include <opt_sched.h> diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 4f6ec452bbf1..7abc9f6b330e 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vnode_pager.c,v 1.196 2004/05/06 05:03:23 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 568568568fe2..f596db8bb3bb 100644 --- a/sys/vm/vnode_pager.h +++ b/sys/vm/vnode_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vnode_pager.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vnode_pager.h,v 1.18 2004/04/06 20:15:37 imp Exp $ */ #ifndef _VNODE_PAGER_ |
