summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * stack-ppc: Adjust for ppc32Anton Vorontsov2009-12-012-3/+3
| * Rename stack-ppc64.c to stack-ppc.cAnton Vorontsov2009-12-012-1/+1
| * Rename uprobes_ppc64.c to uprobes_ppc.c, use it for ppc32Anton Vorontsov2009-12-016-8/+8
* | Make sure system types are defined.Dave Brolley2009-12-012-5/+7
|/
* PR10653: don't corrupt signal structs in itrace on rawhide utraceRoland McGrath2009-11-301-3/+10
* Don't let _stp_alloc_percpu allocate too much memory.David Smith2009-11-301-2/+15
* Fix build error when !HAVE_NSSWenji Huang2009-11-301-2/+2
* PR 10984 Additional Work. TOCTOU race checking access permissions before cano...Dave Brolley2009-11-272-51/+80
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-252-8/+15
|\
| * include modverify.h unconditionally.Dave Brolley2009-11-241-2/+0
| * Add assert for detecting shared library reloading, PR11015.Mark Wielaard2009-11-241-6/+15
* | Improve error messages related to module signing.Dave Brolley2009-11-251-15/+7
* | - Allow root, the owner of the uprobes build directory and the members of theDave Brolley2009-11-251-24/+20
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-241-61/+121
|\|
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-241-1/+1
| |\
| * | PR 10976, 10984. Loading of signed modules (script module and uprobes) limite...Dave Brolley2009-11-241-61/+121
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-233-3/+21
|\ \ \ | | |/ | |/|
| * | cleanup: explain -5 magic value used in map-sorting codeFrank Ch. Eigler2009-11-201-1/+1
| |/
| * Explain "cheat" comment in sym.c (_stp_tf_mmap_cb).Mark Wielaard2009-11-171-0/+11
| * PR10010 Support $globals in shared libraries.Mark Wielaard2009-11-161-2/+5
| * Allow modules to trigger task_finder vma_tracker.Mark Wielaard2009-11-161-0/+4
* | Ensure uprobes/Makefile never returns failure due to setting permissions.Dave Brolley2009-11-231-11/+17
* | Rework setting of group and permissions on generated files and directories.Dave Brolley2009-11-231-8/+21
* | Make built files and directories writeable by the stap-server group individua...Dave Brolley2009-11-231-4/+6
* | Only attempt to change the group permissions of built items if we are root.Dave Brolley2009-11-201-3/+6
* | Allow members of the group stap-server to build the uprobes module.Dave Brolley2009-11-201-3/+9
|/
* Sign uprobes.ko with the builder's certificate.Dave Brolley2009-11-121-1/+1
* Relax restrictions on ownership and access permissions of signer's cert datab...Dave Brolley2009-11-121-0/+1