summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* PR10589: switch to kernel vscnprintf for _stp_{dbug,warn,error} calls in runtimeFrank Ch. Eigler2009-09-024-20/+23
* PR10551: cont'dFrank Ch. Eigler2009-08-231-1/+2
* PR10551: build compatibility for pax/grsecurity include/linux/module.hFrank Ch. Eigler2009-08-232-13/+28
* cleanup: rename task_finder_target->pathname -> procnameFrank Ch. Eigler2009-08-211-13/+13
* PR10228: fix non-utrace building regression - cont'dWenji Huang2009-08-201-1/+1
* Updated with latest code.David Smith2009-08-191-70/+145
* PR10228: fix non-utrace building regressionFrank Ch. Eigler2009-08-191-0/+3
* PR10228: use task_finder_vma for -d /user/object files.Frank Ch. Eigler2009-08-142-2/+4
* Add 'unused' attribute to module_data and module_size arguments of check_perm...Dave Brolley2009-08-111-2/+4
* PR10506 experiment: use /sbin/insmod for uprobes.ko loadingFrank Ch. Eigler2009-08-101-2/+7
* It is not an error or warning if the local database of authorized signingDave Brolley2009-08-101-0/+5
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-061-21/+34
|\
| * Works with or without a ring_buffer_iter.David Smith2009-08-061-21/+34
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-061-0/+5
|\|
| * PR10491 Don't assign to REG_IP if it isn't an lvalue (s390 and ia64).Mark Wielaard2009-08-061-0/+5
* | 2009-08-06 Dave Brolley <brolley@redhat.com>Dave Brolley2009-08-065-143/+118
|/
* Fix compile error when not HAVE_NSS with staprun.Maran2009-08-051-1/+1
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-048-67/+122
|\
| * Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtapKent Sebastian2009-07-312-2/+2
| |\
| | * PR10458. User actual breakpoint address for [ku]probe[ret].Mark Wielaard2009-07-312-2/+2
| * | PR10204: Place userspace markers in systemtap itselfKent Sebastian2009-07-315-0/+7
| |/
| * Improves functionality on rawhide (2.6.31-rcX) kernels.David Smith2009-07-281-65/+113
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-235-36/+58
|\|
| * Make ring_buffer transport work on new kernels.David Smith2009-07-221-13/+44
| * Fixed PR 10386 by removing the need to convert a pid to a task.David Smith2009-07-202-16/+5
| * PR6961: gcc warning tweakFrank Ch. Eigler2009-07-171-3/+4
| * PR6961: gcc warning tweakFrank Ch. Eigler2009-07-171-3/+4
| * save_stack_trace autoconf: fix typo to activate code in runtime/stack.cFrank Ch. Eigler2009-07-171-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-162-21/+110
|\|
| * Implemented ring_buffer iterators.David Smith2009-07-152-21/+110
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-102-40/+102
|\|
| * Added timer data flushing and overwrite handling to the ring_buffer transport.David Smith2009-07-092-40/+102
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-071-8/+7
|\|
| * BZ 490234 fix.David Smith2009-07-061-8/+7
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-06-2226-866/+1500
|\|
| * Fix on-file flight recorder mode bugs on old kernel.Masami Hiramatsu2009-06-194-35/+42
| * Disabled transport version 3 (for now).David Smith2009-06-191-0/+6
| * Cleanup.David Smith2009-06-183-56/+1
| * Transports now export their state.David Smith2009-06-185-17/+40
| * Moved global data into a single structure.David Smith2009-06-181-39/+45
| * Removed unused code (and all references to 'utt').David Smith2009-06-181-52/+0
| * Enabled overwrite processing on original transports.David Smith2009-06-185-23/+17
| * Merge commit 'origin/master' into pr7043David Smith2009-06-161-0/+1
| |\
| * | Fixed non-bulkmode output on smp systems using transport version 2.David Smith2009-06-121-0/+15
| * | Merge commit 'origin/master' into pr7043David Smith2009-06-118-104/+172
| |\ \
| * | | Fixed cut-and-paste error.David Smith2009-06-091-1/+1
| * | | Avoid holding semaphore while making mmap callbacks.David Smith2009-06-091-52/+130
| * | | Avoid 1 case of holding a semaphore while mmap callbacks are being made.David Smith2009-06-091-57/+75
| * | | Make sure all DEBUG_TRANS output uses printk.David Smith2009-06-032-13/+21
| * | | Fixed STP_TRANSPORT_VERSION 1 behavior.David Smith2009-06-036-23/+87