From: Dave Brolley Date: Mon, 2 Feb 2009 21:00:01 +0000 (-0500) Subject: Merge branch 'master' of git://sources.redhat.com/git/systemtap X-Git-Tag: release-0.9~81 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d777f0978faec5ee006deb83a15dec707e920c01;p=systemtap.git Merge branch 'master' of git://sources.redhat.com/git/systemtap Conflicts: ChangeLog NEWS --- d777f0978faec5ee006deb83a15dec707e920c01 diff --cc ChangeLog index 47937846b,a3e997812..f743fd0f9 --- a/ChangeLog +++ b/ChangeLog @@@ -1,14 -1,25 +1,36 @@@ +2009-02-02 Dave Brolley + + * NEWS: Update status of client/server. + * stap-server (initialization): Ensure that all server response + files are created. + (check_request): Parse the client's command line here. + (check_comnpatibility): Don't require client/server platform match + for phases 1-4. + (fatal,error): Correct quoting typos. + stap-server.8.in: Add SSL information. + + 2009-02-02 Stan Cox + + * NEWS, stapprobes.5.in: Add process.label. + + 2009-02-01 Stan Cox + + * tapsets.cxx (dwflpp::iterate_over_cu_labels): New. + (query_cu): Use it. + (dwarf_derived_probe::register_patterns): Register .label. + + 2009-02-01 Mark Wielaard + + * translate.cxx (dump_unwindsyms): Process extra_offset with + dwfl_module_relocate_address. + + 2009-01-30 Masami Hiramatsu + + PR6936 + * configure.ac (AC_CONFIG_FILES): Add initscript/systemtap.in. + * configure: Regenerated. + * systemtap.spec: Add systemtap-initscript subpackage. + 2009-01-30 Dave Brolley * Makefile.am (install-scripts): New target. Set exec_prefix and diff --cc NEWS index 91cc34883,81887a7f0..16e0d2ba4 --- a/NEWS +++ b/NEWS @@@ -1,19 -1,13 +1,27 @@@ * What's new +- The systemtap client and compile server are now available. + These allow you to compile a systemtap module on a host other than + the one which it will be run, providing the client and server + are compatible. Other than using a server for passes 1 through + 4, the client behaves like the 'stap' front end itself. This + means, among other things, that the client will automatically + load the resulting module on the local host unless -p[1234] + was specified. + + The client/server now use SSL for network connection security and + for signing. + + See stap-server(8) for more details. + + - function("func").label("label") probes are now supported to allow matching + the label of a function. + + - Systemtap initscript is available. This initscript allows you to run + systemtap scripts as system services (in flight recorder mode) and + control those scripts individually. + See README.initscript for details. + - The stap "-r DIR" option may be used to identify a hand-made kernel build directory. The tool determines the appropriate release string automatically from the directory.