summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to parallel install partial build-elfutils build in lib-elfutils.Mark Wielaard2010-02-161-1/+0
| | | | | | | | | | | | | | | | | | | The parallel install into lib-elfutils during the build seems to be fragile, so explicitly install the libs with -j1. * Makefile.am (stamp-elfutils): Add -j1 in for dir loop sub make. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * compile: Likewise. * config.in: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * doc/beginners/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/aclocal.m4: Likewise. * testsuite/configure: Likewise.
* Run autoreconfEugeniy Meshcheryakov2010-01-211-3/+4
|
* Add SystemTap_Beginners_Guide to build.Mark Wielaard2010-01-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add --enable-publican and --with-publican-brand. Setup "shadow" directory doc/beginners. * Makefile.in: Regenerated. * configure: Regenerated. * doc/Makefile.am (SUBDIRS): Add beginners. * doc/Makefile.in: Regenerated. * doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml (productname): Set to Systemtap. (productnumber): Set to 1.0. * SystemTap_Beginners_Guide/en-US/*.xml: Replace includes from extras/testsuite to ../testsuite, * doc/SystemTap_Beginners_Guide/publican.cfg: Moved to ... * doc/SystemTap_Beginners_Guide/publican.cfg.in: ... here. * doc/SystemTap_Beginners_Guide/Makefile: Removed. * doc/SystemTap_Beginners_Guide/old-syncandbuild.sh: Removed. * doc/SystemTap_Beginners_Guide/syncandbuild.sh: Removed. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * doc/beginners/Makefile.am: New makefile. * doc/beginners/Makefile.in: New generated file. * grapher/Makefile.in: Regenerated. * systemtap.spec: Add with_publican and publican_brand.
* Incremented version number for release 1.1.David Smith2009-12-211-42/+114
| | | | | | | | | | | | | | | | * NEWS: Set version number. * configure.ac: Incremented version number. * systemtap.spec: Incremented version number and added changelog entry. * testsuite/configure.ac: Ditto. * Makefile.in: Regenerated. * aclocal.m4: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto. * testsuite/aclocal.m4: Ditto. * testsuite/configure: Ditto.
* PR 10889: Reorganize client/server man pages. Document --unprivileged.Dave Brolley2009-12-171-114/+42
|
* Regenerate autotools files using autoreconf to pick up latest Makefile.am ↵Dave Brolley2009-12-011-42/+114
| | | | changes.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-231-1/+0
|\ | | | | | | | | | | Conflicts: configure
| * PR4037: 32-bit staprun vs. 64-bit kernels just works (tm)Frank Ch. Eigler2009-11-171-1/+0
| | | | | | | | | | * configure.ac (PROCFLAGS): Don't define it. * Makefile.am: Don't use it.
* | Ensure uprobes/Makefile never returns failure due to setting permissions.Dave Brolley2009-11-231-114/+42
|/ | | | | Ensure uprobes install directory has group 'stap-server'. Rename igid_in to in_group.
* Fix stapprobes.irq title and add to install listJosh Stone2009-11-101-42/+114
| | | | (And incidentally re-enable quiet builds at the same time...)
* Infrastructure for new stap-server initscript.Dave Brolley2009-10-201-107/+42
|
* Updated checking for grapher dependencies.David Smith2009-10-151-0/+2
| | | | | | | | | | | | * configure.ac: Made sure nss includes will error even if only 1 header isn't usable. Added grapher dependencies gtkmm and boost headers. * Makefile.in: Regenerated. * config.in: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.am: Use libglade CFLAGS/LIBS. * grapher/Makefile.in: Regenerated.
* Fixed grapher build problem caused by configure update.David Smith2009-09-241-2/+2
| | | | | | | | * grapher/Makefile.am: Updated gtkmm CFLAGS/LIBS variable name. * grapher/Makefile.in: Regenerated. * Makefile.in: Ditto. * doc/Makefile.in * doc/SystemTap_Tapset_Reference/Makefile.in
* Version bumps for the 1.0 releaseJosh Stone2009-09-221-42/+107
|
* 2009-09-14 Dave Brolley <brolley@redhat.com>Dave Brolley2009-09-141-107/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * modsign.cxx (init_cert_db_path): Use 'system' call. (sign_module): Renamed to 'main'. This is now an independant program. Check for arguments. Return 1 on error. * buildrun.cxx (modsign.h): Don't #include it. (compile_pass): Don't sign the module. * main.cxx (main): Don't copy the module signature. * cache.cxx (add_to_cache): Don't cache the module signature. * Makefile.am (bin_PROGRAMS): Add stap-sign-module. (stap_SOURCES): Remove modsign.cxx and nsscommon.c. (stap_sign_module_SOURCES): New variable. (stap_sign_module_CPPFLAGS): New variable. (stap_sign_module_LDFLAGS): New variable. (stap_sign_module_LDADD): New variable. * stap-server (initialization): Initialize unprivileged. (parse_options): Handle --unprivileged. (create_response): Call stap-sign-module if --unprivileged was specified. * systemtap.spec: Add stap-sign-module to stap-server. * Makefile.in: Regenerated. * doc/Makefile.in: Regenerated. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * grapher/Makefile.in: Regenerated. * testsuite/Makefile.in: Regenerated. * aclocal.m4: Likewise. * testsuite/aclocal.m4: Likewise. * configure: Likewise. * testsuite/configure: Likewise.
* elfutils build tweak: run nested configure with bash, add -fgnu89-inlineFrank Ch. Eigler2009-08-181-34/+98
| | | | | * configure.ac: Tweak --with-elfutils nested configure invocation. * rest of auto* files: regenerated with fedora-11 tools
* Do not use plain [] in help string in configure.acEugeniy Meshcheryakov2009-08-071-98/+34
| | | | This confuses Debian's automake.
* Support for presenting multiple graphsTim Moore2009-07-281-33/+98
| | | | | | | | | | | | | | | | | | | | * grapher/Graph.hxx: New file; class for single graph display. * grapher/Graph.cxx: New file. * grapher/GraphData.hxx: Associate title and axis labels with graph data and not a graph display. * grapher/GraphWidget.hxx: Move graph-related members to Graph class. * grapher/GraphWidget.cxx (getExtents, setExtents): Move to Graph class (on_expose_event): Move graph rendering to Graph. (on_button_press_event): Delegate to Graph. (on_motion_notify_event, on_scroll_event): Modify "active" graph. * grapher/StapParser.cxx (findTaggedValue): New parsing helper function. (io_callback): Support new syntax where properties are attached to graph data and not the entire graph. * grapher/grapher.cxx (GrapherWindow): Don't set graph values. * grapher/Makefile.am: Add Graph.cxx. * testsuite/systemtap.examples/general/grapher.stp: New property syntax.
* PR10209: extend configury for --disable-translatorElliott Baron2009-06-051-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.
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-271-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 fileJosh Stone2009-05-121-11/+11
| | | | | 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 Brolley2009-05-111-11/+11
|
* Check whether certutil as provided by nss-tools is installed.Mark Wielaard2009-05-081-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.
* Run autoreconfEugeniy Meshcheryakov2009-05-061-0/+1
|
* Run autoreconfEugeniy Meshcheryakov2009-05-051-12/+11
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-9/+9
|
* 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-3/+0
|
* graphing widget and test harnessTim Moore2009-04-151-0/+3
|
* Version bumps for 0.9.5 releaseJosh Stone2009-03-271-0/+1
|
* Move man pages from man5 to man3 (3stap).Will Cohen2009-03-241-1/+0
|
* Put man pages from tapset in 3stap (PR9870).William Cohen2009-03-181-0/+1
|
* PR9875: Remove sduprobesWenji Huang2009-03-031-1/+0
| | | | | | | | | | | | 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-1/+2
| | | | | | 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.
* fixing configury version driftFrank Ch. Eigler2009-02-171-1/+0
|
* PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵Elliott Baron2009-02-171-12/+9
| | | | deps.
* More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-301-0/+2
| | | | install time.
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-01-091-0/+1
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am Makefile.in testsuite/ChangeLog
| * Check xmlto available and allow user to control generation of reference docs.Will Cohen2009-01-071-9/+9
|/
* COnfigure nss and nspr using PKG_CHECK_MODULES.Dave Brolley2008-12-301-0/+5
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-8/+9
|
* Add generations of tapset reference manual material.William Cohen2008-12-221-37/+196
|
* gcc 4.4 build compatibility tweaksFrank Ch. Eigler2008-09-121-2/+2
|
* remove capabilities logic, cont'dFrank Ch. Eigler2008-09-051-1/+0
|
* remove support for "make dist" since git-archive does as well;Frank Ch. Eigler2008-08-251-1/+0
| | | | "make rpm" remains for private testing
* Robustness improvements for the stap client/serverDave Brolley2008-08-251-2/+2
|
* Refer to srcdir spec file Makefile so make rpm works when builddir != srcdir.Mark Wielaard2008-08-081-2/+2
|
* Enable 'make check' and 'make installcheck' using the systemtap client/server.Dave Brolley2008-07-141-2/+2
|
* Install tutorial and langref manuals.Mark Wielaard2008-07-071-11/+27
|
* make "make cscope" tolerate a read-only or separate source treeFrank Ch. Eigler2008-05-301-1/+0
|