]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2014-10-15 Frank Ch. EiglerRHBZ847286: systemtap initscript: return rc=0 for no...
2014-10-14 Frank Ch. EiglerNEWS: tweak string-optimization wordage
2014-10-14 Abegail JakopNEWS: added bit on string passing optimization
2014-10-14 Martin CermakPR16716 partial fix: Fix types in syscall.{getdents...
2014-10-11 Frank Ch. Eiglerruntime: tweak panic message
2014-10-10 Masanari IidaFix spelling typo in man pages
2014-10-10 Abegail JakopMerge branch 'ajakop/11528'
2014-10-10 Abegail Jakoptranslate.cxx: fix "referece" typo
2014-10-09 Abegail JakopPR11528: log messages for vars passed by reference
2014-10-09 Abegail JakopPR11528: put retval assignment after arg assignments
2014-10-09 William CohenAdd backtrace support for aarch64
2014-10-09 Martin CermakPR16716 partial fix: Fix types in syscall.{getrlimit...
2014-10-09 William CohenMake the -DDEBUG_UNWIND output more tolerant of types...
2014-10-08 Lukas BerkAdd support for getrandom, memfd_create, seccomp syscalls
2014-10-07 Josh StoneRHBZ1150166: Handle the filename of compressed modules
2014-10-07 Josh Stonerun-stap: Let DEBUG_STAP use a custom gdb command
2014-10-07 William CohenDefine __NR_epoll_wait if not defined (PR17462)
2014-10-06 Abegail JakopPR11528: embedded_tags_visitor store tags in a set
2014-10-06 Abegail JakopPR11528: added unmodified-fnargs pragma to man/stap.1
2014-10-06 Abegail JakopPR11528: revised embedded_code_visitor
2014-10-06 Abegail JakopPR11528: replace ::is_functioncall() with a visitor
2014-10-02 David SmithFixed typo in testsuite/systemtap.syscall/rt_signal.c.
2014-10-02 Abegail JakopPR11528: don't include pure code in optimization
2014-10-01 Abegail JakopPR11528: new pragma "unmodified-fnargs" for embedded-c
2014-10-01 David SmithPR16716 partial fix: Fix types in 'syscall.{rt_sigactio...
2014-09-30 David SmithPR16716 partial fix: Fix types in 'syscall.{pipe,pselec...
2014-09-25 Abegail JakopPR11528: set __retval as char * where possible
2014-09-25 Stan CoxAdd pyparsing / no-parsing compatibility test.
2014-09-25 Martin CermakPR16716 partial fix: Fix types for the flock syscall
2014-09-25 Frank Ch. EiglerPR16806: tweak test case to guarantee stoppage better
2014-09-24 Frank Ch. Eiglerpo i18n regen
2014-09-23 Santosh Shuklastp: rt: fix preemptible bug_on for STAT_GET_CPU
2014-09-23 Santosh Shuklastp: rt: replace stp_print lock with stp style lock
2014-09-23 Santosh Shuklastp: rt: replace addr_map_lock rd/wr lock with stp...
2014-09-23 Santosh Shuklastp: rt: replace __stp_tf_task_work_list_lock to stp raw
2014-09-23 Santosh Shuklastp: rt: replace utrace_struct lock to stp style raw...
2014-09-23 Santosh Shuklastp: rt: replace utrace->lock with stp style raw lock
2014-09-23 Santosh Shuklastp: rt: replace __stp_tf_vma_lock rd/wr lock with...
2014-09-23 Santosh Shuklastp: rt: replace __stp_tf_map_lock rd/wr lock with...
2014-09-23 Santosh Shuklastp: rt: locking helper api
2014-09-23 Stan CoxIgnore C declarations in .d file and use string pattern...
2014-09-23 Abegail JakopPR11528: pass function args as char * where possible
2014-09-23 Martin CermakPR16716 partial fix: Fix types and compat support in...
2014-09-23 Martin CermakPR17413: add compat support for {nd_,}syscall.timer_create
2014-09-19 Frank Ch. Eiglerstaplog.c: add some more per-arch macros w/ protection
2014-09-17 Abegail Jakopuse strerror to generate error message in is_valid_pid
2014-09-17 David SmithPR16716 partial fix: Fix types in 'syscall.{[gs]etgroup...
2014-09-15 Josh StonePR17395: Add breaks to is_valid_pid error switch
2014-09-12 Josh Stonestapdyn: use process_vm_readv/writev when possible
2014-09-12 Jonathan Lebonstap.1: document --save-uprobes
2014-09-12 Jonathan Leboninitscript: also delete uprobes.ko during cleanup
2014-09-12 Stefan Hajnocziinitscript: automatically detect uprobes dependency
2014-09-12 David SmithPR16716 partial fix: Fix types in 'syscall.{mlock,mlock...
2014-09-12 Jonathan LebonPR17190: accept functions given with their decl_line
2014-09-12 Jonathan Lebonlisting_mode.exp: test nearest
2014-09-12 Jonathan Lebonnearest probes: preserve user-entered lineno in chain
2014-09-12 Jonathan Lebondwflpp.cxx: refactor nearest code
2014-09-12 Jonathan Lebonnearest probes: restrict to ABSOLUTE and RELATIVE
2014-09-12 David SmithPR16716 partial fix: Fix types/nesting in 'syscall...
2014-09-12 Josh Stonepfaults: index call/return arrays by tid, not pid
2014-09-11 David SmithPR16716 partial fix: Fix types/nesting in 'syscall...
2014-09-10 Martin Cermakserver.exp: fix condition affecting avahi related subtests
2014-09-10 David SmithFix compile problem (new in 2.6) in nd_syscall.clock_na...
2014-09-09 Stan CoxAdd -fpic -fPIC to the list of accepted but ignored...
2014-09-09 Josh StoneIgnore symtab descriptors and undefined symbols
2014-09-05 Josh Stonebump versions to 2.7 and autoreconf
2014-09-05 Josh StoneAdd a 2.6 %changelog to the spec release-2.6
2014-09-05 Josh StoneDate release 2.6 in NEWS
2014-09-05 Josh Stoneupdate-po
2014-09-05 Josh Stonestap: allow command line arguments in listing mode
2014-09-05 Josh Stonetestsuite: When testing .nearest listing, be sure to...
2014-09-05 Frank Ch. Eiglerstapdyn: publicize the -V (version) option in the usage...
2014-09-04 Frank Ch. Eiglerexamples: regen indexes
2014-09-04 Josh StoneAUTHORS bump
2014-09-03 Josh StoneRemove systemtap_session::built_uprobes
2014-09-03 Jonathan Leboninitscript: use --save-uprobes instead of -u
2014-09-03 Stefan Hajnocziinitscript: allow scripts to load uprobes
2014-09-03 Stefan Hajnocziinitscript: copy uprobes.ko to cache directory
2014-09-03 Stefan Hajnoczistap: add --save-uprobes
2014-09-03 Jonathan Lebonfix issues related to -E scripts
2014-09-03 Jonathan Lebonenospc.stp: rename warn() function to avoid conflict
2014-09-03 Jonathan Lebonlisting_mode_sanity.exp: clarify FAIL messages
2014-09-03 Jonathan Lebonupdate AUTHORS list
2014-09-03 Martin Cermakclient_args.exp: avoid propagating PR17301
2014-09-03 Frank Ch. EiglerPR12333: testsuite hashbang "#!stap" -> "#! stap" fix
2014-09-02 Josh StoneAdd a NEWS blurb about the autocast type propagation
2014-09-02 Josh StoneUse is_valid_pid in more places
2014-09-02 Frank Ch. EiglerPR16603 followup: unbreak on rhel4
2014-09-02 Frank Ch. Eiglerstap-report: generate fewer incidental errors on unusua...
2014-09-02 Abegail Jakopman/stap.1: add portion on array slicing
2014-09-02 Abegail JakopNEWS: added a piece about array slicing (PR12333)
2014-09-02 Josh Stonetestsuite: Reduce global timeout to 15 minutes
2014-09-02 Abegail Jakopfix process_by_pid.exp failing to hit all probes point
2014-09-02 Abegail Jakoptapsets.cxx: throw error for invalid PID, not valid PID
2014-09-02 Abegail JakopMerge branch 'ajakop/12333'
2014-09-02 Abegail JakopPR12333: added another pmaps membership test case
2014-09-02 Abegail JakopPR12333: cleanup and membership test with pmaps
2014-08-29 Josh StonePR12333: Aggregate pmaps for sliced array_in
2014-08-29 Josh StonePR12333: Use 1/0 conditions instead of true/false in C
2014-08-29 Lukas BerkDrop passing the last parameter to determin_java_type
next
This page took 0.053497 seconds and 5 git commands to generate.