index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename stack-ppc64.c to stack-ppc.c
Anton Vorontsov
2009-12-01
2
-1
/
+1
*
Rename uprobes_ppc64.c to uprobes_ppc.c, use it for ppc32
Anton Vorontsov
2009-12-01
6
-8
/
+8
*
PR10653: don't corrupt signal structs in itrace on rawhide utrace
Roland McGrath
2009-11-30
1
-3
/
+10
*
Don't let _stp_alloc_percpu allocate too much memory.
David Smith
2009-11-30
1
-2
/
+15
*
Fix build error when !HAVE_NSS
Wenji Huang
2009-11-30
1
-2
/
+2
*
PR 10984 Additional Work. TOCTOU race checking access permissions before cano...
Dave Brolley
2009-11-27
2
-51
/
+80
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley
2009-11-25
2
-8
/
+15
|
\
|
*
include modverify.h unconditionally.
Dave Brolley
2009-11-24
1
-2
/
+0
|
*
Add assert for detecting shared library reloading, PR11015.
Mark Wielaard
2009-11-24
1
-6
/
+15
*
|
Improve error messages related to module signing.
Dave Brolley
2009-11-25
1
-15
/
+7
*
|
- Allow root, the owner of the uprobes build directory and the members of the
Dave Brolley
2009-11-25
1
-24
/
+20
*
|
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley
2009-11-24
1
-61
/
+121
|
\
|
|
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley
2009-11-24
1
-1
/
+1
|
|
\
|
*
|
PR 10976, 10984. Loading of signed modules (script module and uprobes) limite...
Dave Brolley
2009-11-24
1
-61
/
+121
*
|
|
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley
2009-11-23
3
-3
/
+21
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cleanup: explain -5 magic value used in map-sorting code
Frank Ch. Eigler
2009-11-20
1
-1
/
+1
|
|
/
|
*
Explain "cheat" comment in sym.c (_stp_tf_mmap_cb).
Mark Wielaard
2009-11-17
1
-0
/
+11
|
*
PR10010 Support $globals in shared libraries.
Mark Wielaard
2009-11-16
1
-2
/
+5
|
*
Allow modules to trigger task_finder vma_tracker.
Mark Wielaard
2009-11-16
1
-0
/
+4
*
|
Ensure uprobes/Makefile never returns failure due to setting permissions.
Dave Brolley
2009-11-23
1
-11
/
+17
*
|
Rework setting of group and permissions on generated files and directories.
Dave Brolley
2009-11-23
1
-8
/
+21
*
|
Make built files and directories writeable by the stap-server group individua...
Dave Brolley
2009-11-23
1
-4
/
+6
*
|
Only attempt to change the group permissions of built items if we are root.
Dave Brolley
2009-11-20
1
-3
/
+6
*
|
Allow members of the group stap-server to build the uprobes module.
Dave Brolley
2009-11-20
1
-3
/
+9
|
/
*
Sign uprobes.ko with the builder's certificate.
Dave Brolley
2009-11-12
1
-1
/
+1
*
Relax restrictions on ownership and access permissions of signer's cert datab...
Dave Brolley
2009-11-12
1
-0
/
+1
*
Use 'module_realpath' instead of overwriting 'path' in insert_module.
Dave Brolley
2009-11-10
1
-18
/
+14
*
Replace the use of the global variable 'modpath' in diagnostic
Dave Brolley
2009-11-10
3
-10
/
+14
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley
2009-11-09
1
-0
/
+11
|
\
|
*
PR10849: Support MAXSKIPPED handling on RHEL4 through implementation of atomi...
Roland Grunberg
2009-11-06
1
-0
/
+11
*
|
Don't reference global variable modpath in insert_module and its helpers.
Dave Brolley
2009-11-09
3
-36
/
+81
|
/
*
Revert change which loads uprobes.ko using insert_module.
Dave Brolley
2009-11-05
1
-3
/
+5
*
PR 9973: Sign uprobes.ko when it is created and load it using insert_module.
Dave Brolley
2009-11-05
2
-6
/
+11
*
PR 10706 fixed by switching to unbuffered output.
David Smith
2009-11-03
1
-1
/
+1
*
Fix for bug 10866 (exit with rc != 0 on script ERRORs).
Breno Leitao
2009-11-03
2
-11
/
+15
*
Removed extra declarations.
David Smith
2009-10-29
1
-3
/
+0
*
PR10854: Use a mutex around transport startup/shutdown
Josh Stone
2009-10-27
1
-15
/
+23
*
Refactor probe locking into shared functions
Josh Stone
2009-10-21
1
-0
/
+68
*
Limit the number of call frame instructions we process in the unwinder.
Mark Wielaard
2009-10-20
1
-0
/
+7
*
Make sure cie and fde end point to sane values in while doing unwind_frame.
Mark Wielaard
2009-10-20
1
-0
/
+11
*
Be paranoid about table size resolving cie_for_fde and fde_pointer_type.
Mark Wielaard
2009-10-20
2
-9
/
+22
*
Improve some runtime struct layouts
Josh Stone
2009-10-19
1
-2
/
+2
*
bemoan that _stp_*printf can't be protected with gcc attribute printf
Frank Ch. Eigler
2009-10-19
1
-1
/
+5
*
fix 32-bit compatibility for @hist_log printing
Wenji Huang
2009-10-19
1
-1
/
+1
*
Avoid lockdep warnings.
Srikar Dronamraju
2009-10-19
2
-14
/
+34
*
Merge branch 'master' of sourceware.org:/git/systemtap
Josh Stone
2009-10-13
3
-19
/
+18
|
\
|
*
runtime shutdown errors: simplify, improve error specificity
Frank Ch. Eigler
2009-10-13
3
-19
/
+18
*
|
Refactor some of the histogram printing
Josh Stone
2009-10-13
1
-56
/
+29
*
|
PR10257: Add support for sprint[ln](@hist_*).
Przemyslaw Pawelczyk
2009-10-13
1
-32
/
+42
|
/
*
PR10761: pass -v's to final "staprun -d" if appropriate
Frank Ch. Eigler
2009-10-13
1
-60
/
+54
[next]