summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authortrz <trz>2005-07-14 21:07:00 +0000
committertrz <trz>2005-07-14 21:07:00 +0000
commit40c0fe2b6aa89299491ebbfb2a23833986e8ba1b (patch)
tree53501a7ee9aa3f850f7be9f6af2f8e8a04f48937 /runtime
parent50875c433ed3de7d1f3ea5a630f5cc40bd981507 (diff)
downloadsystemtap-steved-40c0fe2b6aa89299491ebbfb2a23833986e8ba1b.tar.gz
systemtap-steved-40c0fe2b6aa89299491ebbfb2a23833986e8ba1b.tar.xz
systemtap-steved-40c0fe2b6aa89299491ebbfb2a23833986e8ba1b.zip
*** empty log message ***
Diffstat (limited to 'runtime')
-rw-r--r--runtime/stpd/ChangeLog4
-rw-r--r--runtime/transport/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/runtime/stpd/ChangeLog b/runtime/stpd/ChangeLog
index 9a13ffc9..2f403049 100644
--- a/runtime/stpd/ChangeLog
+++ b/runtime/stpd/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-14 Tom Zanussi <zanussi@us.ibm.com>
+
+ * librelay.c (reader_thread): Add missing pthread_mutex_lock
+
2005-07-14 Frank Ch. Eigler <fche@redhat.com>
* stpd.c (main): Pass !quiet mode to init_stp().
diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog
index bf049fe0..09ea19e2 100644
--- a/runtime/transport/ChangeLog
+++ b/runtime/transport/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-14 Tom Zanussi <zanussi@us.ibm.com>
+
+ * netlink.c (_stp_netlink_open): Add missing delayed_pkts
+ initialization.
+
2005-07-08 Martin Hunt <hunt@redhat.com>
* transport.c: Rename pid to _stp_pid.