]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2010-02-26 Josh StoneExpand the comment around @defined pass-through
2010-02-26 Josh StoneEnsure that @defined()==1 goes the right way
2010-02-26 Josh StoneExpand @defined to support more cases
2010-02-25 Josh StonePR11326: Make an early check for saved-return-$var...
2010-02-25 David SmithFixed pr 10690 by adding '.maxsize(NNN)' procfs read...
2010-02-25 Charley WangMerge branch 'master' of ssh://sources.redhat.com/git...
2010-02-25 Charley WangPR11224: Documentation for module arguments
2010-02-25 Frank Ch. EiglerPR11114: simplify librpm autoconf
2010-02-25 Charley WangPR11224: added test case for module arguments in testsu...
2010-02-25 Frank Ch. EiglerPR11005: @defined part 2: clarify/standardize internal...
2010-02-25 Josh StonePR10719 cont'd: const-fold binary expressions
2010-02-25 Josh StonePermit chained unary operators
2010-02-25 Josh StonePR10719 cont'd: const-fold logical ops
2010-02-24 Josh StonePR10719 cont'd: const-fold comparisons
2010-02-24 Josh StonePR10719 cont'd: const-fold string concatenation
2010-02-24 Frank Ch. EiglerMerge branch 'master' of ssh://sources.redhat.com/git...
2010-02-24 Frank Ch. EiglerPR11005: @defined($tvar) predicate, part 1
2010-02-24 Josh StonePR10719 part 1: Partial constant folding
2010-02-24 Josh StoneSimplify null_statement construction
2010-02-23 David SmithFixed PR 11269 by properly handling mmap syscall 'fd...
2010-02-23 David SmithRemoved rvalue operator check.
2010-02-23 David SmithPR 10690 (partial fix). Handle '.=' operator in procfs...
2010-02-22 Frank Ch. Eiglerhashing: add in the -Werror-defeating flag
2010-02-22 Przemyslaw... Check for/build elfutils iff translator is enabled.
2010-02-22 Mark WielaardPrevent accidental global cleanup triggering for syscal...
2010-02-22 Stan CoxTweak shared attach sdt test.
2010-02-21 Frank Ch. Eiglerhwbkpt: simplify diagnostics and code
2010-02-21 Wenji HuangMake unprivilegedok/one.stp compatible with vanilla...
2010-02-21 Wenji HuangAdd explicit timeout to overflow_error test
2010-02-20 Prerna SaxenaTranslator enablement of Hardware breakpoints for s390
2010-02-19 Frank Ch. Eiglerhardware breakpoints: improve error messages for unsupp...
2010-02-19 Frank Ch. EiglerPR11208: glue adjacent string literals together.
2010-02-19 Frank Ch. EiglerPR11275: be less verbose in case of command line option...
2010-02-19 Mark WielaardAllow CONFIG_foo COMPARISON-OP CONFIG_bar in preprocess...
2010-02-19 Mark WielaardAllow CONFIG_foo COMPARISON-OP number in preprocessor...
2010-02-18 Frank Ch. EiglerPR11296: switch to "sys/sdt.h" in test cases
2010-02-17 Dave BrolleyRestore redirection of the stdout of stap-serverd to...
2010-02-17 Dave BrolleyImproved server certificate management. ulimit for...
2010-02-16 Josh StoneUse clamping to more easily normalize input values
2010-02-16 Josh StonePR11282: Keep the md4 state in the hash copy constructor
2010-02-16 Josh StonePR11277: Use consistent octal in quoted strings
2010-02-16 Mark WielaardDon't try to parallel install partial build-elfutils...
2010-02-15 Mark WielaardAdd documentation for task.stp tapset.
2010-02-15 Dave Brolleyelaborate.cxx: Point to the location of the error when...
2010-02-15 Dave BrolleyDon't pass client-only options to the server.
2010-02-15 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2010-02-15 Dave BrolleyRework identification of probes allowed for unprivilege...
2010-02-14 Mark WielaardPR11281 Allow negative values for -D argument.
2010-02-13 Mark WielaardTest for sendfile syscall can handle non-socket fds...
2010-02-12 Frank Ch. EiglerPR11105 part 2a, fix buggy \\. in -r option regexp
2010-02-12 Frank Ch. EiglerPR11105 part 2: tighten constraints on stap-server...
2010-02-11 Przemysław... Add simple test for PR10257 (sprint(@hist_linear)).
2010-02-10 David SmithFixed PR 11270 by adding nd_syscall testcase.
2010-02-09 Stan CoxMerge branch 'master' of ssh://sourceware.org/git/systemtap
2010-02-09 Stan CoxFix tcl.exp initialization bug
2010-02-09 Mark Wielaardrhbz#563114 Make syscall.pipe sys32_pipe probe alias...
2010-02-08 David SmithFixed BZ559643 by doing 'spawn;expect;wait' instead...
2010-02-08 Wenji HuangDefine empty function for tcpmib test
2010-02-08 Wenji HuangFix test case tcpmib-all-probes.stp
2010-02-07 Przemysław... undocumented, obfuscated, *evil* option to suppress...
2010-02-05 David J. WilderAdded backports required for 2.6.18 kernel for RHEL 5.
2010-02-05 Stan CoxUse SYSTEMTAP_INCLUDES for systemtap.apps tests.
2010-02-05 Frank Ch. EiglerPR11256: harden --unprivileged mode
2010-02-05 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2010-02-05 Dave BrolleyRefer to the home directory of the 'stap-server' user...
2010-02-05 Frank Ch. Eiglerexcise obsolete description of process-capabilities...
2010-02-05 Frank Ch. Eiglerpfiles.stp sample: begin tcp option dumping
2010-02-05 Josh StonePR11234: Rewrite __get_argv without embedded-C
2010-02-05 Josh StoneRevert "PR11234: Ensure __get_argv doesn't overflow"
2010-02-04 Josh StoneRegenerate autotools files
2010-02-04 Przemyslaw... Do not check stuff required by server if disabled.
2010-02-04 Eugene Teonew sample: pfiles
2010-02-04 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2010-02-03 David SmithFixed PR 11078. Changed code to avoided procfs race...
2010-02-03 Wenji HuangPR9931: generate log to help diagnosing occasional...
2010-02-02 David SmithFix procfs_write.exp so that it will pass under RHELl5.
2010-02-02 William CohenMerge branch 'master' of ssh://sources.redhat.com/git...
2010-02-02 William CohenAdd nfs_func_log example.
2010-02-02 William CohenAdd nfs_func_users example.
2010-02-02 William CohenAdd iodevstats.stp example
2010-02-02 Dave BrolleyCompile server logging and robustness.
2010-02-02 Nobuhiro Tachinorhbz 560890: preserve -L/-l variable ordering
2010-02-02 Mark WielaardSupport building against elfutils < 0.142 again.
2010-02-02 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2010-02-02 Dave BrolleyPR 11105: Remaining client-side problems:
2010-02-02 Mark Wielaardbuildok test doesn't need /usr/bin/env
2010-02-02 Mark WielaardMake sure cfa_ops are always retrieved through dwfl...
2010-02-02 Wenji HuangRemove unused variable argstream
2010-02-01 Frank Ch. Eiglerregen sample indexes
2010-02-01 Frank Ch. Eiglernew sample for sandeen@redhat.com: fntimes.stp
2010-02-01 Petr MullerFix a incorrect UNKNOWN VALUE message creation in _sock...
2010-02-01 Wenji HuangMake hwbkpt.stp compitable with old kernel and exectuable
2010-02-01 Wenji HuangFix uninitialization error on gcc 4.1.x
2010-01-29 Prerna SaxenaHardware Breakpoints for x86 / x86_64, based on mainlin...
2010-01-29 Prerna SaxenaHardware Breakpoints for x86 / x86_64, based on mainlin...
2010-01-29 Josh StonePR11234: Ensure __get_argv doesn't overflow
2010-01-28 Frank Ch. EiglerPR11197, blurbify
2010-01-28 Wenji HuangPR6954: make ++/-- operation trigger automatic global...
2010-01-28 Frank Ch. EiglerPR11197: prevent startup of stap-server as root
2010-01-26 Roland McGrathFix PC arithmetic for CFI in loc2c-test.
next
This page took 0.05471 seconds and 5 git commands to generate.