]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
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.
2015-10-22 Josh Stoneruntime: handle the edges of utf-lengths better
2015-10-21 Frank Ch. Eigler/*stable*/ embedded-c functions: restore check for...
2015-10-21 Frank Ch. EiglerPR14431: improve quoting of pretty-printed strings...
2015-10-20 David SmithUpdate the testsuite rpm requires for a couple of examples.
2015-10-20 David SmithUpdate the fslatency-nd.stp and fsslower-nd.stp example...
2015-10-20 David SmithAnother fullpath_struct_path() @cast search fix (PR19120).
2015-10-20 David SmithFixed PR19120 by rearranging the list of modules to...
2015-10-20 David SmithUpdate several of the example scripts for better kernel...
2015-10-14 David SmithStandardize and fix mm's exe_file handling for kernels...
2015-10-12 David SmithFixed PR6525 by adding functions to get a task's cwd...
2015-10-09 Stan CoxUpdate systemtap.apps tests.
2015-10-09 Martin CermakNew testcase: systemtap.stress/tapset_functions.exp.
2015-10-09 Martin CermakAlign nd_syscall.mmap* and syscall.mmap* convenience...
2015-10-09 Frank Ch. Eiglersystemtap configury version bump for future v3.0
2015-10-09 Stan CoxUpdate systemtap.apps tests.
2015-10-09 Frank Ch. Eiglerrelease 2.9 date-stamp fix release-2.9
2015-10-09 Frank Ch. Eiglertestsuite callee.exp: Hunt for the last FAIL:
2015-10-09 Frank Ch. Eigleron-the-fly testsuite: stablify
2015-10-08 Frank Ch. Eiglerioblock tapset updates for linux-4.3-rc
2015-10-08 Martin CermakFix nd_syscall.(compat_sysctl|sysctl32).return probe.
2015-10-08 Frank Ch. Eiglertestsuite/tapset tweaks for 4.3.0-rc
2015-10-08 Martin CermakUpdate the syscalls documentation (based on kernel...
2015-10-08 David SmithImprove the nfsdtop.stp example script.
2015-10-07 Frank Ch. Eiglerkprobe probes: protect kallsyms_on_each_symbol with...
2015-10-07 David Smithtapset: syscall.fadvise64_64.return
2015-10-07 Frank Ch. Eiglerelaboration: decorate more pass-2 errors with probe...
2015-10-07 David SmithFix PR19057 by making _is_reset() more robust.
2015-10-07 David SmithMove s390x's get_32mmap_args() to its proper place.
2015-10-07 David SmithFix PR19000 by making task_ns_pid() and task_ns_tid...
2015-10-07 David SmithAdded comments and whitespace in runtime/linux/namespac...
2015-10-06 Frank Ch. EiglerRHBZ1269062 redux, less quote elevator_name
2015-10-06 Martin CermakFix buildability of task_fd_lookup() on 32-bit systems.
2015-10-06 Frank Ch. EiglerRHBZ1269062: quote ioscheduler.* elevator_name value
2015-10-06 Martin CermakFix PR19070 by applying /* pragma:uprobes */ to __ustac...
2015-10-06 Martin CermakFix PR19069 by conditionally including linux/user_names...
2015-10-05 David SmithFix PR19065 by making task_fd_lookup() more robust.
2015-10-05 David SmithAdd another fix for PR19000 by doing more pointer valid...
2015-10-05 Martin CermakFix compile-time issues for a few _struct_compat_*_u...
2015-10-02 David SmithFix PR17920 by adding task_fd_lookup().
2015-10-02 David SmithFix PR19021 by adding support for synthetic filesystems...
2015-10-02 Martin CermakExplicitly set the return type for __stack_raw() and...
2015-10-01 David SmithFix PR19045 by updating _stp_text_str() (called by...
2015-10-01 David SmithFix PR19043 by updating __bio_ino(), __rqstp_gid()...
2015-10-01 Martin CermakFix pstrace() to prevent it from cycling on s390 with...
2015-10-01 Martin CermakSpecify argument type for _madvice_advice_str:string...
2015-09-30 Felix Lurelease date
2015-09-30 Felix Luupdate AUTHORS file
2015-09-30 Felix Lurelease: update po files
2015-09-29 Frank Ch. Eiglertestsuite plt.c: suppress another compiler warning
2015-09-29 Frank Ch. Eiglertestsuite wakeup.*: standardize more
2015-09-29 Frank Ch. Eiglertestsuite wakeup.*:
2015-09-29 Frank Ch. Eiglertestsuite plt.c: correct compiler warnings
2015-09-25 David SmithSet up kfails for testsuite/buildok/stap_staticmarkers...
2015-09-25 David SmithAdd '-g' switch to testsuite/buildok/task-embedded...
2015-09-25 David SmithFix PR19000 by making task.stp functions handle invalid...
2015-09-25 Martin CermakAdd explicit typecasts ensuring buildability of json_se...
2015-09-24 David SmithRefix PR18999 by changing the way we check last_error.
2015-09-24 David SmithFix PR18999 by giving the 'error()' function a default...
2015-09-24 Frank Ch. Eiglerexamples index: wrap version note in <p> for css coloring
2015-09-24 Frank Ch. Eiglerexamples index: note systemtap version
2015-09-24 David SmithFix the scheduler tapset on rawhide systems.
2015-09-23 Abegail Jakopsemok/optimize.stp: remove string+long portion
2015-09-23 Abegail JakopPR18455: avoid duplicate type mismatch errors
2015-09-23 Abegail JakopPR18455: add type mismatch checks in const_folder
next
This page took 0.052214 seconds and 5 git commands to generate.