]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2008-05-21 Mark WielaardCheck new (sub) functions of _struct_utimbuf_* and...
2008-05-20 William CohenAdd some scripts and descriptions to the systemtap...
2008-05-20 Mark WielaardPR5001: Remove _stp_ctime and always use ctime.
2008-05-20 Tim MooreUse tr1/unordered_map instead of the deprecated ext...
2008-05-19 Mark WielaardPR6524: ctime() on bad values hangs system.
2008-05-19 Stan CoxOptimize away assignments in other contexts.
2008-05-19 Stan CoxOptimize away assignments in other contexts.
2008-05-19 Frank Ch. Eiglerdummy commit for testing systemtap-cvs notification
2008-05-19 William CohenRemove sa_restorer initialization.
2008-05-17 Frank Ch. Eiglersuppress "pass-2 failed" messages from "stap -l FOOBAR...
2008-05-17 Frank Ch. Eiglermake the mod_cu_function_cache a hash_map instead of...
2008-05-16 Frank Ch. EiglerPR5643: function caching for much faster syscall.*...
2008-05-16 David SmithFixed PR 6499 (utrace probe crash).
2008-05-16 Frank Ch. EiglerMerge branch 'master' of ssh://sources.redhat.com/git...
2008-05-16 Frank Ch. Eiglernote "make installcheck" in post-build checkout
2008-05-15 David SmithIgnores signals when removing the temporary directory.
2008-05-15 William CohenAdd appropriate ChangeLog entry for earlier checkin.
2008-05-14 Ananth N Mavinakayan... PR 5955 - Accept ; terminated globals
2008-05-13 Jim KenistonFactored returnval() out of returnstr(), for use in...
2008-05-13 Jim KenistonConverted more aliases to use arg numbers instead of...
2008-05-12 Frank Ch. EiglerMerge branch 'master' of ssh://sources.redhat.com/git...
2008-05-12 Frank Ch. EiglerRevert "PR6487: extend blacklist with relay/timer subsy...
2008-05-12 Jim KenistonPR 4311 - Function boundary tracing without debuginfo...
2008-05-12 Jim KenistonMerge commit 'origin/dwarfless'
2008-05-09 William CohenMerge branch 'master' of git://sources.redhat.com/git...
2008-05-09 William CohenAdd syscalls_by_pid.meta, syscalls_by_proc.meta,
2008-05-09 Frank Ch. EiglerPR6487: extend blacklist with relay/timer subsystem
2008-05-08 William CohenAdjust iotime.meta description.
2008-05-08 William CohenMerge branch 'master' of git://sources.redhat.com/git...
2008-05-08 William Cohen * iotime.meta: New.
2008-05-08 David SmithFix for PR 6500.
2008-05-08 William CohenUpdate ChangeLog
2008-05-08 William Cohen * sleeptime.meta, wait4time.meta: New.
2008-05-08 Mark Wielaardsystemtap.examples futexes.meta change futex.stp to...
2008-05-08 Mark WielaardIn ioblock.stp ioblock.end set bytes_done depending...
2008-05-07 Frank Ch. EiglerPR6492: make listing mode warning-free
2008-05-07 Masami HiramatsuPR5648: Fix unaligned access warning in stp_print_flush...
2008-05-07 Masami HiramatsuPR5648: Fix memcpy's endianess issue.
2008-05-07 William Cohenfutexes.meta, nettop.meta, pf2.meta: New.
2008-05-07 William CohenClean up output.
2008-05-06 Jim KenistonThe beginnings of a no-dwarf version of syscalls.stp...
2008-05-06 Jim KenistonAdded CPU REGISTERS and NUMBERED FUNCTION ARGUMENTS...
2008-05-06 Frank Ch. EiglerPR444886: add .../build/... to default debuginfo search...
2008-05-06 Jim KenistonReplaced [u_]arg() with [u]int_arg(), [u]long_arg(...
2008-05-05 Martin HuntMore signal cleanup.
2008-05-05 Martin HuntFix problem handling SIG_CHLD
2008-05-05 Martin HuntCleanup signal handling for staprun.
2008-05-05 Frank Ch. EiglerPR6481: timer reset needs irqs reenabled
2008-05-05 David SmithMade runtime/task_finder.c improvements.
2008-05-01 Jim KenistonAdded support for register(), u_register(), arg(),...
2008-05-01 Frank Ch. EiglerMerge branch 'master' of ssh://sources.redhat.com/git...
2008-05-01 Frank Ch. EiglerPR6474: use position-independent-executable security...
2008-05-01 William Cohen2008-05-01 William Cohen <wcohen@redhat.com>
2008-04-30 Frank Ch. Eigleradd git commit summary guidelines
2008-04-30 Shaohua LiPR5648: Fix unaligned access warning on ia64.
2008-04-30 Masami HiramatsuPR6008: Increase the limitation of the buffer size...
2008-04-30 Masami HiramatsuPR5645: Fix sub-buffer size calculation and debug messages.
2008-04-30 Frank Ch. EiglerPR6466: broad side-effect free statement elision
2008-04-29 David SmithMade utrace probes more robust.
2008-04-28 William Cohen2008-04-27 William Cohen <wcohen@redhat.com>
2008-04-28 William Cohen2008-04-27 William Cohen <wcohen@redhat.com>
2008-04-28 Frank Ch. Eiglercleanup: remove never-implemented runtime TEST_MODE...
2008-04-26 Frank Ch. Eiglerrevert commit f0e6dc6304; overload detection logic...
2008-04-25 Frank Ch. EiglerMerge branch 'master' of ssh://sources.redhat.com/git...
2008-04-25 Frank Ch. Eiglersimplify systemtap.spec configuration vars
2008-04-25 David SmithHandles markers with no format string.
2008-04-25 SrinivasaFixed task_finder.c kernel 2.6.25 change.
2008-04-24 Frank Ch. EiglerPR6454: fix "stap -l" listing of space-laden probe...
2008-04-24 William CohenMerge branch 'master' of git://sources.redhat.com/git...
2008-04-24 William CohenMove examples to testsuite/systemtap.examples.
2008-04-24 Frank Ch. EiglerMerge branch 'master' of ssh://sources.redhat.com/git...
2008-04-24 Frank Ch. EiglerPR6451: avoid one class of staprun shutdown deadlock...
2008-04-24 William CohenMerge branch 'master' of git://sources.redhat.com/git...
2008-04-24 David SmithMade kernel 2.6.25 changes in task_finder.c.
2008-04-24 William CohenMove examples to testsuite/systemtap.examples
2008-04-23 Srinivasa DSPR6416: extend probing blacklist with more init/exit...
2008-04-23 Frank Ch. Eiglerfix overload-detection uninitialized variable bug
2008-04-22 Martin HuntAllow staprun to run on kernels without capabilities...
2008-04-22 David SmithSimplified systemtap.base/utrace_p5.exp a little.
2008-04-22 Martin HuntMove send_request out of common.c because staprun no...
2008-04-22 Martin HuntAdd documentation for staprun -d option.
2008-04-22 David SmithAdded run-time utrace tests.
2008-04-22 David SmithRemoved debug statements.
2008-04-22 David SmithRenamed semko/utrace02.stp to parseko/utrace01.stp.
2008-04-21 Martin HuntChange staprun to exec stapio. Add "-d" option to staprun.
2008-04-18 Jim Keniston* testsuite/{semok,semko}/nodwf*.stp
2008-04-18 Jim KenistonPR 4311 - Function boundary tracing without debuginfo...
2008-04-18 David SmithAdded utrace exec probes.
2008-04-18 David SmithAdded utrace probe documentation.
2008-04-18 David SmithRewrote utrace buildok tests to check for kernel utrace...
2008-04-18 Josh StoneShiny new Vim highlighting
2008-04-17 Josh StoneRefresh cscope.files
2008-04-17 Josh StoneFix the blacklist regexps for atomic functions
2008-04-17 David SmithAdded process PATH checking and conditional utrace...
2008-04-17 David SmithAdded new utrace tests.
2008-04-16 Frank Ch. EiglerRHEL4 gcc compatibility: dummy ctor in unused task_find...
2008-04-16 Srinivasa DSPR6417: extend kprobe blacklist some more
2008-04-16 David Smith2008-04-16 David Smith <dsmith@redhat.com>
2008-04-16 David Smith2008-04-15 David Smith <dsmith@redhat.com>
2008-04-16 wenjiupdate scsi
next
This page took 0.053953 seconds and 5 git commands to generate.