diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /sys/ddb | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (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_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_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 |
26 files changed, 26 insertions, 26 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 7178bbe1c96c..1de0f4e8df07 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.5 1994/08/13 03:49:13 wollman Exp $ + * db_access.c,v 1.6 1994/08/18 22:34:18 wollman Exp */ /* diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index a62edbacc6ad..7bf8a188af45 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: db_access.h,v 1.2 1993/10/16 16:47:05 rgrimes Exp $ + * db_access.h,v 1.3 1993/11/07 17:39:20 wollman Exp */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index b704ded2d648..620e4f670ad8 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.8 1994/09/05 14:04:56 bde Exp $ + * db_aout.c,v 1.9 1994/09/27 03:34:52 phk Exp */ /* diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index cb9c55e0a1b7..69e9b7a204e5 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.4 1994/08/13 03:49:15 wollman Exp $ + * db_break.c,v 1.5 1994/08/18 22:34:19 wollman Exp */ /* diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index dc66dcab75d4..8225ee3d3fc6 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.2 1993/10/16 16:47:09 rgrimes Exp */ /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 04793c91ebe3..5986ab0ec02f 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.7 1994/08/18 22:34:20 wollman Exp $ + * db_command.c,v 1.8 1994/08/27 16:14:08 davidg Exp */ /* diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 9000cd049649..5f175bd523d4 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: db_command.h,v 1.4 1994/08/13 03:49:16 wollman Exp $ + * db_command.h,v 1.5 1994/08/18 22:34:21 wollman Exp */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 9d3924bd7154..01ef1f922049 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.5 1994/08/13 03:49:17 wollman Exp $ + * db_examine.c,v 1.6 1994/08/18 22:34:22 wollman Exp */ /* diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 1c7eea1fb840..b283ab44fdb3 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.3 1993/11/25 01:30:06 wollman Exp $ + * db_expr.c,v 1.4 1994/08/13 03:49:18 wollman Exp */ /* diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 4697a8c8f3fc..255124d8ee28 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.5 1994/08/13 03:49:19 wollman Exp $ + * db_input.c,v 1.6 1994/08/18 22:34:23 wollman Exp */ /* diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 8f5f4b0b4813..f6fffe5ee370 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.4 1994/08/13 03:49:20 wollman Exp $ + * db_lex.c,v 1.5 1994/08/18 22:34:23 wollman Exp */ /* diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index db1d2b9f20ce..56e5c73b4d26 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.3 1993/11/07 17:39:23 wollman Exp $ + * db_lex.h,v 1.4 1994/08/18 22:34:24 wollman Exp */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index cc70b6342822..6c06fdcc957d 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.9 1994/09/27 03:34:54 phk Exp $ + * db_output.c,v 1.10 1994/10/30 20:55:44 bde Exp */ /* diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 3bfd7108c50a..1e34179bc6c0 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: db_output.h,v 1.5 1994/09/27 03:34:55 phk Exp $ + * db_output.h,v 1.6 1994/09/27 12:15:53 davidg Exp */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index e9a9fd3e0181..f844271523f1 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.5 1994/08/18 22:34:25 wollman Exp $ + * db_print.c,v 1.6 1994/09/27 03:34:56 phk Exp */ /* diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index da8510e59cb7..9febff9e5940 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.2 1994/09/27 20:35:55 phk Exp $ + * db_ps.c,v 1.3 1994/09/28 19:16:24 phk Exp */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 4b1bd15c7440..a5b80dca1156 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.3 1993/11/25 01:30:10 wollman Exp $ + * db_run.c,v 1.4 1994/08/13 03:49:22 wollman Exp */ /* diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 0fd37f4a0c20..37083e3c34e4 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.6 1994/08/20 03:48:26 davidg Exp $ + * db_sym.c,v 1.7 1994/09/27 03:34:57 phk Exp */ /* diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 661f16b8cbf3..d5df23328fb8 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.5 1994/08/20 03:48:27 davidg Exp $ + * db_sym.h,v 1.6 1994/09/27 03:34:57 phk Exp */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index bc65ed976242..bf28c4f79b3e 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.5 1994/08/18 22:34:27 wollman Exp $ + * db_trap.c,v 1.6 1994/10/02 19:36:21 phk Exp */ /* diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index b803e5b34628..db456335f095 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.5 1994/08/18 22:34:27 wollman Exp $ + * db_variables.c,v 1.6 1994/09/27 03:34:58 phk Exp */ /* diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 35e5a0001817..1a865f7f1298 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.2 1993/10/16 16:47:31 rgrimes Exp $ + * db_variables.h,v 1.3 1993/11/25 01:30:14 wollman Exp */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index fb6680fd47a4..aac50fd022bd 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.4 1994/08/13 03:49:25 wollman Exp $ + * db_watch.c,v 1.5 1994/08/18 22:34:28 wollman Exp */ /* diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index d564ad24afbf..d3ec020207ff 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: db_watch.h,v 1.2 1993/10/16 16:47:33 rgrimes Exp $ + * db_watch.h,v 1.3 1994/08/18 22:34:29 wollman Exp */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index e2625ca0df5f..91f37f1ae0f6 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.3 1993/11/25 01:30:16 wollman Exp $ + * db_write_cmd.c,v 1.4 1994/08/13 03:49:26 wollman Exp */ /* diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index a72b5ca0a7c2..16c39d017244 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.3 1994/09/27 12:11:09 davidg Exp $ + * ddb.h,v 1.4 1994/09/27 12:15:56 davidg Exp */ /* |
