summaryrefslogtreecommitdiffstats
path: root/runtime/transport
Commit message (Expand)AuthorAgeFilesLines
* Fixed PR 11148 by reworking transport directory locks.David Smith2010-01-081-14/+30
* PR11015 Support shared library reloading (in different processes)Mark Wielaard2009-12-221-1/+1
* Removed extra declarations.David Smith2009-10-291-3/+0
* PR10854: Use a mutex around transport startup/shutdownJosh Stone2009-10-271-15/+23
* runtime shutdown errors: simplify, improve error specificityFrank Ch. Eigler2009-10-131-3/+3
* No longer need buffer iterators.David Smith2009-09-251-2/+0
* Forward-ported staplog.c crash support (PR 10644).David Smith2009-09-232-3/+7
* Allow ring_buffer to be used if STP_USE_RING_BUFFER is defined.David Smith2009-09-101-2/+3
* PR10602 prime: runtime: shrink stack frame of _stp_do_relocation().Frank Ch. Eigler2009-09-091-1/+1
* Removed unneeded casts.David Smith2009-09-091-5/+5
* fix typo: KERN_ERROR -> KERN_ERR from last commitFrank Ch. Eigler2009-09-081-1/+1
* PR10575: emit KERN_ERRORs on transport control message failuresFrank Ch. Eigler2009-09-081-0/+3
* Allow process begin/end probes for unprivileged users.Dave Brolley2009-09-031-4/+0
* Updated with latest code.David Smith2009-08-191-70/+145
* Works with or without a ring_buffer_iter.David Smith2009-08-061-21/+34
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-65/+113
|\
| * Improves functionality on rawhide (2.6.31-rcX) kernels.David Smith2009-07-281-65/+113
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-231-13/+44
|\|
| * Make ring_buffer transport work on new kernels.David Smith2009-07-221-13/+44
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-162-21/+110
|\|
| * Implemented ring_buffer iterators.David Smith2009-07-152-21/+110
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-101-40/+96
|\|
| * Added timer data flushing and overwrite handling to the ring_buffer transport.David Smith2009-07-091-40/+96
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-06-2212-695/+1287
|\|
| * Disabled transport version 3 (for now).David Smith2009-06-191-0/+6
| * Transports now export their state.David Smith2009-06-184-14/+38
| * Moved global data into a single structure.David Smith2009-06-181-39/+45
| * Removed unused code (and all references to 'utt').David Smith2009-06-181-52/+0
| * Enabled overwrite processing on original transports.David Smith2009-06-185-23/+17
| * Fixed non-bulkmode output on smp systems using transport version 2.David Smith2009-06-121-0/+15
| * Merge commit 'origin/master' into pr7043David Smith2009-06-111-0/+8
| |\
| * | Make sure all DEBUG_TRANS output uses printk.David Smith2009-06-031-13/+15
| * | Fixed STP_TRANSPORT_VERSION 1 behavior.David Smith2009-06-036-23/+87
| * | Cleanup and better original transport support.David Smith2009-05-261-1/+10
| * | Added error checking and other updates.David Smith2009-05-226-488/+42
| * | Merge commit 'origin/master' into pr7043David Smith2009-05-213-4/+23
| |\ \
| * | | Start at supporting the original transport (STP_TRANSPORT_VERSION=1).David Smith2009-05-123-108/+91
| * | | Sets uid/gid on "dropped" file.David Smith2009-05-081-0/+2
| * | | Cleaned up runtime/transport/relay_v2.c.David Smith2009-05-081-181/+15
| * | | Working transport version 2 (RHEL5 and recent fedora kernels).David Smith2009-05-081-414/+376
| * | | Hid details of internal ring_buffer.c structure.David Smith2009-05-072-47/+71
| * | | Added comments.David Smith2009-05-061-0/+37
| * | | Start of support for older transport and cleanup.David Smith2009-05-064-51/+573
| * | | Renamed STP_OLD_TRANSPORT to STP_TRANSPORT_VERSION.David Smith2009-04-024-10/+15
| * | | 2009-03-31 David Smith <dsmith@redhat.com>David Smith2009-03-312-10/+27
| * | | Working bulkmode support.David Smith2009-03-131-6/+2
| * | | More bulkmode support.David Smith2009-03-131-44/+23
| * | | More bulkmode support. Only allows for one reader of all trace files.David Smith2009-03-131-7/+29
| * | | Start of STP_BULKMODE support.David Smith2009-03-121-12/+38
| * | | Updated buffer size.David Smith2009-03-121-1/+5