diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
| commit | 26c52663cb5e53422c188e65b45755f348c2fbf3 (patch) | |
| tree | ce5e00519cf30405f3c973b12ab6ef8fa8f2b338 /sys/ddb | |
| parent | 28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (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 d047aebcec82..989cfadc53be 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 2005/01/06 01:34:41 imp 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 b5175b7c2803..4348a23b4289 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 2004/11/20 02:32:42 das Exp $"); #include <sys/param.h> #include <sys/systm.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 fd7596fb4350..f69a6acbaa0b 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 2005/01/06 01:34:41 imp 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 5b50f5657d92..cfcbc32a45c2 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 2005/01/06 01:34:41 imp 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 a9cd0f20b060..73361c82b142 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 2005/07/02 23:52:37 marcel Exp $ */ /* |
