summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/pmdb/Makefile2
-rw-r--r--usr.bin/pmdb/aout_syms.c2
-rw-r--r--usr.bin/pmdb/arch/alpha/alpha.c2
-rw-r--r--usr.bin/pmdb/arch/alpha/alpha_instruction.h2
-rw-r--r--usr.bin/pmdb/arch/alpha/alpha_trace.c2
-rw-r--r--usr.bin/pmdb/arch/i386/Makefile.inc2
-rw-r--r--usr.bin/pmdb/arch/i386/i386.c2
-rw-r--r--usr.bin/pmdb/arch/sparc/sparc.c2
-rw-r--r--usr.bin/pmdb/arch/sparc64/sparc64.c2
-rw-r--r--usr.bin/pmdb/break.c2
-rw-r--r--usr.bin/pmdb/break.h2
-rw-r--r--usr.bin/pmdb/clit.c2
-rw-r--r--usr.bin/pmdb/clit.h2
-rw-r--r--usr.bin/pmdb/elf_syms.c2
-rw-r--r--usr.bin/pmdb/pmdb.12
-rw-r--r--usr.bin/pmdb/pmdb.c2
-rw-r--r--usr.bin/pmdb/pmdb.h2
-rw-r--r--usr.bin/pmdb/process.c2
-rw-r--r--usr.bin/pmdb/signal.c2
-rw-r--r--usr.bin/pmdb/symbol.c2
-rw-r--r--usr.bin/pmdb/symbol.h2
21 files changed, 21 insertions, 21 deletions
diff --git a/usr.bin/pmdb/Makefile b/usr.bin/pmdb/Makefile
index f34eeb1aac9..58da386cf3e 100644
--- a/usr.bin/pmdb/Makefile
+++ b/usr.bin/pmdb/Makefile
@@ -1,4 +1,4 @@
-# $PMDB: Makefile,v 1.10 2002/03/07 14:27:08 art Exp $
+# $OpenBSD: Makefile,v 1.3 2002/03/15 16:41:05 jason Exp $
.include <bsd.own.mk>
diff --git a/usr.bin/pmdb/aout_syms.c b/usr.bin/pmdb/aout_syms.c
index 9af258f0786..db9c558a90a 100644
--- a/usr.bin/pmdb/aout_syms.c
+++ b/usr.bin/pmdb/aout_syms.c
@@ -1,4 +1,4 @@
-/* $PMDB: aout_syms.c,v 1.17 2002/03/11 21:46:12 art Exp $ */
+/* $OpenBSD: aout_syms.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Federico Schwindt <fgsch@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/arch/alpha/alpha.c b/usr.bin/pmdb/arch/alpha/alpha.c
index a09f59f036e..9e5fd953b16 100644
--- a/usr.bin/pmdb/arch/alpha/alpha.c
+++ b/usr.bin/pmdb/arch/alpha/alpha.c
@@ -1,4 +1,4 @@
-/* $PMDB: alpha.c,v 1.4 2002/02/21 02:20:51 art Exp $ */
+/* $OpenBSD: alpha.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/arch/alpha/alpha_instruction.h b/usr.bin/pmdb/arch/alpha/alpha_instruction.h
index 631aad909ea..e6a240c1fdc 100644
--- a/usr.bin/pmdb/arch/alpha/alpha_instruction.h
+++ b/usr.bin/pmdb/arch/alpha/alpha_instruction.h
@@ -1,4 +1,4 @@
-/* $PMDB: alpha_instruction.h,v 1.3 2002/01/30 23:14:34 art Exp $ */
+/* $OpenBSD: alpha_instruction.h,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/arch/alpha/alpha_trace.c b/usr.bin/pmdb/arch/alpha/alpha_trace.c
index a0c4f6c73bd..be2d37b84a4 100644
--- a/usr.bin/pmdb/arch/alpha/alpha_trace.c
+++ b/usr.bin/pmdb/arch/alpha/alpha_trace.c
@@ -1,4 +1,4 @@
-/* $PMDB: alpha_trace.c,v 1.5 2002/03/10 10:52:16 art Exp $ */
+/* $OpenBSD: alpha_trace.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/arch/i386/Makefile.inc b/usr.bin/pmdb/arch/i386/Makefile.inc
index 7226cf7cbb4..a8691faaeaf 100644
--- a/usr.bin/pmdb/arch/i386/Makefile.inc
+++ b/usr.bin/pmdb/arch/i386/Makefile.inc
@@ -1,3 +1,3 @@
-# $PMDB: Makefile.inc,v 1.2 2002/01/30 23:20:13 fgs Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2002/03/15 16:41:06 jason Exp $
SRCS+= i386.c
diff --git a/usr.bin/pmdb/arch/i386/i386.c b/usr.bin/pmdb/arch/i386/i386.c
index 2612ef63568..89f479b22cd 100644
--- a/usr.bin/pmdb/arch/i386/i386.c
+++ b/usr.bin/pmdb/arch/i386/i386.c
@@ -1,4 +1,4 @@
-/* $PMDB: i386.c,v 1.5 2002/02/21 01:54:44 art Exp $ */
+/* $OpenBSD: i386.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Federico Schwindt <fgsch@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/arch/sparc/sparc.c b/usr.bin/pmdb/arch/sparc/sparc.c
index 70aeb7687b8..ae5120feeff 100644
--- a/usr.bin/pmdb/arch/sparc/sparc.c
+++ b/usr.bin/pmdb/arch/sparc/sparc.c
@@ -1,4 +1,4 @@
-/* $PMDB: sparc.c,v 1.4 2002/03/05 12:04:26 art Exp $ */
+/* $OpenBSD: sparc.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Federico Schwindt <fgsch@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/arch/sparc64/sparc64.c b/usr.bin/pmdb/arch/sparc64/sparc64.c
index d4f44a56402..4dbbf811572 100644
--- a/usr.bin/pmdb/arch/sparc64/sparc64.c
+++ b/usr.bin/pmdb/arch/sparc64/sparc64.c
@@ -1,4 +1,4 @@
-/* $PMDB: sparc64.c,v 1.6 2002/03/07 01:10:52 art Exp $ */
+/* $OpenBSD: sparc64.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/break.c b/usr.bin/pmdb/break.c
index e7eaa61077a..3cd4ae5e8c4 100644
--- a/usr.bin/pmdb/break.c
+++ b/usr.bin/pmdb/break.c
@@ -1,4 +1,4 @@
-/* $PMDB: break.c,v 1.7 2002/03/12 11:28:28 art Exp $ */
+/* $OpenBSD: break.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/break.h b/usr.bin/pmdb/break.h
index a4513e0ddfc..c22e01751b0 100644
--- a/usr.bin/pmdb/break.h
+++ b/usr.bin/pmdb/break.h
@@ -1,4 +1,4 @@
-/* $PMDB: break.h,v 1.4 2002/03/11 23:39:49 art Exp $ */
+/* $OpenBSD: break.h,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/clit.c b/usr.bin/pmdb/clit.c
index 3dab6a9231a..bb05e321306 100644
--- a/usr.bin/pmdb/clit.c
+++ b/usr.bin/pmdb/clit.c
@@ -1,4 +1,4 @@
-/* $PMDB: clit.c,v 1.11 2002/03/07 13:57:28 art Exp $ */
+/* $OpenBSD: clit.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/clit.h b/usr.bin/pmdb/clit.h
index d0479ec0354..1b0551bdcb4 100644
--- a/usr.bin/pmdb/clit.h
+++ b/usr.bin/pmdb/clit.h
@@ -1,4 +1,4 @@
-/* $PMDB: clit.h,v 1.8 2002/03/07 13:57:28 art Exp $ */
+/* $OpenBSD: clit.h,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/elf_syms.c b/usr.bin/pmdb/elf_syms.c
index cba56fee07d..0df200acc7b 100644
--- a/usr.bin/pmdb/elf_syms.c
+++ b/usr.bin/pmdb/elf_syms.c
@@ -1,4 +1,4 @@
-/* $PMDB: elf_syms.c,v 1.18 2002/03/11 23:39:49 art Exp $ */
+/* $OpenBSD: elf_syms.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/pmdb.1 b/usr.bin/pmdb/pmdb.1
index e2ecd5ae8de..d1d54f1e574 100644
--- a/usr.bin/pmdb/pmdb.1
+++ b/usr.bin/pmdb/pmdb.1
@@ -1,4 +1,4 @@
-.\" $PMDB: pmdb.1,v 1.2 2002/02/20 15:16:27 art Exp $
+.\" $OpenBSD: pmdb.1,v 1.2 2002/03/15 16:41:06 jason Exp $
.\"
.\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
diff --git a/usr.bin/pmdb/pmdb.c b/usr.bin/pmdb/pmdb.c
index 5f7740f89e9..9f290954e2c 100644
--- a/usr.bin/pmdb/pmdb.c
+++ b/usr.bin/pmdb/pmdb.c
@@ -1,4 +1,4 @@
-/* $PMDB: pmdb.c,v 1.41 2002/03/12 14:24:30 art Exp $ */
+/* $OpenBSD: pmdb.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/pmdb.h b/usr.bin/pmdb/pmdb.h
index 18d5cf023c7..055201ecf81 100644
--- a/usr.bin/pmdb/pmdb.h
+++ b/usr.bin/pmdb/pmdb.h
@@ -1,4 +1,4 @@
-/* $PMDB: pmdb.h,v 1.26 2002/03/11 23:39:49 art Exp $ */
+/* $OpenBSD: pmdb.h,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/process.c b/usr.bin/pmdb/process.c
index 727613b57be..3c08fa711bd 100644
--- a/usr.bin/pmdb/process.c
+++ b/usr.bin/pmdb/process.c
@@ -1,4 +1,4 @@
-/* $PMDB: process.c,v 1.19 2002/03/11 23:39:49 art Exp $ */
+/* $OpenBSD: process.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/signal.c b/usr.bin/pmdb/signal.c
index cac71ce737e..aac9058f783 100644
--- a/usr.bin/pmdb/signal.c
+++ b/usr.bin/pmdb/signal.c
@@ -1,4 +1,4 @@
-/* $PMDB: signal.c,v 1.10 2002/03/07 13:56:56 art Exp $ */
+/* $OpenBSD: signal.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/symbol.c b/usr.bin/pmdb/symbol.c
index 8f6d1e6f64e..d4d9bd3e280 100644
--- a/usr.bin/pmdb/symbol.c
+++ b/usr.bin/pmdb/symbol.c
@@ -1,4 +1,4 @@
-/* $PMDB: symbol.c,v 1.5 2002/03/07 14:27:08 art Exp $ */
+/* $OpenBSD: symbol.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
diff --git a/usr.bin/pmdb/symbol.h b/usr.bin/pmdb/symbol.h
index 638e48150ff..5a7d28b98b7 100644
--- a/usr.bin/pmdb/symbol.h
+++ b/usr.bin/pmdb/symbol.h
@@ -1,4 +1,4 @@
-/* $PMDB: symbol.h,v 1.7 2002/03/07 14:27:08 art Exp $ */
+/* $OpenBSD: symbol.h,v 1.2 2002/03/15 16:41:06 jason Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.