]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2011-02-18 David SmithAdded pcp support to top-level configure.
2011-02-18 David SmithRegenerated configure stuff with f14.
2011-02-18 Lukas BerkPR3823: Added AM_GNU_GETTEXT_VERSION to configure.ac
2011-02-18 Lukas BerkPR3823: modsign.cxx comment fix
2011-02-18 Lukas BerkPR3823: Added gettext functionality so several files
2011-02-17 David SmithGenerate pcp Makefiles.
2011-02-17 Frank Ch. Eiglerdocumentation: classify probe point families w.r.t...
2011-02-17 David SmithAdjust configury to handle building/installing out...
2011-02-17 David SmithAdded start of the event handling code.
2011-02-16 Josh StoneAdd _F() and _NF() for formatted translations
2011-02-16 Frank Ch. Eiglermention ENABLE_NLS in stap -V feature-summary
2011-02-15 William CohenAdd information about Red Hat Enterprise Linux 6 to...
2011-02-15 Frank Ch. Eiglerstap.1: elaborate slightly on automatic locking of...
2011-02-15 Lukas BerkPR3823: Session.cxx spelling corrections with updated...
2011-02-15 Lukas BerkPR3823: Spelling error in buildrun.cxx
2011-02-15 Lukas BerkPR3823: Added gettext functionality to hash.cxx
2011-02-15 Lukas BerkPR3823: Added gettext functionality to parse.cxx
2011-02-15 Lukas BerkPR3823 Added gettext functionality to cache.cxx
2011-02-15 Lukas BerkPR3823 Added gettext changes to buildrun.cxx
2011-02-14 Josh StoneAdd stap_spawn_piped
2011-02-14 Josh StoneMove multi-target pass-5 into the remote class
2011-02-14 Stan CoxPut dtrace(1) man page in the same package as the binary.
2011-02-14 Stan CoxAdd inline awareness to relative statement number probes.
2011-02-14 Lukas BerkPR 3823 Adding a conditional for the _() macro
2011-02-14 Przemysław... PR3823: stub polish translation
2011-02-13 Frank Ch. Eiglerdocument new --version option
2011-02-12 Josh StonePR3823: Add attr-format-printf to autosprintf
2011-02-12 Frank Ch. EiglerPR3823: add a top-level "make update-po" to regen i18n...
2011-02-12 Frank Ch. Eigleradd stap --version command line option
2011-02-12 Frank Ch. EiglerPR3823: systemtap.spec %locale stuff
2011-02-12 Frank Ch. EiglerPR3823: use our own autosprintf()
2011-02-12 Frank Ch. EiglerPR3823: regenerate po/en.po and en.gmo
2011-02-12 Frank Ch. EiglerPR3823: remove macos-specific configury goo
2011-02-12 Frank Ch. EiglerPR3823: redo autoconfigury with gettextize
2011-02-12 Josh StoneSilence the closing of the ssh control master
2011-02-12 Josh StoneBuild the staprun command as an argument vector
2011-02-11 Josh StoneDon't quote the module path in vectored args
2011-02-11 Josh StoneRemove the flat-string stap_system altogether
2011-02-11 Josh StoneConvert more stap_system calls to vector form
2011-02-11 David SmithThe logger pmda now asks for a logfile to monitor.
2011-02-11 Josh StoneAllow capitals in @cast headers
2011-02-11 Josh StoneStart using arg vectors for stap_system and friends
2011-02-11 Josh StoneUse posix_spawn_file_actions for stap_system_read
2011-02-10 Josh StoneClose the ssh ControlMaster after uname failure
2011-02-10 Josh StoneRead the pipe directly in stap_system_read
2011-02-10 David SmithThe logger pmda now builds outside of the pcp source...
2011-02-10 Dave BrolleyMore improvements to the client.exp test harness.
2011-02-10 David SmithInitial version of pcp logger pmda.
2011-02-10 Roland McGrathFix RHBZ#676474 by removing some incorrect asmlinkage...
2011-02-09 Dave BrolleyTest harness improvements for testing using a compile...
2011-02-09 Dave BrolleyDon't report IPv6 entries returned by avahi, for now.
2011-02-09 Josh StoneFix a README typo of CONFIG_MODULE_UNLOAD
2011-02-08 Josh StoneFix the indentation of systemtap_session::usage
2011-02-08 Josh StoneClean up exit paths
2011-02-08 Josh StoneUse a ControlMaster for ssh remotes
2011-02-08 Josh StonePrecreate the main tmpdir
2011-02-08 Josh StoneUse a proper session copier when cloning
2011-02-08 Dave BrolleyRework setup_server to ensure that servers get shut...
2011-02-08 Stan Coxaccept and ignore %l (long) option in *printf family
2011-02-07 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-02-07 Dave BrolleyPR 11844 - --use-server-on-error option
2011-02-07 Lukas BerkFix two more 'temporary' typos
2011-02-07 Dave BrolleyFix typo in message (temorary -> temporary) which broke...
2011-02-05 Stan CoxAdd NEWS item for process.mark $$parms
2011-02-04 Stan CoxSupport $$parms for sdt.
2011-02-04 Dave BrolleyPR 12428 - Document Compile Server/Client Setup and...
2011-02-04 William CohenAdd gettext-devel build requirement to spec file.
2011-02-03 William CohenAvoid using $env(HOSTNAME)
2011-02-03 Josh StoneRevert accidental gettext clobbering
2011-02-03 Lukas BerkWrapped lines, fixed some white space issues.
2011-02-03 Lukas Berkgettext changes in main.cxx and session files
2011-02-03 Lukas BerkAutoconf groundwork for I18N of systemtap
2011-02-01 Stan CoxCleanup to improve sdt on ppc.
2011-01-28 Josh StoneAssert that TMPDIR, if set, is a boring path
2011-01-28 William CohenMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-01-28 William CohenEnsure systemtap.stress/conversions.exp generates indiv...
2011-01-28 Dave BrolleyPR 11844 - --use-server-on-error option
2011-01-28 Dave BrolleyMake sure NSS and NSPR are properly initialized and...
2011-01-28 Dave BrolleyRemove unused variables and calls which initialized...
2011-01-28 David SmithFixed BZ559599 by making target_set.stp use syscall...
2011-01-27 David SmithFixed BZ661424 by checking for $prev_p first in __sched...
2011-01-27 Frank Ch. EiglerBZ673085: amplify documentation on initialization of...
2011-01-26 Stan CoxAvoid use of limits include in sdt. Sign extend signed...
2011-01-26 Frank Ch. Eiglerstap-report: also add a dummy "stap -vv -p4 ..." run
2011-01-26 Frank Ch. Eiglerstap-report: dump more state
2011-01-24 Frank Ch. EiglerGCC 4.6 unused-variable warnings
2011-01-24 Lukas Berkadding #ifdef CLONE_STOPPED to stop module compilation...
2011-01-21 Josh StoneAudit some minus/dash/hyphen use in manpages
2011-01-21 Josh StoneAdd the cache options from commit d105f66 to stap.1
2011-01-21 Josh StoneAdd support for real URI syntax in remote targets
2011-01-21 Dave BrolleyPR 11862: remove obsolete stap-client script and friends
2011-01-21 Dave BrolleyPR 11862: remove obsolete stap-client script and friends
2011-01-21 Dave BrolleyPR 11862: remove obsolete stap-client script and friends
2011-01-21 Stan CoxImprove sdt asm test coverage.
2011-01-20 Jan KratochvilPR12413, Provide TID information in kprocess.create...
2011-01-20 William CohenPR12412: Make the text agree with the example (should...
2011-01-19 Stan CoxAllow sdt to avoid application defined min/max macros.
2011-01-19 Roland McGrathPR12419: fix x86 uprobes decoding of "repnz ret"
2011-01-19 Frank Ch. EiglerBZ669082: support powerpc prior to 2.6.15, resolving...
2011-01-19 Frank Ch. EiglerPR12411 cont'd: use enum type decl
next
This page took 0.082461 seconds and 5 git commands to generate.