summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct a few comments to match the codeJosh Stone2009-08-263-6/+6
* Increase avahi-browse timeout to 20 seconds.Dave Brolley2009-08-261-1/+1
* Allow 20 seconds for the server to start up.Dave Brolley2009-08-261-3/+4
* PR4186 cont'd: Squash EM_S390 to s390.Mark Wielaard2009-08-261-1/+1
* Compute cu_name dynamicallyJosh Stone2009-08-253-9/+15
* Avoid needless Dwarf_Die copyingJosh Stone2009-08-251-14/+11
* Convert module_cu_cache_t to a stap_mapJosh Stone2009-08-251-1/+3
* Index cu_inl_function_cache_t by function->addrJosh Stone2009-08-252-4/+5
* Index mod_cu_function_cache_t by cu->addrJosh Stone2009-08-252-18/+25
* PR4186 cont'd: clarify ARCH naming in NEWS tooFrank Ch. Eigler2009-08-251-0/+6
* PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughoutFrank Ch. Eigler2009-08-2516-31/+43
* KFAIL cmd_parse15 on kernel < 2.6.29, see commit e0ccd3.Mark Wielaard2009-08-251-0/+5
* Make inlinedvars empty asm really empty.Mark Wielaard2009-08-251-1/+1
* PR2475: Filter filenames against the decl_fileJosh Stone2009-08-243-7/+14
* PR4186 cont'd: uname -m --> uname -i in test casesFrank Ch. Eigler2009-08-244-5/+5
* PR4186 cont'd: move tapset/i686 -> tapset/i386Frank Ch. Eigler2009-08-243-0/+0
* PR4186 cont'd: tolerate older kbuild Makefile's chattinessFrank Ch. Eigler2009-08-241-0/+8
* PR4186 cont'd: fix 32-bit i386 buildsFrank Ch. Eigler2009-08-241-0/+5
* Rename cache.exp proc stap_compile to cache_compile to not conflict.Mark Wielaard2009-08-241-22/+22
* Fix failing uprobes.exp -p5 failures by removing trailing spaces in $$ vars.Mark Wielaard2009-08-243-8/+12
* PR4186: cross-architecture probe buildingFrank Ch. Eigler2009-08-247-7/+69
* Initialize sdt_types testcase arr_char so that it is always null terminated.Mark Wielaard2009-08-241-1/+1
* Simplify mkstemp invocation.Stan Cox2009-08-231-1/+1
* PR10551: cont'dFrank Ch. Eigler2009-08-231-1/+2
* PR10551: build compatibility for pax/grsecurity include/linux/module.hFrank Ch. Eigler2009-08-233-13/+29
* build fix: make buildable with elfutils < 0.142Frank Ch. Eigler2009-08-232-0/+21
* PR10461: Add support for C++ classes and referencesJosh Stone2009-08-213-25/+81
* PR10507: tweak MAXUPROBES calculation to shrink table for small static number...Frank Ch. Eigler2009-08-211-3/+7
* PR10543: do module cache cleaning before copying new file into the cacheFrank Ch. Eigler2009-08-212-3/+5
* PR10544: clean up stap child process error handlingFrank Ch. Eigler2009-08-216-41/+40
* cleanup: rename task_finder_target->pathname -> procnameFrank Ch. Eigler2009-08-215-22/+22
* Two minor testcase fixes.David Smith2009-08-202-3/+5
* * dtrace.in: Support -C, preprocess with cpp, which upstream postgresStan Cox2009-08-202-3/+34
* PR10537 process().function().label() should select multiple inlined instances.Mark Wielaard2009-08-203-44/+38
* Two minor testcase fixes.David Smith2009-08-202-2/+2
* PR10228: fix non-utrace building regression - cont'dWenji Huang2009-08-202-2/+2
* Merge branch 'master' of ssh://sourceware.org/git/systemtapJosh Stone2009-08-191-70/+145
|\
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDavid Smith2009-08-191-7/+8
| |\
| * | Updated with latest code.David Smith2009-08-191-70/+145
* | | Give a more exact error for dereferencing void*Josh Stone2009-08-191-0/+6
* | | PR10538: Give a file:line hint for anonymous typesJosh Stone2009-08-191-2/+13
* | | Create a dwarf_attr_die idiomJosh Stone2009-08-194-31/+21
* | | Use dwarf_diename instead of a DW_AT_name lookupJosh Stone2009-08-191-3/+1
* | | Use dwarf_type_name in more placesJosh Stone2009-08-194-124/+124
* | | PR10538: Use {...} for naming anonymous typesJosh Stone2009-08-191-1/+3
| |/ |/|
* | PR10538: Improve location lookup for unionsJosh Stone2009-08-191-7/+8
|/
* * testsuite/systemtap.base/postgres.exp: New test for checking sdtStan Cox2009-08-191-0/+136
* PR10228: fix non-utrace building regressionFrank Ch. Eigler2009-08-192-2/+7
* Improved testcase error handling.David Smith2009-08-192-14/+14
* Improved systemtap.printf/sharedbuf.exp testcase.David Smith2009-08-191-41/+87