diff options
| author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-04 17:11:29 -0400 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-04 17:11:29 -0400 |
| commit | 53f7dd30e87fa480c5d43ce2a1312ce27a4372c9 (patch) | |
| tree | 4f1c64048d43c50c11877a66d3f7f918e43a0f7b /ChangeLog | |
| parent | 1b94bf6d310cf41041d0a6c24be85a892d443708 (diff) | |
| parent | 422b0781177e0755df5542e1c70e809e6f3cfe89 (diff) | |
| download | systemtap-steved-53f7dd30e87fa480c5d43ce2a1312ce27a4372c9.tar.gz systemtap-steved-53f7dd30e87fa480c5d43ce2a1312ce27a4372c9.tar.xz systemtap-steved-53f7dd30e87fa480c5d43ce2a1312ce27a4372c9.zip | |
Merge commit 'origin/master' into pr6429-comp-unwindsyms
* commit 'origin/master':
ubuntu (2.6.24-16-server) kernel compatibility fix
client/server take 2. See bz6565.
Add functioncallcount.meta and functioncallcount.stp.
Add para-callgraph.stp and para-callgraph.meta.
Fixed __stp_get_mm_path() error return code.
diagnostics improvement: print arch/mach at top if -vv
Make _vfs.generic_commit_write only for kernel<=2.6.25
Handles "mortally wounded" threads correctly when detaching.
further clarify that elfutils need not be absolutely freshest, nor rebuilt every time
point out releases/ directory; clarify optionality of elfutils bundling
Add auto_free_ref to auto_free stuff; bug 6694
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +2008-07-03 Frank Ch. Eigler <fche@elastic.org> + + * translate.cxx (translate_pass): Don't #include <linux/compile.h>. + +2008-07-03 <brolley@redhat.com> + + * stap-serverd: New script. + * stap-client (client_sysinfo): Client sysinfo is stripped down to + the output of `uname -r` for now. + (package_request): Don't create temporary server tar file here. + (send_request): Communication protocol simplified. Use nc to send + the tar file. + (receive_response): Communication protocol eliminated. Simply wait + for the file from the server using nc. + (unpack_response): Create temporary server tar file here. Verify the + contents of the server's response. + (find_and_connect_to_server): Obtain server address and port from + avahi-browse. + (server_fatal): New function. + (check_server_error): Call server_fatal. + * stap-server (configuration): port is now provided as an argument. + Default to port 65001. + (initialization): Don't create temp work directory here. + (receive_request): Communication protocol simplified. Receive the + request file using nc. + (unpack_request): Make temp work directory here. Verify the contents + of the request. + (server_sysinfo): New function. + (check_compatibility): Exact match required. + (package_response): Don't use -p on tar command. + (send_response): Communication protocol eliminated. Simply send the + file using nc. + (main line): Pass "$@" to configuration. + +2008-07-01 Frank Ch. Eigler <fche@elastic.org> + + * main.cxx (main): In -vv mode, also dump out session arch/release + values right at the top. + +2008-06-29 Tim Moore <timoore@redhat.com> + + * Makefile.am (EXTRA_DIST): Add auto_free.h. + * Makefile.in: Regenerated. + * auto_free.h (auto_free_ref): New class to free references to + pointers allocated with malloc / realloc. + * tapsets.cxx (iterate_over_srcfile_lines): Use auto_free_ref at + top level of function to free srcsp. + 2008-06-27 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Fix |
