]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2017-10-12 Aaron Mereystapbpf: add while loop test
2017-10-12 David SmithUpdated the sysc_msgctl and sysc_shmctl tapsets for...
2017-10-12 David SmithAdd some testsuite test kernel module fixes for rawhide.
2017-10-11 David SmithGet the "xdp" and "bridge" tracepoint groups working...
2017-10-11 Aaron Mereystapbpf: fix call to bpf helper during array store.
2017-10-11 David SmithUpdate the server_locale.exp test case to avoid spuriou...
2017-10-10 David SmithFixed server breakage caused by commit 586c8666a.
2017-10-09 David SmithDo better cleanup when the web server gets an error.
2017-10-07 Aaron Mereystapbpf: fix global variable initialization bug.
2017-10-06 David SmithAdd a PR20516 workaround by using kallsyms_lookup_name...
2017-10-05 Aaron Mereystapbpf: add testsuite.
2017-10-05 Aaron Mereystapbpf: fix evaluation of comparison expressions.
2017-10-05 Aaron Mereystapbpf: fix context variable segfault, improve adheren...
2017-10-05 Aaron Mereystapbpf: fix temporary registers appearing in translato...
2017-10-05 David SmithAdd the server version number to the http protocol.
2017-10-05 Sandipan Daspowerpc: Change SDT argument constraint
2017-10-05 Frank Ch. Eiglerconfigury: disable http parts by default
2017-10-04 David SmithAdd more http client updates and rearrange some code.
2017-10-02 David SmithAdd more http client updates.
2017-09-27 David SmithFix PR22158 by fixing the shutdown sequence of events.
2017-09-22 Stan CoxEmit correct kernel rpm syntax.
2017-09-22 David SmithUpdate testsuite/systemtap.base/optim_arridx.exp.
2017-09-21 David SmithAdd some http client updates.
2017-09-21 Tetsuo HandaFix PR22155 by avoiding a kernel panic.
2017-09-21 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2017-09-21 David SmithFix PR22151 by not trying to use a pmap when it is...
2017-09-20 Aaron Mereystapbpf: fix kprobe registration bugs
2017-09-20 Aaron Mereystapbpf: fix printf(), add exit()
2017-09-20 David SmithAvoid "confusing usage" warnings in tcpmib.stp and...
2017-09-19 David SmithGet stapregex-dfa.cxx compiling.
2017-09-19 David SmithFix PR22158 by updating the runtime to handle the remov...
2017-09-15 Frank Ch. Eiglerregexp post-merge cleanup
2017-09-15 Frank Ch. EiglerMerge remote-tracking branch 'serhei/serhei/tnfa-submit'
2017-09-15 William CohenAvoid pulling in old compatibility RPM 4.4 API
2017-09-14 David SmithUpdate systemtap.stress/conversions.exp.
2017-09-14 Arjun ShankarSuppress spurious "never-assigned" warnings for globals...
2017-09-14 Frank Ch. Eiglerwork around bpf valgrind errors
2017-09-12 David SmithImprove fix for PR22117 by updating the translator.
2017-09-12 David SmithFix PR22124 by properly handling perf counter reads...
2017-09-12 Serhei MakarovPR15065 documentation :: doc/langref.tex
2017-09-12 Serhei MakarovPR15065 documentation :: NEWS and man/stap.1.in
2017-09-08 David SmithFix PR22110 by updating the translator.
2017-09-08 David SmithFix PR22117 by updating the translator.
2017-09-08 Serhei Makarovstapregex PR15065 (8/8) :: add back re2c's mini-optimizer
2017-09-08 Serhei Makarovstapregex PR15065 (7/8) :: Core algorithm -- emit TNFA...
2017-09-08 Serhei Makarovstapregex PR15065 (6/8) :: Core algorithm -- compute...
2017-09-08 Serhei Makarovstapregex PR15065 (5/8) :: correctly number tags in...
2017-09-08 Serhei Makarovstapregex PR15065 (4/8) :: switch DFA engine to an...
2017-09-08 Serhei Makarovstapregex PR15065 (3/8) :: translator integration bits
2017-09-08 Serhei Makarovstapregex PR15065 (2/8) :: add grouping testsuite
2017-09-08 Serhei Makarovstapregex PR15065 (1/8) :: add tapset/regex.stp
2017-09-07 David SmithFix PR22097 by updating the translator.
2017-09-07 David SmithFix PR22109 by updating tapset/linux/nfsd.stp for upstr...
2017-09-07 David SmithGet the systemtap.printf/memory1.exp test case working...
2017-09-07 David SmithGet the "spi" tracepoint group working again on rawhide.
2017-09-06 David SmithAdd a better update to tapset/python2.stp for RHEL6...
2017-09-06 David SmithCorrectly tweak the key.meta and keyhack.meta testsuite...
2017-09-06 David SmithFix PR22087 by updating testsuite/systemtap.base/implic...
2017-09-05 David SmithFix PR22054 by making sure we know whether a pointer...
2017-09-05 Saul WoldFix PR22066 by making stap link correctly when not...
2017-08-31 Frank Ch. Eiglerstaptree pretty-print: mark up register/deref/bitfield...
2017-08-31 David SmithAdd a minor update to the strace example and meta file.
2017-08-31 David SmithUpdate tapset/python2.stp for RHEL6-era systems.
2017-08-30 David SmithKFAIL more .callee tests in systemtap.unprivileged...
2017-08-30 Stan CoxSend the kernel build id to the http server.
2017-08-29 David SmithFix PR22036 by handling "struct bio" kernel changes.
2017-08-29 David SmithFix PR22031 by initializing the context class instance...
2017-08-29 David SmithFix PR22012 by updating the way we read user strings.
2017-08-28 David SmithFix spurious python2/python3 testing failures by increa...
2017-08-28 David SmithFix comments in runtime/linux/loc2c-runtime.h.
2017-08-28 Martin CermakPR22005: Fix @min() and @max() extractor functions.
2017-08-25 David SmithProvide decoded env_str in arch-specific syscall.execve...
2017-08-25 Aaron MereyRevert "PR21891: perform _stext relocation on kprobes...
2017-08-25 David SmithImprove s390x support in testsuite/systemtap.syscall...
2017-08-24 David SmithTweak more systemtap.examples meta files to improve...
2017-08-24 David SmithAdd a small fix to testsuite/systemtap.base/utrace_sysc...
2017-08-24 David SmithPerform process cleanup in testsuite/systemtap.interact...
2017-08-24 David SmithAdd a small fix to testsuite/lib/stapi.exp.
2017-08-24 David SmithAdd a fix to the 'container_check' example.
2017-08-24 David SmithTweak some systemtap.examples meta files to improve...
2017-08-23 Aaron MereyPR21891: perform _stext relocation on kprobes, fix...
2017-08-23 David SmithFix PR21998 by updating tapset/linux/ip.stp.
2017-08-23 David SmithAdd small fixes in tapset/linux/memory.stp.
2017-08-23 David SmithFix PR21996 by updating DEREF_FAULT for dyninst.
2017-08-23 David SmithFix PR21991 by casting to a 64-bit value when shifting.
2017-08-22 David SmithFix the testsuite/buildok/[nd_]syscalls-arch-detailed...
2017-08-22 David SmithFix tapset/linux/timestamp_monotonic.stp on newer kernels.
2017-08-22 David SmithUse @entry() in a return probe in tapset/linux/ipmib...
2017-08-22 David SmithAdd and use a new macro @inet_sock_cast().
2017-08-22 David SmithPR21984: Fix "cast to pointer from integer of different...
2017-08-17 David SmithAdd a minor fix to testsuite/systemtap.onthefly/uprobes...
2017-08-17 Stan CoxSend rpmname and buildid to http server.
2017-08-16 Frank Ch. Eigleradd PRERELEASE marker to stapbpf startup line
2017-08-16 David SmithSend over the linux distribution info to the http server.
2017-08-14 Bernhard M... dtrace: Allow for reproducible .o file builds.
2017-08-14 David SmithFix client-http.cxx compile errors with libcurl-7.55.
2017-08-14 David SmithFix rpm_finder.cxx compile errors with rpm 4.13.90.
2017-08-11 David SmithMake a small improvement in the http server "docker...
2017-08-11 David SmithFix PR21802 by improving the syscall test cases.
2017-08-11 David SmithMake small improvements to systemtap.base/perf.exp.
next
This page took 0.050211 seconds and 5 git commands to generate.