]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2008-06-17 David SmithGot smarter on which utrace events to set on a newly...
2008-06-16 David SmithImproved callback handling.
2008-06-16 Stan CoxCreate alternative list only as needed.
2008-06-16 Stan CoxBug 6611: read-only variable typo warnings should list...
2008-06-14 Josh StoneAdd 'pure' to embedded-C functions that deserve it
2008-06-14 Josh StoneReduce the number of actionremaining checks.
2008-06-14 Josh StoneMinimize last_error checking.
2008-06-14 Josh StoneTweak the configure script to play nice with Debian...
2008-06-13 Jim KenistonAdded instructions for running a particular test.
2008-06-13 Frank Ch. Eiglermake "-p4 -m FOO" mode consistent with ordinary -p4
2008-06-13 Zhaoleisyscalls.stp: Add sys_fchownat.
2008-06-13 Wenji HuangRemove STP_UNWIND support in _stp_ctl_write_dbug
2008-06-12 William CohenAdd thread-times.meta and thread-times.stp.
2008-06-12 William CohenAdd user_mode function to tapset and document.
2008-06-12 Stan CoxMake print_warning parm a const.
2008-06-11 Frank Ch. Eiglerdistribute dwarf_wrappers.h in snapshot tarballs
2008-06-11 Mark WielaardMicro-optimize print_warning output. Fix warnings.exp...
2008-06-11 Mark WielaardCheck that make install was run before doing make insta...
2008-06-11 David Smithutrace thread.begin and thread.end probe test fixes.
2008-06-11 David SmithAdded .thread.begin and .thread.end utrace probe tests.
2008-06-11 Frank Ch. Eiglerha ha ha
2008-06-11 Frank Ch. Eiglerduplicate warning thinko fox
2008-06-11 Tim MooreFix bug in dwfl_assert call.
2008-06-11 Stan CoxEliminate duplicate warnings.
2008-06-11 Tim MooreFix some logic inversions with dwfl_assert.
2008-06-11 Tim MoorePR 2608 plus some refactoring in tapsets.cxx
2008-06-11 Zhaoleisyscalls.stp: Add sys_fchmodat.
2008-06-10 Frank Ch. EiglerPR5643: mention in src/NEWS since the speedup effect...
2008-06-10 Frank Ch. EiglerPR6470: new argv[] tapset, docs, test cases
2008-06-10 Frank Ch. EiglerPR6470: fix preprocessor construct nesting/expansion...
2008-06-10 Frank Ch. EiglerPR6470: fix %( number OP number %? .... %) logic
2008-06-10 Jim KenistonEnable and update numeric-arg tests.
2008-06-10 David SmithVery early beginnings of memory map notification support.
2008-06-10 Zhaoleisyscalls.stp: Add sys_faccessat.
2008-06-10 Zhaoleisyscalls.stp(syscall.mkdirat): Use _dfd_str() to add...
2008-06-09 David SmithFixed utrace probe '$syscall' handling.
2008-06-09 Jim KenistonFix powerpc PR 6601.
2008-06-09 Stan CoxAdd test and doc for kernel.statement relative line...
2008-06-09 David SmithMade 2.6.25 kernel updates.
2008-06-06 Stan CoxAdd .statement("function@file.c+N")
2008-06-06 David SmithUpdated utrace probe descriptions in NEWS and stapprobe...
2008-06-06 David SmithChanged/renamed utrace probes.
2008-06-05 Srikar DronamrajuSrinivasa DS <srinivasa@in.ibm.com> -fpie option puts...
2008-06-04 Jim KenistonAdded systemtap.context/num_args test.
2008-06-04 Jim KenistonFix PR 6588
2008-06-04 Zhaoleisyscalls2.stp: Add sys_unshare.
2008-06-03 David SmithAdded string tokens for most probe types.
2008-06-03 Frank Ch. EiglerPR6429: remove unused file
2008-06-03 Frank Ch. EiglerPR6429: testsuite update for inexact backtrace tolerance
2008-06-03 Frank Ch. EiglerPR6429: remove stapio STP_UNWIND support and associated...
2008-06-03 ZhaoleiSupport for new clone flags before linux-2.6.25.
2008-06-02 Frank Ch. EiglerPR6534: add a comment blurb explaining sufficiency...
2008-06-02 Frank Ch. EiglerPR6534: make do without uts_sem (about to be unexported...
2008-06-02 Dave BrolleyUse the -r option of avahi-browse to obtain the ip...
2008-06-02 ZhaoleiFix compile error caused by PATH_MAX in F9.
2008-06-02 ZhaoleiFix the problem that kernel module compile failure...
2008-05-30 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2008-05-30 Dave BrolleyNew systemptap compile client and server scripts.
2008-05-30 Frank Ch. Eiglermake "make cscope" tolerate a read-only or separate...
2008-05-30 Srikar DronamrajuPR 6562, Modify SYSTEMTAP_DEBUGINFO_PATH behaviour.
2008-05-30 Wenji HuangAdd debuginfo path for self-built kernel in systemtap...
2008-05-30 Jim KenistonFix PR 6582: verify CONTEXT->regs in [u_]register()
2008-05-29 Josh StoneAdd a cscope target to the Makefile
2008-05-29 Stan CoxSW5106 Remove old map and histogram formatting code
2008-05-29 Ananth N Mavinakayan... Fix powerpc dwarfless argument access
2008-05-29 Josh StoneMake sure that return statements don't override existin...
2008-05-28 Josh StoneCheck that errors in nested functions are not lost...
2008-05-28 Mark WielaardCorrect redirect of stderr in testsuite. Make installch...
2008-05-28 David SmithRemoved debug print.
2008-05-28 David SmithHandle bug #6500 fallout.
2008-05-28 David SmithMinor improvement to multi-threaded support.
2008-05-28 Frank Ch. EiglerMerge branch 'master' of ssh://sources.redhat.com/git...
2008-05-28 Frank Ch. EiglerRevert "testsuite: use catch{close}catch{wait} to ensur...
2008-05-28 Mark WielaardCreate user based cache dir in testsuite.
2008-05-28 Josh StoneRefresh cscope.files.
2008-05-27 Josh StoneAdd prototypes for using the 2.6.26 probe_kernel_*...
2008-05-27 Frank Ch. Eiglernormalize test case PASS message
2008-05-27 Frank Ch. Eiglertestsuite: use catch{close}catch{wait} to ensure child...
2008-05-27 Josh StoneFix regparm() on i686 & x86_64.
2008-05-26 Frank Ch. Eiglerstmtvars.exp regexp tweak
2008-05-26 Mark WielaardOnly include fdtable.h for kernel versions > 2.6.25.
2008-05-26 wenjiInclude fdtable.h in task.stp for 2.6.26 and format...
2008-05-26 wenjiCorrect signal.stp for 2.6.26
2008-05-26 wenjiMerge branch 'master' of ssh://wenji@sources.redhat...
2008-05-26 Frank Ch. EiglerPR6550: add comment justifying "execrc"
2008-05-26 Frank Ch. EiglerPR6550: also EXTRA_DIST the little "execrc" helper...
2008-05-26 Frank Ch. EiglerPR6550: --enable-dejazilla: optional automatic test...
2008-05-26 Jim KenistonFixed arg #3 type in nd_syscall.accept.
2008-05-26 Jim KenistonAddress powerpc dwarfless test failures.
2008-05-26 Frank Ch. Eiglertapset cleanup: nfs kernel?,module? -> kernel!,module
2008-05-26 Frank Ch. Eiglertestsuite cleanup: kfailing some FOO-all-probes tests
2008-05-26 Frank Ch. Eiglerrpc tapset cleanup
2008-05-26 Srikar DronamrajuSrinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix...
2008-05-24 Frank Ch. EiglerPR6550: add comment justifying "execrc"
2008-05-24 Frank Ch. EiglerPR6550: also EXTRA_DIST the little "execrc" helper...
2008-05-24 Frank Ch. EiglerPR6550: --enable-dejazilla: optional automatic test...
2008-05-23 Jim KenistonFixed arg #3 type in nd_syscall.accept.
2008-05-23 Jim KenistonAddress powerpc dwarfless test failures.
2008-05-23 Frank Ch. Eiglertapset cleanup: nfs kernel?,module? -> kernel!,module
2008-05-23 Frank Ch. Eiglertestsuite cleanup: kfailing some FOO-all-probes tests
next
This page took 0.046149 seconds and 5 git commands to generate.