summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-08-20 14:59:01 -0400
committerDave Brolley <brolley@redhat.com>2008-08-20 14:59:01 -0400
commit2ae0d25c4181d2d7e89690013f935ad27e071457 (patch)
tree39d664f422eafd858fa7c39fbbef7fcbdc30f2b3
parentdce882537b3a31d0b4fa2ebac0d4984ed6acd302 (diff)
downloadsystemtap-steved-2ae0d25c4181d2d7e89690013f935ad27e071457.tar.gz
systemtap-steved-2ae0d25c4181d2d7e89690013f935ad27e071457.tar.xz
systemtap-steved-2ae0d25c4181d2d7e89690013f935ad27e071457.zip
Add ChangeLog entries
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b4ffe32..41479089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2008-08-20 Dave Brolley <brolley@redhat.com>
+
+ * stap-client: Ignore SIGHUP and SIGPIPE.
+ (initialization): Set b_specified.:
+ (parse_options): Handle the -b option. Quote $stap_arg. Use process_m.
+ (process_m): New function.
+ (process_o): Set stdout_redirection to simply the filename.
+ (process_response): Obtain the exit code from stap on the server side.
+ Copy the module to the current directory if -m was specified.
+ Call stream_output.
+ (stream_output): It's back.
+ (maybe_call_staprun): Print status messages for -v. Leave v_level
+ unchanged. Pass -o option to staprun. Wait until the staprun job
+ disappears.
+ (terminate): Redirect message to stderr.
+ (interrupt): Only kill staprun if it's still running. Call cleanup
+ if exiting.
+ (ignore_signal): New function.
+ * stap-server (receive_request): Quote the job specifier.
+ (send_response): Likewise.
+ (read_data_file): Use read to check the first line. Use cat the read
+ the entire file.
+ * stap-serverd (listen): Quote job specifier.
+ (terminate): Likewise.
+
2008-08-19 David Smith <dsmith@redhat.com>
PR 6841