Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR10524: brag in NEWS | Frank Ch. Eigler | 2009-09-09 | 1 | -0/+3 |
| | |||||
* | Add a NEWS blurb for || and && in the preprocessor | Josh Stone | 2009-08-28 | 1 | -0/+3 |
| | |||||
* | PR4186 cont'd: clarify ARCH naming in NEWS too | Frank Ch. Eigler | 2009-08-25 | 1 | -0/+6 |
| | |||||
* | PR4186: cross-architecture probe building | Frank Ch. Eigler | 2009-08-24 | 1 | -0/+9 |
| | | | | | | | | | | | * main.cxx (main): Add 'a:' and 'B:' options. * session.h (kbuildflags): New place to store -B args. * testsuite/systemtap.base/cmd_parse.exp: Test them lightly. * buildrun.cxx (run_make_cmd): Use "--no-print-directory" rather than ">/dev/null" in kbuild invocations. Pass '-a' and '-B' flags along. * hash.cxx (find_script_hash): Add them. * NEWS, stap.1.in: Mention this. | ||||
* | PR10495: allow multiple probe aliases with same name | Frank Ch. Eigler | 2009-08-18 | 1 | -0/+6 |
| | | | | | | | | * elaborate.cxx (match_node::bind): Change ->end to ->ends[] vector. (find_and_build,build_no_more): Iterate over ends[]. * elaborate.h: Corresponding changes. * testsuite/semok/thirtyfour.stp: New test. * NEWS, doc/langref.tex: Note this. | ||||
* | Merge branch 'release' | Josh Stone | 2009-08-04 | 1 | -0/+2 |
|\ | |||||
| * | Version bumps for the 0.9.9 release | Josh Stone | 2009-08-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-08-04 | 1 | -0/+50 |
|\| | |||||
| * | Add many more NEWS entries for recent features | Josh Stone | 2009-08-04 | 1 | -2/+31 |
| | | |||||
| * | Add NEWS on stapgraph | Tim Moore | 2009-08-04 | 1 | -0/+5 |
| | | |||||
| * | Add NEWS on DW_OP_call_frame_CFA, uprobes/ustack, .probes and statement(). | Mark Wielaard | 2009-08-04 | 1 | -0/+16 |
| | | |||||
* | | Add NEWS about unprivileged user support | Dave Brolley | 2009-08-04 | 1 | -0/+38 |
|/ | |||||
* | NEWS: note faster pass-2 | Frank Ch. Eigler | 2009-07-31 | 1 | -0/+3 |
| | |||||
* | PR10279: add -DKRETACTIVE=nnnn parameter | Frank Ch. Eigler | 2009-06-13 | 1 | -0/+5 |
| | | | | | | | * tapsets.cxx (dwarf/kprobe_derived_...::emit_decl/init): Define and use KRETPROBE instead of hard-coded max(...) values. Raise the default 50%. * testsuite/buildok/thirtytwo.stp: New test. | ||||
* | Version bumps for the 0.9.8 release | Josh Stone | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | Pick up some NEWS items from the release notes | Josh Stone | 2009-06-11 | 1 | -0/+7 |
| | |||||
* | Add nd_syscalls NEWS | Josh Stone | 2009-06-10 | 1 | -0/+6 |
| | |||||
* | Reformat the module signing NEWS | Josh Stone | 2009-06-10 | 1 | -7/+8 |
| | |||||
* | Describe new module signing capability. | Dave Brolley | 2009-05-05 | 1 | -0/+7 |
| | |||||
* | new NEWS section | Frank Ch. Eigler | 2009-04-24 | 1 | -0/+3 |
| | |||||
* | Version bumps for 0.9.7 release | Josh Stone | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Version bumps for 0.9.6 release | Josh Stone | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Add NEWS entry about EXPERIMENTAL support for user process unwinding. | Mark Wielaard | 2009-04-23 | 1 | -0/+15 |
| | |||||
* | Document @cast-with-headers | Josh Stone | 2009-04-21 | 1 | -0/+5 |
| | |||||
* | Documentation updates for kprobe.function family | Ananth N Mavinakayanahalli | 2009-04-21 | 1 | -0/+6 |
| | |||||
* | PR9953: split up the two process.* tapsets | Josh Stone | 2009-04-14 | 1 | -0/+5 |
| | | | | | | | The overlapping process.* tapsets are now separated. Those probe points documented in stapprobes(3stap) remain the same. Those that were formerly in stapprobes.process(3stap) have been renamed to kprocess, to reflect their kernel perspective on processes. | ||||
* | Adjust NEWS indentation | Josh Stone | 2009-04-14 | 1 | -14/+14 |
| | |||||
* | PR10019: --skip-badvars to suppress run-time memory errors too | Frank Ch. Eigler | 2009-04-01 | 1 | -0/+7 |
| | | | | | | | | * NEWS: Note this change. * hash.cxx (find_script_hash): Add s.skip_badvars into hash. * translate.cxx (translate_pass): Emit STP_SKIP_BADVARS. * runtime/loc2c-runtime.h (DEREF_FAULT, STORE_DEREF_FAULT): Provide dummy implementation if STP_SKIP_BADVARS. | ||||
* | Version bumps for 0.9.5 release | Josh Stone | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | NEWS: Mention disable-pie, sdt.h compat, syscall wrappers and CVE-2009-0784. | Mark Wielaard | 2009-03-25 | 1 | -0/+12 |
| | |||||
* | NEWS: Document mark/trace list mode, interrupt reentrancy, reentrancy debug. | Mark Wielaard | 2009-03-25 | 1 | -0/+12 |
| | |||||
* | NEWS: Fix man 3stap description to original. | Mark Wielaard | 2009-03-25 | 1 | -6/+5 |
| | |||||
* | NEWS: Add description of probe process().insn and process().insn.block. | Mark Wielaard | 2009-03-25 | 1 | -0/+9 |
| | |||||
* | NEWS: Document how to see man pages for probes and functions in 3stap section. | Mark Wielaard | 2009-03-25 | 1 | -2/+5 |
| | |||||
* | Add NEWS entry for the manpages. | William Cohen | 2009-03-24 | 1 | -0/+4 |
| | |||||
* | Add a tracepoint NEWS blurb | Josh Stone | 2009-03-20 | 1 | -0/+7 |
| | |||||
* | Document @cast module search paths | Josh Stone | 2009-03-20 | 1 | -0/+5 |
| | |||||
* | tweak NEWS blurb wording on --skip-badvars | Frank Ch. Eigler | 2009-03-20 | 1 | -3/+3 |
| | |||||
* | PR6930: stap: supports on-file flight recorder options | Masami Hiramatsu | 2009-03-20 | 1 | -0/+17 |
| | | | | | | | Add on-file flight recorder options (the combination of -F and -o, and -S option) to stap command, and change manpages and NEWS. - Both of -F and -o is specified, stap passes -D option to staprun. - stap just passes -S option to staprun. | ||||
* | Disable kprobe blacklist in guru mode. | Lubomir Rintel | 2009-03-19 | 1 | -0/+5 |
| | |||||
* | 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 |