summaryrefslogtreecommitdiffstats
path: root/testsuite/configure
Commit message (Collapse)AuthorAgeFilesLines
* releng: bump to version 1.2Frank Ch. Eigler2010-03-221-10/+10
|
* Don't try to parallel install partial build-elfutils build in lib-elfutils.Mark Wielaard2010-02-161-667/+735
| | | | | | | | | | | | | | | | | | | 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-735/+667
|
* Incremented version number for release 1.1.David Smith2009-12-211-617/+842
| | | | | | | | | | | | | | | | * 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-833/+608
|
* Regenerate autotools files using autoreconf to pick up latest Makefile.am ↵Dave Brolley2009-12-011-608/+833
| | | | changes.
* Ensure uprobes/Makefile never returns failure due to setting permissions.Dave Brolley2009-11-231-833/+608
| | | | | 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-608/+833
| | | | (And incidentally re-enable quiet builds at the same time...)
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-031-1/+21
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in configure doc/Makefile.in doc/SystemTap_Tapset_Reference/Makefile.in grapher/Makefile.in testsuite/configure
| * reorganize app tests; rewrite tcl as sample of improvementsFrank Ch. Eigler2009-10-311-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testsuite/configure.ac (--enable-testapps): New option. * testsuite/Makefile.am (TESTAPPS): Pass to dejagnu. * testsuite/systemtap.base/{xulrunner,tcl,mysql,postgres}: Moved under new systemtap.apps/ subdirectory. * testsuite/systemtap.apps/stap-tcl.sh: New file to build tcl. * testsuite/systemtap.apps/stap-tcl.stp: New file to test tcl. * testsuite/systemtap.apps/tcl.exp: New simplified test driver. * dtrace.in: Disable STAP_HAS_SEMAPHORES as they don't work on shlibs yet. * includes/sys/sdt.h (STAP_SEMAPHORE): Include __builtin_expect for unlikely.
* | Infrastructure for new stap-server initscript.Dave Brolley2009-10-201-829/+604
|/
* Version bumps for the 1.0 releaseJosh Stone2009-09-221-613/+838
|
* 2009-09-14 Dave Brolley <brolley@redhat.com>Dave Brolley2009-09-141-829/+604
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-738/+842
| | | | | * 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-842/+738
| | | | This confuses Debian's automake.
* Version bumps for the 0.9.9 releaseJosh Stone2009-08-041-10/+10
|
* Support for presenting multiple graphsTim Moore2009-07-281-106/+139
| | | | | | | | | | | | | | | | | | | | * 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.
* Version bumps for the 0.9.8 releaseJosh Stone2009-06-111-10/+10
|
* Move dfwlpp into its own fileJosh Stone2009-05-121-516/+708
| | | | | 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-708/+516
|
* Run autoreconfEugeniy Meshcheryakov2009-05-051-516/+708
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-708/+516
|
* Version bumps for 0.9.7 releaseJosh Stone2009-04-231-10/+10
|
* Version bumps for 0.9.6 releaseJosh Stone2009-04-231-10/+10
|
* Version bumps for 0.9.5 releaseJosh Stone2009-03-271-525/+717
|
* version bump to 0.9 throughoutFrank Ch. Eigler2009-02-171-10/+10
|
* fixing configury version driftFrank Ch. Eigler2009-02-171-992/+1553
|
* Move sdt.h to includes/sys and use in tests.Mark Wielaard2009-02-171-1884/+1131
|
* PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵Elliott Baron2009-02-171-516/+708
| | | | deps.
* bump version to 0.8Frank Ch. Eigler2008-11-131-10/+10
|
* version bump to 0.7.1Frank Ch. Eigler2008-07-161-10/+10
|
* PR6550: --enable-dejazilla: optional automatic test result reportingFrank Ch. Eigler2008-05-251-1/+24
|
* bump autoconf* version numbers to 0.7Frank Ch. Eigler2008-03-311-10/+10
|
* * release prep: 0.6.2 version bumpfche2008-03-121-10/+10
| | | | | | | 2008-03-12 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Bumped version to 0.6.2. * configure: Regenerated.
* bump to version 0.6.1 in prep for snapshot releasefche2008-01-181-10/+10
| | | | | | | 2008-01-18 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Update version to 0.6.1 * configure: Regenerated.
* 2007-08-14 David Smith <dsmith@redhat.com>dsmith2007-08-141-10/+10
| | | | | | | | | | | | | | | | | Merge from setuid-branch. * configure.ac: Version increase to 0.6. * configure: Regenerated. * parseko/cmdline09.stp: Added new test for staprun command line options. * parseko/cmdline10.stp: Ditto. * parseko/cmdline11.stp: Ditto. * parseko/cmdline12.stp: Ditto. * parseko/cmdline13.stp: Ditto. * parseko/cmdline14.stp: Ditto. * systemtap.samples/args.exp: No longer necessary to use "sudo" to run staprun.
* 2007-07-03 Frank Ch. Eigler <fche@elastic.org>fche2007-07-031-10/+10
| | | | | * configure.ac: Bumped version to 0.5.15 for development. * configure: Regenerated.
* 2007-06-21 David Smith <dsmith@redhat.com>dsmith2007-06-211-988/+1548
| | | | | | * Makefile.in: Regenerated with automake 1.10. * aclocal.m4: Regenerated with aclocal 1.10. * configure: Regenerated.
* 2007-04-29 Frank Ch. Eigler <fche@elastic.org>fche2007-04-291-10/+10
| | | | | | | | | | * configure.ac: Mention testsuite/configure.ac for version matching. 2007-04-29 Frank Ch. Eigler <fche@elastic.org> * Makefile.am (EXTRA_DIST): Add dejagnu subdirectories. * configure.ac: Bump version to match parent directory. * Makefile.in, configure: Regenerated.
* 2007-03-13 Frank Ch. Eigler <fche@redhat.com>fche2007-03-141-0/+2645
PR 4171. * Makefile.am (check, installcheck): Pass build-tree pointers in environment variables. * configure.ac: Run separate configury for testsuite/. * configure, Makefile.in: Regenerated. 2007-03-14 Frank Ch. Eigler <fche@redhat.com> PR 4171. * configure.ac, configure, aclocal.m4: New files to permit testsuite-only build tree. * Makefile.am (RUNTEST): Arrange a crazy concoction of environment/make variable for runtest. * Makefile.in: Regenerated. * */*.stp: Switch test cases from "./stap" to "stap" throughout. * lib/systemtap.exp: Assume/trace environment variables. (stap_run_batch): Add "#! stap"-handling hack.