summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| |
* | Correct email address for doc/ChangeLogWilliam Cohen2009-01-211-2/+2
| |
* | Update copyright date and correct paragraph.William Cohen2009-01-212-6/+9
| |
* | Only muck with CPPFLAGS when actually building with bundled elfutils.Mark Wielaard2009-01-215-24/+190
| |
* | Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean.Mark Wielaard2009-01-215-1737/+1986
| |
* | improve var=? explanation debugging via -vvvFrank Ch. Eigler2009-01-202-3/+17
| |
* | Adding kprobes test scripts.David Smith2009-01-2012-0/+923
| |
* | fix segv on peculiar dwfl errors (probe process("/lib64").FOO {})Frank Ch. Eigler2009-01-202-2/+7
| | | | | | | | Reported-By: Daniel Tralamazza
* | PR 9673. Only use one utrace engine for all targets with same path or pid.David Smith2009-01-202-155/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-20 David Smith <dsmith@redhat.com> PR 9673. * task_finder.c (struct stap_task_finder_target): Added 'vm_events' field. (stap_register_task_finder_target): Sets vm_events if a vm_callback is present. (__stp_task_finder_cleanup): Only detaches engines on the main __stp_task_finder_list linked list. (__stp_call_callbacks): New function. (__stp_call_vm_callbacks): New function. (__stp_utrace_attach_match_filename): Calls __stp_call_callbacks() to call callbacks. (__stp_utrace_task_finder_target_death): Ditto. (__stp_utrace_task_finder_target_quiesce): Calls __stp_call_callbacks() and __stp_call_vm_callbacks() to call callbacks. (__stp_call_vm_callbacks_with_vma): Renamed from __stp_target_call_vm_callback. (__stp_utrace_task_finder_target_syscall_exit): Calls __stp_call_vm_callbacks() to call vm callbacks. (stap_start_task_finder): Instead of a utrace engine for every task_finder_target, there is now one utrace engine for all targets with the same path or pid.
* | Don't test -lsduprobe.s for now.Stan Cox2009-01-202-21/+25
| |
* | Add checking utrace in test cases.Wenji Huang2009-01-195-0/+42
| |
* | Revert previous change. Only call stap-add-server-cert from stap-serverd if ↵Dave Brolley2009-01-193-4/+6
| | | | | | | | it has been installed.
* | Add stap-add-server-cert to the stap-server package.Dave Brolley2009-01-192-0/+5
| |
* | Add dtrace and sdt.hStan Cox2009-01-132-0/+168
| |
* | Create the rpm subpackage systemtap-sdt-develStan Cox2009-01-137-154/+75
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-01-132-11/+75
|\ \
| * | PR 7082: patch for uprobes2 (kernel > 2.6.26)Jim Keniston2009-01-132-11/+75
| | |
* | | Ensure that the client/server scripts call the installed copies of anyDave Brolley2009-01-136-33/+75
|/ / | | | | | | other systemtap tools.
* | Separate the creation of the server's certificate from its addition to theDave Brolley2009-01-134-11/+13
| | | | | | | | client-side database.
* | Ensure that the client cert database and server cert are readable by all.Dave Brolley2009-01-133-3/+13
| |
* | send/send_log needs a -- with a constant string that starts with -----Srikar Dronamraju2009-01-131-1/+1
| |
* | Adapt _stp_sort to 2.6.29.Wenji Huang2009-01-122-12/+16
| | | | | | | | | | Acked-by: Masami Hiramatsu <mhiramat@redhat.com> Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
* | Correct author's name.William Cohen2009-01-122-1/+5
| |
* | Fix compilation warning of too large number on 32-bits machines.Wenji Huang2009-01-114-2/+13
| |
* | Pick up --prefix dependency usage in config.h.Mark Wielaard2009-01-116-0/+28
| |
* | Added %M info to stap.1.inElliott Baron2009-01-092-1/+8
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-01-0921-208/+510
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am Makefile.in testsuite/ChangeLog
| * | Check for xmlto that generates pdf.Will Cohen2009-01-083-7/+49
| | |
| * | Spelling tweak in the manpageJosh Stone2009-01-071-1/+1
| | |
| * | Check xmlto available and allow user to control generation of reference docs.Will Cohen2009-01-079-1960/+1850
| | |
| * | Warn when not building docs because tools not found.Mark Wielaard2009-01-073-4/+16
| | |
| * | Add --enable-server configure option.Mark Wielaard2009-01-076-1872/+2112
| | |
| * | PR9699: tapset changes for STAPCONF_TASK_UID for *uid()/*gid() callsFrank Ch. Eigler2009-01-063-1/+57
| | |
| * | PR9699: tweak autoconf file for Strict C Language Standards Compliance (tm)Frank Ch. Eigler2009-01-061-2/+3
| | |
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2009-01-062-0/+9
| |\ \ | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Add missing files to systemtap.spec
| | * | Add missing files to systemtap.specDave Brolley2009-01-062-0/+9
| | | |
| * | | PR9699: build fixes for kernel 2.6.28Frank Ch. Eigler2009-01-066-2/+29
| | | |