summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-281-57/+75
|\
| * Avoid 1 case of holding a semaphore while mmap callbacks are being made.David Smith2009-05-281-57/+75
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-221-1/+14
|\|
| * Restore staprun's support for REAL_UID/GIDJosh Stone2009-05-221-1/+14
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-223-90/+125
|\|
| * Properly read eh_frame and pass is_ehframe correctly.Mark Wielaard2009-05-201-6/+10
| * Use debug_frame table, then fallback to eh_frame when necessary.Mark Wielaard2009-05-201-24/+39
| * Pass and use ptrType and is_ehframe to unwind adjustStartLoc.Mark Wielaard2009-05-201-53/+66
| * Fetch and store both debug_frame and eh_frame tables.Mark Wielaard2009-05-203-19/+22
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-193-15/+25
|\|
| * PR10171 workaround.David Smith2009-05-181-0/+5
| * PR10091 fixes.David Smith2009-05-181-0/+6
| * Tidy/tighten DEBUG_UNWIND ptrType a bit.Mark Wielaard2009-05-151-14/+13
| * Initialize aptr in runtime/map.c and keep gcc-4.4 happyAnanth N Mavinakayanahalli2009-05-131-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-061-1/+1
|\|
| * Problems using server scripts when not on PATH.Dave Brolley2009-05-061-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-052-0/+3
|\|
| * Add Vim modelines for new C/C++ sourcesJosh Stone2009-05-052-0/+3
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-052-3/+170
|\|
| * Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-044-69/+532
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-302-1/+52
|\|
| * Fixed itrace on RHEL5 (PR10091).David Smith2009-04-272-1/+52
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-275-87/+347
|\|
| * PR10081: improve error message for verifying build-idWenji Huang2009-04-261-28/+23
| * PR10099: Extend %M directive to support hexdumping large buffersWenji Huang2009-04-261-12/+19
| * PR5273: uprobes_i386.c instruction tableJim Keniston2009-04-241-11/+11
| * Cache and retrieve syscall arguments when needed.David Smith2009-04-242-35/+293
| * i386 uprobes1: enable the 0x0f 0x1_ row of opcodesJim Keniston2009-04-231-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-232-108/+17
|\|
| * utrace/ia64: Fix syscall_get_set_args_cb() to handle syscalls via syscall()Masami Hiramatsu2009-04-221-3/+10
| * PR 9821: Use genuine strftime in staprun/stapioMasami Hiramatsu2009-04-221-105/+7
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-2210-58/+92
|\|
| * Merge branch 'master' of ssh://sourceware.org/git/systemtapMark Wielaard2009-04-211-1/+2
| |\
| | * Ref-count correctly when deranged handler calls do_exit().Jim Keniston2009-04-211-1/+2
| * | Merge branch 'user_unwind'Mark Wielaard2009-04-219-57/+90
| |\ \ | | |/ | |/|
| | * Add uprobes_ustack testcase and bug fixlet.Mark Wielaard2009-04-211-1/+4
| | * Add ubacktrace(), print_ustack() and print_ubacktrace().Mark Wielaard2009-04-211-0/+26
| | * Don't use stack fallback for user space unwinding when using dwarf unwinder.Mark Wielaard2009-04-212-8/+16
| | * Remove old _stp_ustack bits.Mark Wielaard2009-04-211-17/+0
| | * Pass task from tapset, through stack and unwind functions for lookup.Mark Wielaard2009-04-208-19/+25
| | * Pass task to _stp_func_print and _stp_kallsyms_lookup.Mark Wielaard2009-04-194-8/+9
| | * Handle .absolute and .dynamic (user space) addresses in adjustStartLoc.Mark Wielaard2009-04-191-6/+12
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-215-33/+152
|\| |
| * | PR10078: uretprobes on functions returning structs/unionsJim Keniston2009-04-203-3/+36
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDavid Smith2009-04-202-33/+350
| |\|
| * | Uses upstream ia64 syscall functions.David Smith2009-04-202-30/+116
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-215-43/+371
|\ \ \ | | |/ | |/|
| * | PR7072: use _stp_reserve_bytes for printf bufferKent Sebastian2009-04-172-33/+350
| |/
| * Privatize MAX_STACK_DEPTHJosh Stone2009-04-162-3/+3
| * Improved ppc and ia64 runtime/syscall.h.David Smith2009-04-161-7/+18