]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2023-04-18 Ryan GoldbergISystemtap: Tweaked monitor to fix older build issues
2023-04-17 Ryan GoldbergISystemtap: Added man page stap-jupyter(1)
2023-04-17 Ryan GoldbergISystemtap: Improved logging and bug fixes
2023-04-17 Ryan GoldbergISystemtap: Added stap-jupyter-* commands and tweaked...
2023-04-17 Ryan GoldbergISystemtap: Updated NEWS, spec and other small tweaks
2023-04-17 Ryan GoldbergISystemtap: Added containerized encapsulation of jupyte...
2023-04-17 Ryan GoldbergISystemtap: Highlighting, examples and tests
2023-04-17 Ryan GoldbergISystemtap: Changes to monitor mode & language server...
2023-04-11 Ryan GoldbergISystemtap: New Jupyter kernel
2023-03-29 Frank Ch. Eiglerdropwatch.stp sample: use symdata vs symname for more...
2023-03-27 Ryan GoldbergLang Server: Updated gcc version requirement
2023-03-23 Ryan GoldbergLang Server: Fix for deprecated jsonc call and older...
2023-03-09 Frank Ch. EiglerPR30123: rework dwarf4/5 DW_AT_data_bit_offset support
2023-03-09 Frank Ch. Eiglertestsuite Makefiles: suppress debuginfod client tracing
2023-02-27 Frank Ch. Eiglerdtrace.in: add emacs mode marker for python
2023-02-27 Gioele Barabuccidtrace: Use deterministic temp file creation for all...
2023-02-10 Martin Cermakinteractive.cxx: use temporary file with .stp suffix
2023-02-08 Martin Cermakstap_language_server_tester.py: Compatibility with...
2023-02-08 Martin Cermakstap_language_server_tester.py: Compatibility with...
2023-02-08 Martin Cermakstap_language_server_tester.py: Compatibility with...
2023-02-07 Ryan GoldbergLang Server: Testsuite update
2023-02-06 Ryan GoldbergLang Server: Removed c++17 features to fix rhel8 build
2023-02-03 Ryan GoldbergLang Server: News update and minor tweaks
2023-02-03 Ryan GoldbergLang Server: Moved to using stap parser
2023-02-03 Ryan GoldbergLang-Server: Small bug fixes
2023-02-03 Ryan GoldbergLang Server: Context var completion & scope bugfix
2023-02-03 Ryan GoldbergAdded null-checks to parser
2023-02-03 Ryan GoldbergLang server: Small bug fixes & TODO update
2023-02-03 Ryan GoldbergLang-server: optimized local definition parsing
2023-02-03 Ryan GoldbergLang server: Added incremental synchronization
2023-02-03 Ryan GoldbergAdded local global/function LS completion
2023-02-03 Frank Ch. Eigleradd some notes of things interactively tested & to...
2023-02-03 Frank Ch. Eiglertolerate stap --language-server </dev/null
2023-02-03 Frank Ch. Eiglerlanguage-server: configury refresh
2023-02-03 Ryan GoldbergAdded emacs, vscode and eclipse usage recipes
2023-02-03 Ryan GoldbergAdded README for language-server
2023-02-03 Ryan GoldbergAdded tests for language-server
2023-02-03 Ryan GoldbergAdded language server feature: completion
2023-02-03 Ryan GoldbergThe base language server impl
2023-02-03 Ryan GoldbergAdded a new mode: language server
2023-02-03 Ryan GoldbergAdd jsonrpc 2.0 client implementation
2023-01-27 Aaron Mereyclient-http.cxx: Fix build error rpmFreeCrypto not...
2023-01-26 Martin Cermakdtrace.exp: prevent filesystem access problem with...
2023-01-25 Martin Cermakruntime/stack.c: Fix print_backtrace()
2023-01-25 Martin Cermakdtrace.exp: clean up junk output from previous runs
2023-01-18 Martin Cermakdw_entry_value.exp: fix the testcase
2023-01-16 William CohenGenerate the 32-bit RISCV syscall name<->number mappings.
2023-01-16 William CohenGenerate event syscall name<->number mappings for 32...
2023-01-16 William CohenUpdate syscall mapping information for syscall_any...
2023-01-05 Frank Ch. Eiglertestsuite/lib/stap_compile.exp: standardize $test messages
2022-12-16 Martin Cermaktapset: nfs.proc.commit_done compilation on some kernels
2022-12-14 Martin CermakPR29766: kernel.function("__set_page_dirty_buffers...
2022-12-06 Martin CermakPR29837: Refix to work correctly with --dyninst too
2022-12-01 Ryan GoldbergPR29676: Wildcard expansion fix for labels
2022-11-30 Martin CermakPR29837: Refix using kernel buildsystem directives
2022-11-29 Martin CermakTestsuite/labels.exp: PR29837 partial fix
2022-11-29 Mark WielaardHandle DWARF5 DW_OP_implicit_pointer and DW_OP_entry_value
2022-11-25 Serhei Makarovscripts/update-htmldocs: rework for git htmldocs repo
2022-11-18 Ryan Goldbergpr29801 removes dup synthetic probe group joins
2022-11-16 Serhei Makarovscripts/update-htmldocs: fixups for practicality
2022-11-10 Serhei Makarovautoconf version bumps for next release 4.9
2022-11-10 Serhei Makarovversion bumps for next release 4.9
2022-11-08 William CohenEnsure that SystemTap runtime uses smp_processor_id...
2022-11-04 Stan CoxSet PYTHONPATH from PY3EXECDIR.
2022-11-03 Serhei Makarovtestsuite/systemtap.examples: regen index release-4.8
2022-11-03 Serhei Makarovdoc/: regen pdfs
2022-11-03 Serhei Makarovdoc/SystemTap_Tapset_Reference/: bump copyyears
2022-11-03 Serhei Makarovdoc/SystemTap_Tapset_Reference: regen man pages + xml
2022-11-03 Serhei Makarovsystemtap.spec + NEWS: releasing 22-11-03
2022-11-03 Serhei MakarovAUTHORS: refresh again
2022-11-03 Serhei MakarovRevert "runtime: stat: avoid allocating stat_data memor...
2022-11-03 Serhei MakarovRevert "Revert "Bug: runtime: we might not sync the...
2022-11-03 Serhei Makarovupdate tested-kernels range to include 6.1.0-rc3 :)
2022-11-03 Frank Ch. Eiglersession.cxx: update tested-kernels range to include...
2022-11-03 Frank Ch. EiglerRevert "Bug: runtime: we might not sync the tracepoint...
2022-11-02 Yichun Zhang... Bug: dwarf_diename() might return NULL pointers and...
2022-11-02 Frank Ch. EiglerNEWS: mention PR29676 impact
2022-11-01 Lumir BalharSwitch from pathfix.py to %py3_shebang_fix
2022-11-01 William CohenAdjust runtime/linux/task_finder2.c to work with Linux...
2022-10-31 Serhei Makarovsession.cxx: tested kernel range
2022-10-31 Serhei Makarovprerelease: AUTHORS
2022-10-31 Serhei Makarovmake update-po
2022-10-31 Serhei Makarovsystemtap.examples/general/py{2,3}example.meta tentativ...
2022-10-31 Serhei MakarovNEWS: bpf assembler improvements
2022-10-31 Serhei MakarovNEWS: proofread slightly
2022-10-26 Serhei Makarovbpf PR29307 6/n testing: enable new asm for user_string.exp
2022-10-26 Serhei Makarovfixup for squash: bump copyyears in bpf-{base,translate}
2022-10-26 Serhei Makarovpr29307 FIXUP for squash: bugfixes in parse_asm_stmt
2022-10-26 Serhei Makarovbpf pr29307 5/n embedded-code asm opcode table: ALU32
2022-10-26 Serhei Makarovpr29307 4/n embedded-code asm opcode table: Memory
2022-10-26 Serhei MakarovPR29307 3/n embedded-code asm opcode table: Branch
2022-10-26 Serhei MakarovPR29307 2/n embedded-code asm opcode table: ALU64
2022-10-26 Serhei MakarovPR29307 1/n FIXUP for squash: indentation in bpf-base.cxx
2022-10-26 Serhei MakarovPR29307 1/n: outline improved bpf embeddedcode assembler
2022-10-24 Martin Cermaktestsuite: make bad-code.exp compatible with modern...
2022-10-21 Martin Cermaktestsuite: make at_var_mark.exp LTO agnostic.
2022-10-20 Ryan GoldbergPR29676 - wildcard expansion bugfix
2022-10-12 Frank Ch. Eiglertestsuite: rework optim_stats microbenchmark
2022-10-11 Frank Ch. Eiglerautoconfigury: rebuild on Fedora 36
2022-10-11 Martin CermakPR29668 - make rpm target
next
This page took 0.048964 seconds and 5 git commands to generate.