Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR10209: extend configury for --disable-translator | Elliott Baron | 2009-06-05 | 1 | -4/+4 |
| | | | | | | | | | | | | * configure.ac: Added --disable-translator feature, creates AM_CONDITIONAL BUILD_TRANSLATOR. * Makefile.am: Only build runtime components (staprun, stapio) if BUILD_TRANSLATOR == FALSE. * configure: Regenerated. * Makefile.in: Likewise. * aclocal.m4: Likewise. * config.in: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. | ||||
* | Add ucontext-symbols and ucontext-unwind tapset functions to the manual. | Mark Wielaard | 2009-05-28 | 1 | -0/+2 |
| | | | | | | | * tapset/ucontext-unwind.stp (ubacktrace): Remove empty line before function triggering parse errors for doc scanner. * doc/SystemTap_Tapset_Reference/tapsets.tmpl (chapter context_stp): Add tapset/ucontext-symbols.stp and tapset/ucontext-unwind.stp. | ||||
* | Suggest rpms to install using debuginfo-install. | William Cohen | 2009-05-27 | 1 | -4/+7 |
| | | | | | | | | | The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm". | ||||
* | Move dfwlpp into its own file | Josh Stone | 2009-05-12 | 1 | -12/+12 |
| | | | | | It's not a terribly clean split, but moving it helps reveals some of the knots that need to be untangled. | ||||
* | Correct typo in BUILD_SERVER test in configure.ac. | Dave Brolley | 2009-05-11 | 1 | -12/+12 |
| | |||||
* | Check whether certutil as provided by nss-tools is installed. | Mark Wielaard | 2009-05-08 | 1 | -0/+1 |
| | | | | | | | | | | | * configure.ac: Add check for certuril, don't build nss stap server when not found. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. | ||||
* | Search for only under $(SRCDIR)/tapsets for tapsets.xml and cleanup. | Mark Wielaard | 2009-05-08 | 2 | -2/+4 |
| | | | | | | * doc/SystemTap_Tapset_Reference/Makefile.am (tapsets.xml): Only search under $(SRCDIR)/tapsets for .stp files. Cleanup tapsets.xml.new. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. | ||||
* | moves starthere tag higher to remove more content preventing publican build | ddomingo | 2009-05-08 | 1 | -2/+1 |
| | |||||
* | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-06 | 1 | -0/+1 |
| | |||||
* | run autoreconf | Eugeniy Meshcheryakov | 2009-05-06 | 1 | -25/+25 |
| | |||||
* | Fix --enable-refdocs | Eugeniy Meshcheryakov | 2009-05-06 | 1 | -3/+3 |
| | |||||
* | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -24/+25 |
| | |||||
* | Only disable building of PDF version of refdocs if xmlto is bad | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -1/+7 |
| | |||||
* | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -13/+12 |
| | |||||
* | Module signing and verification using a separate file for the module signature. | Dave Brolley | 2009-05-04 | 1 | -10/+10 |
| | |||||
* | Add grapher executable and doc generated files and dirs to .gitignore files. | Mark Wielaard | 2009-04-26 | 1 | -0/+3 |
| | |||||
* | Make sure values get passed to xmlto. | William Cohen | 2009-04-23 | 2 | -6/+2 |
| | |||||
* | Revert "Make sure that the pool_size and hash_size are passed into xmlto." | William Cohen | 2009-04-23 | 2 | -2/+6 |
| | | | | This reverts commit 52bc8b53c4bf03d51edf02d088aa04af809b9005. | ||||
* | Make sure that the pool_size and hash_size are passed into xmlto. | William Cohen | 2009-04-23 | 2 | -6/+2 |
| | |||||
* | Bump pool_size and hash_size to build Systemtap Tapset Refence manual. | William Cohen | 2009-04-23 | 2 | -0/+6 |
| | |||||
* | 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 | -3/+0 |
| | |||||
* | graphing widget and test harness | Tim Moore | 2009-04-15 | 1 | -0/+3 |
| | |||||
* | PR9953: split up the two process.* tapsets | Josh Stone | 2009-04-14 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
* | Add fake Systemtap Hackers author to tapset reference manual template. | Mark Wielaard | 2009-03-31 | 1 | -0/+8 |
| | | | | * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add authorblock. | ||||
* | 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 | -1/+0 |
| | |||||
* | Move tapset documentation manpages from man3stap to man3. | William Cohen | 2009-03-24 | 2 | -6/+6 |
| | |||||
* | removed authorblock from tapset reference guide; added ip.stp to template | Frank Ch. Eigler | 2009-03-20 | 1 | -35/+4 |
| | |||||
* | Put man pages from tapset in 3stap (PR9870). | William Cohen | 2009-03-18 | 2 | -6/+7 |
| | |||||
* | minor edits | ddomingo | 2009-03-16 | 1 | -6/+6 |
| | |||||
* | added description for memory tapset | ddomingo | 2009-03-16 | 1 | -3/+7 |
| | |||||
* | added markers, for publicanization purposes | ddomingo | 2009-03-05 | 1 | -4/+5 |
| | |||||
* | added invisible marker for publican | ddomingo | 2009-03-05 | 1 | -8/+10 |
| | |||||
* | fixing configury version drift | Frank Ch. Eigler | 2009-02-17 | 1 | -1/+0 |
| | |||||
* | PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵ | Elliott Baron | 2009-02-17 | 1 | -13/+10 |
| | | | | deps. | ||||
* | Add contrib tag to quiet warnings. | William Cohen | 2009-02-05 | 1 | -0/+1 |
| | |||||
* | Minor correction for signal.stp chapter. | William Cohen | 2009-02-05 | 1 | -4/+3 |
| | |||||
* | commenting out signals entry for now, testing further | ddomingo | 2009-02-04 | 1 | -2/+2 |
| | |||||
* | added entry for signals.stp, currently testing stuff | ddomingo | 2009-02-04 | 1 | -0/+9 |
| | |||||
* | update .gitignore's | Josh Stone | 2009-01-30 | 1 | -0/+1 |
| | |||||
* | More security checking for client/server. Set exec_prefix and sysconfdir at ↵ | Dave Brolley | 2009-01-30 | 1 | -0/+2 |
| | | | | install time. | ||||
* | Use context-symbols.stp and context-unwind.stp in tapsets.tmpl. | William Cohen | 2009-01-22 | 1 | -0/+2 |
| | |||||
* | Update copyright date and correct paragraph. | William Cohen | 2009-01-21 | 1 | -6/+5 |
| | |||||
* | Correct author's name. | William Cohen | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-01-09 | 2 | -25/+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 | 2 | -35/+35 |
| | | |||||
| * | build: don't needlessly rebuild tapset ref docs | Frank Ch. Eigler | 2009-01-06 | 2 | -14/+28 |
|/ | |||||
* | COnfigure nss and nspr using PKG_CHECK_MODULES. | Dave Brolley | 2008-12-30 | 1 | -0/+5 |
| | |||||
* | Systemtap compile server phase 2 (ssl) -- first cut. | Dave Brolley | 2008-12-24 | 1 | -9/+10 |
| |