summaryrefslogtreecommitdiffstats
path: root/stp_check.in
Commit message (Collapse)AuthorAgeFilesLines
* 2007-04-24 Martin Hunt <hunt@redhat.com>hunt2007-04-241-6/+6
| | | | * stp_check.in: More tweaking of mount statement.
* 2007-04-10 Martin Hunt <hunt@redhat.com>hunt2007-04-101-3/+3
| | | | | * stp_check.in: Fixes to make sure debugfs or relayfs are mounted exactly where we expect and other mounts are ignored.
* 2007-02-27 Frank Ch. Eigler <fche@elastic.org>fche2007-02-271-0/+4
| | | | | | * systemtap.spec.in (/var/cache/systemtap): Forget it. (stp_check): Pack this in with systemtap-runtime. * stp_check.in: Add LANG=C for speed.
* have stp_check mount debugfstrz2006-09-221-0/+10
|
* fix for bug #2511trz2006-04-041-2/+3
|
* Fix for bug #2406 (autodetect supported relayfs versions)trz2006-03-151-40/+8
|
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-191-15/+1
| | | | * stp_check.in: Remove stp-control.
* Check to see if relayfs available via /proc/filesystems.wcohen2005-08-181-1/+1
|
* 2005-08-09 Martin Hunt <hunt@redhat.com>hunt2005-08-091-2/+2
| | | | | | PR 1174 * stp_check.in: Supply path for lsmod. * stp_check: Removed.
* 2005-08-05 Frank Ch. Eigler <fche@elastic.org>fche2005-08-051-0/+1
| | | | | | | | | | | | | | | | PR translator/1175 * translate.cxx (*): Added unlikely() markers to most emitted error checks. (mapvar::get,set): Handle NULL<->"" impedance mismatch. (itervar::get_key): Ditto. Use base index=1 for keys. * testsuite/buildok/one.stp: Extend. And it runs with -p5 too. * stap.1: Document use of ";" statament as mechanism for grammar ambiguity resolution. * stp_check.in: Set $prefix. * systemtap.spec.in: Prereq kernel-devel, kernel-debuginfo, and not tcl. * tapsets.cxx: Make slightly less verbose. * translate.cxx
* 2005-08-03 Martin Hunt <hunt@redhat.com>hunt2005-08-031-5/+7
| | | | | | | | * stp_check.in : Copy sources to /var/cache/systemtap. * systemtap.spec.in: Install stp_check. Create /var/cache/systemtap * Makefile.am (install-exec-local): Install stp_check. * configure.ac, systemtap.spec.in: Version 0.2.2. * Makefile.in, aclocal.m4, configure: Regenerated.
* 2005-08-03 Martin Hunt <hunt@redhat.com>hunt2005-08-031-0/+67
* configure.ac: Add stp_check to AC_CONFIG_FILES. * stp_check.in : New file.