summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | 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
|\ \ \
| * | | Add newline at end of doc/SystemTap_Beginners_Guide/Makefile.William Cohen2009-01-281-1/+1
| | | |
| * | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-01-285-48/+207
| |\ \ \
| * | | | Add the polling timeout example and update the catalog.William Cohen2009-01-287-0/+154
| | | | |
* | | | | Check client side certificate database security.Dave Brolley2009-01-283-11/+158
| |/ / / |/| | |
* | | | Implement the --server option for stap-client for control over which server isDave Brolley2009-01-283-48/+154
| | | | | | | | | | | | | | | | used and for using non-local servers.
* | | | 2009-01-28 David Smith <dsmith@redhat.com>David Smith2009-01-282-0/+53
|/ / / | | | | | | | | | | | | | | | PR9788 * mainloop.c (cleanup_and_exit): Added workaround for bug 9788 by fork'ing/exec'ing staprun.
* | | cleaner versionsddomingo2009-01-282-13/+11
| | |
* | | added pre and post routines to Makefile, also cleaned up syncandbuild.shddomingo2009-01-282-10/+20
| | |
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2009-01-284-16/+28
|\ \ \
| * | | sdt.h (STAP_PROBE): Use "g", not "r", for asm args.Mark Wielaard2009-01-272-6/+10
| | | |
| * | | sdt.h (struct _probe_): Make probe_name a STAP_PROBE_STRUCT_ARG.Stan Cox2009-01-272-3/+7
| | | |
| * | | dtrace: Handle (absense of) -o argument correctly.Mark Wielaard2009-01-272-7/+11
| | | |
* | | | fixed syncnbuild script to automate tag revisions depending on product ↵ddomingo2009-01-271-1/+12
|/ / / | | | | | | | | | target (i.e. RHEL vs Fedora)
* | | minimized RHEL-isms in doc source, still need to edit <productname> and ↵ddomingo2009-01-273-3/+9
| | | | | | | | | | | | <productnumber> when building for non-RHEL though
* | | Fix syscall.exp.Stan Cox2009-01-264-7/+15
| | |
* | | Check for version.h.in for elfutils < 0.138.Mark Wielaard2009-01-263-4/+15
| | |
* | | sdt.h: DTRACE_PROBE5 is STAP_PROBE5, not 4, likewise for 6.Mark Wielaard2009-01-262-2/+6
| | |
* | | PR9768: hint at bug fix in NEWSFrank Ch. Eigler2009-01-231-2/+2
| | |
* | | PR9768: fix for dwarf variable locations in shared librariesFrank Ch. Eigler2009-01-231-0/+8
| | |
* | | PR9768 fixFrank Ch. Eigler2009-01-231-11/+17
| | |
* | | Use install-pkgincludeHEADERS for elfutils configure build step.Mark Wielaard2009-01-234-8/+21
| |/ |/|
* | Use make -k install-data for elfutils.Mark Wielaard2009-01-233-2/+13
| |
* | 2009-01-22 David Smith <dsmith@redhat.com>David Smith2009-01-224-3/+16
| | | | | | | | | | | | | | | | | | * systemtap.spec: Added 'nss-devel' buildreq so that the 'client' subpackage could be built correctly. Added file-based buildreq for xmlto's pdf support, which works on f8, f9, f9, and rhel5. * configure.ac: Fixed typo. * configure: Regenerated.
* | Add dtrace -h supportStan Cox2009-01-226-113/+287
| |
* | Use context-symbols.stp and context-unwind.stp in tapsets.tmpl.William Cohen2009-01-222-0/+6
| |
* | Create PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS.Mark Wielaard2009-01-215-56/+87
| |