]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2012-09-26 David Smith(PR14574 partial fix) Make the systemtap.pass1-4/*...
2012-09-26 Serguei MakarovTypo fix for earlier probe_type enum commit (commit...
2012-09-26 Frank Ch. Eiglertestsuite: set $SYSTEMTAP_SYNC
2012-09-26 Serguei MakarovPR6580: tweak psyms() et al output format to satisfy...
2012-09-25 Serguei MakarovPR6580: detailed docstrings for updated tapset functions.
2012-09-24 Josh Stonestapdyn: Enable end/error probes
2012-09-24 Frank Ch. EiglerPR14611: enable PR9740 workaround only for kernel 2...
2012-09-24 Frank Ch. Eiglerstaplog.c: Use tighter #if / #elif chain for crash...
2012-09-21 Serguei Makarovcommon_probe_context cleanup: make probe_type an enum
2012-09-21 David Smith(PR14571 partial fix) For dyninst, use TLS for map...
2012-09-21 Mark WielaardFixup sym.c _stp_module_check note_addr warning.
2012-09-20 David SmithAdd MODULE_INFO() macro for dyninst mode.
2012-09-19 Serguei MakarovPR6580: reimplement straightforward legacy functions...
2012-09-19 Serguei MakarovPR6580 clarification: comment explaining suitability...
2012-09-19 Mark Wielaardparse.cxx swallow tokens we are definitely not using.
2012-09-19 Josh Stonestapdyn: Enable user macros and verbose gcc reporting
2012-09-19 Josh Stonestapdyn: Add execname() using prctl(PR_GET_NAME)
2012-09-17 Serguei MakarovPR6580: incremental unwinder with cache.
2012-09-17 David Smith(PR14571 partial fix) For dyninst, rename 'stat' to...
2012-09-17 Serguei MakarovCleanup for PR6580: well-duh typo fix for last commit.
2012-09-17 Serguei MakarovCleanup for PR6580: replace context probe_flags with...
2012-09-14 David Smith(PR14571 partial fix) For dyninst, use TLS for the...
2012-09-13 William CohenInclude a closing ''' for kvm_service_time.meta so...
2012-09-12 William CohenParameterize variables used in config and initscript...
2012-09-11 David SmithFixed PR14560 to avoid cmd_parse.exp hanging on RHEL5.
2012-09-10 David Smith(PR14488 partial fix) Make memory writing more robust.
2012-09-10 William CohenCorrect the location of uconversions.stp in tapsets...
2012-09-10 Frank Ch. Eiglerdoc: elaborate on process.* context variables and sdt...
2012-09-10 Frank Ch. Eiglerdoc: mention 'context variables' as an alias for 'targe...
2012-09-10 Serguei Makarovlangref.tex: document various embedded-C pragmas
2012-09-10 Serguei Makarovlangref.tex: clarify when embedded-C code (as opposed...
2012-09-10 Mark Wielaarddflpp.cxx (find_variable_and_frame_base): Remove extra...
2012-09-07 David Smith(PR14488 partial fix) Make memory reading more robust.
2012-09-07 Mark WielaardImprove dwflpp::find_variable_and_frame_base error...
2012-09-06 Frank Ch. Eiglerstap-report: add slackware package-listing widgetry
2012-09-06 Serguei MakarovPR14549: Revert "PR6580: rewrite simple to-be-deprecate...
2012-09-06 Mark WielaardPR14546 Only copy registers of initial state.
2012-09-05 Serguei MakarovPR14546: testcase for repeated unwinder invocations.
2012-09-05 William Cohenchmod +x ./testsuite/semko/entry04.stp
2012-09-04 Frank Ch. Eiglersystemtap.spec: activate with_dyninst on rhel7 too
2012-08-31 Frank Ch. EiglerPR14534: systemtap.spec should include ../stap-env...
2012-08-28 Serguei MakarovPR14524: also document in tapset/DEVGUIDE.
2012-08-27 Serguei MakarovPR14524: document /* unmangled */ pragma for embedded...
2012-08-27 Serguei MakarovPR14524: test case for per-function legacy mangling...
2012-08-27 Serguei MakarovPR10299 residue: only define STAP_RETVALUE for non...
2012-08-27 Serguei MakarovPR14524: support old embedded-locals notation on a...
2012-08-23 Frank Ch. EiglerNEWS: note that stap(dyn) does selinux checks itself now
2012-08-22 Josh Stonelangref: Mention 'delete' in the Arrays and Statistics...
2012-08-21 Stan CoxDon't require prefix for ia64 rpm.
2012-08-21 Josh Stoneruntime: Use typedef-typeof for safer function pointers
2012-08-21 David SmithFixed PR14467 by correcting memory initialization.
2012-08-21 Frank Ch. Eiglersystemtap.spec: Be sensitive to %{?rhel} for publican...
2012-08-20 Josh Stonestapdyn: Check for cooperative SELinux booleans
2012-08-20 Serguei MakarovPR6580: cleanly handle overflow of MAXSTRINGLEN (subjec...
2012-08-20 Serguei MakarovPR6580: notice oops in earlier commit.
2012-08-20 Frank Ch. Eiglerbuild compatibility: drop unnecessary decl
2012-08-17 Serguei MakarovPR6580: rewrite simple to-be-deprecated backtrace funct...
2012-08-17 Serguei MakarovPR6580: more missed @unwind_error() renaming.
2012-08-17 Serguei MakarovPR6580: rename @unwind_error() to something more descri...
2012-08-17 David SmithFixed PR14463 by changing error handling of utrace_cont...
2012-08-16 Frank Ch. Eiglerbuild compatibility: gcc 4.7 with -std=c++11, std:...
2012-08-16 Frank Ch. Eiglerbuild compatibility: gcc 4.7 with -std=c++11
2012-08-15 Chris MeekPR11659: Hook into the panic_notifier_list
2012-08-15 Serguei Makarovmore typo fix for langref.tex
2012-08-15 Serguei MakarovPR14313: clarifying message for alias_suffixes.stp...
2012-08-15 Serguei MakarovPR14313: rewrite alias suffix example in langref.tex.
2012-08-15 David SmithFix PR14026 by updating the IP before calling the inode...
2012-08-14 Serguei MakarovPR6580: implement psyms().
2012-08-14 Serguei MakarovPR6580 misc oops: put ucontext stuff in ucontext-*!
2012-08-14 David SmithImprove PR14463 by avoiding sleeping in the clone handler.
2012-08-14 Serguei MakarovPR6580: implement callers(), ucallers().
2012-08-14 Josh StonePR14396: Fix a kernel typo in utf_user_trunc.stp
2012-08-14 Josh StonePR14396: Truncate UTF strings silently
2012-08-13 Josh Stonestap: Include DYNINST in the enabled feature list
2012-08-13 Josh StoneDon't report non-git if we have an extra-version
2012-08-13 Serguei MakarovPR6580: implement naive stack(), ustack()
2012-08-13 Frank Ch. EiglerPR14460 ipaddr.exp: all hail bash /dev/tcp
2012-08-13 Frank Ch. EiglerPR14460 try 1
2012-08-11 Josh StonePR14396: Add pretty-printing support for UTF
2012-08-11 Josh StonePR14396: Add UTF-16/32 conversion functions
2012-08-11 Josh Stoneloc2c-runtime.h: Add uread() and uwrite()
2012-08-10 Frank Ch. Eiglerexamples: regenerate indexes
2012-08-10 Serguei MakarovPR14164 (netfilter.stp): fix documentation oops.
2012-08-10 Frank Ch. EiglerPR14453: add some forward decls for rhel6.3 rpc tracepoints
2012-08-10 Serguei MakarovPR14164 (netfilter.stp): fix requirements for Ethernet...
2012-08-10 Frank Ch. EiglerPR14452: drop 1ULL literal from sys/sdt.h
2012-08-10 Frank Ch. EiglerPR14449: systemtap-server should work without systemtap...
2012-08-10 Serguei MakarovPR14164 (netfilter.stp): decode ARP packet contents...
2012-08-10 Frank Ch. Eiglerconfigury: need libdwarf-devel for stapdyn
2012-08-10 David SmithImprove task_finder/task_finder2 error handling.
2012-08-09 Serguei MakarovPR14164: fix missing endianness conversion in ARP heade...
2012-08-09 Serguei MakarovUse macros (PR11207) in netfilter.stp (PR13667).
2012-08-09 Serguei MakarovPR11207 cleanup: rename session.macros to session.c_mac...
2012-08-08 David SmithIn task_work worker functions, make sure the task isn...
2012-08-07 David SmithFix problems with varargs macros in dyninst/io.c.
2012-08-07 Josh Stonestapdyn: Add a bit of documentation to stap.1
2012-08-07 Josh StoneAUTHORS bump
2012-08-07 Dennis Gilmoreuse file based requires
2012-08-07 Peter RobinsonFix ifarch statement
2012-08-07 Josh Stoneparse: Fix a -Werror=delete-non-virtual-dtor
next
This page took 0.05224 seconds and 5 git commands to generate.