Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Have stap-fine-or-start-server look in the right directory. | William Cohen | 2009-05-05 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Fix --enable-refdocs | Eugeniy Meshcheryakov | 2009-05-06 | 2 | -13/+16 | |
| | | | | | ||||||
| | * | | | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -24/+25 | |
| | | | | | ||||||
| | * | | | Only disable building of PDF version of refdocs if xmlto is bad | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -1/+7 | |
| | | | | | ||||||
| | * | | | Remove latex2html from BuildRequires | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-05 | 9 | -2510/+2944 | |
| | | | | | ||||||
| | * | | | Remove latex2html detection, it is not used anymore | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -3/+2 | |
| | | | | | ||||||
| | * | | | Make test example for xmlto more complex, to make it fail on Debian | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | Fix arguments to mktemp with less than 6 X's | Eugeniy Meshcheryakov | 2009-05-05 | 13 | -13/+13 | |
| | | | | | ||||||
| * | | | | Replace entire default path for stap_exec_prefix. | Dave Brolley | 2009-05-06 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Typo in invocation of stap-start-server | Dave Brolley | 2009-05-05 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-05-05 | 6 | -14/+24 | |
|\| | | | ||||||
| * | | | Ensure that pw is not used if it is NULL. | Dave Brolley | 2009-05-05 | 1 | -11/+9 | |
| | | | | ||||||
| * | | | Initialize euid before using it. | Dave Brolley | 2009-05-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2009-05-05 | 1 | -2/+3 | |
| |\ \ \ | ||||||
| | * | | | Use stap_system() in mod-signing code | Josh Stone | 2009-05-05 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2009-05-05 | 6 | -0/+11 | |
| |\| | | | ||||||
| | * | | | Add Vim modelines for new C/C++ sources | Josh Stone | 2009-05-05 | 6 | -0/+11 | |
| | | | | | ||||||
| * | | | | Make sure pw struct is initialized. | Dave Brolley | 2009-05-05 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Add stap-authorize-cert to stap-client | Dave Brolley | 2009-05-05 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-05-05 | 49 | -281/+613 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: modsign.cxx runtime/staprun/modverify.c runtime/staprun/staprun_funcs.c stap-authorize-server-cert stap-authorize-signing-cert stap-serverd systemtap.spec | |||||
| * | | | Describe new module signing capability. | Dave Brolley | 2009-05-05 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2009-05-05 | 4 | -8/+116 | |
| |\ \ \ | ||||||
| | * | | | added ioblktime.stp to guide | ddomingo | 2009-05-05 | 2 | -0/+113 | |
| | | | | | ||||||
| | * | | | Revert "Fix kprobes.exp." | Ananth N Mavinakayanahalli | 2009-05-05 | 1 | -6/+1 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 97d1fa6e24d8d4e8ceefc62f0d4a7f93a18e4125. | |||||
| | * | | | Tweak alternatives.exp | Wenji Huang | 2009-05-04 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2009-05-04 | 37 | -270/+292 | |
| |\| | | | ||||||
| | * | | | Fix kprobes.exp. | Ananth N Mavinakayanahalli | 2009-05-04 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | Patch from Prerna Saxena. | |||||
| | * | | | Add manual for stringat function | Wenji Huang | 2009-05-03 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | systemtap.syscall tests do use + and * as metachars. | Mark Wielaard | 2009-05-03 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + and * are metacharacters, but should always be used as metacharacters in the expressions, don't escape them. * testsuite/systemtap.syscall/test.tcl (run_one_test): Remove escaping of + and *. | |||||
| | * | | | Don't recurse into DW_AT_declaration subprograms in iterate_over_labels. | Mark Wielaard | 2009-05-03 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer gcc (4.4) places more DW_TAG_subprograms with DW_AT_declaration at call sites. iterate_over_labels should only be concerned about complete declarations. * tapsets.cxx (dwflpp::iterate_over_labels): Skip DW_TAG_subprogram that has attribute DW_AT_declaration. | |||||
| | * | | | Fix funtion -> function typo in alternatives.exp. | Mark Wielaard | 2009-05-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | * testsuite/systemtap.base/alternatives.exp (local1_script): Fix typo. | |||||
| | * | | | syscalls testsuite: use different escape sequence | Frank Ch. Eigler | 2009-04-30 | 31 | -256/+261 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The syscall testsuite uses embedded "// TEXT" markers in the .c files to designate expected output, kind of like the "dg-" bunch in the gcc test suite. Unfortunately, "//" is not a unique prefix to systemtap tests, and in particular it can occur in the system headers that will be picked up with the "gcc -E -C ..." invocation in test.tcl. So let's switch to "//staptest//". test.tcl is also modified to escape a few more mischevious regexp metacharacters that might sneak past. | |||||
| | * | | | whitespace tweak in tcl code | Frank Ch. Eigler | 2009-04-30 | 1 | -9/+3 | |
| | | | | | ||||||
| | * | | | add verboser strerrors if posix_spawn failed | Frank Ch. Eigler | 2009-04-30 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * buildrun.cxx (run_make_cmd, kernel_built_uprobes, copy_uprobes_symbols, run_pass, make_typequery_umod): Print strerror after a failed stap_system() if verbose. | |||||
| * | | | | Module signing and verification using a separate file for the module signature. | Dave Brolley | 2009-05-04 | 41 | -3201/+4144 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-04-30 | 37 | -91/+288 | |
|\| | | | ||||||
| * | | | Fixed uaddr tapset function for ppc64 by adding task_pt_regs() definition. | David Smith | 2009-04-30 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PR10117 fix. * tapset/context.stp: Added ppc64 task_pt_regs() definition if it dooesn't already exist. | |||||
| * | | | PR10007: Avoid probing syscall entry points in the testsuite. | Ananth N Mavinakayanahalli | 2009-04-30 | 20 | -45/+49 | |
| | | | | | | | | | | | | | | | | While there, fix minor issues with the s390x syscall tapset. | |||||
| * | | | added tcp_connections.stp | ddomingo | 2009-04-30 | 2 | -0/+88 | |
| | | | | ||||||
| * | | | Use sockaddr instead of timeval in @cast test | Josh Stone | 2009-04-29 | 2 | -11/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using timeval had problems on big-endian multi-arch platforms (ppc64), because the user tv_sec used in the @cast didn't match the kernel tv_sec used to provide a pointer. Hopefully reading from a sockaddr should be more robust, as that type doesn't appear to need any compat wrappers for multi-archs. | |||||
| * | | | PR 6930: fix flightrec2.exp to handle filesize correctly | Masami Hiramatsu | 2009-04-28 | 2 | -11/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testsuite/systemtap.base/flightrec2.exp: Use stat instead of ls for checking file size. * testsuite/systemtap.base/flightrec2.stp: Increase timer interval for some architecture on which the minimum interval is more than 1 ms (e.g. xen) | |||||
| * | | | PR10102: tolerate mismatched optional probe | Wenji Huang | 2009-04-27 | 3 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * elaborate.cxx: Early return for mismatched optional probe. * testsuite/systemtap.base/optionalprobe.exp: New test case. * testsuite/systemtap.base/optionalprobe.stp: Ditto. | |||||
| * | | | new AUTHOR; fixed my commit --author typo via .mailmap | Frank Ch. Eigler | 2009-04-27 | 2 | -0/+2 | |
| | | | | ||||||
| * | | | traceio: add human-readable byte-count output | Key Meyer | 2009-04-27 | 1 | -3/+18 | |
| | | | | ||||||
| * | | | traceio sample: tolerate more than a few hundred processes | Key Meyer | 2009-04-27 | 1 | -10/+8 | |
| | | | | | | | | | | | | | | | | ... rather than exiting with MAXACTIONS exceeded | |||||
| * | | | Make sure user_string_n() results are always zero terminated strings. | Mark Wielaard | 2009-04-28 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * tapset/conversions.stp (user_string_n2): Explicitly null terminate return string. (user_string_n_warn): Likewise. | |||||
| * | | | Handle more types of types in declaration_resolve | Josh Stone | 2009-04-27 | 1 | -12/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of just structs and unions, we now also process typedefs, enums, and base types in iterate_over_globals, so declaration_resolve can find more variations. This especially useful to let @casts reference typedef names. | |||||
| * | | | Warn if trying to dereference an enum | Josh Stone | 2009-04-27 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | In translate_components, give a cleaner warning about trying to dereference an enum type, rather than "unexpected type tag". | |||||
| * | | | Fixed itrace on RHEL5 (PR10091). | David Smith | 2009-04-27 | 2 | -1/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR10091 fix. * runtime/itrace.c: Includes ptrace_compatibility.h. (usr_itrace_report_quiesce): Corrected return value for original version of utrace. * runtime/ptrace_compatibility.h: Defines arch_has_single_step() and arch_has_block_step() in terms of ARCH_HAS_SINGLE_STEP and ARCH_HAS_BLOCK_STEP. |