summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Run autoreconfEugeniy Meshcheryakov2010-01-2111-4912/+2746
| * Use html-nochunks output instead of txt to test for stringparam support in xmltoEugeniy Meshcheryakov2010-01-211-2/+2
| * Add shebangsEugeniy Meshcheryakov2010-01-212-0/+4
| * use eh_frame_hdr table to speed up unwindingTim Moore2010-01-203-28/+105
| * Add dtrace.1 man page.Stan Cox2010-01-205-3/+97
| * chmod +x testsuite/parseko/conditional.stpJosh Stone2010-01-191-0/+0
| * PR11195: Prevent all nested argument substitutionJosh Stone2010-01-193-31/+43
| * security: list some prudent security practices for stap-serverFrank Ch. Eigler2010-01-191-0/+23
| * Swap DW_OP_shr and DW_OP_shra.Roland McGrath2010-01-191-2/+2
| * Use signed division for DW_OP_div.Roland McGrath2010-01-191-1/+10
| * Fix the listing mode of process.library.markJosh Stone2010-01-181-1/+1
* | PR 11201: From Eugeniy Meshcheryakov (eugen@debian.org):Dave Brolley2010-01-212-3/+2
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2010-01-186-49/+19
|\|
| * PR11173 Markers get a bad address in prelinked libraries.Mark Wielaard2010-01-183-43/+9
| * PR11105: forget about packaging stap-server-requestFrank Ch. Eigler2010-01-151-1/+0
| * Relax sdt address check for attach to running process case.Stan Cox2010-01-152-5/+10
* | Correct client-side quoting issues discovered by fche during the server-side ...Dave Brolley2010-01-182-46/+70
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2010-01-152-3/+8
|\|
| * PR11105: support default unset --prefixFrank Ch. Eigler2010-01-152-3/+8
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2010-01-1513-632/+456
|\|
| * PR11105: remove extraneous \n from localized foo.stp script file nameFrank Ch. Eigler2010-01-151-1/+1
| * testsuite: fix wording of invalid-entry test groupFrank Ch. Eigler2010-01-151-2/+2
| * PR11105: Remove stap-server-request shell script.Frank Ch. Eigler2010-01-153-514/+2
| * PR11105: robustify stap-serverFrank Ch. Eigler2010-01-153-100/+415
| * server: log controlling pidFrank Ch. Eigler2010-01-151-0/+2
| * runtime: better staprun diagnostics for failed signature testsFrank Ch. Eigler2010-01-151-2/+8
| * PR11105: stap-client wire protocol changeDave Brolley2010-01-151-114/+99
| * Improve stack printing formatWenji Huang2010-01-151-1/+2
| * PR11151: Recover stap_uprobes slots on process exitJosh Stone2010-01-143-0/+17
* | Package command line arguments in separate files.Dave Brolley2010-01-151-102/+92
|/
* Allow / as a random argyment character when fuzzing.Dave Brolley2010-01-141-1/+1
* PR10467 cont'd: be tolerant of bad line numbersJosh Stone2010-01-141-5/+2
* Fixed rawhide syscall testsuite problem.David Smith2010-01-141-2/+2
* Use gnu indentation style.Stan Cox2010-01-141-59/+66
* Fix rawhide compile problem.David Smith2010-01-141-1/+1
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2010-01-136-10/+65
|\
| * Use __access_process_vm_noflush for static user semaphore decrement.Stan Cox2010-01-133-5/+57
| * build fix: rhbz55060: stdlib.h vs sys/wait.h __WAIT_STATUS conflictsFrank Ch. Eigler2010-01-131-2/+2
| * PR 11167 fixed by adding compat_sys_sigaction to the syscall.sigaction32 probe.David Smith2010-01-131-2/+4
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2010-01-134-35/+114
| |\
| * | Test newline characters as part of fuzzing argument strings.Dave Brolley2010-01-131-1/+2
* | | Move userspace probing boiler plate code in translator to runtime library.William Cohen2010-01-133-357/+336
| |/ |/|
* | Merge remote branch 'origin/master'Tim Moore2010-01-133-2/+55
|\|
| * Fix PR11160 by handling ppc syscall.sigaction32 correctly.David Smith2010-01-133-2/+55
* | map through uretprobe trampoline in an arbitrary taskTim Moore2010-01-134-35/+114
|/
* Removed bogus task_finder error message.David Smith2010-01-131-1/+1
* Faulty conditionals are parse errors, not semantical errors.Mark Wielaard2010-01-131-0/+0
* PR10493: autoconf for cpu_khzWenji Huang2010-01-132-7/+43
* Fixed PR 11163 so that syscall.readv/syscall.writev puts fd in argstr for ppc.David Smith2010-01-122-21/+1
* Add attach to live process tests.Stan Cox2010-01-121-30/+169