diff options
author | hunt <hunt> | 2005-04-07 15:17:29 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-04-07 15:17:29 +0000 |
commit | 3d4bc8bea6b45893bd4b49f44df26bd602b4cba5 (patch) | |
tree | bae3fb1bc5fcbd7906574b6902c649b203274a3f /runtime/ChangeLog | |
parent | 6e01db401be4a19e6d81d9955d055e2f4e1b6aea (diff) | |
download | systemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.tar.gz systemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.tar.xz systemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.zip |
Update to use relayfs.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 97981580..cb062f99 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,9 +1,6 @@ -2005-03-21 Martin Hunt <hunt@redhat.com> +2005-03-30 Martin Hunt <hunt@redhat.com> - * io.c (_stp_print_buf): Add print buffer stuff and other misc. - Will move later. + * scbuf.c: Make functions use per-cpu buffers as documented. + _stp_scbuf_clear(): Now returns a pointer to the buffer. - * map.c (_stp_map_add_int64): New function. - - * probes: Directory of example probes. |