diff options
Diffstat (limited to 'runtime/transport/ChangeLog')
-rw-r--r-- | runtime/transport/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index 1c94b0e4..f2a8c54d 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,3 +1,19 @@ +2005-10-14 Tom Zanussi <zanussi@us.ibm.com> + + * relayfs.h: Add ifdef'ed relayfs_fs.h include for mainline + relayfs version. If you're running a kernel with a version + of relayfs >= 4 (the version # can be found in + /include/linux/relayfs_fs.h) configured in, adding a + #define RELAYFS_VERSION_GE_4 at the top of transport/relayfs.h + will make systemtap use it instead of the packaged version. + + * relayfs.c: Add ifdef'ed relayfs callback functions for + mainline relayfs version. + (_stp_relayfs_open): Add ifdef'ed code for mainline + relayfs version. + * procfs.c (_stp_proc_read): Ditto. + * transport.c (_handle_buf_info): Ditto. + 2005-10-05 Tom Zanussi <zanussi@us.ibm.com> * transport.c (_stp_transport_open): Add kbug message. |