summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* PR10524: brag in NEWSFrank Ch. Eigler2009-09-091-0/+3
|
* Add a NEWS blurb for || and && in the preprocessorJosh Stone2009-08-281-0/+3
|
* PR4186 cont'd: clarify ARCH naming in NEWS tooFrank Ch. Eigler2009-08-251-0/+6
|
* PR4186: cross-architecture probe buildingFrank Ch. Eigler2009-08-241-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 nameFrank Ch. Eigler2009-08-181-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 Stone2009-08-041-0/+2
|\
| * Version bumps for the 0.9.9 releaseJosh Stone2009-08-041-1/+1
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-0/+50
|\|
| * Add many more NEWS entries for recent featuresJosh Stone2009-08-041-2/+31
| |
| * Add NEWS on stapgraphTim Moore2009-08-041-0/+5
| |
| * Add NEWS on DW_OP_call_frame_CFA, uprobes/ustack, .probes and statement().Mark Wielaard2009-08-041-0/+16
| |
* | Add NEWS about unprivileged user supportDave Brolley2009-08-041-0/+38
|/
* NEWS: note faster pass-2Frank Ch. Eigler2009-07-311-0/+3
|
* PR10279: add -DKRETACTIVE=nnnn parameterFrank Ch. Eigler2009-06-131-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 releaseJosh Stone2009-06-111-1/+1
|
* Pick up some NEWS items from the release notesJosh Stone2009-06-111-0/+7
|
* Add nd_syscalls NEWSJosh Stone2009-06-101-0/+6
|
* Reformat the module signing NEWSJosh Stone2009-06-101-7/+8
|
* Describe new module signing capability.Dave Brolley2009-05-051-0/+7
|
* new NEWS sectionFrank Ch. Eigler2009-04-241-0/+3
|
* Version bumps for 0.9.7 releaseJosh Stone2009-04-231-1/+1
|
* Version bumps for 0.9.6 releaseJosh Stone2009-04-231-1/+1
|
* Add NEWS entry about EXPERIMENTAL support for user process unwinding.Mark Wielaard2009-04-231-0/+15
|
* Document @cast-with-headersJosh Stone2009-04-211-0/+5
|
* Documentation updates for kprobe.function familyAnanth N Mavinakayanahalli2009-04-211-0/+6
|
* PR9953: split up the two process.* tapsetsJosh Stone2009-04-141-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 indentationJosh Stone2009-04-141-14/+14
|
* PR10019: --skip-badvars to suppress run-time memory errors tooFrank Ch. Eigler2009-04-011-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 releaseJosh Stone2009-03-271-1/+1
|
* NEWS: Mention disable-pie, sdt.h compat, syscall wrappers and CVE-2009-0784.Mark Wielaard2009-03-251-0/+12
|
* NEWS: Document mark/trace list mode, interrupt reentrancy, reentrancy debug.Mark Wielaard2009-03-251-0/+12
|
* NEWS: Fix man 3stap description to original.Mark Wielaard2009-03-251-6/+5
|
* NEWS: Add description of probe process().insn and process().insn.block.Mark Wielaard2009-03-251-0/+9
|
* NEWS: Document how to see man pages for probes and functions in 3stap section.Mark Wielaard2009-03-251-2/+5
|
* Add NEWS entry for the manpages.William Cohen2009-03-241-0/+4
|
* Add a tracepoint NEWS blurbJosh Stone2009-03-201-0/+7
|
* Document @cast module search pathsJosh Stone2009-03-201-0/+5
|
* tweak NEWS blurb wording on --skip-badvarsFrank Ch. Eigler2009-03-201-3/+3
|
* PR6930: stap: supports on-file flight recorder optionsMasami Hiramatsu2009-03-201-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 Rintel2009-03-191-0/+5
|
* PR 7071: Optional $context variables fixRajan Arora2009-03-111-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 newsFrank Ch. Eigler2009-03-071-0/+2
|
* Add NEWS and manpage info about @cast()Josh Stone2009-02-181-0/+6
|
* version bump to 0.9 throughoutFrank Ch. Eigler2009-02-171-5/+2
|
* Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script.Mark Wielaard2009-02-041-0/+7
|
* Mention run-stap in NEWS.Mark Wielaard2009-02-041-2/+8
|
* Add beginner guide to NEWS.Mark Wielaard2009-02-041-0/+9
|
* Mention SystemTap Tapset Reference Manual in NEWS.Mark Wielaard2009-02-041-0/+6
|
* Document client/server certificate management and tools.Dave Brolley2009-02-031-1/+4
|
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-02-021-1/+9
|\ | | | | | | | | | | | | Conflicts: ChangeLog NEWS