diff options
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 2f4d049ee605..9e6de5802e85 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.10.1.8.1 2012/03/03 06:15:13 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 44915e316d15..e1eeb49a1759 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index ac0c87418487..11bbd88b4759 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include "opt_comconsole.h" diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index f30b9337c26c..ca1f38138d0b 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/ddb/db_capture.c b/sys/ddb/db_capture.c index 61971c2be684..19c73979e87d 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.6.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 21cb7c5940de..3328ab43aab5 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.80.2.7.2.1 2012/03/03 06:15:13 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 2103a02ae99c..4ed10d26ad68 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.15.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index fc4f47285f00..d92e6a6175a1 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.35.2.1.8.1 2012/03/03 06:15:13 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 424384ce341a..8d471fdae76a 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.19.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 39f2da7bd908..650cb400aab4 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.39.2.1.8.1 2012/03/03 06:15:13 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 1c8151e5371c..658d5afc43e8 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.23.2.1.8.1 2012/03/03 06:15:13 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 8713a27055f1..4811c5a16995 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.15.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_main.c b/sys/ddb/db_main.c index 837510817938..72a00961e9fe 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.8.2.1.8.1 2012/03/03 06:15:13 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 8390a865d5d5..8fee78548cb2 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.40.2.2.6.1 2012/03/03 06:15:13 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index cbf9f0e3d68c..5ca0f53cbda5 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.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 6cffd6d8b63a..80d6d08c5243 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.22.1.8.1 2012/03/03 06:15:13 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 bccef52fcc04..2c7f15ee0db8 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.69.2.2.2.1 2012/03/03 06:15:13 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 f0b31bf47d3b..0bf3d5442b48 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.28.2.1.8.1 2012/03/03 06:15:13 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 34215f83b927..3670ff765cab 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.4.1.8.1 2012/03/03 06:15:13 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 04af1eba535f..eba01155453e 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.39.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/pcpu.h> diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index f68ccbcaf726..dbb10b5d16a2 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_textdump.c b/sys/ddb/db_textdump.c index 8e78fbf2101e..1bf3994e879d 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.6.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include "opt_config.h" diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c index a0400cce152a..34481fcf30aa 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.10.4.2.1 2012/03/03 06:15:13 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 69c11aefa05a..4917e262acc8 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.24.2.1.8.1 2012/03/03 06:15:13 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 42a3bf95b8d1..6468f2bdc3bd 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.15.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index b2be970715ad..8ab88e335843 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.10.1.8.1 2012/03/03 06:15:13 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 7c48ce8af1b1..ac666ee14b4a 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 64d347364875..49d2426d665a 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 9b240b6b1d66..0079d7a66556 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.49.2.2.6.1 2012/03/03 06:15:13 kensmith Exp $ */ /* |
