diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /sys/ddb | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (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_aout.c | 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_elf.c | 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_kld.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_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_trap.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 |
28 files changed, 28 insertions, 28 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 511f978280c7..6e9b9042ca40 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_access.c,v 1.13 1997/02/22 09:28:18 peter Exp $ + * $Id: db_access.c,v 1.14 1997/06/14 11:52:36 bde Exp $ */ /* diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index ca1b7f9e43cf..a2238b29b8fc 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. * - * $Id$ + * $Id: db_access.h,v 1.8 1997/02/22 09:28:18 peter Exp $ */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index eeca60e63555..5d456613662a 100644 --- a/sys/ddb/db_aout.c +++ b/sys/ddb/db_aout.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_aout.c,v 1.21 1998/06/28 00:55:02 dfr Exp $ + * $Id: db_aout.c,v 1.22 1998/10/09 23:29:44 peter Exp $ */ /* diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index e2abb6585516..ed6773eafc42 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_break.c,v 1.16 1998/06/08 02:11:19 bde Exp $ + * $Id: db_break.c,v 1.17 1998/07/08 06:43:53 bde Exp $ */ /* diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index 003ff8aec8b1..c2056fd22bef 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. * - * $Id: db_break.h,v 1.10 1998/06/07 17:09:36 dfr Exp $ + * $Id: db_break.h,v 1.11 1998/06/08 02:12:19 bde Exp $ */ /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index cb41d85694f3..2c58b831c9ce 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_command.c,v 1.28 1998/07/08 10:53:45 bde Exp $ + * $Id: db_command.c,v 1.29 1999/01/14 06:22:01 jdp Exp $ */ /* diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 89e3bc4a5838..68bae20c67b4 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. * - * $Id$ + * $Id: db_command.h,v 1.10 1997/02/22 09:28:21 peter Exp $ */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_elf.c b/sys/ddb/db_elf.c index 38fe9e8f082a..664d827a242f 100644 --- a/sys/ddb/db_elf.c +++ b/sys/ddb/db_elf.c @@ -1,4 +1,4 @@ -/* $Id: db_elf.c,v 1.3 1998/08/17 08:06:31 dfr Exp $ */ +/* $Id: db_elf.c,v 1.4 1998/10/09 23:32:03 peter Exp $ */ /* $NetBSD: db_elf.c,v 1.4 1998/05/03 18:49:54 thorpej Exp $ */ /*- diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 464197d692d2..d4d5f991a09f 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_examine.c,v 1.23 1998/07/08 06:27:22 bde Exp $ + * $Id: db_examine.c,v 1.24 1998/07/08 10:53:47 bde Exp $ */ /* diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 0603d9d91857..78f20366636d 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_expr.c,v 1.11 1997/02/22 09:28:23 peter Exp $ + * $Id: db_expr.c,v 1.12 1997/06/14 11:52:36 bde Exp $ */ /* diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 857afd637a73..e1994a99ea3f 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_input.c,v 1.22 1997/11/20 16:53:23 bde Exp $ + * $Id: db_input.c,v 1.23 1997/12/05 05:36:58 dyson Exp $ */ /* diff --git a/sys/ddb/db_kld.c b/sys/ddb/db_kld.c index f6d1e57a2f20..ad38d86eaf9e 100644 --- a/sys/ddb/db_kld.c +++ b/sys/ddb/db_kld.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_kld.c,v 1.3 1998/10/09 23:34:09 peter Exp $ + * $Id: db_kld.c,v 1.4 1998/10/15 02:01:50 peter Exp $ * from db_aout.c,v 1.20 1998/06/07 17:09:36 dfr Exp */ diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index e66d43d64088..0931ac6e0426 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_lex.c,v 1.16 1998/06/27 15:40:56 dfr Exp $ + * $Id: db_lex.c,v 1.17 1998/07/08 09:11:33 bde Exp $ */ /* diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index 726eaa4310f9..2620176d506e 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. * - * $Id: db_lex.h,v 1.10 1998/06/27 15:40:56 dfr Exp $ + * $Id: db_lex.h,v 1.11 1998/07/08 09:11:36 bde Exp $ */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 495915421926..ddd408008250 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_output.c,v 1.23 1998/06/07 17:09:37 dfr Exp $ + * $Id: db_output.c,v 1.24 1998/07/08 09:11:36 bde Exp $ */ /* diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 73305d5e31d1..f5166c548829 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. * - * $Id$ + * $Id: db_output.h,v 1.10 1997/02/22 09:28:27 peter Exp $ */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 5fe4b5338032..ab9e8de98bd8 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_print.c,v 1.22 1998/07/08 09:11:37 bde Exp $ + * $Id: db_print.c,v 1.23 1998/07/08 10:53:49 bde Exp $ */ /* diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index 62388d6612c1..efa224593c47 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: db_ps.c,v 1.15 1997/10/09 00:20:00 bde Exp $ + * $Id: db_ps.c,v 1.16 1998/07/08 06:43:55 bde Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 528854669b5d..f34cc4b987ae 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_run.c,v 1.15 1998/06/28 00:52:50 dfr Exp $ + * $Id: db_run.c,v 1.16 1998/07/05 10:12:18 dfr Exp $ */ /* diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 8c5f91e97927..616a2184775e 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_sym.c,v 1.26 1998/07/08 10:53:51 bde Exp $ + * $Id: db_sym.c,v 1.27 1998/12/04 22:54:43 archie Exp $ */ /* diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 2ea27141d523..53ff0ba425e6 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. * - * $Id: db_sym.h,v 1.14 1997/06/30 23:54:49 bde Exp $ + * $Id: db_sym.h,v 1.15 1998/06/28 00:55:01 dfr Exp $ */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index f4da0f8eaff1..daade1e5e635 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_trap.c,v 1.12 1997/03/28 12:39:43 bde Exp $ + * $Id: db_trap.c,v 1.13 1997/06/14 11:52:37 bde Exp $ */ /* diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 7cd6ee46492c..49bd3eb7b15f 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_variables.c,v 1.15 1998/06/07 17:09:38 dfr Exp $ + * $Id: db_variables.c,v 1.16 1998/07/08 09:11:39 bde Exp $ */ /* diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 20d33388712d..e4108330fa2f 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. * - * $Id: db_variables.h,v 1.9 1998/06/07 17:09:38 dfr Exp $ + * $Id: db_variables.h,v 1.10 1998/07/08 09:11:40 bde Exp $ */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index 7769341659f4..226dac011bc8 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_watch.c,v 1.16 1998/02/13 02:19:29 bde Exp $ + * $Id: db_watch.c,v 1.17 1998/07/08 06:43:57 bde Exp $ */ /* diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 58f4f6a2792c..828f4bfde0b9 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. * - * $Id$ + * $Id: db_watch.h,v 1.10 1997/02/22 09:28:33 peter Exp $ */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 26ae37b429d9..79c82824d638 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_write_cmd.c,v 1.10 1997/06/14 11:52:37 bde Exp $ + * $Id: db_write_cmd.c,v 1.11 1998/07/08 10:53:52 bde Exp $ */ /* diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 4cfdb892be47..5d5f541138f6 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. * - * $Id: ddb.h,v 1.19 1998/07/08 09:11:40 bde Exp $ + * $Id: ddb.h,v 1.20 1998/07/13 06:45:23 bde Exp $ */ /* |
