]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2011-11-03 Mark Wielaardtranslate.cxx (get_unwind_data): Only get .eh_frame...
2011-11-03 Mark Wielaardruntime/unwind.c (unwind_frame): _stp_warn which eh...
2011-11-03 Chris MeekFixed environ variable parsing in server
2011-11-02 Mark Wielaardunprivileged awk regexp tweak to prevent false matches...
2011-11-02 Frank Ch. Eiglerclarify that = (equal sign) is necessary for optional...
2011-11-01 Frank Ch. EiglerPR13338: prevent infinite recursion during process...
2011-11-01 Frank Ch. Eiglerfix missing \n's in usage message
2011-11-01 Dave BrolleyCompile-server client name resolution improvements.
2011-11-01 David SmithCleanup task_finder by removing some unused code.
2011-11-01 Frank Ch. Eiglertestsuite: update to match error message change
2011-11-01 Mark WielaardMerge branch 's390x-unwind'
2011-11-01 Mark WielaardHook up s390x dwarf unwinder.
2011-11-01 Mark WielaardBe explicit about SP from CFA and PC from RA dwarf...
2011-11-01 Dave BrolleyFix segfault introduced by previous coverity cleanups.
2011-11-01 Frank Ch. Eiglercode hygiene: some more coverity cleanups
2011-10-31 Mark WielaardMake --with-elfutils work with either a source release...
2011-10-31 Mark WielaardIntroduce and use STP_ALLOC_SLEEP_FLAGS for use with...
2011-10-28 Josh StoneAdd the pattern for label probes in libraries
2011-10-28 Josh StoneRefactor sdt & plt pattern registration
2011-10-28 Mark WielaardJust test up to -p2 for kernel-debuginfo smoke test.
2011-10-28 Josh Stoneplt: Throw an appropriate error for missing $var
2011-10-28 Mark WielaardAllow "broken" kernel-debuginfo for the testsuite.
2011-10-27 David SmithMore PR13083 fixes to avoid sleeping in the task_finder.
2011-10-27 Mark WielaardWorkaround PR13350 dwarf unwinder _stp_valid_pc_addr...
2011-10-25 Dave BrolleyPR 13128: Rework of commit f2013cc91ea1dba576661d6b746e...
2011-10-22 Mark WielaardMake uprobe_uaddr.exp line matches unique.
2011-10-22 Mark WielaardMake sdt_misc.exp test names unique.
2011-10-22 Mark WielaardMake client.exp test names unique.
2011-10-22 Mark WielaardRemove duplicate -D "foo;bar" invalid_options test...
2011-10-22 Mark WielaardMove duplicated __is_user_regs from [nd_]syscalls.stp...
2011-10-21 Mark WielaardMake labels.exp test names unique.
2011-10-21 Mark WielaardMake procfs_maxsize.exp test names unique.
2011-10-21 Mark WielaardMake procfs.exp test names unique.
2011-10-21 Mark WielaardMake testsuite error_handler "target_compile" pass...
2011-10-21 Mark WielaardMake uprobe_uaddr.exp testcase names unique.
2011-10-21 Stan CoxImprove git.library.plt testname.
2011-10-21 Mark WielaardExtract addr_of for unprivileged_[my]probes.exp once...
2011-10-21 Mark WielaardExtend vma_map entry vm_end range when additional segme...
2011-10-20 Mark WielaardAdd runtime/autoconf-mm-context-vdso-base.c for vma...
2011-10-20 Mark Wielaardset test "hash_add_buildid"
2011-10-20 Mark WielaardMake sure sdt includes are setup for cast-scope.exp...
2011-10-20 Mark Wielaardtestsuite/systemtap.exelib allow any libc function...
2011-10-20 Mark WielaardDisable uregs recovery through kernel dwarf unwinder...
2011-10-20 Mark WielaardDon't try to do any lookup when addr is zero in _stp_ka...
2011-10-20 Mark WielaardRemove unused runtime/stack-ppc.c.
2011-10-19 Mark WielaardDon't trust dwfl_module_relocations() for ET_EXEC in...
2011-10-19 David SmithFixed PR13158 by adding a staprun signal handler so...
2011-10-19 Frank Ch. EiglerPR13319: fix _stp_bufsize-related start-time net/ memor...
2011-10-18 Josh Stonerhbz744907: Fix unowned directories
2011-10-18 Frank Ch. EiglerPR13317: mention parser error handling changes
2011-10-18 Frank Ch. EiglerPR13317: improve parse error recovery heuristics
2011-10-18 Frank Ch. Eiglertestsuite: add installtest_p protection to systemtap...
2011-10-18 Frank Ch. Eiglertestsuite: add installtest_p assertion to rename_module.exp
2011-10-18 Mark WielaardDon't crash with -DDEBUG_SYMBOLS in _stp_umod_lookup...
2011-10-18 Dave BrolleyFilter out arch-specific and deprecated functions in...
2011-10-18 Dave BrolleyPR 13128: Pass user privilege credentials from staprun...
2011-10-18 Chris MeekPR13261 Cont'd: Added NEWS, man page and Language Ref...
2011-10-18 Mark WielaardPR13284 Failure to resolve kernel global e.g. jiffies.
2011-10-17 Josh StonePR13283: Use a temporary string for comparisons
2011-10-17 David SmithFix PR13312 by defining PTRACE_GET_LAST_BREAK for older...
2011-10-17 Frank Ch. Eigleri18n: fix printf formatting typo in commit 984ad50c
2011-10-17 Frank Ch. Eigleri18n: fix gettext markup for "command line argument...
2011-10-14 Chris MeekPR13261 Cont'd: Added test cases for map wrapping
2011-10-14 Chris MeekPR13261 cont'd: Added error handling for scalars
2011-10-13 Josh StoneTweak cache logic to group removals by hash value
2011-10-13 Mark WielaardHandle PPC64 function symbols by resolving function...
2011-10-13 David Smith(More PR13289 fixes) Added better %m/%M error handling.
2011-10-13 Josh StonePR13155: Fix tracepoint argument access
2011-10-13 Frank Ch. EiglerPR13155: separate compilation for tracepoint-related...
2011-10-13 Frank Ch. Eiglerdocumentation: mention --remote=direct:// and --remote...
2011-10-13 Frank Ch. EiglerPR13155 prep: move kbuild make -j parallelism to genera...
2011-10-13 Frank Ch. EiglerPR13076 tidbit: increase default module cache size...
2011-10-13 David SmithFixed PR13083 by no longer calling mmput() when possible.
2011-10-13 Chris MeekPR13261: Added map->wrap mode to script parser
2011-10-13 Mark WielaardPR13241 too much dump-unwindsyms processing for modules...
2011-10-12 David SmithFixed PR12389 by making %m/%M use kread() to access...
2011-10-12 Mark Wielaardembeddedc.awk: Fixup too much whitespace for unprivileg...
2011-10-12 Mark WielaardSplit translate dump_unwindsyms in separate collection...
2011-10-12 Dave BrolleyPR 13128: Generate section in the module containing...
2011-10-12 Dave BrolleyPR 13128: Modify unprivileged mode infrastructure to...
2011-10-12 Josh Stonetracepoints: Add support for CONDITION events
2011-10-12 Josh Stonetracepoints: Support reading enum parameters
2011-10-12 Josh Stonetracepoints: Skip identical headers from the build...
2011-10-12 Josh Stonetracepoints: Avoid building tracequery.ko targets
2011-10-11 Josh Stonetracepoints: Work with the tracequery's .o rather than .ko
2011-10-11 Josh Stonetracepoints: Cache an empty file for failures
2011-10-11 Frank Ch. EiglerPR3823: fix accidental whitespace included in type...
2011-10-10 Han PingtianPR13155/BZ730884: ext3/jbd tracepoint listings
2011-10-10 Frank Ch. Eiglertestsuite: add dummyish test case for tracepoint listin...
2011-10-10 Frank Ch. EiglerPR13100: build tracepoint query modules separately...
2011-10-10 Frank Ch. Eiglertestsuite: note number of kernel tracepoints tested...
2011-10-07 Frank Ch. Eiglerexamples: add a ¶ anchor to the keyword index...
2011-10-07 Frank Ch. Eiglerexamples: tweak keyword selections
2011-10-07 Frank Ch. Eiglerexamples: add a ¶ anchor before individual example...
2011-10-07 Josh StonePR3217: Fix systemtap.base/vars.exp
2011-10-07 Josh StonePR13272: Fix quoted strings in the printf shortcut...
2011-10-07 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-10-07 Mark WielaardEnable dwarf unwinder for ppc64.
2011-10-07 Mark WielaardAlways remove prefix '.' when _stp_snprint_addr() human...
2011-10-06 Josh StonePR3217: Add STP_LEGACY_PRINT option to use the old...
next
This page took 0.053161 seconds and 5 git commands to generate.