summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use 'module_realpath' instead of overwriting 'path' in insert_module.Dave Brolley2009-11-101-18/+14
* Replace the use of the global variable 'modpath' in diagnosticDave Brolley2009-11-103-10/+14
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-091-0/+11
|\
| * PR10849: Support MAXSKIPPED handling on RHEL4 through implementation of atomi...Roland Grunberg2009-11-061-0/+11
* | Don't reference global variable modpath in insert_module and its helpers.Dave Brolley2009-11-093-36/+81
|/
* Revert change which loads uprobes.ko using insert_module.Dave Brolley2009-11-051-3/+5
* PR 9973: Sign uprobes.ko when it is created and load it using insert_module.Dave Brolley2009-11-052-6/+11
* PR 10706 fixed by switching to unbuffered output.David Smith2009-11-031-1/+1
* Fix for bug 10866 (exit with rc != 0 on script ERRORs).Breno Leitao2009-11-032-11/+15
* Removed extra declarations.David Smith2009-10-291-3/+0
* PR10854: Use a mutex around transport startup/shutdownJosh Stone2009-10-271-15/+23
* Refactor probe locking into shared functionsJosh Stone2009-10-211-0/+68