index
:
mjw/systemtap
csanting/PR20883
csanting/PR21283
dsmith/mmv
dsmith/pr21173
dsmith/python
dwarf_ksalr
fche/pr18079
fche/rhbz1368433
jistone/forking
kernel_unwind_fallback
master
mcermak/PR20333
mcermak/paralleltest
mcermak/private
mcermak/variance
prologue-haspc
rth/bf-test
rth/bpf
rth/bpf-fix-1
rth/bpf-unmerge
rth/deref-1
rth/deref-2
rth/merge
rth/stable-test
scox/https
serhei/regex
serhei/rt-fixes
serhei/tpdd
systemtap-1.6-cisco-patches
timoore/grapher
wcohen/aarch64
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a http server test case.
HEAD
master
David Smith
2018-04-16
4
-1
/
+343
*
Fix the http server local backend to run the correct stap version.
David Smith
2018-04-16
1
-1
/
+4
*
Redirect all 'clog' output from the http server to the log file.
David Smith
2018-04-16
3
-3
/
+5
*
Fix a small bug in follow_link().
David Smith
2018-04-16
1
-2
/
+4
*
Improve http_client::get_rpmname().
David Smith
2018-04-16
1
-32
/
+33
*
Fix error in last client-http.cxx commit.
David Smith
2018-04-16
1
-7
/
+6
*
Clean up some http server memory leaks found by valgrind.
David Smith
2018-04-13
4
-5
/
+48
*
The http server code now cleans up environment variables.
David Smith
2018-04-11
2
-1
/
+22
*
stapbpf: remove BPF map copy logic from interpreter
amerey
2018-04-10
3
-484
/
+35
*
RHBZ1558350: fix typo in linux/nfsd.stp
Serhei Makarov
2018-04-10
1
-1
/
+1
*
RHBZ1563052: fix off-by-one error in loc2c-runtime.h
Serhei Makarov
2018-04-10
2
-2
/
+17
*
The http client code now asks the server to delete the build info.
David Smith
2018-04-05
2
-0
/
+65
*
BPF translator: improve register interference checking
amerey
2018-04-03
1
-5
/
+20
*
Handle removing http server temporary directories on shutdown.
David Smith
2018-03-29
3
-9
/
+43
*
Fix the systemtap testsuite LD_LIBRARY_PATH.
Martin Cermak
2018-03-28
1
-1
/
+1
*
Drop Python 2 subpackage in future systems
Petr Viktorin
2018-03-27
1
-2
/
+7
*
remote: fixes for bpf runtime
amerey
2018-03-27
1
-4
/
+15
*
PR22193: don't elide regex match '=~' operator since it's now side-effecting
Serhei Makarov
2018-03-23
4
-19
/
+21
*
Fix the naming convention problem for python-setuptools.
Martin Cermak
2018-03-23
1
-0
/
+4
*
sysroot: fix short release -r option handling follow up
Victor Kamensky
2018-03-22
1
-1
/
+9
*
For RHEL7, fix pyparsing require in systemtap.spec
Martin Cermak
2018-03-22
1
-0
/
+4
*
When enabling python2 probes, make sure we find the right config program.
David Smith
2018-03-22
2
-6
/
+9
*
Remove C++11 string member function use for RHEL6.
David Smith
2018-03-22
4
-7
/
+7
*
Fix sysroot_sysenv.exp for RHEL6.
David Smith
2018-03-22
1
-1
/
+11
*
Add lots more sysroot testing to systemtap.base/sysroot_sysenv.exp.
David Smith
2018-03-21
1
-1
/
+233
*
sysroot: handle symbolic links with absolute name relative to sysroot
Victor Kamensky
2018-03-21
1
-0
/
+76
*
Corrected shebang on testsuite/runok/regex_noelide.stp
Serhei Makarov
2018-03-21
1
-0
/
+2
*
Corrected file permissions on testsuite/runok/regex_noelide.stp
David Smith
2018-03-20
1
-0
/
+0
*
BPF translator: array elements behave as if preinitialized to 0
Aaron Merey
2018-03-20
2
-5
/
+39
*
_stp_umodule_relocate needs target file path, not host file path
Victor Kamensky
2018-03-20
1
-1
/
+4
*
configure: add option --enable-docs=prebuilt
Serhei Makarov
2018-03-20
7
-61
/
+120
*
Added a couple of small sysroot fixes.
David Smith
2018-03-19
1
-3
/
+7
*
Delay adding sysroot path to module name in case of non absolute executable
Victor Kamensky
2018-03-19
1
-4
/
+4
*
session.cxx: note 4.16-rc4 passes stap smoke tests
Frank Ch. Eigler
2018-03-15
1
-1
/
+1
*
stap-prep: prefer dnf to yum
Frank Ch. Eigler
2018-03-15
1
-4
/
+13
*
sysroot: fix short release -r option handling
Victor Kamensky
2018-03-14
1
-7
/
+12
*
Make sure sysroot paths don't end with a slash.
David Smith
2018-03-14
2
-9
/
+27
*
debuginfo lookup with sysroot case do not remove sysroot from file_name
Victor Kamensky
2018-03-14
1
-12
/
+0
*
Improve BPF tracepoint probe derivation
Aaron Merey
2018-03-09
1
-10
/
+7
*
PR22193 :: test that regex match (=~) is not elided (needs fixing)
Serhei Makarov
2018-03-09
1
-0
/
+1
*
misc PR15065 fix :: remove redundant cleanup code
Serhei Makarov
2018-03-09
3
-6
/
+6
*
BPF tapset: fix gid()
Aaron Merey
2018-03-08
1
-1
/
+3
*
Merge branch 'master' of ssh://sourceware.org/git/systemtap
David Smith
2018-03-08
1
-8
/
+12
|
\
|
*
BPF tapset: use userspace naming conventions for pid(), tid()
Aaron Merey
2018-03-08
1
-8
/
+12
*
|
Use sysroot when looking for the System.map file.
David Smith
2018-03-08
1
-1
/
+1
|
/
*
Build fix regression on systems without nss.
Victor Kamensky
2018-03-08
1
-0
/
+2
*
BPF tapset: fix pid(), tid()
Aaron Merey
2018-03-08
1
-3
/
+3
*
BPF translator: add 'in' operator for arrays.
Aaron Merey
2018-03-07
2
-0
/
+93
*
Fix PR22857 by updating vfs.do_mpage_readpage.
David Smith
2018-03-05
1
-8
/
+55
*
Fix BZ1546179 by being careful when accessing sk_buff structures.
David Smith
2018-03-02
5
-115
/
+227
[next]