summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Use gnu indentation style.Stan Cox2010-01-141-59/+66
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2010-01-131-3/+54
|\
| * Use __access_process_vm_noflush for static user semaphore decrement.Stan Cox2010-01-131-3/+54
* | Move userspace probing boiler plate code in translator to runtime library.William Cohen2010-01-132-0/+326
|/
* map through uretprobe trampoline in an arbitrary taskTim Moore2010-01-134-35/+114
* Removed bogus task_finder error message.David Smith2010-01-131-1/+1
* PR10493: autoconf for cpu_khzWenji Huang2010-01-131-7/+5
* Add stack walking function for 2.6.33Wenji Huang2010-01-111-0/+14
* Fixed PR 11148 by reworking transport directory locks.David Smith2010-01-081-14/+30
* Partial PR 10848 fix. Added testcase for STP_MAXMEMORY.David Smith2010-01-071-20/+21
* Partial PR 10848 fix. Added '-DMAXMEMORY=NUM' processing.David Smith2010-01-051-8/+124
* bz6436 backtraces from uprobesTim Moore2010-01-055-69/+99
* Remove all caching from _stp_module_relocate.Mark Wielaard2009-12-291-38/+13
* Set last_tsk in runtime/sym.c _stp_module_relocate.Mark Wielaard2009-12-291-0/+1
* ppc stack: transcribe portions of modern kernel ppc/.../asm/ptrace.hFrank Ch. Eigler2009-12-221-0/+18
* Fixed ia64 compile problem with runtime/stack-ia64.c.David Smith2009-12-221-1/+2
* Fixed compilation on f11.David Smith2009-12-211-0/+1
* PR11113 fix. Support new utrace API.David Smith2009-12-213-4/+155
* PR10601: cleanup for i386, x86-64Frank Ch. Eigler2009-12-211-7/+16
* PR11015 Support shared library reloading (in different processes)Mark Wielaard2009-12-215-77/+201
* brown paper bag typo fixyFrank Ch. Eigler2009-12-201-1/+1
* runtime: more build fix for non-utrace kernelsFrank Ch. Eigler2009-12-202-1/+3
* PR10601: unfork deref()Frank Ch. Eigler2009-12-201-22/+16
* runtime: rhel4 build fix for uretprobe-wannabe stack tracebacksFrank Ch. Eigler2009-12-201-1/+3
* runtime backtracing: port commit #2e7f8442 to uprobes1Frank Ch. Eigler2009-12-203-2/+46
* PR10601 cont'd, RHEL5 backward compatibility with more runtime/autoconf*Frank Ch. Eigler2009-12-203-5/+35
* PR10601 part 1: i386 and x86-64 regset for dwarf fetch/store_register()sFrank Ch. Eigler2009-12-201-85/+300
* Remove uprobes.h declaration from runtime.hTim Moore2009-12-184-12/+16
* support for a brief backtrace formatTim Moore2009-12-175-14/+46
* backtrace through uprobes trampoline.Tim Moore2009-12-176-6/+26
* function to translate from the uretprobe trampoline back to the originalTim Moore2009-12-162-0/+46
* set the IP in return probes to the returned-to instructionTim Moore2009-12-162-3/+19
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-12-151-18/+35
|\
| * Fixed DEBUG_MEM debug memory tracking.David Smith2009-12-151-18/+35
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-12-147-45/+51
|\|
| * Do not use condition_codes() on armEugeniy Meshcheryakov2009-12-131-1/+1
| * runtime build: fix alloc.c buildability on old gcc 3.4Frank Ch. Eigler2009-12-111-2/+2
| * runtime: undefine DEBUG_MEM, retain alloc countingFrank Ch. Eigler2009-12-101-9/+10
| * runtime: print stp_alloc statistics in startup printkFrank Ch. Eigler2009-12-102-20/+13
| * Fix regression in statistic operationsAnton Vorontsov2009-12-091-6/+12
| * PR 10848 partial fix by using systemtap memory functions everywhere.David Smith2009-12-092-8/+12
| * PR11020: Check switch_file global flag inside inner loop for busy scriptsMasami Hiramatsu2009-12-031-2/+4
* | Clean up NSS after errors occur during verification.Dave Brolley2009-12-141-0/+3
|/
* Regenerate autotools files using autoreconf to pick up latest Makefile.am cha...Dave Brolley2009-12-012-2/+4
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-12-0115-28/+65
|\
| * uprobes ppc64: UPROBES_DEBUG build fixFrank Ch. Eigler2009-12-011-2/+2
| * Use proper types for do_divAnton Vorontsov2009-12-012-5/+6
| * Change KERNEL_RELOC_SYMBOL to "_stext" on ppc32Anton Vorontsov2009-12-011-1/+1
| * Implement _div64 and _mod64 for ppc32Anton Vorontsov2009-12-011-3/+39
| * Share ppc64 and ppc32 code where possibleAnton Vorontsov2009-12-013-5/+5