Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR 7071: Optional $context variables fix | Rajan Arora | 2009-03-11 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | * tapsets.cxx (dwarf_var_expanding_visitor::visit_target_symbol): Substitute erroneous target symbol with literal 0 if session level flag, skip_badvars is set. * session.h (struct systemtap_session): New flag: skip_badvars. * main.cxx: Command line argument --skip-badvars added. * stap.1.in: Entry for new option --skip-badvars. * NEWS: Added blurb for new option now available. * testsuite/semok/badvar.stp: Test case to check added functionality. | ||||
* | Add placeholder for new news | Frank Ch. Eigler | 2009-03-07 | 1 | -0/+2 |
| | |||||
* | Add NEWS and manpage info about @cast() | Josh Stone | 2009-02-18 | 1 | -0/+6 |
| | |||||
* | version bump to 0.9 throughout | Frank Ch. Eigler | 2009-02-17 | 1 | -5/+2 |
| | |||||
* | Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script. | Mark Wielaard | 2009-02-04 | 1 | -0/+7 |
| | |||||
* | Mention run-stap in NEWS. | Mark Wielaard | 2009-02-04 | 1 | -2/+8 |
| | |||||
* | Add beginner guide to NEWS. | Mark Wielaard | 2009-02-04 | 1 | -0/+9 |
| | |||||
* | Mention SystemTap Tapset Reference Manual in NEWS. | Mark Wielaard | 2009-02-04 | 1 | -0/+6 |
| | |||||
* | Document client/server certificate management and tools. | Dave Brolley | 2009-02-03 | 1 | -1/+4 |
| | |||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-02-02 | 1 | -1/+9 |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog NEWS | ||||
| * | Add documentation for .label("label") | Stan Cox | 2009-02-02 | 1 | -1/+4 |
| | | |||||
| * | PR6936: Add systemtap initscript and systemtap-initscript subpackage. | Masami Hiramatsu | 2009-01-30 | 1 | -0/+5 |
| | | |||||
* | | Update NEWS and stap-server man page. Don't require client/server | Dave Brolley | 2009-02-02 | 1 | -15/+14 |
|/ | | | | platform compatibility for pahes 1-4. | ||||
* | PR9768: hint at bug fix in NEWS | Frank Ch. Eigler | 2009-01-23 | 1 | -2/+2 |
| | |||||
* | PR5892: rename new -B /PATH to -r /PATH; merge functionality | Frank Ch. Eigler | 2008-12-03 | 1 | -2/+3 |
| | |||||
* | BZ 5892: Add stap -B to sic systemtap at an alternate kernel build tree | Rajan Arora | 2008-12-01 | 1 | -0/+3 |
| | |||||
* | NEWS: add blurbs re "stap -t" skippage and shared library probing | Frank Ch. Eigler | 2008-11-29 | 1 | -0/+15 |
| | |||||
* | NEWS: expanded recent blurbs | Frank Ch. Eigler | 2008-11-29 | 1 | -2/+13 |
| | |||||
* | PR6925: --vp (per-pass verbosity) option | Frank Ch. Eigler | 2008-11-18 | 1 | -0/+3 |
| | |||||
* | note possible effects of interruptible probe handlers | Frank Ch. Eigler | 2008-11-18 | 1 | -0/+4 |
| | |||||
* | make room for post-v0.8 news | Frank Ch. Eigler | 2008-11-13 | 1 | -0/+3 |
| | |||||
* | update NEWS version | Frank Ch. Eigler | 2008-11-13 | 1 | -1/+1 |
| | |||||
* | BZ467652: support old-style stap -c "FOO > BAR" usage by backing down to ↵ | Frank Ch. Eigler | 2008-10-23 | 1 | -2/+5 |
| | | | | sh -c if needed. | ||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-10-10 | 1 | -0/+4 |
|\ | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added NEWS entry for source context fix | ||||
| * | Added NEWS entry for source context fix | Rajan Arora | 2008-10-10 | 1 | -0/+4 |
| | | |||||
* | | reword NEWS blurb on cache limiting | Frank Ch. Eigler | 2008-10-10 | 1 | -5/+4 |
|/ | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Elliott Baron | 2008-10-10 | 1 | -0/+6 |
|\ | |||||
| * | Added cache limiting info to man page and NEWS. | Kent Sebastian | 2008-10-10 | 1 | -0/+6 |
| | | |||||
* | | Added NEWS entry for stap-report tool | Elliott Baron | 2008-10-10 | 1 | -0/+4 |
|/ | |||||
* | tweak anon-struct test case and news blurb | Frank Ch. Eigler | 2008-09-25 | 1 | -2/+4 |
| | |||||
* | Handling members with anonymous structs / unions | Prerna | 2008-09-25 | 1 | -0/+2 |
| | |||||
* | add new stap -F (flight recorder) option that just passes through to staprun -L | Nobuhiro Tachino | 2008-09-16 | 1 | -0/+5 |
| | |||||
* | Add network security warning for the client/server. | Dave Brolley | 2008-09-10 | 1 | -1/+7 |
| | |||||
* | Add $return context variables on per-process-syscall.return probes | Masami Hiramatsu | 2008-09-09 | 1 | -0/+2 |
| | |||||
* | Add $argN context variables on per-process-syscall probes | Masami Hiramatsu | 2008-09-09 | 1 | -0/+4 |
| | |||||
* | tiny grammar fix in NEWS | Josh Stone | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | PR6445: documentation, mopping up | Frank Ch. Eigler | 2008-09-06 | 1 | -0/+12 |
| | |||||
* | add comments explaining why '-L' works; add NEWS blurb too | Frank Ch. Eigler | 2008-09-05 | 1 | -0/+7 |
| | |||||
* | add user-space probing blurb | Frank Ch. Eigler | 2008-09-02 | 1 | -6/+31 |
| | |||||
* | Update NEWS regarding the systemtap client/server. | Dave Brolley | 2008-08-29 | 1 | -0/+9 |
| | |||||
* | fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurb | Frank Ch. Eigler | 2008-08-28 | 1 | -4/+4 |
| | |||||
* | Document written but unread global variable automatic display. | Stan Cox | 2008-08-28 | 1 | -0/+7 |
| | |||||
* | PR6836: tweak $$return formatting | Frank Ch. Eigler | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | PR6836: $$vars extensions, $$return | Frank Ch. Eigler | 2008-08-15 | 1 | -1/+4 |
| | |||||
* | move post-0.7 news tidbit to the top | Frank Ch. Eigler | 2008-08-05 | 1 | -3/+2 |
| | |||||
* | Add test for $$vars, $$params, $$locals. | Stan Cox | 2008-08-05 | 1 | -0/+4 |
| | |||||
* | version bump to 0.7.1 | Frank Ch. Eigler | 2008-07-16 | 1 | -0/+3 |
| | |||||
* | PR6736: changelogs for post-merge compiled unwind/symbols data reorganization | Frank Ch. Eigler | 2008-07-10 | 1 | -4/+0 |
| | |||||
* | Update documentation for .statement wildcard. | Stan Cox | 2008-06-23 | 1 | -0/+4 |
| | |||||
* | PR5643: mention in src/NEWS since the speedup effect is dramatic | Frank Ch. Eigler | 2008-06-10 | 1 | -0/+3 |
| |