summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Separate built-in timer tapsetsJosh Stone2009-05-061-2/+18
| | | | | | All of the timer.* tapsets are now built and handled in their own tapset-timers.cxx, as the first step of many to pare down the current monolithic tapsets.cxx.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-05-061-0/+1
|\
| * Run autoreconfEugeniy Meshcheryakov2009-05-061-0/+1
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-05-061-16/+15
|\|
| * Run autoreconfEugeniy Meshcheryakov2009-05-051-16/+15
| |
* | Replace entire default path for stap_exec_prefix.Dave Brolley2009-05-061-1/+1
|/
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-42/+115
|
* PR 9821: Use genuine strftime in staprun/stapioMasami Hiramatsu2009-04-221-2/+2
| | | | | | | | | | * Makefile.am: Add -fno-builtin-strftime to stapio_CFLAGS. * Makefile.in: Ditto. * runtime/staprun/common.c (stap_strfloctime): Use strftime(3). (parse_args): Remove strftime format limitation message. * main.cxx (usage): Ditto. * stap.1.in: Ditto. * staprun.8.in: Ditto.
* results of autoreconf after merge of grapherTim Moore2009-04-201-2/+2
|
* Finish moving grapher into a subdirectoryTim Moore2009-04-201-0/+3
| | | | | | | | | | * configure.ac (GRAPHER): Configuration prefix for variables defined by PKG_CHECK_MODULES macro. (BUILD_GRAPHER): New conditional variable (enable-grapher): New option (AC_CONFIG_FILES): Add grapher/Makefile * Makefile.am (SUBDIRS): Add grapher * grapher/Makefile.am: New file
* Move grapher to subdirectoryTim Moore2009-04-201-65/+4
|
* graphing widget and test harnessTim Moore2009-04-151-3/+64
|
* PR9953: split up the two process.* tapsetsJosh Stone2009-04-141-4/+4
| | | | | | | The overlapping process.* tapsets are now separated. Those probe points documented in stapprobes(3stap) remain the same. Those that were formerly in stapprobes.process(3stap) have been renamed to kprocess, to reflect their kernel perspective on processes.
* Run autoreconfEugeniy Meshcheryakov2009-04-061-3/+6
|
* Version bumps for 0.9.5 releaseJosh Stone2009-03-271-0/+1
|
* Move man pages from man5 to man3 (3stap).Will Cohen2009-03-241-68/+69
|
* Put man pages from tapset in 3stap (PR9870).William Cohen2009-03-181-0/+1
|
* PR9875: Remove sduprobesWenji Huang2009-03-031-99/+31
| | | | | | | | | | | | Impact: cleanup Since sdt.h is in git tree, sduprobes is no longer needed. * Makefile.am: Remove sduprobes. * Makefile.in: Regenerated. * doc/Makefile.in: Ditto. * runtime/sduprobes.c: Removed. Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
* Kill all ChangeLogsJosh Stone2009-02-191-9/+10
| | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together.
* Clean up extraneous build warningsJosh Stone2009-02-191-10/+12
| | | | | | | | | | The testsuite Makefile doesn't have any useful targets except check and installcheck, and those two are invoked directly by the top-level Makefile. So, I'm removing testsuite from automake's SUBDIRS, but keeping it in DIST_SUBDIRS for cleanup. I also renamed our top-level check target to check-local, so it cooperates with automake's check instead of overriding it.
* fixing configury version driftFrank Ch. Eigler2009-02-171-213/+226
|
* Move sdt.h to includes/sys and use in tests.Mark Wielaard2009-02-171-225/+212
|
* PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵Elliott Baron2009-02-171-14/+14
| | | | deps.
* More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-301-11/+19
| | | | install time.
* Create PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS.Mark Wielaard2009-01-211-48/+51
|
* Only muck with CPPFLAGS when actually building with bundled elfutils.Mark Wielaard2009-01-211-16/+19
|
* Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean.Mark Wielaard2009-01-211-9/+10
|
* Create the rpm subpackage systemtap-sdt-develStan Cox2009-01-131-20/+43
|
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-01-091-30/+40
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am Makefile.in testsuite/ChangeLog
| * Check xmlto available and allow user to control generation of reference docs.Will Cohen2009-01-071-1/+1
| |
| * Add --enable-server configure option.Mark Wielaard2009-01-071-45/+55
| |
* | New framework for creating/using certificate databases for client/server.Dave Brolley2009-01-091-19/+1
|/
* COnfigure nss and nspr using PKG_CHECK_MODULES.Dave Brolley2008-12-301-2/+7
|
* Check for existence of $(builddir)/ssl before installing it.Dave Brolley2008-12-301-8/+10
|
* build fix for ssl code: install into $prefix rather than /etcFrank Ch. Eigler2008-12-291-5/+5
|
* Disable automatic building of stamp-ssl for now.Dave Brolley2008-12-261-2/+5
|
* Complete previous commit.Dave Brolley2008-12-241-1/+3
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-19/+96
|
* Add static uprobe support (static library variant)Stan Cox2008-11-171-21/+94
|
* Add a version of uprobes that works with the 2.6.27 version of utrace.Jim Keniston2008-11-031-0/+2
|
* stap-report script packaging & tweaksFrank Ch. Eigler2008-10-171-1/+1
|
* gcc 4.4 build compatibility tweaksFrank Ch. Eigler2008-09-121-2/+2
|
* Check for dwarf_getelf (elfutils 0.126+).Mark Wielaard2008-09-101-9/+8
|
* remove capabilities logic, cont'dFrank Ch. Eigler2008-09-051-23/+7
|
* New man page for the systemtap client/server and related utilities.Dave Brolley2008-08-291-3/+5
|
* Simplified "rpm" target a bit.David Smith2008-08-261-2/+2
| | | | | | | 2008-08-26 David Smith <dsmith@redhat.com> * Makefile.am: Simplified "rpm" target a bit. * Makefile.in: Regenerated.
* Moved tar archive creation step from "rpm" target to "dist-gzip" target.David Smith2008-08-261-2/+6
| | | | | | | | 2008-08-26 David Smith <dsmith@redhat.com> * Makefile.am: Moved tar archive creation step from "rpm" target into "dist-gzip" target. * Makefile.in: Regenerated.
* remove support for "make dist" since git-archive does as well;Frank Ch. Eigler2008-08-251-216/+42
| | | | "make rpm" remains for private testing
* Robustness improvements for the stap client/serverDave Brolley2008-08-251-16/+11
|
* build compatibility and speed hack for bundled-elfutils modeFrank Ch. Eigler2008-08-131-2/+2
|