]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2009-09-03 Mark WielaardPR10552 followup, remove -M testcases.
2009-09-03 Mark WielaardPR10589 followup. tapsets.cxx _stp_warn formatting...
2009-09-02 Mark WielaardReturn, don't exit mysql.exp when unsupported.
2009-09-02 Frank Ch. EiglerPR10589: switch to kernel vscnprintf for _stp_{dbug...
2009-09-01 Stan CoxAdd mysql.exp to test dtrace like support for mysql.
2009-09-01 David SmithPR10552: Removed references to the merge ('-M') option.
2009-09-01 Josh StonePR10581: Use ARCH for tracepoints and kernel typequeries
2009-09-01 Wenji HuangProvide accurate error message for failed utrace probe
2009-08-31 Josh StoneUse a header-cast in nd_syscall.sigaltstack
2009-08-31 William CohenAdd virtual memory subsystem tracepoint examples.
2009-08-31 Josh StoneMirror the sys_sigaltstack fix in nd_syscalls
2009-08-29 Mark WielaardFix sys_sigaltstack ussp conditional.
2009-08-29 Mark WielaardTighten kernel.function alias_tapset.exp expect regexp...
2009-08-29 Mark WielaardFix overlapping statement probe error in warnings.stp.
2009-08-29 Mark WielaardTighten alias_tapset.exp expect regexp to not gobble...
2009-08-29 Josh StoneCache inline instance lookups
2009-08-28 Stan CoxHave dtrace use [wd] as the default dir when -o isn...
2009-08-28 Dave Brolleystap-client will now always choose a compatible server...
2009-08-28 David SmithAdded test for pr10568.
2009-08-28 Josh StoneAdd a NEWS blurb for || and && in the preprocessor
2009-08-28 Przemyslaw... Use || and && in preprocessor's conditions in tapsets.
2009-08-28 Przemyslaw... Support || and && in preprocessor's conditions.
2009-08-28 Mark WielaardCross check stap_compile.exp stap run result with error...
2009-08-28 Mark WielaardTighten stap_compile.exp regexp to not accidentially...
2009-08-27 Josh StonePR10568: Ensure that aliases pull in their tapset
2009-08-27 Mark Wielaardxfail backtrace.exp as PR6961 backtrace from non-pt_reg...
2009-08-27 Mark WielaardReturn, don't exit postgres.exp when unsupported.
2009-08-27 Stan CoxTeach postgres.exp to use a locally built version of...
2009-08-27 Josh StoneReorganize iterate_over_labels
2009-08-27 Josh StoneRemove unnecessary static members
2009-08-27 Josh StoneCleanup some deref handling in the task tapset
2009-08-26 Josh StoneCorrect a few comments to match the code
2009-08-26 Dave BrolleyIncrease avahi-browse timeout to 20 seconds.
2009-08-26 Dave BrolleyAllow 20 seconds for the server to start up.
2009-08-26 Mark WielaardPR4186 cont'd: Squash EM_S390 to s390.
2009-08-26 Josh StoneCompute cu_name dynamically
2009-08-26 Josh StoneAvoid needless Dwarf_Die copying
2009-08-26 Josh StoneConvert module_cu_cache_t to a stap_map
2009-08-26 Josh StoneIndex cu_inl_function_cache_t by function->addr
2009-08-26 Josh StoneIndex mod_cu_function_cache_t by cu->addr
2009-08-25 Frank Ch. EiglerPR4186 cont'd: clarify ARCH naming in NEWS too
2009-08-25 Frank Ch. EiglerPR4186 cont'd: option #2: standardize on kernel ARCH...
2009-08-25 Mark WielaardKFAIL cmd_parse15 on kernel < 2.6.29, see commit e0ccd3.
2009-08-25 Mark WielaardMake inlinedvars empty asm really empty.
2009-08-25 Josh StonePR2475: Filter filenames against the decl_file
2009-08-24 Frank Ch. EiglerPR4186 cont'd: uname -m --> uname -i in test cases
2009-08-24 Frank Ch. EiglerPR4186 cont'd: move tapset/i686 -> tapset/i386
2009-08-24 Frank Ch. EiglerPR4186 cont'd: tolerate older kbuild Makefile's chattiness
2009-08-24 Frank Ch. EiglerPR4186 cont'd: fix 32-bit i386 builds
2009-08-24 Mark WielaardRename cache.exp proc stap_compile to cache_compile...
2009-08-24 Mark WielaardFix failing uprobes.exp -p5 failures by removing traili...
2009-08-24 Frank Ch. EiglerPR4186: cross-architecture probe building
2009-08-24 Mark WielaardInitialize sdt_types testcase arr_char so that it is...
2009-08-24 Stan CoxSimplify mkstemp invocation.
2009-08-23 Frank Ch. EiglerPR10551: cont'd
2009-08-23 Frank Ch. EiglerPR10551: build compatibility for pax/grsecurity include...
2009-08-23 Frank Ch. Eiglerbuild fix: make buildable with elfutils < 0.142
2009-08-22 Josh StonePR10461: Add support for C++ classes and references
2009-08-21 Frank Ch. EiglerPR10507: tweak MAXUPROBES calculation to shrink table...
2009-08-21 Frank Ch. EiglerPR10543: do module cache cleaning before copying new...
2009-08-21 Frank Ch. EiglerPR10544: clean up stap child process error handling
2009-08-21 Frank Ch. Eiglercleanup: rename task_finder_target->pathname -> procname
2009-08-20 David SmithTwo minor testcase fixes.
2009-08-20 Stan Cox* dtrace.in: Support -C, preprocess with cpp, which...
2009-08-20 Mark WielaardPR10537 process().function().label() should select...
2009-08-20 David SmithTwo minor testcase fixes.
2009-08-20 Wenji HuangPR10228: fix non-utrace building regression - cont'd
2009-08-20 Josh StoneMerge branch 'master' of ssh://sourceware.org/git/systemtap
2009-08-20 Josh StoneGive a more exact error for dereferencing void*
2009-08-20 Josh StonePR10538: Give a file:line hint for anonymous types
2009-08-20 Josh StoneCreate a dwarf_attr_die idiom
2009-08-20 Josh StoneUse dwarf_diename instead of a DW_AT_name lookup
2009-08-19 Josh StoneUse dwarf_type_name in more places
2009-08-19 Josh StonePR10538: Use {...} for naming anonymous types
2009-08-19 David SmithMerge branch 'master' of ssh://sources.redhat.com/git...
2009-08-19 David SmithUpdated with latest code.
2009-08-19 Josh StonePR10538: Improve location lookup for unions
2009-08-19 Stan Cox* testsuite/systemtap.base/postgres.exp: New test for...
2009-08-19 Frank Ch. EiglerPR10228: fix non-utrace building regression
2009-08-19 David SmithImproved testcase error handling.
2009-08-19 David SmithImproved systemtap.printf/sharedbuf.exp testcase.
2009-08-19 Mark WielaardFix typo in sdt_types.stp (missing newline).
2009-08-19 Frank Ch. EiglerPR10495: allow multiple probe aliases with same name
2009-08-18 Josh StoneAUTHORS update
2009-08-18 Mark WielaardPR10512 STAP_PROBES don't work in c++ constructors...
2009-08-18 Mark WielaardPR10512 Referencing computed goto labels in c++ constru...
2009-08-18 Mark WielaardAdd testcase for PR10533 (inlined vars) and 10537 ...
2009-08-18 Mark WielaardPR10533 inlined vars are not always found (dwflpp).
2009-08-18 Mark WielaardPR10533 inlined vars are not always found (lo2c-test...
2009-08-18 Frank Ch. EiglerPR10518: context shrinkage with function recursion...
2009-08-18 Josh StoneAdapt tracepoints to the new probe_locals union
2009-08-18 Frank Ch. EiglerPR10516: reduce context size
2009-08-18 Frank Ch. Eiglerelfutils build tweak: run nested configure with bash...
2009-08-18 Stan Cox* dtrace.in: Honor the dirname for the output file.
2009-08-18 Mark WielaardPR10533 loc2c doesn't resolve frame base correctly...
2009-08-18 Roland McGrathPrint DIE offsets in loc2c-test scope dumps.
2009-08-17 David SmithUnlocks global variables, then calls _stp_print_flush().
2009-08-15 Josh StoneCache failed tracepoint headers too
2009-08-14 Frank Ch. EiglerPR10228: use task_finder_vma for -d /user/object files.
2009-08-14 Frank Ch. Eiglerusability: don't suppress pass-4 compiler errors
next
This page took 0.0545020000000001 seconds and 5 git commands to generate.