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 485571b5b904..99b1a06e5a7c 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.4.1 2005/01/31 23:27:02 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index ad911ecf5037..558787c5fb15 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.2.1 2005/01/31 23:27:02 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index 9575970e36d5..e26e6068f48c 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.2.1 2005/01/31 23:27:02 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 6c9df320a633..247eac955031 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.2.1 2005/01/31 23:27:02 imp Exp $ */ /* diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index c7466268adcd..85d8b0a51b99 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.5 2005/04/02 13:05:15 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 49a8e6feb322..2d2199851cb6 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.2.1 2005/01/31 23:27:02 imp Exp $ */ #ifndef _VM_SWAP_PAGER_H_ diff --git a/sys/vm/uma.h b/sys/vm/uma.h index 2152b4d832dd..b14ace66693d 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -25,7 +25,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.2.3 2005/02/16 21:53:08 bmilekic Exp $ * */ diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 1d1fa0b86b0b..f91b817c57ca 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_core.c,v 1.105.2.8 2005/02/16 21:53:08 bmilekic Exp $"); /* I should really use ktr.. */ /* diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index d6a8c6d26d91..f1949abc84b7 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_dbg.c,v 1.15.2.4 2005/02/16 21:53:08 bmilekic Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index cccc2e803e93..e9a7845c6cb2 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -25,7 +25,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.2.3 2005/02/16 21:53:08 bmilekic Exp $ * */ diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 9cf67cb3f92a..5a78299dfa74 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -25,7 +25,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.2.4 2005/02/16 21:53:08 bmilekic Exp $ * */ diff --git a/sys/vm/vm.h b/sys/vm/vm.h index e61b726204aa..5841dd1030bd 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.2.1 2005/01/31 23:27:02 imp Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c index 435ccb566a1e..b8d16cdedb4c 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.2.5 2005/08/15 15:01:59 tegge Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 45cc97ed01be..d358464c6ef8 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.2.1 2005/02/05 00:59:57 das Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 26aa0d7a5700..a2471a5c31c2 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.2.4 2005/02/26 20:23:20 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 da9e5cb3226f..4d36d6c1f1e3 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.2.5 2005/02/23 06:41:44 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 9125366fc78a..28e402d2d8cb 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.2.2 2005/04/28 00:29:24 kris Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 86d1f12348a3..e41cc9ff449c 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.2.2 2005/02/23 05:54:52 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 2f283e3ff9c6..49c730b87a92 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.2.1 2005/01/31 23:27:02 imp Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index c36fc5998783..bae72de761c7 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.2.3 2005/02/23 06:52:56 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 69cb35d61745..9903fc5f2cd5 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.2.1 2005/01/31 23:27:03 imp Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index e300dd075bb0..622abd2557eb 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.2.4 2005/05/16 19:10:58 kris Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index c92a09bda794..08933e7cb7da 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.2.3 2005/05/18 00:32:05 csjp Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index da5942c777cc..89b465af8477 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.2.5 2005/08/15 14:59:53 tegge Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 3d2cb4a9dadf..8fe6fb48b470 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.2.2 2005/02/23 23:06:30 alc Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 63cea13f79b5..80e787492d85 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.2.6 2005/03/02 04:00:04 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 b69e3b6632fb..8512ff5c6c61 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.2.3 2005/02/25 23:43:00 alc Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 6860dd65a298..4ddf25808487 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pageout.c,v 1.261.2.5 2005/08/15 14:59:53 tegge Exp $"); #include "opt_vm.h" #include <sys/param.h> diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 1b74fab74f0e..37dbed4a5958 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.2.2 2005/02/05 00:59:57 das 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 ec4fd58d56f7..7962d97e6274 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.2.3 2005/08/16 15:09:44 sobomax Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index 183007adb1f9..25ed53908013 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.2.2 2005/02/25 17:26:33 alc Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 7ef54fef6742..0b0b2e77fdb3 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.2.1 2005/01/31 23:27:04 imp Exp $ */ /* diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index cd98be975e34..eccf477e1603 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.2.1 2005/01/31 23:27:04 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 4034e34a986e..1df7be613da5 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.6 2005/02/23 15:03:56 ssouhlal Exp $"); #include <opt_sched.h> diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index b298932406ae..8e6b0f401d8d 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.2.8 2005/08/16 15:09:44 sobomax Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 45fb0671ee7a..4b2dbaf9de7e 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.2.1 2005/01/31 23:27:04 imp Exp $ */ #ifndef _VNODE_PAGER_ |
