Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-02-02 | 37 | -239/+1600 | |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog NEWS | |||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-02 | 5 | -9/+27 | |
| |\ | ||||||
| | * | Add documentation for .label("label") | Stan Cox | 2009-02-02 | 5 | -9/+27 | |
| | | | ||||||
| * | | Revised topsys.stp and moved to the testsuite/systemtap.examples directory. | William Cohen | 2009-02-02 | 8 | -69/+69 | |
| |/ | ||||||
| * | Revise tcp_connections.stp example and place in sysemtap.examples directory. | William Cohen | 2009-02-02 | 8 | -50/+95 | |
| | | ||||||
| * | Remove redundant tcp_connections_wa.stp. | William Cohen | 2009-02-02 | 2 | -55/+4 | |
| | | ||||||
| * | Merge ChangeLog conflict | William Cohen | 2009-02-02 | 1 | -7/+4 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-02 | 20 | -9/+1392 | |
| |\ | | | | | | | | | | | | | Conflicts: testsuite/ChangeLog | |||||
| | * | Add STAP_PROBE7, 8 and 9 variants to sdt.h. | Mark Wielaard | 2009-02-02 | 2 | -3/+76 | |
| | | | ||||||
| | * | added tagging for sfunction entries | ddomingo | 2009-02-02 | 1 | -2/+2 | |
| | | | ||||||
| | * | minor correction to comment on probe vm.brk | ddomingo | 2009-02-02 | 1 | -3/+3 | |
| | | | ||||||
| | * | added conversion for tags command and emphasis | ddomingo | 2009-02-02 | 1 | -1/+9 | |
| | | | ||||||
| | * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-02-02 | 5 | -1/+145 | |
| | |\ | ||||||
| | | * | Add test for .label("label") | Stan Cox | 2009-02-01 | 1 | -0/+67 | |
| | | | | ||||||
| | | * | Add .label("label") | Stan Cox | 2009-02-01 | 4 | -1/+78 | |
| | | | | ||||||
| | * | | script copies automated tapsets.xml then cleans it for publican | ddomingo | 2009-02-02 | 1 | -0/+19 | |
| | | | | ||||||
| | * | | edited authorship | ddomingo | 2009-02-02 | 1 | -0/+25 | |
| | |/ | ||||||
| | * | Process extra_offset for kernel symbols with dwfl_module_relocate_address. | Mark Wielaard | 2009-02-01 | 2 | -0/+9 | |
| | | | ||||||
| | * | update .gitignore's | Josh Stone | 2009-01-30 | 2 | -0/+4 | |
| | | | ||||||
| | * | PR6936: Add systemtap initscript and systemtap-initscript subpackage. | Masami Hiramatsu | 2009-01-30 | 9 | -2/+1100 | |
| | | | ||||||
| * | | Remove systemtap.samples/queue_demo.{exp|stp}. | William Cohen | 2009-01-30 | 3 | -45/+5 | |
| |/ | ||||||
| * | Correct ChangeLog date type. | William Cohen | 2009-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | reduce systemtap.log contribution by semok/twenty.stp | Frank Ch. Eigler | 2009-01-30 | 2 | -1/+10 | |
| | | ||||||
* | | Document latest changes. | Dave Brolley | 2009-02-02 | 1 | -0/+11 | |
| | | ||||||
* | | Update NEWS and stap-server man page. Don't require client/server | Dave Brolley | 2009-02-02 | 4 | -38/+64 | |
|/ | | | | platform compatibility for pahes 1-4. | |||||
* | More security checking for client/server. Set exec_prefix and sysconfdir at ↵ | Dave Brolley | 2009-01-30 | 14 | -146/+265 | |
| | | | | install time. | |||||
* | tweak git_version.h generation | Frank Ch. Eigler | 2009-01-30 | 2 | -1/+6 | |
| | ||||||
* | Move the scf.stp example from systemtap.samples to systemtap.examples. | William Cohen | 2009-01-30 | 9 | -39/+89 | |
| | ||||||
* | Move some systemtap.sample tests to systemtap.base. | William Cohen | 2009-01-29 | 13 | -0/+7 | |
| | ||||||
* | Correct ChangeLog entry. | William Cohen | 2009-01-29 | 1 | -5/+5 | |
| | ||||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-01-29 | 6 | -141/+8 | |
|\ | ||||||
| * | Remove uninteresting examples, args.stp, primes.stp, and testlog.stp. | William Cohen | 2009-01-29 | 6 | -141/+8 | |
| | | ||||||
* | | Improved certificate security for the client/server. | Dave Brolley | 2009-01-29 | 4 | -31/+250 | |
|/ | ||||||
* | Improvements to the flexibility of the --server option. | Dave Brolley | 2009-01-29 | 2 | -26/+51 | |
| | ||||||
* | Add Vim modelines for GNU style in stap | Josh Stone | 2009-01-28 | 26 | -0/+47 | |
| | ||||||
* | Use 'static' as much as possible | Josh Stone | 2009-01-28 | 42 | -256/+255 | |
| | | | | | | | | | | This change just inserts 'static' on runtime, tapset, and generated C functions and globals, so the compiler can do a better job of optimizing. My tests with small scripts show ~10% reduction in compile time and ~20% reduction in module size. Larger scripts may show less benefit, but I expect purely positive results. | |||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-01-28 | 8 | -1/+155 | |
|\ | ||||||
| * | Add newline at end of doc/SystemTap_Beginners_Guide/Makefile. | William Cohen | 2009-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-01-28 | 5 | -48/+207 | |
| |\ | ||||||
| * | | Add the polling timeout example and update the catalog. | William Cohen | 2009-01-28 | 7 | -0/+154 | |
| | | | ||||||
* | | | Check client side certificate database security. | Dave Brolley | 2009-01-28 | 3 | -11/+158 | |
| |/ |/| | ||||||
* | | Implement the --server option for stap-client for control over which server is | Dave Brolley | 2009-01-28 | 3 | -48/+154 | |
| | | | | | | | | used and for using non-local servers. | |||||
* | | 2009-01-28 David Smith <dsmith@redhat.com> | David Smith | 2009-01-28 | 2 | -0/+53 | |
|/ | | | | | | PR9788 * mainloop.c (cleanup_and_exit): Added workaround for bug 9788 by fork'ing/exec'ing staprun. | |||||
* | cleaner versions | ddomingo | 2009-01-28 | 2 | -13/+11 | |
| | ||||||
* | added pre and post routines to Makefile, also cleaned up syncandbuild.sh | ddomingo | 2009-01-28 | 2 | -10/+20 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-01-28 | 4 | -16/+28 | |
|\ | ||||||
| * | sdt.h (STAP_PROBE): Use "g", not "r", for asm args. | Mark Wielaard | 2009-01-27 | 2 | -6/+10 | |
| | | ||||||
| * | sdt.h (struct _probe_): Make probe_name a STAP_PROBE_STRUCT_ARG. | Stan Cox | 2009-01-27 | 2 | -3/+7 | |
| | | ||||||
| * | dtrace: Handle (absense of) -o argument correctly. | Mark Wielaard | 2009-01-27 | 2 | -7/+11 | |
| | | ||||||
* | | fixed syncnbuild script to automate tag revisions depending on product ↵ | ddomingo | 2009-01-27 | 1 | -1/+12 | |
|/ | | | | target (i.e. RHEL vs Fedora) |