diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /sys/ddb | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (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_capture.c | 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_script.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_textdump.c | 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 |
29 files changed, 29 insertions, 29 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 2f4d049ee6052..5d77658a00194 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.20.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index 44915e316d153..d03de2955af48 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index ac0c874184875..c822b06c40def 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_comconsole.h" diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index f30b9337c26c2..c9531b03aa7e1 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/ddb/db_capture.c b/sys/ddb/db_capture.c index 61971c2be6842..5e129f50d794a 100644 --- a/sys/ddb/db_capture.c +++ b/sys/ddb/db_capture.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_capture.c,v 1.5.2.6.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 0395e75df44e8..39b70cb2c5f24 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.73.2.5.4.1 2009/04/15 03:14:26 kensmith 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 db9f495a80823..767dedda1a4bd 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.10.1.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index fc4f47285f000..b0b51d6ed25ba 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.33.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 0bf6c836e329e..42937974d2b5e 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 39f2da7bd9089..31ea959d2ecc7 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.10.3.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 1c8151e5371cd..cd7ecdad406ce 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.10.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index 8713a27055f17..ae61fc6f25918 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.10.1.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_main.c b/sys/ddb/db_main.c index e63b4fc0991aa..7869f83b46e29 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.5.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 531fef8f2c177..e839efcd3a946 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.37.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index cbf9f0e3d68cb..220c525f011e3 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.15.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 6cffd6d8b63ae..ea823587c5d05 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index 75c62fbd56326..db28b82276b73 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.66.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/cons.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 18f9c0df7d26e..b88c8a5c975ab 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_script.c b/sys/ddb/db_script.c index 34215f83b9270..aa657ecd9f081 100644 --- a/sys/ddb/db_script.c +++ b/sys/ddb/db_script.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_script.c,v 1.2.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 9d043b38dbbdd..7f6b89c6e09cd 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.37.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index f68ccbcaf7263..9abd87cb08774 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_textdump.c b/sys/ddb/db_textdump.c index fbfc18f33cb7a..6746b2092f0c1 100644 --- a/sys/ddb/db_textdump.c +++ b/sys/ddb/db_textdump.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_textdump.c,v 1.3.2.3.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_config.h" diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c index e127eeae1b078..a0ffa7e338d9e 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.7.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 706ebe60ec945..900496e20f4cd 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 1ff0e4442d005..d25b3e0a96f0b 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index b2be970715ad6..2e7c8b092ebc9 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.28.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 7c48ce8af1b1f..5d57352693f92 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 64d347364875c..0d5e7d6bba74b 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 57c5fd15985c9..f4895771b1a72 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.43.2.4.4.1 2009/04/15 03:14:26 kensmith Exp $ */ /* |
