diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /sys/ddb | |
parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (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 fb53d27f5f12..df6feaadde5d 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 $ + * $Id: 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..8a489d64ce6b 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 $ + * $Id: 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..6893510cd794 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 $ + * $Id: 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..bc112d431a95 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 $ + * $Id: 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..a46662d04c97 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 $ + * $Id: 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 73b313a26ab3..47f69f0ecd36 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.14 1995/08/27 02:39:39 bde Exp $ + * $Id: db_command.c,v 1.13.4.1 1995/09/12 04:21:42 davidg Exp $ */ /* diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 3b6d77ae7102..aae91d44305d 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 $ + * $Id: 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..ea46d42b4c6e 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 $ + * $Id: 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..8e2dacf442ad 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 $ + * $Id: 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..9b02f2d0ebd1 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 $ + * $Id: 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..5c4597bcafc0 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 $ + * $Id: 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..278217ee429b 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 $ + * $Id: 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..a2bcea107da6 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 $ + * $Id: 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..35999bd6f8ca 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 $ + * $Id: 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..4cfd4cd9c846 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 $ + * $Id: 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 639d1ee671ee..2714c16e943c 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.6.4.1 1995/08/23 04:25:16 davidg Exp $ + * $Id: db_ps.c,v 1.6.4.2 1995/09/12 04:21:43 davidg 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..6ac3eaedf519 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 $ + * $Id: 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..409a911bcb39 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 $ + * $Id: 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..29088b690249 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 $ + * $Id: 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..0c7697ddb9e7 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 $ + * $Id: 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..a22cc9dafabe 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 $ + * $Id: 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..631ef5e24e30 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 $ + * $Id: 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..5e5d0a81c978 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 $ + * $Id: 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..da9909a33037 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 $ + * $Id: 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..2b06fa55141d 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 $ + * $Id: 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..d20e696e7baf 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 $ + * $Id: ddb.h,v 1.6 1995/05/30 07:57:24 rgrimes Exp $ */ /* |