summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* PR10082: add environment variable to pass -r RELEASE/PATH optionKent Sebastian2009-04-171-0/+4
|
* mention the potentially unobvious: systemtap needs CONFIG_MODULE & ↵Frank Ch. Eigler2008-12-051-1/+2
| | | | CONFIG_MODULE_UNLOAD
* PR5892: rename new -B /PATH to -r /PATH; merge functionalityFrank Ch. Eigler2008-12-031-18/+11
|
* * note kernel-debug vs kernel-debuginfo package confusionFrank Ch. Eigler2008-11-191-1/+5
|
* More README text tweaks for run optionsFrank Ch. Eigler2008-09-301-11/+11
|
* PR6925: mention the possibility of running the build tree "stap" after "make ↵Frank Ch. Eigler2008-09-301-3/+6
| | | | install"
* PR6925: add more information about installing and running stapFrank Ch. Eigler2008-09-301-5/+26
|
* clarify README instructions to spell out that running the testsuite is optionalFrank Ch. Eigler2008-08-211-8/+7
|
* revise build instructions; clarifying elfutils bundling and its new hosting siteFrank Ch. Eigler2008-08-131-15/+20
|
* further clarify that elfutils need not be absolutely freshest, nor rebuilt ↵Frank Ch. Eigler2008-06-301-1/+3
| | | | every time
* point out releases/ directory; clarify optionality of elfutils bundlingFrank Ch. Eigler2008-06-291-5/+8
|
* note "make installcheck" in post-build checkoutFrank Ch. Eigler2008-05-161-0/+1
|
* Revert "Just a test commit"Jim Keniston2008-03-311-1/+0
| | | | This reverts commit 98ef63414e06ac378ffe698793e3f2514dc5ce82.
* Just a test commitJim Keniston2008-03-311-0/+1
|
* replace mentions of CVS with GIT in docuemntation filesFrank Ch. Eigler2008-03-311-5/+1
|
* PR5438: document libcap-devel build-time dependencyfche2007-12-011-4/+4
| | | | | From Julio M. Merino Vidal <jmmv@NetBSD.org>: Include libcap-devel in named build dependencies (for <capability.h>).
* add git usage infofche2007-09-211-1/+4
|
* * correct cvs checkout command linefche2006-11-071-1/+1
|
* Conversion from relay-on-procfs to relay-on-debugfstrz2006-09-191-1/+2
|
* 2006-06-14 Frank Ch. Eigler <fche@elastic.org>fche2006-06-141-7/+33
| | | | | * README: Add kernel.org blurb based on text from Chuck Ebbert <76306.1226@compuserve.com>.
* * clarify kernel version prereqfche2006-03-151-1/+1
|
* * clarify non-reliance on system elfutilsfche2006-01-311-1/+3
|
* * simplified build instructionsfche2006-01-181-44/+25
|
* Added installation steps and tips.hien2005-09-301-0/+49
|
* *** empty log message ***fche2005-08-091-1/+1
|
* 2005-08-03 Frank Ch. Eigler <fche@elastic.org>fche2005-08-031-3/+4
| | | | | | * README: Be more specific about prerequisites. * tapset/builtin_string.stp: New builtin. * testsuite/buildok/seven.stp, semko/eighteen.stp: New tests.
* nonefche2005-07-071-1/+1
|
* 2005-07-07 Frank Ch. Eigler <fche@redhat.com>fche2005-07-071-15/+17
| | | | | | | | | | * Makefile.am (dist): Package up the source tree, including testsuite and runtime. * main.cxx: Use clog instead of cerr for logging messages. * buildrun.cxx: Ditto. (compile_pass): Add -Iruntime/user for test mode. * translate.cxx (*): Commonalize test/real mode output. * Makefile.in: Regenerated.
* 2005-06-08 Frank Ch. Eigler <fche@redhat.com>fche2005-06-081-6/+7
| | | | | | | | | | | | | | | systemtap/916 Implement all basic scalar operators, including modify-assignment. * parse.cxx (lexer): Allow multi-character lookahead in order to scan 1/2/3-character operators. (parse_boolean_or/and/xor/shift): New routines. * translate.cxx (visit_assignment, visit_binary_expression, visit_*_crement): Generally rewrote. (visit_*): Added more parentheses in output. (emit_module_init): Initialize globals. * staptree.h, elaborate.cxx, elaborate.h: Remove exponentiation. * main.cxx (main): Add an end-of-line to output file. * testsuite/*: Several new tests.
* * at long last, a more full-bodied snapshotfche2005-05-211-4/+6
| | | | | | | | | | | | 2005-05-20 Frank Ch. Eigler <fche@redhat.com> Many changes throughout. Partial sketch of translation output. * elaborate.*: Elaboration pass. * translate.*: Translation pass. * staptree.*: Simplified for visitor concept. * main.cxx: Translator mainline. * *test.cxx: Removed. * testsuite/*: Some new tests, some changed for newer syntax.
* 2005-03-03 Frank Ch. Eigler <fche@redhat.com>fche2005-03-031-4/+6
| | | | | | | | | | * parse.cxx (parse_assignment): Assert lvalueness of left operand. * staptree.h (expression): Add is_lvalue member. * staptree.cxx (functioncall::resolve_types): Don't crash on formal-vs-actual argument count mismatch. (*): Add some is_lvalue stub functions. * testsuite/*: Some new tests.
* * parser prototype snapshotfche2005-02-121-0/+10