summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correcting previous commit message and AuthorK Prasad2009-02-042-13/+29
| | | | 7030: use send_signal instead of generic_send_sig_info and specific_send_sig_info
* Merge commit '4718b445d13b07448e71582f29ce1b0979b8dc50'Srikar Dronamraju2009-02-042-29/+13
|
* --authorSrikar Dronamraju2009-02-042-13/+29
|
* Update a few more files with Vim modelinesJosh Stone2009-02-036-3/+11
|
* PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for ↵Frank Ch. Eigler2009-02-035-35/+31
| | | | non-trap based probes"
* Touch up warning message from stap-clientDave Brolley2009-02-031-1/+1
|
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-02-034-31/+43
|\ | | | | | | | | | | Conflicts: ChangeLog
| * match_node::find_and_build disambiguate error messages.Mark Wielaard2009-02-032-1/+7
| |
| * cleanup for documentationddomingo2009-02-031-28/+31
| |
| * added tag conversion for emphasisddomingo2009-02-031-0/+3
| |
| * removes empty <para>s, other minor cleanup itemsddomingo2009-02-031-2/+2
| |
* | Document client/server certificate management and tools.Dave Brolley2009-02-035-26/+207
| |
* | Use ps -e to look for stap server processes.Dave Brolley2009-02-023-3/+3
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-02-0237-239/+1600
|\| | | | | | | | | | | | | Conflicts: ChangeLog NEWS
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-02-025-9/+27
| |\
| | * Add documentation for .label("label")Stan Cox2009-02-025-9/+27
| | |
| * | Revised topsys.stp and moved to the testsuite/systemtap.examples directory.William Cohen2009-02-028-69/+69
| |/
| * Revise tcp_connections.stp example and place in sysemtap.examples directory.William Cohen2009-02-028-50/+95
| |
| * Remove redundant tcp_connections_wa.stp.William Cohen2009-02-022-55/+4
| |
| * Merge ChangeLog conflictWilliam Cohen2009-02-021-7/+4
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-02-0220-9/+1392
| |\ | | | | | | | | | | | | Conflicts: testsuite/ChangeLog
| | * Add STAP_PROBE7, 8 and 9 variants to sdt.h.Mark Wielaard2009-02-022-3/+76
| | |
| | * added tagging for sfunction entriesddomingo2009-02-021-2/+2
| | |
| | * minor correction to comment on probe vm.brkddomingo2009-02-021-3/+3
| | |
| | * added conversion for tags command and emphasisddomingo2009-02-021-1/+9
| | |
| | * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2009-02-025-1/+145
| | |\
| | | * Add test for .label("label")Stan Cox2009-02-011-0/+67
| | | |
| | | * Add .label("label")Stan Cox2009-02-014-1/+78
| | | |
| | * | script copies automated tapsets.xml then cleans it for publicanddomingo2009-02-021-0/+19
| | | |
| | * | edited authorshipddomingo2009-02-021-0/+25
| | |/
| | * Process extra_offset for kernel symbols with dwfl_module_relocate_address.Mark Wielaard2009-02-012-0/+9
| | |
| | * update .gitignore'sJosh Stone2009-01-302-0/+4
| | |
| | * PR6936: Add systemtap initscript and systemtap-initscript subpackage.Masami Hiramatsu2009-01-309-2/+1100
| | |
| * | Remove systemtap.samples/queue_demo.{exp|stp}.William Cohen2009-01-303-45/+5
| |/
| * Correct ChangeLog date type.William Cohen2009-01-301-1/+1
| |
| * reduce systemtap.log contribution by semok/twenty.stpFrank Ch. Eigler2009-01-302-1/+10
| |
* | Document latest changes.Dave Brolley2009-02-021-0/+11
| |
* | Update NEWS and stap-server man page. Don't require client/serverDave Brolley2009-02-024-38/+64
|/ | | | platform compatibility for pahes 1-4.
* More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-3014-146/+265
| | | | install time.
* tweak git_version.h generationFrank Ch. Eigler2009-01-302-1/+6
|
* Move the scf.stp example from systemtap.samples to systemtap.examples.William Cohen2009-01-309-39/+89
|
* Move some systemtap.sample tests to systemtap.base.William Cohen2009-01-2913-0/+7
|
* Correct ChangeLog entry.William Cohen2009-01-291-5/+5
|
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-01-296-141/+8
|\
| * Remove uninteresting examples, args.stp, primes.stp, and testlog.stp.William Cohen2009-01-296-141/+8
| |
* | Improved certificate security for the client/server.Dave Brolley2009-01-294-31/+250
|/
* Improvements to the flexibility of the --server option.Dave Brolley2009-01-292-26/+51
|
* Add Vim modelines for GNU style in stapJosh Stone2009-01-2826-0/+47
|
* Use 'static' as much as possibleJosh Stone2009-01-2842-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/systemtapDave Brolley2009-01-288-1/+155
|\