summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-07-15 12:18:32 -0400
committerDave Brolley <brolley@redhat.com>2008-07-15 12:18:32 -0400
commit63c771705b4e9d05bcaa005e42df07ae75a5c215 (patch)
tree45b9e6bbcb48b544c974259931001cb040b0b925
parenta7a68293cc9147b915017ce72f2fdf630fda826c (diff)
downloadsystemtap-steved-63c771705b4e9d05bcaa005e42df07ae75a5c215.tar.gz
systemtap-steved-63c771705b4e9d05bcaa005e42df07ae75a5c215.tar.xz
systemtap-steved-63c771705b4e9d05bcaa005e42df07ae75a5c215.zip
Add my name which was missing in some ChangeLog entries.
-rw-r--r--ChangeLog8
-rw-r--r--testsuite/ChangeLog2
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 56d98046..8f00722a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
(utrace_var_expanding_copy_visitor::visit_target_symbol):
Synthesize a function to get the value of $syscall.
-2008-07-14 <brolley@redhat.com>
+2008-07-14 Dave Brolley <brolley@redhat.com>
* Makefile.am (bin_SCRIPTS): Add stap-client, stap-server, stap-serverd.
* Makefile.in: Regenerated.
@@ -84,7 +84,7 @@
* translate.cxx (visit_comparison): Remove unnecessary comparison.
* translate.cxx (emit_symbol_data): Remove unused local variable.
-2008-07-08 <brolley@redhat.com>
+2008-07-08 Dave Brolley <brolley@redhat.com>
* stap-client (client_sysinfo): Use `uname -rvm`.
(receive_response): Wait for "done:" from the server. Clear server_ip
@@ -119,7 +119,7 @@
* translate.cxx (translate_pass): Don't #include <linux/compile.h>.
-2008-07-03 <brolley@redhat.com>
+2008-07-03 Dave Brolley <brolley@redhat.com>
* stap-serverd: New script.
* stap-client (client_sysinfo): Client sysinfo is stripped down to
@@ -467,7 +467,7 @@
* translate.cxx (c_unparser::emit_module_init): Use UTS_RELEASE
instead of uts_sem/utsname() as kernel version-checking hack.
-2008-06-02 <brolley@redhat.com>
+2008-06-02 Dave Brolley <brolley@redhat.com>
* stap-client (initialization): port is no longer hard coded.
Initialize avahi_service_tag to _stap._tcp.
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index b563cc89..14243b80 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,4 +1,4 @@
-2008-07-14 <brolley@redhat.com>
+2008-07-14 Dave Brolley <brolley@redhat.com>
* Makefile.am (TOOL_OPTS): New variable.
(installcheck): Add $(TOOL_OPTS) to --tool_opts.