]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2010-07-07 David SmithFixed PR11663 by using an embedded-C expression to...
2010-07-07 Mark WielaardSanitize before usage in unwinder if they come from...
2010-07-07 Stan CoxSupport powerpc debuginfoless usdt arguments.
2010-07-07 Mark WielaardKeep track of context pt_regs state to distinquish...
2010-07-07 Mark WielaardOnly include unwaddr in context for ia64. Not used...
2010-07-06 Mark WielaardMake -DDEBUG_SYMBOLS compile again.
2010-07-06 David SmithSmall changes to several buildok testcases.
2010-07-06 Frank Ch. Eiglerstap-client: diagnostics
2010-07-06 David SmithMake sure the syscall test script cleans up all tempora...
2010-07-06 David SmithFixed rpmbuild by adding nss-tools buildreq.
2010-07-06 Stan CoxRemove implicit static user probe semaphores.
2010-07-06 Mark WielaardExtend context.exp backtrace.tcl test for "perfect...
2010-07-06 Wenji HuangInclude header file to resolve PATH_MAX
2010-07-05 Dave BrolleyUse 'avahi-browse _stap._tcp ...' instead of 'avahi...
2010-07-05 Dave BrolleyEnsure that the correct 'stap' is run by client_args...
2010-07-05 Mark WielaardPut generated debug_hdr in _stp_section, add sec_load_o...
2010-07-05 Frank Ch. Eiglerstap -d processing: tolerate mystery modules
2010-07-05 Frank Ch. Eiglerstap --all-modules should imply -d kernel
2010-07-05 Frank Ch. Eiglerstap-server logging: quiet down zip/unzip; print time...
2010-07-05 Frank Ch. Eiglertestsuite: run avahi-browse during server startup to...
2010-07-05 Frank Ch. Eiglerstap-server: export x86-64 machine code to avahi sysinfo
2010-07-05 Mark WielaardFix probefunc regression caused by swapping of arguments.
2010-07-05 Mark WielaardAdd sprint_[u]backtrace() tapset functions.
2010-07-05 Mark WielaardMake sure print_[u]stack result is terminated.
2010-07-05 Mark WielaardRework _stp_stack_hexstring into _stp_stack_sprint...
2010-07-05 Mark WielaardPR11778 Add sprint_stack and sprint_ustack tapset funct...
2010-07-05 Mark WielaardFix _stp_snprint_addr offset, no size case.
2010-07-04 Mark WielaardReplace _stp_symbol_snprint usage with _stp_snprint_addr.
2010-07-04 Mark WielaardFix _stp_snprint_addr hex address, module name printf...
2010-07-04 Mark WielaardIntroduce _stp_snprint_addr to print address/symbol...
2010-07-03 Josh StonePR11785 (partial): Better detection of kretprobe data...
2010-07-03 Josh StoneMake debugging easier without installing
2010-07-03 Josh StonePR11785 (partial): add grace to tracepoint $$parms$
2010-07-01 Mark WielaardRename context.exp cleanup to cleanup_modules to avoid...
2010-07-01 Stan CoxRestructuring of .probes section (SW11667)
2010-07-01 David SmithPR11338 (partial): Used @defined in linuxmib.stp and...
2010-07-01 Mark WielaardPR11444 Don't leak CONTEXT->regs in unwind, explicitly...
2010-07-01 Mark WielaardMove compatibility defines for task_pt_regs from contex...
2010-07-01 Przemyslaw... Do not use relay_file_operations directly.
2010-06-30 Josh StonePR10943: support @entry saving in .return probes
2010-06-30 David SmithFixed PR11771, a syscall.pipe problem on ppc.
2010-06-30 Stan CoxImprove synchronization of sdt_misc.exp attach tests.
2010-06-30 Mark WielaardFix .debug_frame dwarf unwinding through prelinked...
2010-06-30 Wenji HuangPR11761: add $name and $format to available variables...
2010-06-30 Frank Ch. Eiglerstap diagnostics: make stap -V list interesting enabled...
2010-06-30 Josh StoneWarn about SDT $vars that don't look like $argN
2010-06-30 Josh StoneRemove SDT visit_defined_op
2010-06-29 Mark WielaardSilence another uninitialized warning in _stp_umodule_r...
2010-06-29 Mark WielaardMake csclient.cxx buildable with HAVE_NSS, but not...
2010-06-29 David SmithFixed uninitialized variable error on f12.
2010-06-29 Mark WielaardMatch AUTOMAKE_OPTIONS and configure.ac AM_INIT_AUTOMAK...
2010-06-29 Frank Ch. Eiglerbuild: csclient should include a few more headers
2010-06-29 Dave BrolleyCheck for libavahi-common and link it into stap if...
2010-06-29 Dave Brolleysystemtap package now BuildRequires avahi-devel, but...
2010-06-29 Dave BrolleyRun compile client/server tests using the new integrate...
2010-06-29 Dave BrolleyFix erroneous artifacts of git rebase.
2010-06-29 Dave BrolleyCompile Server Client merge into stap: Use errno to...
2010-06-29 Dave BrolleyReword compile server client merge into stap based...
2010-06-29 Dave BrolleyMerged compile server client: Cleanup error handling.
2010-06-29 Dave BrolleyMerged compile server client: Basic implementation.
2010-06-29 Dave BrolleyMore compile server client merge infrastructure:
2010-06-29 Dave BrolleyBegin compile server client merge into stap:
2010-06-29 Mark WielaardPR10599 Always print modname when available (and reques...
2010-06-29 Mark WielaardConsolidate _stp_print_symbol and _stp_func_print into...
2010-06-29 Mark WielaardMerge _stp_vma_module_name functionality into _stp_umod...
2010-06-28 Mark WielaardMatch user space modules on actual path and set name...
2010-06-28 David SmithFixed PR11762 by making the systemtap.base/flightrec...
2010-06-28 Mark WielaardFold space/newline/brief/inexact logic into _stp_func_p...
2010-06-28 Mark WielaardMerge branch 'usym'
2010-06-28 Frank Ch. EiglerPR11759: more DEFINE_*LOCK -> DEFINE_RAW_*lock for...
2010-06-27 Mark WielaardDon't resolve symbols unnecessarily and don't suppress...
2010-06-27 Mark WielaardUse -w --ldd in exelib.exp tests. Allow "startup" funct...
2010-06-27 Mark WielaardRemove unused argument namebuf for _stp_kallsym_lookup.
2010-06-27 Mark WielaardDon't panic on utrace_barrier failures because process...
2010-06-27 Mark WielaardSplit _stp_module_relocate into kernel and user space...
2010-06-27 Mark WielaardMerge branch 'master' into usym
2010-06-26 Mark WielaardDon't relookup module/section in unwinder, use section...
2010-06-26 Mark WielaardUse #ifdef CONFIG_PREEMPT_RT, not #if.
2010-06-26 Frank Ch. EiglerPR11759: CONFIG_PRREMPT_RT -> use raw_{rwlock,spinlock}_t
2010-06-26 Frank Ch. Eiglermore deprecation policy elaboration
2010-06-26 Frank Ch. Eiglerdraft deprecation policy/mechanism
2010-06-26 Frank Ch. EiglerPR11343: document
2010-06-25 David SmithFix warnings.exp testcase for s390x.
2010-06-25 David SmithAdded kprocess.stp testcases.
2010-06-25 Stan CoxAllow dtrace to override -DSTAP_SDT_V2
2010-06-25 David SmithFixed PR11752 by updating the signal.handle alias for...
2010-06-25 Mark WielaardRename _stp_stack_snprint to _stp_stack_hexstring.
2010-06-25 Mark WielaardCombine _stp_symbol_print and _stp_usymbol_print into...
2010-06-24 Mark WielaardImprove dwflpp::emit_address internal error message.
2010-06-24 Frank Ch. Eiglerdocs rpm: prereq publican "brand" by /path/ rather...
2010-06-24 Mark WielaardSplit _stp_mod_sec_lookup into _stp_kmod_sec_lookup...
2010-06-24 David SmithWorking PR11719 fixes for cmd_parse.exp for ppc.
2010-06-24 David SmithAnother PR11710 fix so that nd_syscall probes work...
2010-06-24 Josh StoneInclude gettimeofday in the tapset reference
2010-06-23 Josh StoneInclude pn() in the tapset reference
2010-06-23 Josh StoneAdd kernel-dwarf to the pretty-prints tests
2010-06-23 Josh StonePR10830 cont'd: Rename pp1() -> pn() and isolate it
2010-06-23 Mark WielaardCorrect testing for compat task. Always use our own...
2010-06-23 Mark WielaardBetter split kernel/user space address symbol lookups.
2010-06-23 David SmithFixed PR11725 by adding big-endian support to systemtap...
next
This page took 0.051617 seconds and 5 git commands to generate.