]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
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
2012-08-07 Josh Stonespec: Configure the rpm verrel into the build
2012-08-07 Serguei MakarovPR11207: minimal explanatory documentation for macropro...
2012-08-07 Frank Ch. Eiglerstapdyn: fix NEWS for loss of systemtap-stapdyn subpackage
2012-08-07 Serguei MakarovPR11207: good NEWS, everyone!
2012-08-07 Serguei MakarovPR11207: initial version of simplified tapset-macro...
2012-08-07 Frank Ch. Eiglerstapdyn: don't put it into a separate subrpm; leave...
2012-08-07 Josh StoneAUTHORS bump
2012-08-07 Josh Stonestapdyn: Don't ship dynsdt
2012-08-07 Josh Stonestapdyn: Add a NEWS blurb
2012-08-07 Josh Stonestapdyn: Enable map and stat types
2012-08-06 Mark WielaardPR14434 Filter out partial structs/classes.
2012-08-06 Josh Stonespec: Don't use %dir for paths that are fully included
2012-08-06 Josh StoneAdd dyninst to systemtap.spec, for Fedora 18+ only
2012-08-06 Frank Ch. Eiglerdocs: improve .return probe $context var documentation
2012-08-04 Josh StoneDon't print usage text on stap option errors
2012-08-04 Josh StonePR14432: Convert stap exit() calls to exceptions
2012-08-04 Josh StoneDRY: get NLS definitions in session.h from util.h
2012-08-03 David SmithImprove BZ812857 by helping current.exp to pass on...
2012-08-03 Josh Stonestapdyn: TODO updates
2012-08-02 Josh StoneTweak relative git_version.h rules
2012-08-02 Josh StoneMerge branch 'master' of git://sourceware.org/git/systemtap
2012-08-02 Josh StonePR14180: Fix tapset documentation for non-root tapsets
2012-08-02 Josh Stonemanpager: indent loops
2012-08-02 David SmithAdd tests for missing build id sections (for PR14407).
2012-08-02 Serguei MakarovPR11207: search tapset folders for .stpm files.
2012-08-02 Josh Stonestapdyn & staprun: Use the top-level git_version.h
2012-08-02 Serguei MakarovPR11207: install .stpm files into tapset folders.
2012-08-02 Josh StonePR14378: Better @entry squashing in kprobe.function
2012-08-02 Josh Stonestapdyn: Add -V option for version/copyright info
2012-08-02 David SmithFixed PR14409 by delaying inode-uprobes registration...
2012-08-02 David SmithFixed PR14427 by handling old and new task_work interface.
2012-08-02 Frank Ch. EiglerPR14429: only grumble quietly about preexisting gid...
2012-08-02 Frank Ch. Eiglerconfigury: add --with-extra-version=STRING option
2012-08-02 Josh StonePR14180: Doing the tapset shuffle!
2012-08-01 Josh Stoneansi.stp: fix a couple sfunction names
2012-08-01 Frank Ch. Eiglerstap-report: include buildtime/buildhost in the rpm...
2012-08-01 Mark WielaardAdd explicit build-id grep from vmlinux and debuginfo...
2012-08-01 Serguei MakarovPR11207 groundwork: fix major oops in commit e7c60c35d
2012-08-01 David SmithMake the buildid.exp testcase more robust with better...
2012-08-01 Frank Ch. EiglerPR14425: restore dummy stapfuncs.3stap man page
2012-07-31 Serguei MakarovPR11207 groundwork: swap pass 1a and 1b as groundwork...
2012-07-31 Serguei MakarovNote possibility of error recovery for preprocessor...
2012-07-31 Serguei MakarovPR11207: vary macro error string depending on def'n...
2012-07-31 Josh StoneRange-check _fildes_index_u and test it
2012-07-31 Josh StonePR14180: Move all syscall tapsets to linux/
2012-07-31 Josh StonePR14180: Search for tapset in additional backend-specif...
2012-07-30 Josh StonePR11207: Add a space to a macro error string
2012-07-30 Serguei MakarovPR11207: fix segfault in macro invocation parser.
2012-07-30 Serguei MakarovRevert "PR11207: testsuite for oneline macros feature."
2012-07-30 Serguei MakarovRevert "PR11207: support for one-line @define in macrop...
2012-07-30 Serguei MakarovPR11207: support for one-line @define in macroprocessor.
2012-07-30 Serguei MakarovPR11207: testsuite for oneline macros feature.
2012-07-30 Frank Ch. Eiglerstap-report: set $PATH, tolerate failures better
2012-07-28 Josh Stoneparse: Separate "empty or missing" file errors
2012-07-27 Josh Stonestapdyn: Try to autodetect DYNINSTAPI_RT_LIB
2012-07-27 Josh Stonestapdyn: Build dyninst targets in their own subdirectory
2012-07-27 Josh Stonestapdyn: Use PRIx64 when printing GElf_Addr (uint64_t)
next
This page took 0.05183 seconds and 5 git commands to generate.