This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-71-gb9e80fe


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  b9e80fe13706ae1c820e565e9b26f00b5f5a8dca (commit)
       via  5aa1f218c5ff8a459c324ac64ee7a9b8046e683d (commit)
      from  093421c6ba933754aa52cf6399aae5b8f86d86d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b9e80fe13706ae1c820e565e9b26f00b5f5a8dca
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Thu Apr 2 18:44:34 2009 -0400

    Fix strftime format bug
    
    This fixes bugs in strftime-subset function. This modifies %C, %l and %j to
    fit the output of date command.

commit 5aa1f218c5ff8a459c324ac64ee7a9b8046e683d
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Thu Apr 2 18:44:34 2009 -0400

    Fix a bug in file size limitation code.
    
    This fixes a bug in stapio, which checks written data size and switches
    new file when it exceeds a limit. The problem is that written-data-size
    counter ignores the first written-data size when switching files. So,
    actual file size always exceeds the limit. This changes stapio to
    initialize written-data-size counter with the size of the data which
    will be written in new file.

-----------------------------------------------------------------------

Summary of changes:
 runtime/staprun/common.c    |    9 ++++++---
 runtime/staprun/relay.c     |    2 +-
 runtime/staprun/relay_old.c |    4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]