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-1.0-150-g539db29


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  539db29ec14eb51acaf88e4eb6eb43d3c7a4575b (commit)
       via  f4444f0c848bade06b7953d1d57d14d67a3167b6 (commit)
       via  1cbf4fda59fb434d4326f408318afef38883c204 (commit)
      from  3cb5bd755c7d1322ee1c10f384d5c054af5c95dd (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 539db29ec14eb51acaf88e4eb6eb43d3c7a4575b
Author: Breno Leitão <leitao@linux.vnet.ibm.com>
Date:   Tue Oct 20 13:34:18 2009 -0400

    tty: Adding tty.stp to the documentation
    
    Adding the TTY tapset to the .tmpl Reference documentation

commit f4444f0c848bade06b7953d1d57d14d67a3167b6
Author: Breno Leitão <leitao@linux.vnet.ibm.com>
Date:   Fri Oct 2 16:38:46 2009 -0400

    A new testcase for tty tapset
    
    This is a basic test to assure that the tty tapset is working
    compiling and working properly

commit 1cbf4fda59fb434d4326f408318afef38883c204
Author: Breno Leitão <leitao@linux.vnet.ibm.com>
Date:   Fri Oct 2 16:37:15 2009 -0400

    A new tapset that adds support for tty and serial devices
    
    A new tapset that supports tty devices and consequently serial
    devices. It is just a basic implementation that can be extended
    as demands appears

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

Summary of changes:
 doc/SystemTap_Tapset_Reference/tapsets.tmpl |    9 ++
 tapset/tty.stp                              |  189 +++++++++++++++++++++++++++
 testsuite/buildok/tty.stp                   |   51 +++++++
 3 files changed, 249 insertions(+), 0 deletions(-)
 create mode 100644 tapset/tty.stp
 create mode 100755 testsuite/buildok/tty.stp


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]