]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2016-05-03 Josh Stonedwflpp: use fixed-size buffers for ldd parsing
2016-05-02 Josh StoneMerge branch 'master' of ssh://sourceware.org/git/systemtap
2016-05-02 Josh Stoneremote: use initializer lists to build cmd vectors
2016-05-02 Josh Stonestap-serverd: use initializer lists to build cmd vectors
2016-05-02 Josh Stonesession: use initializer lists to build cmd vectors
2016-05-02 Josh Stonecsclient: use initializer lists to build cmd vectors
2016-05-02 Josh Stonebuildrun: use initializer lists to build cmd vectors
2016-05-02 Josh Stoneutil.h: double-check C++11 support
2016-05-02 Mateusz GuzikPlug preempt leak in _stp_runtime_entryfn_put/get_context.
2016-05-02 Felix Lumonitor mode: remove pipe
2016-04-30 Torsten PolleFix: process.library.function failed with sysroot.
2016-04-30 Torsten PolleFix: Processes are not found.
2016-04-30 Torsten PolleFix: Debug links are not found if the sysroot is used.
2016-04-30 Torsten PolleSupport the sysroot option for modules added for symbol...
2016-04-30 Josh StoneSpecialize hash<interned_string> for the different...
2016-04-30 Josh Stonenote the possible use of std::string_view
2016-04-30 Josh StoneDissolve unordered.h
2016-04-30 Josh StoneUse std::unordered_map et al
2016-04-30 Josh StoneRemove the unused auto_free.h
2016-04-30 Josh StoneUse make_shared for creating exp_types
2016-04-30 Josh StoneAlways use std::shared_ptr rather than boost's
2016-04-29 Josh StoneAssume unique_ptr is available now
2016-04-29 Josh Stonestapdyn: always use decltype instead of typeof
2016-04-29 Josh Stoneautoreconf -i
2016-04-29 Josh Stoneconfigure: make C++11 mandatory
2016-04-28 David SmithImproved fake utrace locking.
2016-04-28 David SmithFix PR19954 by avoiding "suspicious RCU usage" message.
2016-04-27 Felix Lumonitor mode: some improvements
2016-04-27 Felix LuPR20013: stap --dump-functions broken
2016-04-27 Felix Lumonitor mode: some refactoring, add a border to status...
2016-04-26 Frank Ch. Eiglerstaprun: reinstate -d '*' operation
2016-04-26 Felix Lumonitor mode: bugfix
2016-04-25 Felix Lumonitor mode: Use pop up panel for help message
2016-04-25 Felix Lumonitor mode: simplify scrolling
2016-04-25 David SmithFix PR19990 by updating runtime/linux/access_process_vm.h.
2016-04-15 William CohenAvoid using tcl exec command "-ignorestderr" option
2016-04-14 Frank Ch. Eiglerinstallcheck-parallel: show end of systemtap.sum when...
2016-04-14 Felix LuRemove empty script file warning for tapset files
2016-04-13 Martin CermakAutoreconf following commit 6a32afe.
2016-04-13 Martin CermakFix testsuite's installcheck-parallel behavior for...
2016-04-13 David SmithRemove a blacklist regular expression that wasn't needed.
2016-04-13 Martin CermakMove the testsuite's artifacts directory to the builddir.
2016-04-13 Martin CermakModify the dry run mode for the network/socktop example.
2016-04-11 David SmithFixed PR19940 by updating runtime/linux/access_process_...
2016-04-11 Martin CermakTerminate testsuite run if compiler sanity test fails.
2016-04-08 David SmithFix PR19905 by adding support for the preadv2/pwritev2...
2016-04-08 David SmithImprove 64-bit file offset handling in syscall.preadv...
2016-04-07 David SmithAdd missing asmlinkage() calls to nd_syscall.{membarrie...
2016-04-06 Martin CermakAdd the testsuite parallel testing feature.
2016-04-06 Martin CermakFix PR19915 by correctly updating the wsize.
2016-04-05 Frank Ch. Eiglertapset docs: ctime overloading
2016-03-31 Masanari IidaFix typo in SystemTap_Tapset_Reference/man3
2016-03-30 David SmithFinish fixing PR19882 by updating support for the copy_...
2016-03-30 Abegail JakopPR19882: add copy_file_range syscall supportt
2016-03-30 David SmithAdd tests for 2 new functions in buildok/aux_syscalls...
2016-03-30 David SmithCleaned up 'pure' and 'unprivileged' annotations in...
2016-03-29 David SmithFix PR19876 by adding tapset support for the 'userfault...
2016-03-29 David SmithFix PR19875 by adding tapset support for the 'membarrie...
2016-03-29 David SmithFix the interactive stap's buildok-interactive.exp...
2016-03-29 Frank Ch. EiglerAdd kernel support-range to stap -V output and other...
2016-03-28 Frank Ch. EiglerRHBZ1321628: temporarily suppress CONFIG_STACK_VALIDATION=
2016-03-28 Frank Ch. Eiglercopyright year bump
2016-03-28 Frank Ch. EiglerPR19874: reset 60s alarm for "stap -c CMD"
2016-03-28 Frank Ch. Eiglerroutine configury prep for future 3.1 release
2016-03-28 Frank Ch. Eiglerpre-release docs rebuild release-3.0
2016-03-27 Frank Ch. EiglerAUTHORS bump
2016-03-27 Frank Ch. EiglerPR19873: staprun -o BADFILE -c CMD cleanup
2016-03-27 Frank Ch. Eiglerstaprun: tweak the -o path-pattern length limiting
2016-03-27 Frank Ch. Eiglertestsuite examples check.exp: Don't try to clean up...
2016-03-26 Frank Ch. Eiglermade some tasty update-po soup
2016-03-26 Frank Ch. EiglerPR19833: turn cleanup_module / init_module inside out
2016-03-25 Frank Ch. Eiglerstap driver: close $HOME/.systemtap/rc file after reading
2016-03-25 Frank Ch. Eiglertranslate.cxx monitor_status probe: add try/catch
2016-03-25 Frank Ch. Eiglermonitor mode: show some status even for exited script
2016-03-24 Felix LuMonitor mode: Don't display EXITED in default help
2016-03-24 Felix LuMonitor mode: add faster output scrolling hotkeys
2016-03-24 Felix LuMonitor mode: add option to hide status window
2016-03-24 David SmithMake sure monitor pipe file descriptors are marked...
2016-03-24 Frank Ch. Eiglerstaprun/monitor.c: build under -std=c90-ish
2016-03-24 Frank Ch. Eiglerstaprun monitor: handle !HAVE_MONITOR_LIBS case differently
2016-03-24 Frank Ch. EiglerRHBZ1319085 cont'd: #undef delay() before redefining it
2016-03-24 Frank Ch. Eiglerelaborate.cxx: tweak monitor mode globals representaton
2016-03-24 Frank Ch. Eiglerstapio main loop: always time out on pselect()
2016-03-23 David SmithFix staprun compile error when HAVE_MONITOR_LIBS isn...
2016-03-23 William CohenAvoid "make distclean" removing removing various man...
2016-03-23 Frank Ch. EiglerRHBZ1320691: correct path to /sbin/new-kernel-pkg
2016-03-23 Frank Ch. Eiglertapset: add ctime() 0-argument overload
2016-03-23 Felix Lufix monitor mode: output was being limited to first...
2016-03-23 Frank Ch. Eiglermonitor mode: staprun revamp
2016-03-22 David SmithAdd logging to systemtap.base/strftime.exp.
2016-03-22 Felix LuAdd some missing documentation
2016-03-21 David SmithFix PR17393 by improving the way we execute "system...
2016-03-21 Felix LuMonitor mode: clamp probe list scrolling
2016-03-21 Felix LuMonitor mode: display number of script probes
2016-03-21 Felix LuRemove monitor mode global mangling
2016-03-20 Frank Ch. Eiglermonitor mode: add 'q' keystroke to quit
2016-03-20 Frank Ch. Eiglermonitor mode: deconflict with private global mangling
2016-03-20 Frank Ch. Eiglertranslator: PR13283 redux, optimize string comparison...
2016-03-20 Frank Ch. EiglerPR13283: make strcmp test case run in -u mode also
2016-03-20 Frank Ch. Eiglerprocfs write probe: optimize with /* stable */
next
This page took 0.051789 seconds and 5 git commands to generate.