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-234-g4aa2079


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  4aa2079a01a62ff27cbe90f5eca38137035d34a8 (commit)
      from  bc02f40984fede1c312ca33c0c3937b970e8da6d (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 4aa2079a01a62ff27cbe90f5eca38137035d34a8
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Mar 26 09:20:16 2009 -0700

    PR10001: Use the kernel's strlcpy & strlcat
    
    We had our own implementations of these which were triggering gcc
    bug38480 in some particular cases.  It's easier for us to use the
    kernel's strlcpy and strlcat anyway, which avoids the bug.

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

Summary of changes:
 runtime/map.c |   21 +++++----------------
 1 files changed, 5 insertions(+), 16 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]