Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Separate built-in timer tapsets | Josh Stone | 2009-05-06 | 1 | -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/systemtap | Dave Brolley | 2009-05-06 | 1 | -0/+1 | |
|\ | ||||||
| * | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-06 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2009-05-06 | 1 | -16/+15 | |
|\| | ||||||
| * | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -16/+15 | |
| | | ||||||
* | | Replace entire default path for stap_exec_prefix. | Dave Brolley | 2009-05-06 | 1 | -1/+1 | |
|/ | ||||||
* | Module signing and verification using a separate file for the module signature. | Dave Brolley | 2009-05-04 | 1 | -42/+115 | |
| | ||||||
* | PR 9821: Use genuine strftime in staprun/stapio | Masami Hiramatsu | 2009-04-22 | 1 | -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 grapher | Tim Moore | 2009-04-20 | 1 | -2/+2 | |
| | ||||||
* | Finish moving grapher into a subdirectory | Tim Moore | 2009-04-20 | 1 | -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 subdirectory | Tim Moore | 2009-04-20 | 1 | -65/+4 | |
| | ||||||
* | graphing widget and test harness | Tim Moore | 2009-04-15 | 1 | -3/+64 | |
| | ||||||
* | PR9953: split up the two process.* tapsets | Josh Stone | 2009-04-14 | 1 | -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 autoreconf | Eugeniy Meshcheryakov | 2009-04-06 | 1 | -3/+6 | |
| | ||||||
* | Version bumps for 0.9.5 release | Josh Stone | 2009-03-27 | 1 | -0/+1 | |
| | ||||||
* | Move man pages from man5 to man3 (3stap). | Will Cohen | 2009-03-24 | 1 | -68/+69 | |
| | ||||||
* | Put man pages from tapset in 3stap (PR9870). | William Cohen | 2009-03-18 | 1 | -0/+1 | |
| | ||||||
* | PR9875: Remove sduprobes | Wenji Huang | 2009-03-03 | 1 | -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 ChangeLogs | Josh Stone | 2009-02-19 | 1 | -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 warnings | Josh Stone | 2009-02-19 | 1 | -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 drift | Frank Ch. Eigler | 2009-02-17 | 1 | -213/+226 | |
| | ||||||
* | Move sdt.h to includes/sys and use in tests. | Mark Wielaard | 2009-02-17 | 1 | -225/+212 | |
| | ||||||
* | PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵ | Elliott Baron | 2009-02-17 | 1 | -14/+14 | |
| | | | | deps. | |||||
* | More security checking for client/server. Set exec_prefix and sysconfdir at ↵ | Dave Brolley | 2009-01-30 | 1 | -11/+19 | |
| | | | | install time. | |||||
* | Create PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS. | Mark Wielaard | 2009-01-21 | 1 | -48/+51 | |
| | ||||||
* | Only muck with CPPFLAGS when actually building with bundled elfutils. | Mark Wielaard | 2009-01-21 | 1 | -16/+19 | |
| | ||||||
* | Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean. | Mark Wielaard | 2009-01-21 | 1 | -9/+10 | |
| | ||||||
* | Create the rpm subpackage systemtap-sdt-devel | Stan Cox | 2009-01-13 | 1 | -20/+43 | |
| | ||||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-01-09 | 1 | -30/+40 | |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am Makefile.in testsuite/ChangeLog | |||||
| * | Check xmlto available and allow user to control generation of reference docs. | Will Cohen | 2009-01-07 | 1 | -1/+1 | |
| | | ||||||
| * | Add --enable-server configure option. | Mark Wielaard | 2009-01-07 | 1 | -45/+55 | |
| | | ||||||
* | | New framework for creating/using certificate databases for client/server. | Dave Brolley | 2009-01-09 | 1 | -19/+1 | |
|/ | ||||||
* | COnfigure nss and nspr using PKG_CHECK_MODULES. | Dave Brolley | 2008-12-30 | 1 | -2/+7 | |
| | ||||||
* | Check for existence of $(builddir)/ssl before installing it. | Dave Brolley | 2008-12-30 | 1 | -8/+10 | |
| | ||||||
* | build fix for ssl code: install into $prefix rather than /etc | Frank Ch. Eigler | 2008-12-29 | 1 | -5/+5 | |
| | ||||||
* | Disable automatic building of stamp-ssl for now. | Dave Brolley | 2008-12-26 | 1 | -2/+5 | |
| | ||||||
* | Complete previous commit. | Dave Brolley | 2008-12-24 | 1 | -1/+3 | |
| | ||||||
* | Systemtap compile server phase 2 (ssl) -- first cut. | Dave Brolley | 2008-12-24 | 1 | -19/+96 | |
| | ||||||
* | Add static uprobe support (static library variant) | Stan Cox | 2008-11-17 | 1 | -21/+94 | |
| | ||||||
* | Add a version of uprobes that works with the 2.6.27 version of utrace. | Jim Keniston | 2008-11-03 | 1 | -0/+2 | |
| | ||||||
* | stap-report script packaging & tweaks | Frank Ch. Eigler | 2008-10-17 | 1 | -1/+1 | |
| | ||||||
* | gcc 4.4 build compatibility tweaks | Frank Ch. Eigler | 2008-09-12 | 1 | -2/+2 | |
| | ||||||
* | Check for dwarf_getelf (elfutils 0.126+). | Mark Wielaard | 2008-09-10 | 1 | -9/+8 | |
| | ||||||
* | remove capabilities logic, cont'd | Frank Ch. Eigler | 2008-09-05 | 1 | -23/+7 | |
| | ||||||
* | New man page for the systemtap client/server and related utilities. | Dave Brolley | 2008-08-29 | 1 | -3/+5 | |
| | ||||||
* | Simplified "rpm" target a bit. | David Smith | 2008-08-26 | 1 | -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 Smith | 2008-08-26 | 1 | -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. Eigler | 2008-08-25 | 1 | -216/+42 | |
| | | | | "make rpm" remains for private testing | |||||
* | Robustness improvements for the stap client/server | Dave Brolley | 2008-08-25 | 1 | -16/+11 | |
| | ||||||
* | build compatibility and speed hack for bundled-elfutils mode | Frank Ch. Eigler | 2008-08-13 | 1 | -2/+2 | |
| |