summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed PR 11148 by reworking transport directory locks.David Smith2010-01-081-14/+30
* PR10854: Use a mutex around transport startup/shutdownJosh Stone2009-10-271-15/+23
* Allow ring_buffer to be used if STP_USE_RING_BUFFER is defined.David Smith2009-09-101-2/+3
* Allow process begin/end probes for unprivileged users.Dave Brolley2009-09-031-4/+0
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-06-221-78/+173
|\
| * Disabled transport version 3 (for now).David Smith2009-06-191-0/+6
| * Removed unused code (and all references to 'utt').David Smith2009-06-181-52/+0
| * Enabled overwrite processing on original transports.David Smith2009-06-181-13/+2
| * Fixed STP_TRANSPORT_VERSION 1 behavior.David Smith2009-06-031-9/+4
| * Cleanup and better original transport support.David Smith2009-05-261-1/+10
| * Added error checking and other updates.David Smith2009-05-221-0/+18
| * Merge commit 'origin/master' into pr7043David Smith2009-05-211-1/+13
| |\
| * | Start at supporting the original transport (STP_TRANSPORT_VERSION=1).David Smith2009-05-121-1/+0
| * | Start of support for older transport and cleanup.David Smith2009-05-061-9/+13
| * | Renamed STP_OLD_TRANSPORT to STP_TRANSPORT_VERSION.David Smith2009-04-021-6/+11
| * | First working version that actually produces output.David Smith2009-03-091-6/+0
| * | Start of new ring_buffer transport.David Smith2009-03-041-10/+19
| * | More cleanup.David Smith2009-02-251-21/+47
| * | Major hacking to minimal config.David Smith2009-02-241-24/+116
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-06-171-1/+0
|\ \ \
| * | | Moved time.c inclusion from runtime/transport/transport.c to runtime/runtime.h.David Smith2009-06-161-1/+0
| | |/ | |/|
* / | 2009-04-14 Dave Brolley <brolley@redhat.com>Dave Brolley2009-04-141-0/+4
|/ /
* / PR9947: move runtime cleanup out of the work queueJosh Stone2009-03-131-4/+16
|/
* Add selective use of _stp_time_init/kill (PR9822)Josh Stone2009-02-231-6/+0
* Removed unused functions and variables.David Smith2009-02-181-2/+0
* Reduced control channel code duplication.David Smith2009-02-171-2/+4
* Moved inclusion of runtime/procfs.c to a better place.David Smith2009-02-121-1/+0
* Cleanup. Renamed _stp_{un}lock_debugfs() to _stp_{un}lock_transport_dir().David Smith2009-02-121-4/+4
* PR9740/9816? - workaround for kernel valloc bugFrank Ch. Eigler2009-02-051-0/+9
* Use 'static' as much as possibleJosh Stone2009-01-281-8/+8
* PR9699: build fixes for kernel 2.6.28Frank Ch. Eigler2009-01-061-1/+6
* reduce transport debug verbosityFrank Ch. Eigler2008-11-121-2/+1
* Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-07-091-2/+2
|\
| * fix shutdown race condition for scripts that might exit during begin probesFrank Ch. Eigler2008-07-091-2/+2
* | emit all symbol tables at compile time; don't do any module munging; new unwi...Frank Ch. Eigler2008-07-041-17/+1
* | transport/symbol rework: kernel-only probes workingFrank Ch. Eigler2008-06-291-0/+4
* | STP_RELOCATE message for kernel relocatability (re)adaption, starting impleme...Frank Ch. Eigler2008-06-291-1/+2
|/
* PR5645: Fix sub-buffer size calculation and debug messages.Masami Hiramatsu2008-04-301-1/+5
* Change staprun to exec stapio. Add "-d" option to staprun.Martin Hunt2008-04-211-8/+7
* Remove misleading error message.Martin Hunt2008-03-311-1/+0
* Support for kernels built with CONFIG_FRAME_POINTERMartin Hunt2008-03-301-1/+1
* rebased unwind_branch on top of current masterFrank Ch. Eigler2008-03-251-84/+64
* 2008-02-27 Martin Hunt <hunt@redhat.com>hunt2008-02-271-16/+17
* PR4037 and fixes to better synchronize staprun and stapio.hunt2008-01-151-16/+16
* Add support for memory allocation tracking.hunt2008-01-151-1/+2
* 2007-11-09 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-11-091-0/+6
* 2007-11-09 Martin Hunt <hunt@redhat.com>hunt2007-11-091-3/+4
* 2007-11-01 Martin Hunt <hunt@redhat.com>hunt2007-11-011-14/+35
* 2007-10-12 Martin Hunt <hunt@redhat.com>hunt2007-10-121-9/+6
* 2007-09-10 Martin Hunt <hunt@redhat.com>hunt2007-09-101-0/+1