Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version bump to 0.9 throughout | Frank Ch. Eigler | 2009-02-17 | 1 | -10/+10 |
| | |||||
* | fixing configury version drift | Frank Ch. Eigler | 2009-02-17 | 1 | -3335/+3839 |
| | |||||
* | Move sdt.h to includes/sys and use in tests. | Mark Wielaard | 2009-02-17 | 1 | -4677/+3916 |
| | |||||
* | PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵ | Elliott Baron | 2009-02-17 | 1 | -213/+348 |
| | | | | deps. | ||||
* | PR6936: Add systemtap initscript and systemtap-initscript subpackage. | Masami Hiramatsu | 2009-01-30 | 1 | -1/+2 |
| | |||||
* | Check for version.h.in for elfutils < 0.138. | Mark Wielaard | 2009-01-26 | 1 | -2/+5 |
| | |||||
* | Use install-pkgincludeHEADERS for elfutils configure build step. | Mark Wielaard | 2009-01-23 | 1 | -4/+4 |
| | |||||
* | Use make -k install-data for elfutils. | Mark Wielaard | 2009-01-23 | 1 | -1/+4 |
| | |||||
* | 2009-01-22 David Smith <dsmith@redhat.com> | David Smith | 2009-01-22 | 1 | -1/+1 |
| | | | | | | | | | * systemtap.spec: Added 'nss-devel' buildreq so that the 'client' subpackage could be built correctly. Added file-based buildreq for xmlto's pdf support, which works on f8, f9, f9, and rhel5. * configure.ac: Fixed typo. * configure: Regenerated. | ||||
* | Create PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS. | Mark Wielaard | 2009-01-21 | 1 | -1/+11 |
| | |||||
* | Only muck with CPPFLAGS when actually building with bundled elfutils. | Mark Wielaard | 2009-01-21 | 1 | -3/+154 |
| | |||||
* | Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean. | Mark Wielaard | 2009-01-21 | 1 | -1700/+1935 |
| | |||||
* | Pick up --prefix dependency usage in config.h. | Mark Wielaard | 2009-01-11 | 1 | -0/+6 |
| | |||||
* | Check for xmlto that generates pdf. | Will Cohen | 2009-01-08 | 1 | -4/+24 |
| | |||||
* | Check xmlto available and allow user to control generation of reference docs. | Will Cohen | 2009-01-07 | 1 | -1912/+1764 |
| | |||||
* | Warn when not building docs because tools not found. | Mark Wielaard | 2009-01-07 | 1 | -2/+6 |
| | |||||
* | Add --enable-server configure option. | Mark Wielaard | 2009-01-07 | 1 | -1792/+1981 |
| | |||||
* | build: make compatible with elfutils 0.138 too | Frank Ch. Eigler | 2008-12-31 | 1 | -26/+175 |
| | |||||
* | COnfigure nss and nspr using PKG_CHECK_MODULES. | Dave Brolley | 2008-12-30 | 1 | -10/+372 |
| | |||||
* | PR6925: generate script to run stap from build directory | Roland McGrath | 2008-12-03 | 1 | -0/+5 |
| | |||||
* | PR6925: encourage people to configure with a --prefix | Frank Ch. Eigler | 2008-12-03 | 1 | -0/+14 |
| | |||||
* | Add kernel-doc based version of SystemTap_Tapset_Reference. | William Cohen | 2008-11-25 | 1 | -1/+2 |
| | |||||
* | bump version to 0.8 | Frank Ch. Eigler | 2008-11-13 | 1 | -10/+10 |
| | |||||
* | Check for dwarf_getelf (elfutils 0.126+). | Mark Wielaard | 2008-09-10 | 1 | -49/+90 |
| | |||||
* | remove capabilities logic, cont'd | Frank Ch. Eigler | 2008-09-05 | 1 | -237/+1 |
| | |||||
* | New man page for the systemtap client/server and related utilities. | Dave Brolley | 2008-08-29 | 1 | -1/+2 |
| | |||||
* | remove support for "make dist" since git-archive does as well; | Frank Ch. Eigler | 2008-08-25 | 1 | -9/+8 |
| | | | | "make rpm" remains for private testing | ||||
* | Mention distro specific elfutils development sub-packages needed when not found. | Mark Wielaard | 2008-08-16 | 1 | -11/+12 |
| | |||||
* | version bump to 0.7.1 | Frank Ch. Eigler | 2008-07-16 | 1 | -12/+11 |
| | |||||
* | Always include libdw using link groups. | Josh Stone | 2008-06-27 | 1 | -254/+2 |
| | | | | | | This is necessary for distros that ship static libdw, Roland suggested that it shouldn't hurt to do it this way on other distros too. It's nicer now not to require the extra "--enable-staticdw" configure flag. | ||||
* | Tweak the configure script to play nice with Debian libs. | Josh Stone | 2008-06-13 | 1 | -3/+178 |
| | | | | | | | ./configure now accepts --enable-staticdw, which alters the link settings so they work with static libdw. Tested on Ubuntu Hardy. | ||||
* | PR6470: new argv[] tapset, docs, test cases | Frank Ch. Eigler | 2008-06-10 | 1 | -1/+2 |
| | |||||
* | Srinivasa DS <srinivasa@in.ibm.com> -fpie option puts limit on GOT size and ↵ | Srikar Dronamraju | 2008-06-05 | 1 | -2/+2 |
| | | | | hence systemtap build fails on s390. So use -fPIE which doesn't put limit on GOT size. | ||||
* | Use tr1/unordered_map instead of the deprecated ext/hash_map. | Tim Moore | 2008-05-20 | 1 | -11/+401 |
| | |||||
* | PR6474: use position-independent-executable security c/ld-flags for stap* ↵ | Frank Ch. Eigler | 2008-05-01 | 1 | -10/+75 |
| | | | | | | binaries tested on rhel5 i386/x86-64, fedora7 x86-64 | ||||
* | PR6393: git version tagging at build time | Frank Ch. Eigler | 2008-04-10 | 1 | -7/+0 |
| | | | | | | | | | | | | 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 6393. * git_version.sh: New file, copied from radeonhd. * configure.ac: No longer generate $builddir/SNAPSHOT. * Makefile.am: Generate $builddir/git_version.h. (EXTRA_DIST): Add git_version.h and git_version.sh. * main.cxx (version): Print generated GIT_MESSAGE therefrom. * Makefile.in, configure: Regenerated. | ||||
* | bump autoconf* version numbers to 0.7 | Frank Ch. Eigler | 2008-03-31 | 1 | -10/+10 |
| | |||||
* | * release prep: 0.6.2 version bump | fche | 2008-03-12 | 1 | -10/+10 |
| | | | | | | | 2008-03-12 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Bumped version to 0.6.2. * configure: Regenerated. | ||||
* | PR5697 part 2: tutorial/langref configury | fche | 2008-02-28 | 1 | -4/+201 |
| | | | | | | | | | | 2008-02-27 Frank Ch. Eigler <fche@elastic.org> PR5697 * configure.ac (enable-docs): Implement. * systemtap.spec.in: Add optional docs build/install/prereqs. * Makefile.am (SUBDIRS): Add doc. * Makefile.in, configure: Regenerated. | ||||
* | PR5750: autoreconf compatibility | fche | 2008-02-10 | 1 | -1/+2 |
| | | | | | | | | | | | 2008-02-09 Frank Ch. Eigler <fche@elastic.org> PR5750. From Eugeniy Meshcheryakov eugen@debian.org: * configure.ac (HAVE_LIBSQLITE3): Complete AC_DEFINE. * configure, INSTALL, missing, compile, depcomp, install-sh: autoreconf -fi'd. | ||||
* | PR5751, -Werror emphasis on -fstack-protector-all trial build | fche | 2008-02-09 | 1 | -2/+4 |
| | | | | | | | | | 2008-02-09 Frank Ch. Eigler <fche@elastic.org> PR 5751. * configure.ac: Add -Werror to trial compilation with -fstack-protector-all, for hosts that don't quite support it. * configure: Regenerated. | ||||
* | PR5647: build with -fstack-protector-all by default | fche | 2008-01-29 | 1 | -5/+40 |
| | | | | | | | | | 2008-01-29 Frank Ch. Eigler <fche@elastic.org> PR 5647 * configure.ac (--enable-ssp): Make default on compilers that support it. * configure: Regenerated. | ||||
* | 2008-01-28 David Smith <dsmith@redhat.com> | dsmith | 2008-01-28 | 1 | -16/+39 |
| | | | | | | | | * configure.ac: Fixed a bug when "--disable-permon" was used. Added "--enable-crash" option. * configure: Regenerated. * Makefile.am: Improved staplog.so compile command. * Makefile.in: Regenerated. | ||||
* | 2008-01-28 David Smith <dsmith@redhat.com> | dsmith | 2008-01-28 | 1 | -0/+4 |
| | | | | | | | PR 5685. From Eugeniy Meshcheryakov <eugen@debian.org> * configure.ac: If "--enable-sqlite" is specified, define HAVE_LIBSQLITE3. * configure: Regenerated. | ||||
* | 2008-01-25 David Smith <dsmith@redhat.com> | dsmith | 2008-01-25 | 1 | -24/+3 |
| | | | | * configure: Correctly regenerated. | ||||
* | 2008-01-25 David Smith <dsmith@redhat.com> | dsmith | 2008-01-25 | 1 | -87/+82 |
| | | | | | | * configure.ac: Compressed the two perfmon options into one. Made other small fixes and whitespace changes. * configure: Regenerated. | ||||
* | 2008-01-24 David Smith <dsmith@redhat.com> | dsmith | 2008-01-24 | 1 | -201/+2 |
| | | | | | | | | | PR 5661 (reverted). * configure.ac: Removed elfutils version number check. * configure: Regenerated. * acsite.m4: Removed. * systemtap.spec.in: Minimum elfutils version number is no longer filled in by configure. | ||||
* | 2008-01-24 David Smith <dsmith@redhat.com> | dsmith | 2008-01-24 | 1 | -10/+31 |
| | | | | | | | | | | PR 5650 (partial). * configure.ac: Handles sqlite optional functionality correctly. If enabled/disabled by the user, do the right thing. If not specified by the user, use it if present. * configure: Regenerated. * systemtap.spec.in: Always specify to configure whether to use sqlite or not. | ||||
* | 2008-01-23 David Smith <dsmith@redhat.com> | dsmith | 2008-01-23 | 1 | -2/+199 |
| | | | | | | | | | | PR 5661. * configure.ac: Checks elfutils version number. * acsite.m4: New file containing macro to return elfutils version number. * configure: Regenerated. * systemtap.spec.in: Minimum elfutils version number is now filled in by configure. | ||||
* | bump to version 0.6.1 in prep for snapshot release | fche | 2008-01-18 | 1 | -10/+10 |
| | | | | | | | 2008-01-18 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Update version to 0.6.1 * configure: Regenerated. |