index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
transport
/
transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed PR 11148 by reworking transport directory locks.
David Smith
2010-01-08
1
-14
/
+30
*
PR10854: Use a mutex around transport startup/shutdown
Josh Stone
2009-10-27
1
-15
/
+23
*
Allow ring_buffer to be used if STP_USE_RING_BUFFER is defined.
David Smith
2009-09-10
1
-2
/
+3
*
Allow process begin/end probes for unprivileged users.
Dave Brolley
2009-09-03
1
-4
/
+0
*
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley
2009-06-22
1
-78
/
+173
|
\
|
*
Disabled transport version 3 (for now).
David Smith
2009-06-19
1
-0
/
+6
|
*
Removed unused code (and all references to 'utt').
David Smith
2009-06-18
1
-52
/
+0
|
*
Enabled overwrite processing on original transports.
David Smith
2009-06-18
1
-13
/
+2
|
*
Fixed STP_TRANSPORT_VERSION 1 behavior.
David Smith
2009-06-03
1
-9
/
+4
|
*
Cleanup and better original transport support.
David Smith
2009-05-26
1
-1
/
+10
|
*
Added error checking and other updates.
David Smith
2009-05-22
1
-0
/
+18
|
*
Merge commit 'origin/master' into pr7043
David Smith
2009-05-21
1
-1
/
+13
|
|
\
|
*
|
Start at supporting the original transport (STP_TRANSPORT_VERSION=1).
David Smith
2009-05-12
1
-1
/
+0
|
*
|
Start of support for older transport and cleanup.
David Smith
2009-05-06
1
-9
/
+13
|
*
|
Renamed STP_OLD_TRANSPORT to STP_TRANSPORT_VERSION.
David Smith
2009-04-02
1
-6
/
+11
|
*
|
First working version that actually produces output.
David Smith
2009-03-09
1
-6
/
+0
|
*
|
Start of new ring_buffer transport.
David Smith
2009-03-04
1
-10
/
+19
|
*
|
More cleanup.
David Smith
2009-02-25
1
-21
/
+47
|
*
|
Major hacking to minimal config.
David Smith
2009-02-24
1
-24
/
+116
*
|
|
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley
2009-06-17
1
-1
/
+0
|
\
\
\
|
*
|
|
Moved time.c inclusion from runtime/transport/transport.c to runtime/runtime.h.
David Smith
2009-06-16
1
-1
/
+0
|
|
|
/
|
|
/
|
*
/
|
2009-04-14 Dave Brolley <brolley@redhat.com>
Dave Brolley
2009-04-14
1
-0
/
+4
|
/
/
*
/
PR9947: move runtime cleanup out of the work queue
Josh Stone
2009-03-13
1
-4
/
+16
|
/
*
Add selective use of _stp_time_init/kill (PR9822)
Josh Stone
2009-02-23
1
-6
/
+0
*
Removed unused functions and variables.
David Smith
2009-02-18
1
-2
/
+0
*
Reduced control channel code duplication.
David Smith
2009-02-17
1
-2
/
+4
*
Moved inclusion of runtime/procfs.c to a better place.
David Smith
2009-02-12
1
-1
/
+0
*
Cleanup. Renamed _stp_{un}lock_debugfs() to _stp_{un}lock_transport_dir().
David Smith
2009-02-12
1
-4
/
+4
*
PR9740/9816? - workaround for kernel valloc bug
Frank Ch. Eigler
2009-02-05
1
-0
/
+9
*
Use 'static' as much as possible
Josh Stone
2009-01-28
1
-8
/
+8
*
PR9699: build fixes for kernel 2.6.28
Frank Ch. Eigler
2009-01-06
1
-1
/
+6
*
reduce transport debug verbosity
Frank Ch. Eigler
2008-11-12
1
-2
/
+1
*
Merge commit 'origin/master' into pr6429-comp-unwindsyms
Frank Ch. Eigler
2008-07-09
1
-2
/
+2
|
\
|
*
fix shutdown race condition for scripts that might exit during begin probes
Frank Ch. Eigler
2008-07-09
1
-2
/
+2
*
|
emit all symbol tables at compile time; don't do any module munging; new unwi...
Frank Ch. Eigler
2008-07-04
1
-17
/
+1
*
|
transport/symbol rework: kernel-only probes working
Frank Ch. Eigler
2008-06-29
1
-0
/
+4
*
|
STP_RELOCATE message for kernel relocatability (re)adaption, starting impleme...
Frank Ch. Eigler
2008-06-29
1
-1
/
+2
|
/
*
PR5645: Fix sub-buffer size calculation and debug messages.
Masami Hiramatsu
2008-04-30
1
-1
/
+5
*
Change staprun to exec stapio. Add "-d" option to staprun.
Martin Hunt
2008-04-21
1
-8
/
+7
*
Remove misleading error message.
Martin Hunt
2008-03-31
1
-1
/
+0
*
Support for kernels built with CONFIG_FRAME_POINTER
Martin Hunt
2008-03-30
1
-1
/
+1
*
rebased unwind_branch on top of current master
Frank Ch. Eigler
2008-03-25
1
-84
/
+64
*
2008-02-27 Martin Hunt <hunt@redhat.com>
hunt
2008-02-27
1
-16
/
+17
*
PR4037 and fixes to better synchronize staprun and stapio.
hunt
2008-01-15
1
-16
/
+16
*
Add support for memory allocation tracking.
hunt
2008-01-15
1
-1
/
+2
*
2007-11-09 Masami Hiramatsu <mhiramat@redhat.com>
hiramatu
2007-11-09
1
-0
/
+6
*
2007-11-09 Martin Hunt <hunt@redhat.com>
hunt
2007-11-09
1
-3
/
+4
*
2007-11-01 Martin Hunt <hunt@redhat.com>
hunt
2007-11-01
1
-14
/
+35
*
2007-10-12 Martin Hunt <hunt@redhat.com>
hunt
2007-10-12
1
-9
/
+6
*
2007-09-10 Martin Hunt <hunt@redhat.com>
hunt
2007-09-10
1
-0
/
+1
[next]