summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pick up some NEWS items from the release notesJosh Stone2009-06-111-0/+7
* remove erroneous dependency (systemtap-sdt-devel -> systemtap)Frank Ch. Eigler2009-06-111-1/+0
* Add nd_syscalls NEWSJosh Stone2009-06-101-0/+6
* Reformat the module signing NEWSJosh Stone2009-06-101-7/+8
* Merge branch 'master' of ssh://sourceware.org/git/systemtapJosh Stone2009-06-101-4/+4
|\
| * gcc 3.4.6 compatibility: s/{true,false}/{1,0} in runtime/unwind.cFrank Ch. Eigler2009-06-101-4/+4
* | PR10260: Clean up all resources after init errorsJosh Stone2009-06-101-0/+8
|/
* Fix condition propagation across aliasesJosh Stone2009-06-093-5/+40
* build compatibility fix for gcc 3.4Frank Ch. Eigler2009-06-091-1/+1
* Add bounds-checking to sdt $argNJosh Stone2009-06-091-5/+9
* Remove probe_table's unused location memberJosh Stone2009-06-091-5/+4
* Remove sdt_var_expanding_visitor's now-unused dwJosh Stone2009-06-091-6/+5
* Remove the spurious sdt @cast expansionJosh Stone2009-06-091-3/+0
* Simplify process.mark parameter parsingJosh Stone2009-06-091-8/+5
* dummy empty changeFrank Ch. Eigler2009-06-090-0/+0
* * tapsets.cxx (sdt_var_expanding_visitor::process_name): New.Stan Cox2009-06-091-13/+12
* Fix uninitialized shdr in probe_tableJosh Stone2009-06-091-1/+8
* * tapsets.cxx (probe_table): Make mark_name and sess refs.Stan Cox2009-06-081-115/+115
* Remove dwflpp::default_nameJosh Stone2009-06-082-17/+4
* Let query_module abort early for simple matchesJosh Stone2009-06-082-10/+5
* ttyspy: struct pid->number[0]->nr arrived with 2.6.24 not laterFrank Ch. Eigler2009-06-061-1/+1
* ttyspy.stp: new sample scriptFrank Ch. Eigler2009-06-066-1/+118
* PR10209: extend configury for --disable-translatorElliott Baron2009-06-059-163/+258
* Fix uninitialized shdr in probe_tableJosh Stone2009-06-031-15/+22
* * tapsets.cxx (dwarf_builder::probe_table): New. Derived fromStan Cox2009-06-031-145/+411
* Detect kretprobe trampoline and use fallback unwinder.Mark Wielaard2009-06-035-11/+34
* Add $arch/nd_syscalls.stpJosh Stone2009-06-025-0/+1419
* Clean up the formatting of $arch/syscalls.stpJosh Stone2009-06-025-149/+224
* Complete a few TODO probe points in nd_syscalls2Josh Stone2009-06-021-39/+96
* Fixed cut-and-paste error.David Smith2009-06-021-1/+1
* Fix nd_syscall2 open.return typo.Mark Wielaard2009-06-021-2/+2
* More nd_syscalls2 cleanup, and add SYSCALL_WRAPPERSJosh Stone2009-06-021-291/+575
* Merge branch 'master' of ssh://sourceware.org/git/systemtapJosh Stone2009-06-022-2/+9
|\
| * Add debuginfo-install suggestion for kernel probing.William Cohen2009-06-011-1/+7
| * Better sdt.exp test cleanup.David Smith2009-06-011-1/+2
* | Cache the last result of dwarf_getscopesJosh Stone2009-06-022-2/+27
* | Move the blacklist functions into dwflppJosh Stone2009-06-013-321/+315
|/
* Avoid holding semaphore while making mmap callbacks.David Smith2009-06-011-52/+130
* Fix a few variables in nd_syscalls2Josh Stone2009-05-291-13/+13
* Clean up nd_syscalls2 formattingJosh Stone2009-05-291-556/+786
* Kill trailing whitespace in nd_syscalls[2]Josh Stone2009-05-292-144/+144
* Convert nd_syscalls2 to kprobe.functionJosh Stone2009-05-291-437/+437
* Add JoeLynn Keniston to AUTHORSJosh Stone2009-05-291-0/+1
* Create nd_syscalls2.stpJoeLynn Keniston2009-05-291-0/+3916
* PR10206: Include NOTYPE symbols in stap-symbols.hAnanth N Mavinakayanahalli2009-05-281-0/+1
* Avoid 1 case of holding a semaphore while mmap callbacks are being made.David Smith2009-05-281-57/+75
* Add ucontext-symbols and ucontext-unwind tapset functions to the manual.Mark Wielaard2009-05-282-1/+2
* More testsuite tweaks to make it work with SYSCALL_WRAPPERSAnanth N Mavinakayanahalli2009-05-285-9/+9
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-2715-66/+985
* Fix nd_syscalls.stp for architectures using SYSCALL_WRAPPERS.Przemyslaw Pawelczyk2009-05-261-305/+568