aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /sys/ddb
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
downloadsrc-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz
src-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50477
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_access.c2
-rw-r--r--sys/ddb/db_access.h2
-rw-r--r--sys/ddb/db_aout.c2
-rw-r--r--sys/ddb/db_break.c2
-rw-r--r--sys/ddb/db_break.h2
-rw-r--r--sys/ddb/db_command.c2
-rw-r--r--sys/ddb/db_command.h2
-rw-r--r--sys/ddb/db_elf.c2
-rw-r--r--sys/ddb/db_examine.c2
-rw-r--r--sys/ddb/db_expr.c2
-rw-r--r--sys/ddb/db_input.c2
-rw-r--r--sys/ddb/db_kld.c2
-rw-r--r--sys/ddb/db_lex.c2
-rw-r--r--sys/ddb/db_lex.h2
-rw-r--r--sys/ddb/db_output.c2
-rw-r--r--sys/ddb/db_output.h2
-rw-r--r--sys/ddb/db_print.c2
-rw-r--r--sys/ddb/db_ps.c2
-rw-r--r--sys/ddb/db_run.c2
-rw-r--r--sys/ddb/db_sym.c2
-rw-r--r--sys/ddb/db_sym.h2
-rw-r--r--sys/ddb/db_trap.c2
-rw-r--r--sys/ddb/db_variables.c2
-rw-r--r--sys/ddb/db_variables.h2
-rw-r--r--sys/ddb/db_watch.c2
-rw-r--r--sys/ddb/db_watch.h2
-rw-r--r--sys/ddb/db_write_cmd.c2
-rw-r--r--sys/ddb/ddb.h2
28 files changed, 28 insertions, 28 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c
index 511f978280c7..04de1083bb92 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 $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h
index ca1b7f9e43cf..715c1cb002c3 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$
+ * $FreeBSD$
*/
#ifndef _DDB_DB_ACCESS_H_
diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c
index 3daba33b7214..21d13be68b71 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.25 1999/02/12 12:15:07 bde Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c
index e2abb6585516..9ac0001255f8 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 $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h
index 003ff8aec8b1..008acab85b1e 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 $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 53c79c638008..201d1f1bbb09 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.32 1999/07/01 19:42:55 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h
index 89e3bc4a5838..a95f5b3aaee3 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$
+ * $FreeBSD$
*/
#ifndef _DDB_DB_COMMAND_H_
diff --git a/sys/ddb/db_elf.c b/sys/ddb/db_elf.c
index 1eb9fa5095e8..b4fd53dd118d 100644
--- a/sys/ddb/db_elf.c
+++ b/sys/ddb/db_elf.c
@@ -1,4 +1,4 @@
-/* $Id: db_elf.c,v 1.5 1999/01/27 19:00:49 dillon Exp $ */
+/* $FreeBSD$ */
/* $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 190c107e40db..87143e11a835 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.25 1999/05/13 06:07:43 bde Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c
index 0603d9d91857..61f7fc13b94c 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 $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index b17bdff88356..b8f407f7c99d 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.24 1999/07/14 10:53:41 yokota Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_kld.c b/sys/ddb/db_kld.c
index 09246c79b3bb..8bb1b6b6ed72 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.5 1999/01/27 19:00:49 dillon Exp $
+ * $FreeBSD$
* 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..392b8b07cb30 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 $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h
index 726eaa4310f9..c4e0ee2a6ba4 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 $
+ * $FreeBSD$
*/
#ifndef _DDB_DB_LEX_H_
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c
index 33183229964c..9192c183c6ae 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.24 1998/07/08 09:11:36 bde Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h
index 73305d5e31d1..8172bbba6d83 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$
+ * $FreeBSD$
*/
#ifndef _DDB_DB_OUTPUT_H_
diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c
index a02f9922de36..06e9f43da659 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.24 1999/01/27 23:45:37 dillon Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c
index 806032210783..f005fd832473 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.18 1999/05/13 13:01:46 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c
index 3d16d130c783..be780e378249 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.16 1998/07/05 10:12:18 dfr Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c
index 293f3ec954a3..7cba6883426b 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.30 1999/02/12 12:44:19 bde Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h
index 51d579bdeac8..e4decf403701 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.17 1999/01/27 23:45:37 dillon Exp $
+ * $FreeBSD$
*/
#ifndef _DDB_DB_SYM_H_
diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c
index f4da0f8eaff1..2111957ec456 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 $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c
index dff4093b6930..8c0eb98fe743 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.16 1998/07/08 09:11:39 bde Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h
index 20d33388712d..f430f0d8c94d 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 $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c
index f85362035f4e..6ba85c03995b 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.17 1998/07/08 06:43:57 bde Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h
index 58f4f6a2792c..18943f43942d 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$
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c
index d745100d924a..3da61d35dd9d 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.11 1998/07/08 10:53:52 bde Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index 38bf3cb8a142..46fb2b5e2505 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.21 1999/01/27 19:00:49 dillon Exp $
+ * $FreeBSD$
*/
/*