summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Expand @defined to support more casesJosh Stone2010-02-251-0/+13
* PR11326: Make an early check for saved-return-$var validityJosh Stone2010-02-251-10/+0
* Fixed pr 10690 by adding '.maxsize(NNN)' procfs read probe parameter.David Smith2010-02-255-1/+301
* PR11224: added test case for module arguments in testsuite/systemtap.baseCharley Wang2010-02-252-0/+35
* PR11005: @defined part 2: clarify/standardize internal handling of unresolvab...Frank Ch. Eigler2010-02-252-16/+28
* Permit chained unary operatorsJosh Stone2010-02-241-1/+7
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2010-02-231-1/+20
|\
| * Fixed PR 11269 by properly handling mmap syscall 'fd' argument.David Smith2010-02-231-1/+20
* | PR11005: @defined($tvar) predicate, part 1Frank Ch. Eigler2010-02-231-0/+19
|/
* Prevent accidental global cleanup triggering for syscall test.tcl.Mark Wielaard2010-02-222-34/+34
* Tweak shared attach sdt test.Stan Cox2010-02-211-40/+70
* Make unprivilegedok/one.stp compatible with vanilla kernelWenji Huang2010-02-211-1/+1
* Add explicit timeout to overflow_error testWenji Huang2010-02-211-0/+1
* PR11208: glue adjacent string literals together.Frank Ch. Eigler2010-02-192-0/+12
* Allow CONFIG_foo COMPARISON-OP CONFIG_bar in preprocessor conditionals.Mark Wielaard2010-02-191-0/+17
* Allow CONFIG_foo COMPARISON-OP number in preprocessor conditionals.Mark Wielaard2010-02-191-0/+20
* PR11296: switch to "sys/sdt.h" in test casesFrank Ch. Eigler2010-02-1814-18/+18
* PR11277: Use consistent octal in quoted stringsJosh Stone2010-02-162-23/+23
* Don't try to parallel install partial build-elfutils build in lib-elfutils.Mark Wielaard2010-02-163-670/+737
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2010-02-1511-59/+185
|\
| * Test for sendfile syscall can handle non-socket fds now.Mark Wielaard2010-02-131-4/+4
| * PR11105 part 2: tighten constraints on stap-server parameters passed to makeFrank Ch. Eigler2010-02-122-36/+37
| * Add simple test for PR10257 (sprint(@hist_linear)).Przemysław Pawełczyk2010-02-112-0/+18
| * Fixed PR 11270 by adding nd_syscall testcase.David Smith2010-02-104-2/+99
| * Fix tcl.exp initialization bugStan Cox2010-02-091-0/+1
| * Fixed BZ559643 by doing 'spawn;expect;wait' instead of 'spawn;wait;expect'.David Smith2010-02-081-17/+26
* | Rework identification of probes allowed for unprivileged users.Dave Brolley2010-02-1510-4/+59
|/
* Define empty function for tcpmib testWenji Huang2010-02-081-0/+8
* Fix test case tcpmib-all-probes.stpWenji Huang2010-02-081-6/+1
* Added backports required for 2.6.18 kernel for RHEL 5.David J. Wilder2010-02-052-4/+37
* Use SYSTEMTAP_INCLUDES for systemtap.apps tests.Stan Cox2010-02-052-2/+2
* PR11256: harden --unprivileged modeFrank Ch. Eigler2010-02-051-0/+4
* pfiles.stp sample: begin tcp option dumpingFrank Ch. Eigler2010-02-051-15/+18
* Revert "PR11234: Ensure __get_argv doesn't overflow"Josh Stone2010-02-042-67/+0
* new sample: pfilesEugene Teo2010-02-046-25/+651
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2010-02-0410-2/+197
|\
| * Fix procfs_write.exp so that it will pass under RHELl5.David Smith2010-02-022-2/+6
| * Add nfs_func_log example.William Cohen2010-02-024-0/+24
| * Add nfs_func_users example.William Cohen2010-02-026-0/+70
| * Add iodevstats.stp exampleWilliam Cohen2010-02-026-0/+97
* | Compile server logging and robustness.Dave Brolley2010-02-021-2/+3
|/
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2010-02-0218-15/+339
|\
| * buildok test doesn't need /usr/bin/envMark Wielaard2010-02-021-1/+1
| * Make sure cfa_ops are always retrieved through dwfl global address.Mark Wielaard2010-02-024-12/+12
| * regen sample indexesFrank Ch. Eigler2010-02-014-0/+24
| * new sample for sandeen@redhat.com: fntimes.stpFrank Ch. Eigler2010-02-012-0/+36
| * Make hwbkpt.stp compitable with old kernel and exectuableWenji Huang2010-02-011-3/+13
| * Fix uninitialization error on gcc 4.1.xWenji Huang2010-02-011-1/+1
| * Hardware Breakpoints for x86 / x86_64, based on mainline kernelPrerna Saxena2010-01-291-0/+4
| * PR11234: Ensure __get_argv doesn't overflowJosh Stone2010-01-282-0/+67