]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2013-01-29 Serguei MakarovPR11334 partial support: ^ anchoring operator
2013-01-29 Serguei Makarovre2c cleanup: debug option for codeGen process
2013-01-29 Serguei Makarovre2c-cleanup: some helpful comments in re2c-dfa
2013-01-29 Serguei Makarovre2c cleanup: cleanup stapregex.h, add potential courte...
2013-01-29 Serguei Makarovre2c cleanup: re2c-globals -- ditch the pile of type...
2013-01-29 Serguei Makarovre2c cleanup: rename regcomp.cxx regcomp.h to stapregex...
2013-01-29 Serguei Makarovre2c cleanup: get rid of *_STANDALONE
2013-01-29 Serguei Makarovre2c cleanup: get rid of regtranslate.cc
2013-01-29 Serguei Makarovre2c cleanup: file layout -- create re2c-emit.cxx
2013-01-29 Serguei Makarovre2c cleanup: file layout -- create re2c-regex.cxx...
2013-01-29 Serguei Makarovre2c cleanup: file layout -- create re2c-dfa.cxx re2c...
2013-01-29 Serguei Makarovre2c cleanup: file layout -- create re2c-globals.h...
2013-01-29 Serguei MakarovPR11334: declutter re2c -- get rid of stream_lc.h
2013-01-29 Serguei MakarovPR11334: fix regtest.cxx re: emit_matchop renaming.
2013-01-29 Serguei MakarovPR11334: minimal testcase for basic regex match operator
2013-01-29 Serguei MakarovPR11334: support for very-basic regex match operator...
2013-01-29 Serguei MakarovPR11334: improved prepending of .*
2013-01-29 Serguei MakarovPR11334: A couple of tests for ^ and $ it wouldn't...
2013-01-29 Serguei MakarovPR11334: basic fix for left-anchored matches
2013-01-29 Serguei MakarovPR11334: fix read-past-the-end error for .* and similar
2013-01-29 Serguei MakarovPR11334: Forgot regtest.in.1 in previous commit due...
2013-01-29 Serguei MakarovPR11334: regex test script & initial data
2013-01-29 Serguei MakarovPR11334: custom regex parser & generation wrapper
2013-01-29 Serguei MakarovPR 11334: ugly hacky regcomp.cxx progress
2013-01-29 Serguei MakarovPR11334: partial progress to wrapping re2c in regcomp...
2013-01-29 Serguei MakarovPR11334: initial commit of code from re2c
2013-01-29 Serguei MakarovPR11334 fix testcase -p#s
2013-01-29 Serguei MakarovPR11334 testsuite: change pass when =~ (non-literal...
2013-01-29 Serguei MakarovPR11334: stub out space for implementation of =~ operator.
2013-01-29 Serguei MakarovPR11334 new branch: commit preliminary testsuite for...
2013-01-29 Frank Ch. Eigleradd selinux info to testsuite & stap-report output
2013-01-29 Frank Ch. Eiglerdocs: note another pass5 error
2013-01-28 Frank Ch. EiglerPR14929: add a basic error:: man page for each pass
2013-01-28 David SmithPR15074 fixed by making pthread_stacks.exp more robust.
2013-01-25 Stan CoxMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-01-25 Stan CoxMerge branch 'scox/perf': perf.counter support.
2013-01-25 David SmithTwo testsuite fixes.
2013-01-25 David SmithPR14574 partial fix: Add dyninst testcase support.
2013-01-24 Stan CoxAdd perf parseko tests.
2013-01-24 Frank Ch. Eiglerconfigury: test "xmlto pdf" with-fop if latter is alrea...
2013-01-24 Frank Ch. Eiglersystemtap.spec: merge/tweak systemd conditionals from...
2013-01-24 David SmithPR14574 partial fix: Add/improve dyninst testcase support.
2013-01-24 David SmithCleanup after compiling test programs in testsuite...
2013-01-23 David SmithImprove library.exp error handling and readability.
2013-01-23 Stan CoxMerge branch 'scox/perf' of ssh://sourceware.org/git...
2013-01-23 Stan CoxDo not use unnamed structs.
2013-01-23 Frank Ch. EiglerPR15059: suppress visible session::print_error if in...
2013-01-23 David SmithFix library.exp so it will pass on systems with uretprobes.
2013-01-23 Frank Ch. EiglerREADME: note some build/smoke-test blurbage for dyninst
2013-01-23 Frank Ch. Eiglerdyninst: disable --runtime=dyninst option if !HAVE_DYNINST
2013-01-22 David SmithPR14574 partial fix: Add/improve dyninst testcase support.
2013-01-22 Frank Ch. EiglerBZ902739: make dtrace emit slightly cleaner C code
2013-01-22 David SmithPR14574 partial fix: Add dyninst support to more tests.
2013-01-22 David SmithPR14574 partial fix: Add dyninst support to 2 more...
2013-01-22 David SmithFix merge error in commit 03399f7.
2013-01-22 William CohenMake sure that some need tex requires are installed...
2013-01-22 David SmithPR14708 partial fix: Get 'process.end' probes (sort...
2013-01-22 Frank Ch. EiglerAUTHORS bump
2013-01-22 Frank Ch. Eiglermutex-contention sample: add meta file, regenerate...
2013-01-22 Frank Ch. Eiglermutex-contention sample: tweak shlib process wildcards
2013-01-21 Frank Ch. Eigler@perf("op") typechecking: clarify incoming 't' value...
2013-01-21 Rich Megginsonnew sample script: process/mutex-contention.stp
2013-01-21 Frank Ch. Eiglerstap-report: add more information
2013-01-21 Frank Ch. Eiglerstap-report: defeat stap caches for reporting purposes
2013-01-20 Stan CoxUpdate systemtap.apps testsuite.
2013-01-19 Josh StonePR14706: Always register the stapdyn fork callback
2013-01-18 Josh StonePR14706: Follow forks in stapdyn and enable process...
2013-01-18 Josh Stonestapdyn: Unify the mutator search for mutatees
2013-01-18 David SmithPR14574 partial fix: Add dyninst support to several...
2013-01-18 David SmithPR14574 (partial): Improve dyninst ctime.stp tapset...
2013-01-18 David SmithPR15031 fix: Add _stp_print_binary() function to dynins...
2013-01-18 Serguei Makarovmore NEWS typofix
2013-01-18 David SmithPR14574 partial fix: Add dyninst support to cast-scope...
2013-01-18 Serguei MakarovNEWS typofix
2013-01-18 Josh StonePR14706: Use shared memory between stapdyn and the...
2013-01-17 Stan CoxDocument perf.counter probes.
2013-01-17 Stan CoxAdd example for perf.counter.
2013-01-17 David SmithAdd dyninst support to more testcases.
2013-01-17 David SmithImprove testsuite by providing a global 5 second wait...
2013-01-17 David SmithMake pthreadprobes.exp more flexible to cut down on...
2013-01-17 Frank Ch. Eiglerexamples: regenerate indexes; fix keywords in stapgames...
2013-01-17 Frank Ch. Eiglerruntime: use stp_module ->path instead of abbreviated...
2013-01-17 Frank Ch. Eiglerthreadstack test case: clean up .x file after test
2013-01-17 Frank Ch. Eiglerthreadstacks sample: ignore incoming $attr param for...
2013-01-17 Stan CoxInsure predefined .counter variable uniqueness.
2013-01-17 Frank Ch. Eiglernew sample: pthread default-stack-size override
2013-01-16 Lukas BerkMake "with_systemd" macro conditional based on fedora...
2013-01-16 Tom Tromeyadd an autoload to systemtap-mode.el
2013-01-16 Frank Ch. EiglerAUTHORS bump
2013-01-16 Frank Ch. EiglerPR1887: NEWS brag
2013-01-16 Frank Ch. EiglerPR1887: systemtap.spec: install vim files
2013-01-16 Frank Ch. EiglerPR1887: tweak vim modes to use ftplugin-based auto...
2013-01-16 Frank Ch. Eiglersystemtap-mode.el: use pre-emacs-24 fundamental-mode...
2013-01-16 Frank Ch. EiglerPR1887: systemtap.spec to install emacs mode files
2013-01-16 RĂ¼diger SonderfeldPR1887: emacs mode updates
2013-01-16 Tomoki SekiyamaPR1887: emacs editor mode
2013-01-15 David SmithPR14708 partial fix: Add more testcases and a couple...
2013-01-15 William CohenRemove extraneous 's' from utrace_p4.exp
2013-01-15 Frank Ch. Eiglertapsets: make cross-references between kernel- and...
2013-01-15 Lukas BerkCorrect stap-server.service reload keyword
next
This page took 0.048373 seconds and 5 git commands to generate.