]> sourceware.org Git - systemtap.git/history - runtime
Correct systemtap.spec to match support currently available on aarch64
[systemtap.git] / runtime /
2013-08-16 David SmithFix PR15805 by allocating map memory with vmalloc(...
2013-08-02 Lukas BerkPR15757 Fix truncated 32bit backtraces on x86_64
2013-08-02 Timo Juhani LindforsFor xen kernels, handle cpufreq_register_notifier(...
2013-07-24 Serguei Makarovstapregex REWRITE PROGRESS: ADD stapregex.cxx & related
2013-07-17 David SmithFix PR15751 by adding support for new 'compat' sigactio...
2013-07-11 David SmithImprove perf probe warnings and testcase.
2013-07-10 Lukas BerkEnable 32-bit unwinding on 64bit
2013-07-05 Jonathan Lebonmake STP_OOB_DATA treatment more stringent
2013-06-26 Mark Wielaard_stp_mkdir_proc_module: mark proc_root_name static...
2013-06-25 David SmithUpdate PR15673 fix in loc2c-runtime.h.
2013-06-24 Josh StonePR15673: Enable deref.exp for stapdyn, and fix writes
2013-06-19 Torsten PolleAvoid uprobes crash on error.
2013-06-19 Jonathan Lebonuprobes-inode.c: add UPROBES_HITCOUNT
2013-06-13 Josh StonePR15624: Use 64-bit offsets in stapdyn modules
2013-06-13 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-06-13 David SmithSmall initializion code fix needed for PR14791.
2013-06-12 David SmithFix PR14791 by adding a '-o FILE' option to stapdyn.
2013-06-12 Josh StonePR14573: Add stapdyn register support for powerpc
2013-06-11 Josh StonePR15029: Reflect script errors in stapdyn's exit status
2013-06-11 Josh Stonestapdyn: Let the module request to exit
2013-06-10 Josh StonePR15278: Make use of UPROBE_HANDLER_REMOVE
2013-06-10 Jonathan LebonPR15044: keep cute return val and conditional check...
2013-06-10 Jonathan LebonPR15044: hardcoded version 2.3
2013-06-06 David SmithFix multiple inclusion guard macro in runtime/compatdefs.h.
2013-06-05 Jonathan LebonPR15044: change _stp_text_str() from void to int and...
2013-05-31 Alexander Y. FomichevHandle CONFIG_USER_NS/CONFIG_UIDGID_STRICT_TYPE_CHECKS...
2013-05-28 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-05-28 Raphaël BeamonteRemove a direct include of rwlock.h which fail on a...
2013-05-22 Josh Stonestapdyn: Restrict visibility in generated modules
2013-05-22 Josh Stonestapdyn: separate enter_dyninst_uprobe_regs
2013-05-22 Josh Stonestapdyn: isolate the tls context pointer more
2013-05-22 Josh Stonestapdyn: retry incomplete/EINTR transport writes
2013-05-22 Josh Stonestapdyn: Remove the _stp_err copy of stderr
2013-05-21 Josh Stonestapdyn: move MAX_STORED_WARNINGS to the top of transport.c
2013-05-21 Josh Stonestapdyn: Remove the _stp_out copy of stdout
2013-05-21 Josh StoneRemove the vestigial _stp_dyninst_transport_init
2013-05-21 Josh Stonestapdyn: remove the clunky stp_dyninst_master
2013-05-21 David SmithRemoved overly-paranoid comment.
2013-05-21 David SmithFix PR15083 by adding dyninst system() support.
2013-05-17 David SmithFix PR15486 by handling debug messages properly in...
2013-05-17 Josh StonePR15481: Only destroy mutexes from stapdyn itself
2013-05-17 Josh Stonestapdyn: implement tapset tzinfo.stp
2013-05-16 Josh Stonestapdyn: implement tapset module_name()
2013-05-16 Josh Stonestapdyn: implement tapset target() and stp_pid()
2013-05-16 Josh StoneMerge tag 'release-2.2.1'
2013-05-16 David SmithFix PR15110 by eliminating duplicate warnings for stapdyn.
2013-05-14 David SmithFixed PR15446 by using the new /proc interface.
2013-05-10 Josh Stonestapdyn.h: make the release markers a bit more visible
2013-05-10 Josh Stonestapdyn: hide internal module functions
2013-05-10 David SmithPR15408 update. Fix RHEL4 transport (based on procfs).
2013-05-08 Frank Ch. Eiglerruntime perf.c: consistentify perf_event_create_kernel_...
2013-05-08 David SmithSplit dyninst transport initialization into two parts.
2013-05-08 Frank Ch. Eiglerruntime compatibility: add some needed casts to slay...
2013-05-08 Frank Ch. Eiglerdyninst transport: don't send dummy \0 for error/warnin...
2013-05-08 Frank Ch. Eiglerruntime/linux: kernel 3.10 compatibility; need explicit...
2013-05-07 David SmithFix PR15408. Create top-level procfs directory in init_...
2013-04-30 Frank Ch. EiglerPR15422: fix compiler warning when --runtime=dyninst...
2013-04-29 David SmithHandle an allocation failure in _stp_vsnprintf().
2013-04-26 David SmithFixed PR14491 by adding a real transport layer for...
2013-04-12 Torsten PolleSupport "pid" interface of perf (for per-process case)
2013-04-12 Frank Ch. EiglerPR15363: tweak registration-warning message to print...
2013-04-12 Frank Ch. EiglerPR15363 warn but don't error-abort, on inode-uprobes...
2013-04-09 Josh Stoneuretprobes: Update for aarapov's v1 (posted April 3)
2013-04-05 Frank Ch. Eiglerstapdyn runtime: don't use mktemp to create a file...
2013-04-04 Josh StoneBZ855981: Further tweak getcpu compatibility
2013-04-04 Frank Ch. EiglerBZ855981: stapdyn runtime compatibility with RHEL5
2013-03-28 Josh StonePR15315: Filter inode-uprobe processes in the handler
2013-03-26 Josh StonePR15306: Guard the stapdyn probe prologue for no shm
2013-03-22 Serguei MakarovPR15053: stapdyn -G global variable setting support...
2013-03-22 Josh StonePR15279: Leave REG_IP alone in 3.9ish uprobes
2013-03-22 Josh StonePR15290: remove additional uretprobe cruft
2013-03-22 Adrian Marius NegreanuPR15290: add support for aarapov's uretprobes
2013-03-19 David SmithMake sure dyninst stat/map locks are using PTHREAD_PROC...
2013-03-12 Josh Stonestapdyn: fix the context->data_index
2013-03-06 Frank Ch. EiglerPR15237: adapt to hlist_* changes in linux 3.9
2013-02-27 Frank Ch. Eigleradieu runtime/bench2
2013-02-13 Frank Ch. EiglerPR15147: clarify comments about _stp_error internal...
2013-02-09 Josh Stonestapdyn: Initialize _stp_random_u from /dev/urandom
2013-02-08 Josh Stonestapdyn: Validate that probe flags are known
2013-02-08 Josh Stonestapdyn: Make sure interprocess maps share hash seeds
2013-02-07 Josh Stonestapdyn: Seed _stp_random_u with more "precision"
2013-01-31 Frank Ch. EiglerPR11576: simplify runtime *perf_counters[] widget
2013-01-30 David SmithPR15080 fixed by handling signal_wake_up_state() replac...
2013-01-25 Stan CoxMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-01-25 Stan CoxMerge branch 'scox/perf': perf.counter support.
2013-01-24 Stan CoxAdd perf parseko tests.
2013-01-23 Stan CoxMerge branch 'scox/perf' of ssh://sourceware.org/git...
2013-01-23 Stan CoxDo not use unnamed structs.
2013-01-18 David SmithPR15031 fix: Add _stp_print_binary() function to dynins...
2013-01-18 Josh StonePR14706: Use shared memory between stapdyn and the...
2013-01-17 Frank Ch. Eiglerruntime: use stp_module ->path instead of abbreviated...
2013-01-11 David SmithPR14708 partial fix: Add dyninst support for '.thread...
2013-01-10 Stan CoxAdd perf.counter.
2013-01-10 Stan CoxAdd perf.counter probes for on demand performance monit...
2013-01-03 Frank Ch. EiglerPR14929: add error::buildid man page
2013-01-03 Frank Ch. Eiglerthe omnibus change act of 2013 for copyright and task_f...
2013-01-03 Stan CoxPR11576: tolerate registration failure
2012-12-21 Serguei MakarovPR14883: add combined error message for task_finder_stu...
2012-12-20 Frank Ch. EiglerPR14883: mention new warning::process-tracking from...
2012-12-19 Serguei MakarovPR14883: let stuff that demands task_finder, incl....
next
This page took 0.068752 seconds and 8 git commands to generate.