]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2014-01-14 Jonathan Lebonadd procmod_watcher.stp example
2014-01-14 Jonathan Lebonkprocess.exec: rely on syscall.execve
2014-01-14 Jonathan Lebontapset/linux: add task_ancestry.stp
2014-01-14 Jonathan Lebontask_time.stp: add nsecs_to_string and task_start_time
2014-01-14 Jonathan Lebontask_time.stp: fix typo in desc
2014-01-14 Jonathan Lebon[nd_]syscall.execve: use user_string_quoted
2014-01-14 Jonathan LebonMerge branch 'jlebon/boot-time' (PR2035)
2014-01-14 Jonathan Lebonautoreconf
2014-01-14 Jonathan LebonNEWS: add boot-time blurb
2014-01-14 Jonathan Lebonsystemtap.spec: add dracut module to initscript pkg
2014-01-14 Jonathan Lebonsystemtap.spec: fix %post/%postun for initscript pkg
2014-01-14 Jonathan Leboninitscript: add onboot command to init.d script
2014-01-14 Jonathan Leboninitscript: add dracut module
2014-01-14 Jonathan Lebontapset-utrace.cxx: allow pid 1 probing
2014-01-13 Martin CermakPR16443: fix typos in Beginner's Guide
2014-01-13 Jonathan Lebonstapvirt.1: fix sample output in tutorial
2014-01-11 Frank Ch. Eiglerstap translator: tolerate NULLs coming from some elfuti...
2014-01-09 Frank Ch. Eiglersample: add some docs for new sockaddr decoding tapset
2014-01-09 Robin Hacktapset: add decoded sockaddr field vars to socket-relat...
2014-01-09 Frank Ch. Eiglerdoc building: tolerate xvfb-run transient errors during...
2014-01-09 Frank Ch. Eiglerstap.1 man page: clarify %m and %M precision parameter...
2014-01-08 Dave BrolleyMake sure that AVahi service names are valid before...
2014-01-07 David SmithImprove several syscall probe aliases for s390x.
2014-01-07 Dave BrolleyAdd a ".local" variant to the DNS names on compile...
2014-01-07 Dave BrolleyRework compile-server discovery.
2014-01-06 Josh StoneDon't cast the pointer in STAP_RETVALUE:string
2014-01-04 Frank Ch. Eigler2014 year bump for emitted copyright messages
2014-01-03 Frank Ch. EiglerPR10300: demonstrate use of STAP_RETURN() in tapset...
2014-01-03 Frank Ch. EiglerPR10300: document STAP_RETURN()
2014-01-03 Frank Ch. EiglerPR10300: add STAP_RETURN(...) embedded-C macro
2014-01-02 David SmithPR16207 partial fix: Fix the 'rt_signal' [nd_]syscall...
2013-12-27 Frank Ch. Eiglertutorial: fix poor wording in an exercise question
2013-12-24 Dave BrolleyClient/server related testsuite tweaks.
2013-12-23 Jonathan Lebonadd PR context to previous csclient.cxx patch
2013-12-23 David SmithPR16207 partial fix: Fix the 'signalfd' [nd_]syscall...
2013-12-20 Jonathan Leboncsclient.cxx: improve hostname resolution cache
2013-12-20 Jonathan Leboncsclient.cxx: ignore hostname for server equality
2013-12-20 Frank Ch. Eiglersession.cxx: respect ^C's during long verbose symbol...
2013-12-20 Frank Ch. Eiglererror::buildid: note -DSTP_NO_BUILDID_CHECK
2013-12-20 Dave BrolleyReduce avahi query timeout from 2 seconds to 0.5 seconds.
2013-12-20 Dave BrolleyAvahi usage improvements for stap-serverd.
2013-12-19 David SmithPR16207 partial fix: Fix the 'trunc' [nd_]syscall.exp...
2013-12-19 David SmithPR16207 partial fix: Fix the 'mount' [nd_]syscall.exp...
2013-12-19 David SmithPR16207 partial fix: Fix the 'mount' [nd_]syscall.exp...
2013-12-19 Frank Ch. Eiglerconfigury: followup to previous with_java check; m4...
2013-12-19 Frank Ch. Eiglerconfigury: don't use AC_CHECK_FILE for verifying java...
2013-12-18 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-12-18 Dave BrolleyCorrect error path where NULL avahi-client service...
2013-12-18 Dave BrolleyCorrect the text for NSS error SEC_ERROR_LEGACY_DATABASE.
2013-12-17 Frank Ch. Eiglerlangref.tex: add [english] option to babel setup
2013-12-17 Jonathan LebonPR16326: fix client.exp and simplify it
2013-12-16 Frank Ch. Eiglerkernel tracepoints: bring up-to-date for 3.11
2013-12-12 Jonathan Lebonstapvirt: clarify that power cycling is required
2013-12-12 Jonathan Lebonstapvirt: document virtio-serial controller requirement
2013-12-12 David SmithSimplify sendfile.c test program for use on an NFS...
2013-12-11 David SmithFixed PR16312 by adding preadv syscall support.
2013-12-11 David SmithImproved [nd_]syscall.lseek probe support for 32-bit...
2013-12-10 David SmithFixed PR16311 by adding/improving pwritev syscall support.
2013-12-10 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-12-10 Quentin BarnesAdded initial syscall.pwritev probe support.
2013-12-10 Jonathan LebonPR16309: spawn stap-serverd with / cwd
2013-12-06 Jonathan Lebonproperly implement stapshd reload
2013-12-05 Stan CoxPreserve sdt_misc test files in case of failure.
2013-12-05 Frank Ch. Eiglerruntime: don't require CONFIG_KPROBES for user-space...
2013-12-03 David SmithFixed PR16248 by adding user namespace support to pfile...
2013-12-02 Josh StoneUse proper set operations for symtab dupe checks
2013-12-02 Josh StoneSet git-describe --abbrev=12 for consistency and future...
2013-12-02 Jonathan Lebonclarify stap_waitpid return value
2013-12-02 Jonathan Lebonstap-serverd: remember exact rc from spawned stap
2013-11-30 Jonathan Lebonstapsh.c: fix handling of POLLIN to indicate EOF
2013-11-30 Jonathan Lebonfix suggestion msg for tracepoints
2013-11-30 Lukas BerkFix build error signed/unsigned comparison
2013-11-29 Frank Ch. EiglerPR16276: tolerate low --rlimit=nproc, especially in...
2013-11-29 Lukas BerkRemoved (unused) consult_symtab and kernel_symtab_path...
2013-11-29 Lukas BerkMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-11-29 Lukas BerkPR10208 Support probing weak symbols
2013-11-29 Frank Ch. Eiglerstap-report: also report running stap processes
2013-11-26 Josh Stonestapdyn: Use plain CLOCK_MONOTONIC for -t timing
2013-11-26 Josh Stonestapdyn: Batch _stp_strncpy_from_user reads
2013-11-26 Frank Ch. Eiglerloadavg tapset: add to generated docs, tweak docs wording
2013-11-26 Aaron TomlinAdd loadavg tapset
2013-11-26 Aaron Tomlinexamples: Print header once in interrupts-by-dev.stp
2013-11-26 David SmithPR16207 partial fix: Fix the 'pipe' [nd_]syscall.exp...
2013-11-25 David SmithMinor fix.
2013-11-25 David SmithPR16207 partial fix: Fix the 'net1' [nd_]syscall.exp...
2013-11-25 Jonathan Lebonfutexes2.meta: mark UNTESTED if not supported
2013-11-25 David SmithPR16207 partial fix: Fix the 'inotify' [nd_]syscall...
2013-11-25 David SmithPR16207 partial fix: Fix the 'dup' [nd_]syscall.exp...
2013-11-25 David SmithPR16207 partial fix: Fix the link [nd_]syscall.exp...
2013-11-25 Jonathan Lebonelaborate.cxx: remove extra space
2013-11-25 Jonathan Lebonfix various issues coverity unearthed
2013-11-25 David SmithPR16207 partial fix: Fix the chmod [nd_]syscall.exp...
2013-11-22 David SmithPR16207 partial fix: Fix the access [nd_]syscall.exp...
2013-11-22 David SmithPR15219 partial fix. The [nd_]syscall.timer_settime...
2013-11-22 Aaron TomlinAdd STAP_ERROR macro
2013-11-20 Josh StoneTighten -Wno-format-nonliteral to just where it's needed
2013-11-20 Josh StoneFix retstr in __nd_syscall.clock_settime.return
2013-11-20 Josh Stoneparse: Let pp1_activation own the token rather than...
2013-11-20 Josh StoneDon't check kernel "utrace" support for dyninst
2013-11-18 David SmithFix PR16187 by improving the syscall.sendfile/nd_syscal...
next
This page took 0.053771 seconds and 5 git commands to generate.