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_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 fb53d27f5f12..9df69b2d6b0f 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.6 1994/08/18 22:34:18 wollman Exp $ + * db_access.c,v 1.7 1995/05/30 07:56:46 rgrimes Exp */ /* diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index dbf3d2112115..fbab990c35ca 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.3 1993/11/07 17:39:20 wollman Exp $ + * db_access.h,v 1.4 1995/05/30 07:56:47 rgrimes Exp */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index 62cbba94b653..c1fb4dc72a63 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.10 1995/01/25 21:37:04 bde Exp $ + * db_aout.c,v 1.11 1995/05/30 07:56:49 rgrimes Exp */ /* diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index 05a4cc16a93c..a7eee0b39fa8 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.5 1994/08/18 22:34:19 wollman Exp $ + * db_break.c,v 1.6 1995/05/30 07:56:50 rgrimes Exp */ /* diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index efe62c717e29..7a7bf714660f 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 $ + * db_break.h,v 1.3 1995/05/30 07:56:51 rgrimes Exp */ /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index c52238ad6116..105101a1f322 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.12 1995/03/19 14:28:28 davidg Exp $ + * db_command.c,v 1.13 1995/05/30 07:56:52 rgrimes Exp */ /* diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 3b6d77ae7102..14229d95a4bb 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.5 1994/08/18 22:34:21 wollman Exp $ + * db_command.h,v 1.6 1995/05/30 07:56:54 rgrimes Exp */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 8f321b936c85..09d20c818908 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.7 1995/05/22 13:07:11 davidg Exp $ + * db_examine.c,v 1.8 1995/05/30 07:56:55 rgrimes Exp */ /* diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 8f4b78f99def..0f1338c04d72 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.4 1994/08/13 03:49:18 wollman Exp $ + * db_expr.c,v 1.5 1995/05/30 07:56:56 rgrimes Exp */ /* diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index c3097742eb9f..6922fe5b23de 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.6 1994/08/18 22:34:23 wollman Exp $ + * db_input.c,v 1.7 1995/05/30 07:56:58 rgrimes Exp */ /* diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 3985c4f67e34..af157ee0ce04 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.5 1994/08/18 22:34:23 wollman Exp $ + * db_lex.c,v 1.6 1995/05/30 07:57:00 rgrimes Exp */ /* diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index 0be7d4ac4a18..f0bd68209001 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.4 1994/08/18 22:34:24 wollman Exp $ + * db_lex.h,v 1.5 1995/05/30 07:57:01 rgrimes Exp */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index ca92bfc912de..8125d57c129d 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.10 1994/10/30 20:55:44 bde Exp $ + * db_output.c,v 1.11 1995/05/30 07:57:02 rgrimes Exp */ /* diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 3a2f5fd321a9..bd209842716a 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.6 1994/09/27 12:15:53 davidg Exp $ + * db_output.h,v 1.7 1995/05/30 07:57:04 rgrimes Exp */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 7f0557b5c771..4e521333b4c6 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.6 1994/09/27 03:34:56 phk Exp $ + * db_print.c,v 1.7 1995/05/30 07:57:06 rgrimes Exp */ /* diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index 09af7f0787ac..98f1803f53ee 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.5 1995/04/04 01:35:33 davidg Exp $ + * db_ps.c,v 1.6 1995/05/30 07:57:07 rgrimes Exp */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index e161a73228ce..dcc4b67fb504 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.4 1994/08/13 03:49:22 wollman Exp $ + * db_run.c,v 1.5 1995/05/30 07:57:08 rgrimes Exp */ /* diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 81c7b4d94a80..89d9939389e6 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.8 1995/05/22 13:07:12 davidg Exp $ + * db_sym.c,v 1.9 1995/05/30 07:57:10 rgrimes Exp */ /* diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 319279dab56b..0396f576dcce 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.7 1995/03/16 18:11:00 bde Exp $ + * db_sym.h,v 1.8 1995/05/30 07:57:11 rgrimes Exp */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index 83419b825537..08d5d79b5f3e 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.6 1994/10/02 19:36:21 phk Exp $ + * db_trap.c,v 1.7 1995/05/30 07:57:14 rgrimes Exp */ /* diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 25485f5256c2..1e4be3ae6db2 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.6 1994/09/27 03:34:58 phk Exp $ + * db_variables.c,v 1.7 1995/05/30 07:57:17 rgrimes Exp */ /* diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 76aeedecaf62..1468a10166a8 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.3 1993/11/25 01:30:14 wollman Exp $ + * db_variables.h,v 1.4 1995/05/30 07:57:19 rgrimes Exp */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index b74fab9e9fa6..abf70ba9fb40 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.5 1994/08/18 22:34:28 wollman Exp $ + * db_watch.c,v 1.6 1995/05/30 07:57:20 rgrimes Exp */ /* diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 61cb7c1806bb..4d62c7d81042 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.3 1994/08/18 22:34:29 wollman Exp $ + * db_watch.h,v 1.4 1995/05/30 07:57:21 rgrimes Exp */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 1b2a99e42c1f..21a9584682a8 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.4 1994/08/13 03:49:26 wollman Exp $ + * db_write_cmd.c,v 1.5 1995/05/30 07:57:23 rgrimes Exp */ /* diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 23702b28cb7f..4e35a2548cfd 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.5 1995/03/16 18:11:01 bde Exp $ + * ddb.h,v 1.6 1995/05/30 07:57:24 rgrimes Exp */ /* |
