diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /sys/ddb | |
parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) |
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_access.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_access.h | 2 | ||||
-rw-r--r-- | sys/ddb/db_break.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_break.h | 2 | ||||
-rw-r--r-- | sys/ddb/db_command.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_command.h | 2 | ||||
-rw-r--r-- | sys/ddb/db_examine.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_expr.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_input.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_lex.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_lex.h | 2 | ||||
-rw-r--r-- | sys/ddb/db_main.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_output.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_output.h | 2 | ||||
-rw-r--r-- | sys/ddb/db_print.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_ps.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_run.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_sym.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_sym.h | 2 | ||||
-rw-r--r-- | sys/ddb/db_thread.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_variables.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_variables.h | 2 | ||||
-rw-r--r-- | sys/ddb/db_watch.c | 2 | ||||
-rw-r--r-- | sys/ddb/db_watch.h | 2 | ||||
-rw-r--r-- | sys/ddb/db_write_cmd.c | 2 | ||||
-rw-r--r-- | sys/ddb/ddb.h | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 2d17504070c6..141f30de6541 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_access.c,v 1.19 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index 44915e316d15..3d2e79ddbc22 100644 --- a/sys/ddb/db_access.h +++ b/sys/ddb/db_access.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_access.h,v 1.11 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index ac0c87418487..cc80f014334b 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_break.c,v 1.25 2005/01/06 01:34:41 imp Exp $"); #include "opt_comconsole.h" diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index f30b9337c26c..0bbd249f72d2 100644 --- a/sys/ddb/db_break.h +++ b/sys/ddb/db_break.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_break.h,v 1.17 2005/01/06 01:34:41 imp Exp $ */ /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 38507c2ef65b..f470545d3c0a 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_command.c,v 1.60.2.2 2005/10/25 20:10:56 jhb Exp $"); #include <sys/param.h> #include <sys/linker_set.h> diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 1825b0e3c6fc..c4c5a00c1cf8 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_command.h,v 1.13 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 9be98e46048c..b1763853f4a3 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_examine.c,v 1.32 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 0bf6c836e329..14cd2033ff7f 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_expr.c,v 1.17 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 27af2655c19b..6b6cfed53a37 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_input.c,v 1.36 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index a04103b00deb..9ee2aabb53b9 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_lex.c,v 1.22 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index 07955e9dc5cd..a94030c6d3fc 100644 --- a/sys/ddb/db_lex.h +++ b/sys/ddb/db_lex.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_lex.h,v 1.14 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_main.c b/sys/ddb/db_main.c index 7f2e20c195f6..94de62fdfa8b 100644 --- a/sys/ddb/db_main.c +++ b/sys/ddb/db_main.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_main.c,v 1.4.2.1 2006/10/16 09:00:30 bde Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 3a0fbc5b73d4..a90899b1a55d 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_output.c,v 1.33 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 7615ea67f6cd..96edcdd2a939 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_output.h,v 1.13 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 6cffd6d8b63a..8d684da3b366 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_print.c,v 1.30 2005/04/14 05:25:40 peter Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index eba9befed8ed..30c836615737 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_ps.c,v 1.55.2.1 2006/08/17 19:53:05 jhb Exp $"); #include <sys/param.h> #include <sys/cons.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 18f9c0df7d26..b72f9af7c7c4 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_run.c,v 1.27 2005/04/14 05:25:40 peter Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 9d043b38dbbd..a07a44e1bcc0 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_sym.c,v 1.36.2.1 2006/07/17 15:01:40 kib Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index f68ccbcaf726..96dbbfe1b178 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_sym.h,v 1.23 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c index a946dd81f3df..b426e804e31d 100644 --- a/sys/ddb/db_thread.c +++ b/sys/ddb/db_thread.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_thread.c,v 1.4.2.1 2006/08/17 19:53:05 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 706ebe60ec94..267b25fb007c 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_variables.c,v 1.23 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 1ff0e4442d00..fa0edc445c40 100644 --- a/sys/ddb/db_variables.h +++ b/sys/ddb/db_variables.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_variables.h,v 1.14 2005/01/06 01:34:41 imp Exp $ */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index 6aa8103758d7..c91953ffc40f 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_watch.c,v 1.26 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 7c48ce8af1b1..63d659074d0b 100644 --- a/sys/ddb/db_watch.h +++ b/sys/ddb/db_watch.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/db_watch.h,v 1.12 2005/01/06 01:34:41 imp Exp $ */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 64d347364875..ba22164906a0 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_write_cmd.c,v 1.15 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 13b8e2bb4a7b..7b8c19d3e7e9 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ddb/ddb.h,v 1.39.2.1 2006/08/17 19:53:05 jhb Exp $ */ /* |