summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PR 10905 - Ensure that /usr/share/systemtap/runtime/uprobes is writeable by theDave Brolley2009-11-201-0/+5
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-123-8/+190
|\
| * Add documentation for conversions.stp tapset functions.Mark Wielaard2009-11-122-7/+188
| * Mark usymname as unprivileged.Mark Wielaard2009-11-121-1/+2
* | Sign uprobes.ko with the builder's certificate.Dave Brolley2009-11-123-452/+27
|/
* Relax restrictions on ownership and access permissions of signer's cert datab...Dave Brolley2009-11-122-0/+8
* PR6979: fix loc2c handling of second and later piecesRoland McGrath2009-11-111-29/+39
* build: quiet down xmlto tests and runsFrank Ch. Eigler2009-11-114-8/+8
* A very simple patch that fix the networking tapset documentation.Breno Leitao2009-11-111-1/+1
* PR5916: Exploit kretprobe data storage areaJosh Stone2009-11-105-27/+291
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-109-40/+29
|\
| * PR10877: Fix coveragedb.cxx to account for new components/token structureCharley Wang2009-11-101-4/+4
| * PR10927: undocument nonexistent do/while constructFrank Ch. Eigler2009-11-101-10/+0
| * PR10877: Give token* to each component instead of each probe_pointCharley Wang2009-11-107-26/+25
* | 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-1012-3920/+5014
|\
| * Add blank lines for formatting stapprobes.irqJosh Stone2009-11-101-0/+46
| * Fix stapprobes.irq title and add to install listJosh Stone2009-11-1011-3765/+4968
| * Only .3stap.in files should be committedJosh Stone2009-11-101-155/+0
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-099-152/+702
|\|
| * Normalized whitespace and comments.David Smith2009-11-091-146/+153
| * IRQ tapset, sample script, testsuite, man page updates, etcPrerna Saxena2009-11-095-0/+520
| * PR10923 Handle AT_frame_base given by DW_OP_call_frame_cfa in .debug_frame.Mark Wielaard2009-11-081-2/+2
| * Fix a comment typoJosh Stone2009-11-061-1/+1
| * expand comment on has_return=0 treatment of -L foo.return probesFrank Ch. Eigler2009-11-061-3/+7
| * Constrain $var-checking for -L of .return probesJosh Stone2009-11-061-10/+10
| * PR10849: Support MAXSKIPPED handling on RHEL4 through implementation of atomi...Roland Grunberg2009-11-062-2/+13
| * PR10820-cont': initialize the fields of empty tokenWenji Huang2009-11-061-0/+8
* | Don't reference global variable modpath in insert_module and its helpers.Dave Brolley2009-11-095-36/+118
|/
* Revert change which loads uprobes.ko using insert_module.Dave Brolley2009-11-051-3/+5
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-054-29/+51
|\
| * PR10466: print the set-intersection of variables retrieved from each branchWenji Huang2009-11-044-29/+51
* | Revert previous change re: home directory og stap-server. Ensure it has 755 p...Dave Brolley2009-11-051-2/+1
* | PR 9973: Sign uprobes.ko when it is created and load it using insert_module.Dave Brolley2009-11-056-80/+99
|/
* Add NEWS entry for stap-server initscript.Dave Brolley2009-11-031-0/+5
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-0371-469/+1501
|\
| * PR 10706 fixed by switching to unbuffered output.David Smith2009-11-031-1/+1
| * I forgot to change the NEWS file when commitingBreno Leitao2009-11-031-0/+3
| * Fix for bug 10866 (exit with rc != 0 on script ERRORs).Breno Leitao2009-11-032-11/+15
| * PR 6691 fixed by adding support for sys_accept4.David Smith2009-11-023-16/+88
| * PR10849: make MAXSKIPPED overflow trigger an error messageCharley Wang2009-11-021-4/+4
| * reorganize app tests; rewrite tcl as sample of improvementsFrank Ch. Eigler2009-10-3113-170/+161
| * regen sample indexes with plimit.stpFrank Ch. Eigler2009-10-304-0/+20
| * plimit: Add plimit.stp sample scriptEugene Teo2009-10-302-0/+85
| * Use /dev/urandom (non-blocking) instead of /dev/random.Dave Brolley2009-10-301-1/+1
| * Never ask the user for a password in stap-gen-cert. Read from /dev/random asDave Brolley2009-10-301-25/+1
| * context.exp test improvements.David Smith2009-10-304-4/+6
| * PR10839: compute default KRETACTIVE from num_possible_cpus() instead of NR_CPUSFrank Ch. Eigler2009-10-301-2/+2
| * Fix syscall testsuite bugs.David Smith2009-10-299-17/+37