]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2015-11-20 David SmithFixed PR19275 by updating stap_run.
2015-11-20 Felix Luupdate NEWS
2015-11-20 Felix Luupdate systemtap.spec
2015-11-20 Felix LuPR18848: Add manual testing readme guide
2015-11-20 Felix LuPR18848: Only compile monitor mode if json-c and ncurse...
2015-11-20 Felix LuPR18848: Fix pipe buffer overflow problem, improve...
2015-11-20 Felix LuPR18848: fix json array string
2015-11-20 Felix LuPR18848: add --monitor option in man/stap.1
2015-11-20 Felix LuPR18848: add help page, switch to page scrolling for...
2015-11-20 Felix LuPR18848: Fix json parsing error
2015-11-20 Felix LuPR18848: use a pipe to redirect module output instead...
2015-11-20 Felix LuPR18848: increase history limit of output queue, add...
2015-11-20 Felix LuPR18848: add module output scrollback, status window...
2015-11-20 Felix LuPR18848: add probe scrolling capability
2015-11-20 Felix LuPR18848: increase timeout timer and remove strsignal
2015-11-20 Felix LuPR18848: improve keyboard input response time
2015-11-20 Felix LuPR18848: zero pad the uptime
2015-11-20 Felix LuPR18848: only handle SIGWINCH in monitor mode
2015-11-20 Felix LuPR18848: move resizing functionality out of signal...
2015-11-20 Felix LuPR18848: handle terminal resizing
2015-11-20 Felix LuPR18848: display current probe input
2015-11-20 Felix LuPR18848: add command line option to specify interval...
2015-11-20 Felix LuPR18848: improve monitor ui and refactor input function.
2015-11-20 Felix LuPR18848: add most functionality to curses interface
2015-11-20 Felix LuPR18848: change json format and retain entire probe...
2015-11-20 Felix LuPR18848: Add json parser and comparators to allow sorting
2015-11-20 Felix LuPR18848: modify printf format
2015-11-20 Felix LuPR18848: convert procfs read to json format
2015-11-20 Felix LuPR18848: monitor status formatting
2015-11-20 Felix LuPR18848: output monitor data in stapio event loop
2015-11-20 Felix LuPR18848: remove print statement
2015-11-20 Felix LuPR18848: new command line argument -M for staprun
2015-11-20 Felix LuPR18848: refactor functions
2015-11-20 Felix LuPR18848: move embedded code for module size into tapset
2015-11-20 Felix LuPR18848: use jiffies tapset function
2015-11-20 Felix LuPR18848: new procfs monitor mode option
2015-11-20 Martin CermakUpdate the PR19241 fix so that 'out_fd' gets correctly...
2015-11-20 Martin CermakAllow buildok/{rpc-all-probes,rpc-detailed} to access...
2015-11-19 William CohenAvoid using the nomencl compatible option
2015-11-19 David SmithImprove kmodule.exp by adding tests that load the modul...
2015-11-18 David SmithMake testsuite/systemtap.base/switch_file.exp more...
2015-11-18 David SmithRefix PR18889 by switching to symbol_name+offset module...
2015-11-18 David SmithRevert "PR18889 part: module-init notification via...
2015-11-18 David SmithRevert "PR18889: switch to STP_TRACEPOINT* frontend...
2015-11-18 Martin CermakMake the "shebang trick" work for RPM packaged testcases.
2015-11-16 Martin CermakTestsuite: Raise --rlimit-cpu, update stap_run_batch()
2015-11-14 Martin CermakTerminate parsing on duplicate variable or function...
2015-11-13 Martin CermakFix PR19241 by scanning for available CPUs.
2015-11-13 Martin CermakUpdate user_string_n2_quoted() so that semok/context...
2015-11-12 Josh Stonekill interned_string::c_str(), allowing shared substr()
2015-11-12 Martin CermakFix PR19234 by adapting user_string_n_quoted.exp.
2015-11-12 Martin CermakFix PR19236 by undefining the unmangled variable name.
2015-11-11 Martin CermakExtend private.exp to cover the PR13721 workaround...
2015-11-11 Martin CermakExtend global_end.exp to cover private globals too.
2015-11-11 Martin CermakFix synthetic probes generation for written and unread...
2015-11-11 Josh StoneAvoid undefined behavior in get_number_param
2015-11-10 Martin CermakMark selected internal tapset global vars as '@__privat...
2015-11-10 Martin CermakFix parsing multiple, comma separated, private global...
2015-11-10 Josh StoneFix several uninitialized class members
2015-11-09 Martin CermakFix the uselib syscall testcase by updating the expecte...
2015-11-07 Martin CermakMark internal tapset functions as '@__private30' where...
2015-11-05 Martin CermakPrefix global functions in the generated code.
2015-11-05 David SmithFix the 'if.exp' testcase so that the second test resul...
2015-11-05 Zhou WenjianAdd testcases for variables scope.
2015-11-04 Frank Ch. Eiglerman/stap.1: hold forth on DEPRECATION
2015-11-03 Josh StoneHide "__global_" mangling from the module parameters
2015-11-03 Martin CermakMake private functions play well with default optimizat...
2015-11-03 Martin CermakExtend testcase private.exp to cover PR10607 scenario.
2015-11-03 Martin CermakMake test outut easier to compare among runs (PR19135).
2015-11-02 David SmithMake a few small tweaks to modules_out_of_tree.exp.
2015-11-02 Frank Ch. Eiglersystemtap.spec: partial revert of latex2html configury...
2015-11-02 Frank Ch. Eiglersystemtap.spec: tex package typo fix
2015-11-02 Frank Ch. Eiglersystemtap.spec: also require tex(graphicsx.sty)
2015-11-02 Martin CermakSet input.check_compatible at the lexer ctor time.
2015-11-02 Martin CermakFix operator precedence issue introduced by commit...
2015-11-02 Martin CermakDrop the --compatible part of the private.exp testcase.
2015-10-30 Martin CermakTestsuite additions and fixes for the "private" keyword...
2015-10-30 Martin CermakDocument the "private" keyword feature.
2015-10-30 Martin CermakIntroduce "private" keyword for tapsets and user scripts.
2015-10-29 Frank Ch. Eiglerdocs: add tex(nomencl.sty) dependency
2015-10-29 Frank Ch. EiglerForget about latex2html in configury; we don't use...
2015-10-29 Josh StoneFix the shamed -Werror bug link
2015-10-29 Josh Stonestap: buildrun's -Werror is not really optional
2015-10-28 Frank Ch. EiglerPR14431 cont'd: syscalls testsuite fallout
2015-10-28 Frank Ch. EiglerPR14431 cont'd: user_string_n2_quoted()
2015-10-28 Frank Ch. Eiglertestsuite: wrap /usr/bin/stress invocations in /usr...
2015-10-28 Josh Stoneruntime: reject overlong UTF-8, output as raw octal...
2015-10-28 Josh Stoneruntime: simplify byte counts in _stp_decode_utf8
2015-10-28 Josh Stoneruntime: share code for \u and \U escaped output
2015-10-27 Frank Ch. Eiglerexamples: add callgraph.stp simple sample
2015-10-27 David SmithMake a small change to runtime/stp_string.c to avoid...
2015-10-27 David SmithUpdate the mmreclaim.stp example's "meta" file.
2015-10-26 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2015-10-26 David SmithUpdate the mmreclaim.stp example scripts.
2015-10-23 Josh Stoneruntime: produce unicode escapes in _stp_text_str
2015-10-23 Josh Stoneforktracker: add TIDs to the trace
2015-10-23 Josh Stoneruntime/dyninst: add a dummy _stp_is_compat_task()
2015-10-23 David SmithUpdate the mmfilepage.stp and net_xmit_json.stp example...
2015-10-22 David SmithUpdate the 'autofs4' example script for current kernels.
2015-10-22 Zhou WenjianAdd testcases for prologue and epilogue style aliases.
next
This page took 0.047104 seconds and 5 git commands to generate.