summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Use INSTALL_PROGRAM, not INSTALL_DATA for executable .stp scripts.Mark Wielaard2008-08-111-1/+4
|
* example index: only warn if old, do not regenerateFrank Ch. Eigler2008-08-091-2/+4
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-081-43/+28
|\ | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * Always generate examples indexes and install examples from srcdir.Mark Wielaard2008-08-081-5/+4
| |
| * Refer to srcdir spec file Makefile so make rpm works when builddir != srcdir.Mark Wielaard2008-08-081-1/+1
| |
| * Make sure examples indexes are always generated in builddir.Mark Wielaard2008-08-081-13/+27
| |
| * simplify sample script installation logicFrank Ch. Eigler2008-08-071-67/+16
| |
| * Add example indexes generation build machinery.Mark Wielaard2008-08-071-14/+37
| |
* | Start/stop the systemtap server from systemtap.exp and not in the top level ↵Dave Brolley2008-08-081-39/+3
|/ | | | Makefile.
* Ensure that a systemtap server is available if 'server' is specifiedDave Brolley2008-07-291-5/+41
| | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'
* version bump to 0.7.1Frank Ch. Eigler2008-07-161-6/+5
|
* Make sure stap-client, stap-server and stap-serverd are included in 'make dist'Dave Brolley2008-07-161-1/+2
|
* Enable 'make check' and 'make installcheck' using the systemtap client/server.Dave Brolley2008-07-141-34/+53
|
* Install examples, demos and samples.Mark Wielaard2008-07-071-33/+58
|
* Add auto_free_ref to auto_free stuff; bug 6694Tim Moore2008-06-291-1/+1
| | | | Also add auto_free.h to EXTRA_DIST.
* distribute dwarf_wrappers.h in snapshot tarballsFrank Ch. Eigler2008-06-111-0/+1
|
* Check that make install was run before doing make installcheck.Mark Wielaard2008-06-111-0/+8
|
* PR 2608 plus some refactoring in tapsets.cxxTim Moore2008-06-111-2/+18
| | | | | New dwarf_wrappers.h, dwarf_wrappers.cxx for for idiomatic access to libdwarf and refactoring somethings out of the giant classes in tapsets.cxx.
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-101-4/+6
|
* PR6429: remove stapio STP_UNWIND support and associated elfutils dependencyFrank Ch. Eigler2008-06-031-29/+9
|
* make "make cscope" tolerate a read-only or separate source treeFrank Ch. Eigler2008-05-301-17/+12
|
* Add a cscope target to the MakefileJosh Stone2008-05-291-11/+20
|
* PR6550: --enable-dejazilla: optional automatic test result reportingFrank Ch. Eigler2008-05-251-0/+2
|
* PR6474: use position-independent-executable security c/ld-flags for stap* ↵Frank Ch. Eigler2008-05-011-18/+15
| | | | | | binaries tested on rhel5 i386/x86-64, fedora7 x86-64
* Move examples to testsuite/systemtap.examples.William Cohen2008-04-241-13/+25
|
* PR6405, start of rhel4 compatibilityFrank Ch. Eigler2008-04-151-1/+1
|
* PR6400: support bundled elfutils for stapioFrank Ch. Eigler2008-04-141-33/+39
| | | | | | | | 2008-04-14 Frank Ch. Eigler <fche@elastic.org> * Makefile.am (stapio_*): Become able to link/compile against bundled elfutils. * Makefile.in: Regenerated.
* Merge branch 'master' into unwindFrank Ch. Eigler2008-04-121-4/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: 2008-04-11 David Smith <dsmith@redhat.com> 2008-04-11 David Smith <dsmith@redhat.com> 2008-04-11 David Smith <dsmith@redhat.com> PR2949: add missing line PR2949: listings mode (stap -l PROBE) PR6393: don't bother print build (configure) date any more, with reliable git ids PR6393: regenerate git_version.h at every make PR6393: git version tagging at build time 2008-04-09 David Smith <dsmith@redhat.com> 2008-04-04 Masami Hiramatsu <mhiramat@redhat.com> 2008-04-04 David Smith <dsmith@redhat.com> 2008-04-04 Masami Hiramatsu <mhiramat@redhat.com> removing another part of retired LKET removing abandoned experiment: safety/* disassembly/symbol checks Conflicts: .gitignore ChangeLog runtime/ChangeLog
| * PR6393: regenerate git_version.h at every makeFrank Ch. Eigler2008-04-101-5/+37
| | | | | | | | | | | | | | | | | | 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 6393 cont'd. * Makefile.am: Also copy RadeonHD.am fragment to force git_version.h regeneration at every make, and also special tagging for "make dist". Thanks <ndim>.
| * PR6393: git version tagging at build timeFrank Ch. Eigler2008-04-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | rebased unwind_branch on top of current masterFrank Ch. Eigler2008-03-251-24/+25
|/
* 2008-03-06 Frank Ch. Eigler <fche@elastic.org>fche2008-03-061-2/+3
| | | | | * Makefile.am (AM_CXXFLAGS, AM_CFLAGS): Remove -Werror. * Makefile.in, doc/Makefile.in: Regenerated.
* PR5697 part 2: tutorial/langref configuryfche2008-02-281-1/+4
| | | | | | | | | | 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.
* 2008-01-28 David Smith <dsmith@redhat.com>dsmith2008-01-281-2/+3
| | | | | | | | * 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.
* staplog crash(8) module testsfche2008-01-251-1/+2
| | | | | | | | | | | | | | | | 2008-01-24 Frank Ch. Eigler <fche@elastic.org> * Makefile.am: Make another $(MKDIR) call visible. * Makefile.in: Regenerated. 2008-01-24 Frank Ch. Eigler <fche@elastic.org> crash(8) tests, based on Masami Hiramatsu <mhiramat@redhat.com>: * Makefile.am (CRASH_LIBDIR): Pass in $(RUNTEST). * lib/systemtap.exp (as_root): Trace command string, output, and result. * sysetmtap.samples/crash.*, testlog.stp: New test case. * Makefile.in: Regenerated.
* 2007-10-19 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-10-191-1/+1
| | | | | | | | | | | | | * staplog.c: Cleanup code and remove end-of-line spaces. (create_output_filename): Use snprintf instead of sprintf and remove malloc(). (print_rchan_info): Merge into output_cpu_logs(). (open_output_file): Use GETBUF() instead of malloc(). (output_cpu_logs): Simplify logic and remove unused code. (do_staplog): Merge into cmd_staplog(). (help_staplog): Fix typos. * Makefile.am (STAPLOG): Add -Wall option. * Makefile.in: Regenerated.
* 2007-10-12 Martin Hunt <hunt@redhat.com>hunt2007-10-121-2/+2
| | | | | * Makefile.am (staprun_LDADD): Add -lpthread. * Makefile.in: Rebuilt.
* * regeneratedfche2007-10-091-1/+1
|
* pr5036: systemtap-testsuite RPMfche2007-10-051-0/+4
| | | | | | | | | | 2007-10-05 Frank Ch. Eigler <fche@elastic.org> PR 5036 * systemtap.spec.in: Create new systemtap-testsuite sub-rpm. Install crash(8)'s staplog.so into -runtime sub-rpm if built. * Makefile.am (rpm): New target. * Makefile.in: Regenerated.
* * Makefile.in: Regenerated from Jim Keniston's uprobes Makefile.am changes.fche2007-09-291-4/+5
|
* Changes in configure scripts, Makefiles required for removing LKET fromsrikar2007-08-271-10/+4
| | | | systemtap (PR 4817)
* 2007-08-24 Frank Ch. Eigler <fche@elastic.org>fche2007-08-251-203/+216
| | | | | | | * configure.ac: Check for proper $PROCFLAGS-dependent -lcap. * Makefile.am (staprun_LDADD): Use autoconf variable rather than -lcap literal. * configure, aclocal.m4, Makefile.in, config.in: Regenerated.
* 2007-08-16 Frank Ch. Eigler <fche@elastic.org>fche2007-08-171-2/+2
| | | | | | * Makefile.am (install-exec-hook): Only make staprun setuid if "make install" is being run as root. * Makefile.in: Regenerated.
* 2007-08-15 Martin Hunt <hunt@redhat.com>hunt2007-08-151-29/+5
| | | | | * Makefile.am: Removed stap_merge. * Makefile.in: Rebuilt.
* 2007-08-14 David Smith <dsmith@redhat.com>dsmith2007-08-141-280/+380
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from setuid-branch. Changes also by Martin Hunt <hunt@redhat.com>. * Makefile.am: Added staprun_funcs.c and cap.c to staprun_SOURCES. Added -lcap to staprun_LDADD. Removed stp_check reference. Added stapio program. Staprun is now setuid. * Makefile.in: Rebuilt. * configure.ac: Version increase to 0.6 and checks for libcap availability. Removed stp_check reference. * configure: Regenerated. * stp_check.in: Removed. * systemtap.spec.in: Version increase to 0.6-1 and added BuildReq for libcap-devl (and removed sudo requirement). Added %pre script to create new groups. Staprun is now setuid. * NEWS: Added info on new security model. * INTERNALS: Removed sudo reference. * README.security: New file. * main.cxx (main): Make sure module name isn't too long. * hash.cxx: Moved MODULE_NAME_LEN define to hash.h. * hash.h: Moved MODULE_NAME_LEN define here from hash.cxx. * buildrun.cxx (run_pass): No longer runs staprun with "sudo". * stap.1.in: Removed sudo references and added information about the stapdev/stapusr groups. * staprun.8.in: Added information about module detaching and attaching. Removed sudo references and added information about the stapdev/stapusr groups. Removed reference to staprun needing to be run as root. Removed reference to removed '-u USERNAME' option. * .cvsignore: Removed stp_check and added stapio and stap_merge.
* * rhel5.1 build prepfche2007-07-031-2/+3
|
* 2007-07-03 Roland McGrath <roland@frob.com>roland2007-07-031-8/+7
| | | | | | | * Makefile.am (install-exec-local, install-elfutils): Use $(DESTDIR). (SRCDIR): Variable removed. (check): Use sh code in commands instead. * Makefile.in: Regenerated.
* 2007-07-02 Frank Ch. Eigler <fche@rechat.com>fche2007-07-021-16/+27
| | | | | | | | | * staplog.c: New file from Satoru MORIYA <satoru.moriya.br@hitachi.com>, prototype crash(8) extension module. * configure.ac: Look for crash/defs.h. * Makefile.am: Build/install staplog.so shared library if found. * configure, Makefile, config.in, runtime/lket/b2a/Makefile.in: Regenerated.
* PR 4529wcohen2007-06-291-1/+2
| | | | | | | * configure.ac: * Makefile.am: Limit where sqlite3 linked in. * configure: * Makefile.in: Regenerate.
* PR 4529wcohen2007-06-291-1/+1
| | | | | | | | | | * configure.ac: * Makefile.am: Limit where sqlite3 linked in. * configure: * Makefile.in: Regenerate. * coveragedb.cxx (update_coverage_db): Remove unneeded print. * coveragedb.cxx (increment_element): Correct formatting.