summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Use stap_system() in mod-signing codeJosh Stone2009-05-051-2/+3
| * | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-05-056-0/+11
| |\| | |
| | * | | Add Vim modelines for new C/C++ sourcesJosh Stone2009-05-056-0/+11
| * | | | Make sure pw struct is initialized.Dave Brolley2009-05-051-1/+1
| |/ / /
* | | | Add stap-authorize-cert to stap-clientDave Brolley2009-05-051-0/+1
* | | | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-0549-281/+613
|\| | |
| * | | Describe new module signing capability.Dave Brolley2009-05-051-0/+7
| * | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-05-054-8/+116
| |\ \ \
| | * | | added ioblktime.stp to guideddomingo2009-05-052-0/+113
| | * | | Revert "Fix kprobes.exp."Ananth N Mavinakayanahalli2009-05-051-6/+1
| | * | | Tweak alternatives.expWenji Huang2009-05-041-2/+2
| * | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-05-0437-270/+292
| |\| | |
| | * | | Fix kprobes.exp.Ananth N Mavinakayanahalli2009-05-041-1/+6
| | * | | Add manual for stringat functionWenji Huang2009-05-031-0/+3
| | * | | systemtap.syscall tests do use + and * as metachars.Mark Wielaard2009-05-031-2/+4
| | * | | Don't recurse into DW_AT_declaration subprograms in iterate_over_labels.Mark Wielaard2009-05-031-1/+4
| | * | | Fix funtion -> function typo in alternatives.exp.Mark Wielaard2009-05-021-1/+1
| | * | | syscalls testsuite: use different escape sequenceFrank Ch. Eigler2009-04-3031-256/+261
| | * | | whitespace tweak in tcl codeFrank Ch. Eigler2009-04-301-9/+3
| | * | | add verboser strerrors if posix_spawn failedFrank Ch. Eigler2009-04-301-2/+12
| * | | | Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-0441-3201/+4144
| |/ / /
* | | | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-3037-91/+288
|\| | |
| * | | Fixed uaddr tapset function for ppc64 by adding task_pt_regs() definition.David Smith2009-04-301-0/+6
| * | | PR10007: Avoid probing syscall entry points in the testsuite.Ananth N Mavinakayanahalli2009-04-3020-45/+49
| * | | added tcp_connections.stpddomingo2009-04-302-0/+88
| * | | Use sockaddr instead of timeval in @cast testJosh Stone2009-04-292-11/+15
| * | | PR 6930: fix flightrec2.exp to handle filesize correctlyMasami Hiramatsu2009-04-282-11/+10
| * | | PR10102: tolerate mismatched optional probeWenji Huang2009-04-273-0/+18
| * | | new AUTHOR; fixed my commit --author typo via .mailmapFrank Ch. Eigler2009-04-272-0/+2
| * | | traceio: add human-readable byte-count outputKey Meyer2009-04-271-3/+18
| * | | traceio sample: tolerate more than a few hundred processesKey Meyer2009-04-271-10/+8
| * | | Make sure user_string_n() results are always zero terminated strings.Mark Wielaard2009-04-281-1/+4
| * | | Handle more types of types in declaration_resolveJosh Stone2009-04-271-12/+14
| * | | Warn if trying to dereference an enumJosh Stone2009-04-271-0/+7
| * | | Fixed itrace on RHEL5 (PR10091).David Smith2009-04-272-1/+52
* | | | 2009-04-30 Dave Brolley <brolley@redhat.com>Dave Brolley2009-04-305-94/+275
* | | | Update certificate file name.Dave Brolley2009-04-281-1/+1
* | | | Keep the user's stap certificate in stap.cert (was stap-server.cert). RenameDave Brolley2009-04-284-13/+36
* | | | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-2728-270/+592
|\| | |
| * | | PR10081: improve error message for verifying build-idWenji Huang2009-04-261-28/+23
| * | | PR10099: Extend %M directive to support hexdumping large buffersWenji Huang2009-04-263-13/+34
| * | | Add function of returning the char in given position of stringWenji Huang2009-04-263-1/+14
| * | | Handle kprobe struct field symbol_name as either char * or const char *.Mark Wielaard2009-04-261-2/+2
| * | | fix kprobe.* probes so they don't break -p4 if script also has kernel.* probesFrank Ch. Eigler2009-04-262-6/+10
| * | | Add grapher executable and doc generated files and dirs to .gitignore files.Mark Wielaard2009-04-262-0/+4
| * | | Add two new AUTHORSJosh Stone2009-04-251-0/+2
| * | | Correct fd variable name in fadvise64 probe points.Przemyslaw Pawelczyk2009-04-251-4/+4
| * | | Enable kprobe.function.return.maxactiveJosh Stone2009-04-241-35/+57
| * | | Simplify dwarfless kprobe stmt vs. name logicJosh Stone2009-04-241-29/+15
| * | | Fill out the pp() for dwarfless kprobesJosh Stone2009-04-241-3/+25