]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2014-04-01 Jonathan Lebonproc stap_run: also use -KILL in case -INT fails
2014-04-01 Jonathan Lebonlisting_mode.exp: new testcase for -l/-L
2014-04-01 Jonathan Lebondump_probe_aliases.exp: new testcase for --dump-probe...
2014-04-01 Jonathan Lebonstap: unite all dumping modes into s.dump_mode
2014-04-01 Jonathan LebonNEWS: add blurb about new dump switches
2014-04-01 Jonathan Lebonstap: add --dump-probe-aliases
2014-04-01 David SmithMake _struct_sockaddr_u_impl() tapset function output...
2014-04-01 David SmithPR16716 partial fix: Better types in 'syscall.{send...
2014-04-01 David SmithUse FD_SETSIZE for select() in other syscall tests.
2014-04-01 Josh Stoneruntime: Use INIT_WORK_ONSTACK for perf
2014-03-31 Josh StonePR16665: Tweak buildok/task_rlimit_test.stp
2014-03-31 Frank Ch. Eiglersyscall recv*msg tests: use FD_SETSIZE for select(2...
2014-03-31 David SmithFix recvmmsg() testcase for kernels < 2.6.34.
2014-03-31 David SmithMake recvmmsg() testcase more robust.
2014-03-30 Frank Ch. EiglerPR16766 cont'd: tolerate STAP_SESSION_ERROR in module_r...
2014-03-28 Jonathan Lebonstap.1: document possible issues with --use-server...
2014-03-28 Jonathan Lebonmain(): print e.what() for exceptions
2014-03-28 Josh Stoneruntime: improve the preempt_enable_no_resched copy
2014-03-28 Frank Ch. EiglerPR16766 cont'd: unbreak --runtime=dyninst
2014-03-28 David SmithPR16716 partial fix: Fix 'syscall.{recv,recvfrom}'...
2014-03-28 Frank Ch. EiglerPR16665: fix generated doc directory
2014-03-28 Robin HackPR16665: new tapset for task resource limit queries...
2014-03-28 David SmithRemove outdated comments from nd_syscalls.stp and nd_sy...
2014-03-28 David SmithPR16716 partial fix: Better types in 'syscall.{recvmsg...
2014-03-28 Brent Baudesystemtap.spec: ppc64le buildability
2014-03-28 Frank Ch. EiglerPR16766: kernel crash for failed-init module-notification
2014-03-26 David SmithUpdated some expected output in several syscall tests.
2014-03-26 David SmithPR16716 partial fix: Better types in 'syscall.{recv...
2014-03-26 Jonathan Lebonsystemtap.8: clarify docs regarding new-kernel-pkg
2014-03-26 Jonathan Leboninitscript: skip dracut stap module by default
2014-03-26 Jonathan Leboninitscript: use new-kernel-pkg after dracut
2014-03-26 David SmithImprove _struct_sockaddr_u_impl() formatting.
2014-03-26 David SmithReplace _sendflags_str() and _recvflags_str() with...
2014-03-26 Josh StoneMinor testsuite tweaks for stapdyn
2014-03-25 Josh Stoneperf.exp: add a quick global (non-process) test
2014-03-25 Josh Stonesocktop: Make sure *_str are always known as strings
2014-03-25 Josh StoneTighten a semok/doubleglob.stp pattern
2014-03-25 Josh Stonetestsuite: reorganize perf tests
2014-03-25 Josh StoneRemove code that follows unconditional control statements
2014-03-25 Josh StoneRead the perf process from -c during pass2
2014-03-25 Josh StoneDon't add empty .process/counter to perf pp()
2014-03-25 Josh StonePR14223: Allow perf probes for mere @stapdev mortals
2014-03-25 Jonathan Lebonmove utrace14.stp to semok
2014-03-25 Jonathan Lebondump_functions.exp: new testcase for --dump-functions
2014-03-25 Jonathan Lebonstap: add --dump-functions option
2014-03-25 Jonathan Lebonsystemtap_session: removed unused member
2014-03-25 Jonathan Lebonsemantic_error: also print source of error
2014-03-25 Jonathan LebonPR16719: tweak testcase
2014-03-24 Josh Stonetestsuite: big cleanup of sdt_misc types
2014-03-24 Josh Stonetestsuite: big cleanup of sdt_asm
2014-03-24 Josh Stonetestsuite: prefix regex.stp PASS/FAIL messages
2014-03-24 Josh StoneLet synthesized end probes use foreach values again
2014-03-21 Josh StonePR16725: Warn if stapdyn process probes lack a target
2014-03-21 Jonathan LebonPR16719: add testcase to watch for regression
2014-03-21 Jonathan Leboncallee probes: rename caller_match() to _caller_match()
2014-03-20 Josh StonePR16730 addendum, link java method probes to the user
2014-03-20 Jonathan Lebonfind_and_build(): don't handle recursive_expansion_error
2014-03-20 Jonathan LebonRHBZ1065757: don't delete objects that are in use
2014-03-20 Josh StonePR16730: Don't list auxiliary tapset probes
2014-03-20 Josh StoneBZ1073605 addendum, add _start tests
2014-03-20 David SmithPR16716 partial fix: Better types in 'syscall.{listen...
2014-03-20 David SmithPR16716 partial fix: Better types in 'syscall.{getsockn...
2014-03-20 Martin CermakRHBZ1049083, C#23: rewordings proposed by jhradile
2014-03-19 David SmithPR16716 partial fix: Better types in 'syscall.{getpeern...
2014-03-19 Jonathan Leboncallee.exp: clean up after yourself
2014-03-19 Jonathan LebonPR16719: disable setupdwfl caching
2014-03-19 Jonathan Lebonstap.1: fix typo re. default cache clean interval
2014-03-19 David SmithPR16716 partial fix: Better types in 'syscall.{getitime...
2014-03-18 David SmithPR16716 partial fix: Better types in 'syscall.connect'.
2014-03-18 David SmithImproved last change to _struct_sockaddr_u_impl() by...
2014-03-18 David SmithPR16716 partial fix: Better types in 'syscall.{select...
2014-03-18 David SmithFix typo in last commit.
2014-03-18 David SmithAdded another PR16718 fix by auditing all calls to...
2014-03-18 Robin Hackaux_syscalls: Fix STAP_ARG_len wrong check.
2014-03-18 Frank Ch. Eiglerstap.1 man page: add more error reporting xrefs
2014-03-18 Frank Ch. Eiglerstap.1 man page: xref systemtap(8)
2014-03-17 Mark Wielaardsymbol_table::get_from_elf use dwfl_module_getsym_info...
2014-03-17 Frank Ch. Eiglererror::pass4: clarify what 'upstream systemtap' means
2014-03-17 David SmithPR16716 partial fix: Better types in 'syscall.{bind...
2014-03-17 David SmithFix PR16718 by making _stp_copy_from_user() more robust.
2014-03-16 Frank Ch. EiglerNEWS: mention prologue-searching revamp
2014-03-14 Jonathan LebonPR16473: always expand $$vars/$$parms/etc...
2014-03-14 Jonathan LebonPR15999: strengthen null die checking
2014-03-14 Jonathan Lebonstapvirt.1: clarify that poweroff is required
2014-03-13 David SmithDon't bother requiring a specific kernel, even on RHEL4.
2014-03-12 Dave BrolleyPR 16645: Provide [man stap-server' reference when...
2014-03-12 Dave BrolleyFix construction of ".local" variant of the DNS name...
2014-03-12 Dave BrolleyDo not warn against a domain name mismatch between...
2014-03-12 Dave BrolleyRHBZ 1075685 - tap-server trusting issues
2014-03-12 Dave BrolleyPR 16645: Unhelpful feedback when stap fails
2014-03-12 Jonathan Lebonlabel probes: add to derivation chain using less hacky way
2014-03-12 Jonathan Lebondwarf_query: remove unused parameter 'function_val'
2014-03-12 Jonathan Lebonlibrary probes: fix process path in listing mode
2014-03-12 Jonathan Leboncallee probes: truly improve derivation for better...
2014-03-12 Jonathan LebonRevert commits cfa2999 and 80a63be
2014-03-12 Frank Ch. Eiglertapsets: argv extension, oneshot introduction
2014-03-12 David Smithsystemtap.syscall/signal.c claims to test 'kill', but...
2014-03-12 David SmithFix last NEWS change.
2014-03-12 David SmithImprove the syscall.openat probe.
2014-03-12 David SmithIf the syscall gate macros fail, just skip the probe.
next
This page took 0.049079 seconds and 5 git commands to generate.