diff options
Diffstat (limited to 'sys/vm')
41 files changed, 41 insertions, 41 deletions
diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index 485571b5b904..d587e4aa754a 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.35.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 376badd9fa9c..1bd88ac11d4d 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.78.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/memguard.c b/sys/vm/memguard.c index 9a4f98b17ab7..3e1288480af2 100644 --- a/sys/vm/memguard.c +++ b/sys/vm/memguard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/memguard.c,v 1.5.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); /* * MemGuard is a simple replacement allocator for debugging only diff --git a/sys/vm/memguard.h b/sys/vm/memguard.h index 34d79cf0f3cb..ab1878690e3a 100644 --- a/sys/vm/memguard.h +++ b/sys/vm/memguard.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/memguard.h,v 1.2.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ extern u_int vm_memguard_divisor; diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index f38940cb65f2..159197f04077 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.23.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 1f0e39458012..77ec6c289adf 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.71.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sys/vm/redzone.c b/sys/vm/redzone.c index 5598b5defb6f..9980fef8b324 100644 --- a/sys/vm/redzone.c +++ b/sys/vm/redzone.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/redzone.c,v 1.3.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/redzone.h b/sys/vm/redzone.h index 8738d7e02fb2..9703477b26d6 100644 --- a/sys/vm/redzone.h +++ b/sys/vm/redzone.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/redzone.h,v 1.1.6.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _VM_REDZONE_H_ diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 9b6e1517b41e..deec2abf7089 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.273.2.6.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include "opt_mac.h" #include "opt_swap.h" diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index c3366e8e8778..73b653b91de4 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.50.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _VM_SWAP_PAGER_H_ diff --git a/sys/vm/uma.h b/sys/vm/uma.h index 002717723369..13dd0eabd6f0 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -24,7 +24,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.22.2.8.4.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 025a5450f8e0..6c3b32148aa4 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.119.2.20.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* I should really use ktr.. */ /* diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index 9075bf960858..15b30681fa44 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_dbg.c,v 1.20.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index 341cecbf8de3..b3c7839a073c 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -24,7 +24,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.8.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 6e8620662f26..445fba8f426c 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -24,7 +24,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.31.2.6.10.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 102a934bc8e2..e8b0c511bbd5 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.26.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c index 9d10c63b3a7b..0a6d4a0172e0 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.43.2.6.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 31f6e2354eba..943cdeaeef76 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.76.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 011256922b0c..931ab486cc02 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.205.2.8.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 62894cbeaea3..310ae2cb7317 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.213.2.2.6.1 2008/10/02 02:57:24 kensmith 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..e698ceb1932c 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.46.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 63bfa0b75923..abca0165d0b3 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.122.2.1.2.1 2008/10/02 02:57:24 kensmith 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..1db684559897 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.28.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 99eec53fcd61..007dc0d142b9 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.366.2.8.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 750186db56ba..861822dc6e80 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.117.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index c60f9fe8bb33..e4ae9cfaee78 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.85.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 156d5477d61d..616a1e4bc7c4 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.200.2.6.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index cee74ae4f0f1..76ba2f17ac02 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.349.2.9.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index dce5b8316726..4c9f864f0b34 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.111.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 9a3484370673..4f8420cbe271 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.304.2.5.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 4ca7d2481709..8ae3f370f824 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.136.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index b4e68e3d307b..22ce7b35d34e 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.268.2.6.2.1 2008/10/02 02:57:24 kensmith 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..73fce5ab5523 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.41.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pageq.c b/sys/vm/vm_pageq.c index 7bab274af080..fa49884acc47 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.18.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index d6025ab6fe5c..34aa38cdc57c 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.105.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index 652073cac339..ef9f18de44de 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.50.16.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index dc3abe75820d..e7215b9f7d51 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.21.12.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index cd98be975e34..4364ce0573c7 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.46.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c index 7adcc10bfcae..a49e3afc6ad3 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.34.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <opt_sched.h> diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 4062af2520d9..ba5c6c626629 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.221.2.10.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index aa9be03c17ba..c3843479509d 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.20.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _VNODE_PAGER_ |
