]> sourceware.org Git - systemtap.git/history - runtime
Add multiarch testing to testsuite/systemtap.base/callee.exp.
[systemtap.git] / runtime /
2016-02-23 David SmithFix PR15775 by removing old relay host/guest functionality.
2016-02-17 David SmithImprove perf example and perf read error messages.
2016-02-16 David SmithFix PR19644 by updating the runtime to handle linux...
2016-01-27 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2016-01-26 David SmithFix my PR19497 commit by fixing some ifdef logic in...
2016-01-22 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2016-01-20 David SmithFix PR9497 by updating the runtime to handle linux...
2016-01-15 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2016-01-14 David SmithFix warning message typo in runtime/unwind.c.
2015-12-21 David SmithPR19216 fix: Do some code renaming.
2015-12-21 David SmithFix PR19216 by merging the dwarf and non-dwarf kprobe...
2015-12-12 Frank Ch. Eiglerunwind diagnostic improvements
2015-12-11 David SmithFix PR19358 by updating netfilter support for 4.4 kernels.
2015-12-04 David SmithAdd RHEL7.2 fixes for PR18889 so that we can probe...
2015-11-30 Jesper BrouerFix BZ1285348 by updating systemtap's memory flag usage.
2015-11-20 Josh StoneMerge branch 'funstuff'
2015-11-20 Felix LuPR18848: use a pipe to redirect module output instead...
2015-11-20 Felix LuPR18848: add most functionality to curses interface
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-02 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
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 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-10-27 David SmithMake a small change to runtime/stp_string.c to avoid...
2015-10-26 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-10-26 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2015-10-23 Josh Stoneruntime: produce unicode escapes in _stp_text_str
2015-10-23 Josh Stoneruntime/dyninst: add a dummy _stp_is_compat_task()
2015-10-22 Josh Stoneruntime: handle the edges of utf-lengths better
2015-10-19 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-10-14 David SmithStandardize and fix mm's exe_file handling for kernels...
2015-10-07 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
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 Martin CermakFix PR19069 by conditionally including linux/user_names...
2015-10-02 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-10-01 David SmithFix PR19045 by updating _stp_text_str() (called by...
2015-09-22 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-09-18 Martin CermakPR18885: Use /* unmodified-fnargs */ in tapsets
2015-09-14 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-09-14 David SmithFix PR18944 by updating runtime/linux/autoconf-blk...
2015-09-08 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-09-02 Frank Ch. EiglerPR18889: switch to STP_TRACEPOINT* frontend for kernel...
2015-09-01 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-08-31 Frank Ch. EiglerPR18889 part: module-init notification via module_...
2015-08-31 Frank Ch. EiglerPR18889 part: improve module-notification related debug...
2015-08-28 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-08-24 Felix LuUpdate _stp_pid value
2015-08-24 Nicolas BritoPR10551 continued: grsecurity support in transport...
2015-08-20 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-08-20 Josh Stoneruntime: clear op_index at DW_LNE_end_sequence
2015-08-20 Josh Stoneruntime: only compare line records at "commit" states
2015-07-31 Martin CermakFix PR18711 by updating the netfilter code for new...
2015-07-07 David SmithFixed PR18634 by getting timer probes to compile on...
2015-06-30 Mark Wielaardunwind.c (compute_expr): Don't fallthrough after div...
2015-06-30 David SmithTwo small stat code fixes found by source analysis.
2015-06-22 Mark Wielaardruntime/unwind.c: Also sanity check DWARF regno for...
2015-06-11 Abegail Jakopmake pid ns tapsets available on kernel 3.7
2015-06-11 Abegail Jakopget_task_from_pid() only if def CONFIG_*_NS
2015-06-11 Abegail Jakopruntime/linux/namespaces.h: hold rcu_read_lock longer
2015-06-11 Abegail Jakoptranslate.cxx: always include namespaces.h
2015-06-11 Abegail Jakopstore pid from staprun -N opt in _stp_namespaces_pid
2015-06-11 Abegail Jakopmove the bulk of [task_]ns_* tapsets to helper fns
2015-06-11 Abegail Jakopmoved repetitive pid-to-ns chunks into a function
2015-06-10 David SmithFixed PR18461 by updating the netfilter code for linux...
2015-06-04 David SmithFixed PR18477 by adding support for 10 syscalls.
2015-06-04 David SmithAvoid compile errors in arch-dependent aux_syscalls...
2015-04-28 David SmithFix PR18309 by updating the syscall.sig{pending,suspend...
2015-04-20 David SmithFix PR18284 by improving support/testing for some rt_...
2015-04-09 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2015-04-09 William CohenAdd a definition of _stp_syscall_get_nr for arm64
2015-04-08 David SmithFixed PR18213 by fixing getting the syscall number...
2015-02-26 David SmithFixed PR18026 by adding support for timerfd_{create...
2015-02-18 Abegail JakopPR17953: improve debug_line traversal logic
2015-02-18 Abegail Jakopremove <NULL> printed at the end of sym[file]line
2015-02-17 Martin CermakPR16716 partial fix: Fix types and nesting for 'syscall...
2015-02-12 Josh Stoneruntime/linux: block utrace-via-tracepoints without...
2015-02-10 David SmithFix PR17951 by fixing nesting in several syscall socket...
2015-02-10 David SmithPR16716 partial fix: Fix syscall nesting in 'syscall...
2015-02-06 Abegail JakopMerge branch 'ajakop/12276' of ssh://sourceware.org...
2015-02-06 Abegail JakopPR12276: add runtime check for specified address len
2015-02-06 Abegail JakopPR12276: more debug_line traversal checks during runtime
2015-02-06 Abegail JakopPR12276: fix debug_line linenum and address calcs
2015-02-06 Abegail JakopPR12276: check all sequences in _stp_linenumber_lookup
2015-02-06 Abegail JakopPR12276: symfile[line]() return path and filename
2015-02-06 Abegail JakopPR12276: add functions [u]symfile and [u]symline
2015-02-06 Abegail JakopPR12276: fix addr adjustment for symfileline()
2015-02-06 Abegail JakopPR12276: debug_line data decoder
2015-02-06 Abegail JakopPR12276: constant definitions and moved functions
2015-02-06 Abegail JakopPR12276: [u]symfileline() tapset functions
2015-02-06 Abegail JakopPR12276: dump debug_line data to generated header
2015-02-05 Abegail JakopPR12276: add runtime check for specified address len
2015-02-04 David SmithActually add changes meant for commit cfdd554.
2015-02-03 Abegail JakopPR12276: more debug_line traversal checks during runtime
2015-02-03 Abegail JakopPR12276: fix debug_line linenum and address calcs
2015-02-03 Abegail Jakopruntime/unwind.c: advance data pointer in get_sleb128()
2015-02-02 Abegail JakopPR12276: check all sequences in _stp_linenumber_lookup
next
This page took 0.071434 seconds and 8 git commands to generate.