]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2014-02-13 Josh StoneAdd process/pstree.stp example
2014-02-13 David SmithFix PR16580 by decoding the 'protocol' argument of...
2014-02-13 Lukas BerkCheck directories exist before sym linking runtime...
2014-02-13 Frank Ch. Eiglerman error::reporting: highlight stap-report
2014-02-13 Frank Ch. Eiglerman error::buildid: expand blurbage
2014-02-12 Jonathan Lebonfind_and_build: set from_glob for globby functors
2014-02-12 Dave BrolleyRHBZ 847285: Don't allow 'systemctl reload'.
2014-02-12 David SmithAdded rename()/renameat() testcase and prevent more...
2014-02-12 David SmithFix PR16570 by speeding up the syscall.exp/nd_syscall...
2014-02-12 Mark Wielaardloc2c.c (translate): Add unhandled error case for DW_OP...
2014-02-11 David SmithFix syscall.rt_sigreturn{.return} for ia64.
2014-02-11 David SmithFix permissions on testsuite/buildok/scheduler-cpu_on...
2014-02-11 David SmithUpdate the list of kfailed tests in buildok.exp.
2014-02-11 David SmithSmall scheduler tapset testsuite fixes.
2014-02-11 David SmithMake 'signal.checkperm.return' optional, since it can...
2014-02-11 David SmithFix PR16557 by improving the vm.mmap probe alias.
2014-02-11 David SmithFix PR16555 by fixing task.stp on rawhide.
2014-02-10 David SmithAdditional PR16540 fix. Fix using @cast when scsi suppo...
2014-02-10 David SmithFix kernels that have CONFIG_USER_NS, but uid/gids...
2014-02-10 David SmithAdditional PR16541 fix. Fix using @cast when nfsd is...
2014-02-10 Jonathan Lebondelete initscript/README.stap-server
2014-02-10 David SmithFix PR16541 by updating the nfsd.stp tapset.
2014-02-10 Frank Ch. Eiglerdoc/langref.tex: drop some 'experimental' qualifiers
2014-02-10 David SmithFix PR16542 by updating the rpc tapset.
2014-02-10 David SmithFix PR16540 by adding scsi tracepoint support to the...
2014-02-10 Jonathan LebonNEWS: blurb about README change
2014-02-10 Jonathan Lebonautoreconf
2014-02-10 Jonathan Lebonman/systemtap.8.in: new man page to replace README
2014-02-08 Frank Ch. Eiglerruntime: linux 3.14 porting: preempt_enable_no_resched
2014-02-08 Frank Ch. Eiglerruntime: linux 3.14 porting: userns: Remove UIDGID_STRI...
2014-02-07 David SmithRemove the transport's unused "dropped" file.
2014-02-03 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2014-02-03 David SmithCompile fix for runtime/vma.c.
2014-01-31 Jonathan LebonNEWS: clarify kprocess.exec change
2014-01-27 Martin Cermakdoc/SystemTap_Beginners_Guide/en-US/Installation.xml...
2014-01-25 Frank Ch. Eiglerman/stapprobes.3stap: mention nd_syscall.* family
2014-01-24 David Smithsystemtap.syscall/signal.c doesn't test getpid(), so...
2014-01-24 David SmithImprove 'syscall.rt_sigpending' and 'nd_syscall.rt_sigp...
2014-01-24 Josh StoneLimit systemd-tmpfiles --create to just our own
2014-01-24 Josh StoneDon't enable stap-server.service by default
2014-01-24 David SmithUpdated testsuite/systemtap.syscall/coverage.tcl.
2014-01-23 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2014-01-23 David SmithFix syscall nesting in 'syscall.close' and add a socket...
2014-01-22 Jonathan Lebonpplabel(): clarify usage and rename to pnlabel()
2014-01-22 Jonathan LebonPR16478: add pplabel() tapset function
2014-01-22 Jonathan Lebonstring.stp: fix str_replace() return
2014-01-22 Jonathan Lebontestsuite: adjust tests for new probing powers
2014-01-22 Jonathan LebonPR16478: always use dwarf for labels
2014-01-22 Jonathan Lebonexecve.exp: quote expected result
2014-01-22 Jonathan Leboncmdline.cxx: don't use magic numbers
2014-01-22 Jonathan Lebonstap[run/dyn]: disable colors when SYSTEMTAP_COLORS...
2014-01-22 Jonathan Lebonsuggest alternatives for unresolved kernel markers
2014-01-22 Jonathan Lebonsuggest alternatives for unresolved sdt markers
2014-01-22 Jonathan LebonMerge branch 'PR15781'
2014-01-22 Jonathan LebonPR15781: fix suggestion logic for optional probes
2014-01-22 Jonathan Lebontapsets.cxx: move verbose listings to suggest* funcs
2014-01-22 Jonathan Lebonlevenshtein: skip empty strings
2014-01-22 Jonathan Lebonelaborate.cxx: save up all errors from optional pps
2014-01-22 Jonathan Lebonsemantic_error: let it own its chain
2014-01-22 Martin CermakPR16448: adapt stap-prep for el7
2014-01-21 Frank Ch. EiglerPR16476: adapt to netfilter API changes in linux 3.13
2014-01-21 Frank Ch. EiglerPR16476: adapt to netfilter API changes in linux 3.13
2014-01-21 David SmithFix a client.exp tcl error on RHEL5 systems.
2014-01-20 David SmithFix PR16471 by fixing the server_concurrency.exp testcase.
2014-01-20 Lukas BerkAdd java_backtrace testsuite script
2014-01-20 Lukas BerkAdd java backtrace test
2014-01-20 Lukas BerkUpdate/correct java testcase string
2014-01-20 Lukas BerkFix how stapbm passes itself the methodname
2014-01-17 Lukas BerkAdd java backtrace functionality
2014-01-17 David SmithImprove avahi string list handling.
2014-01-17 David SmithHandle updated server messages in server_[args,concurre...
2014-01-17 Josh StoneRemember which rpms have been checked in the session
2014-01-16 Stan CoxAdd stress package use to testsuite.
2014-01-16 David SmithPR16460: Fix ia64 compile problem when using 'syscall...
2014-01-16 David SmithFix syscall nesting in 'syscall.getpgid' and add a...
2014-01-15 David SmithAdd openat() and unlinkat() syscall testing.
2014-01-14 Jonathan LebonNEWS: println blurb
2014-01-14 Jonathan Lebonparse.cxx: allow println() call with no args
2014-01-14 Jonathan Lebonelaborate.cxx: clarify comment in mismatch
2014-01-14 Jonathan LebonNEWS: add tapset and kprocess blurbs
2014-01-14 Jonathan Lebonadd procmod_watcher.stp example
2014-01-14 Jonathan Lebonkprocess.exec: rely on syscall.execve
2014-01-14 Jonathan Lebontapset/linux: add task_ancestry.stp
2014-01-14 Jonathan Lebontask_time.stp: add nsecs_to_string and task_start_time
2014-01-14 Jonathan Lebontask_time.stp: fix typo in desc
2014-01-14 Jonathan Lebon[nd_]syscall.execve: use user_string_quoted
2014-01-14 Jonathan LebonMerge branch 'jlebon/boot-time' (PR2035)
2014-01-14 Jonathan Lebonautoreconf
2014-01-14 Jonathan LebonNEWS: add boot-time blurb
2014-01-14 Jonathan Lebonsystemtap.spec: add dracut module to initscript pkg
2014-01-14 Jonathan Lebonsystemtap.spec: fix %post/%postun for initscript pkg
2014-01-14 Jonathan Leboninitscript: add onboot command to init.d script
2014-01-14 Jonathan Leboninitscript: add dracut module
2014-01-14 Jonathan Lebontapset-utrace.cxx: allow pid 1 probing
2014-01-13 Martin CermakPR16443: fix typos in Beginner's Guide
2014-01-13 Jonathan Lebonstapvirt.1: fix sample output in tutorial
2014-01-11 Frank Ch. Eiglerstap translator: tolerate NULLs coming from some elfuti...
2014-01-09 Frank Ch. Eiglersample: add some docs for new sockaddr decoding tapset
2014-01-09 Robin Hacktapset: add decoded sockaddr field vars to socket-relat...
2014-01-09 Frank Ch. Eiglerdoc building: tolerate xvfb-run transient errors during...
next
This page took 0.049711 seconds and 5 git commands to generate.