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-205-ge97c0b2


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  e97c0b2970dfd8c23163d2712557a30401c75282 (commit)
      from  d9e3e39eef31587ea762f4b017b46495f7a0b70f (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 e97c0b2970dfd8c23163d2712557a30401c75282
Author: Will Cohen <wcohen@peloton.usersys.redhat.com>
Date:   Tue Mar 24 12:01:52 2009 -0400

    Move man pages from man5 to man3 (3stap).

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

Summary of changes:
 Makefile.am                                |   10 +-
 Makefile.in                                |  137 ++--
 configure                                  |   34 +-
 configure.ac                               |    2 +-
 doc/Makefile.in                            |    1 -
 doc/SystemTap_Tapset_Reference/Makefile.in |    1 -
 man/stapprobes.iosched.3stap.in            |  100 +++
 man/stapprobes.iosched.5.in                |  100 ---
 man/stapprobes.netdev.3stap.in             |   77 ++
 man/stapprobes.netdev.5.in                 |   77 --
 man/stapprobes.nfs.3stap.in                | 1236 ++++++++++++++++++++++++++++
 man/stapprobes.nfs.5.in                    | 1236 ----------------------------
 man/stapprobes.nfsd.3stap.in               |  513 ++++++++++++
 man/stapprobes.nfsd.5.in                   |  513 ------------
 man/stapprobes.pagefault.3stap.in          |   40 +
 man/stapprobes.pagefault.5.in              |   40 -
 man/stapprobes.process.3stap.in            |  106 +++
 man/stapprobes.process.5.in                |  106 ---
 man/stapprobes.rpc.3stap.in                |  583 +++++++++++++
 man/stapprobes.rpc.5.in                    |  583 -------------
 man/stapprobes.scsi.3stap.in               |  151 ++++
 man/stapprobes.scsi.5.in                   |  151 ----
 man/stapprobes.signal.3stap.in             |  509 ++++++++++++
 man/stapprobes.signal.5.in                 |  509 ------------
 man/stapprobes.socket.3stap.in             |  485 +++++++++++
 man/stapprobes.socket.5.in                 |  485 -----------
 man/stapprobes.tcp.3stap.in                |  102 +++
 man/stapprobes.tcp.5.in                    |  102 ---
 man/stapprobes.udp.3stap.in                |  102 +++
 man/stapprobes.udp.5.in                    |  102 ---
 stap-server.8.in                           |    8 +-
 stap.1.in                                  |   14 +-
 stapex.3stap.in                            |  126 +++
 stapex.5.in                                |  126 ---
 stapfuncs.3stap.in                         |  668 +++++++++++++++
 stapfuncs.5.in                             |  668 ---------------
 stapprobes.3stap.in                        |  676 +++++++++++++++
 stapprobes.5.in                            |  676 ---------------
 staprun.8.in                               |    8 +-
 stapvars.3stap.in                          |   51 ++
 stapvars.5.in                              |   51 --
 systemtap.spec                             |    3 +-
 42 files changed, 5637 insertions(+), 5631 deletions(-)
 create mode 100644 man/stapprobes.iosched.3stap.in
 delete mode 100644 man/stapprobes.iosched.5.in
 create mode 100644 man/stapprobes.netdev.3stap.in
 delete mode 100644 man/stapprobes.netdev.5.in
 create mode 100644 man/stapprobes.nfs.3stap.in
 delete mode 100644 man/stapprobes.nfs.5.in
 create mode 100644 man/stapprobes.nfsd.3stap.in
 delete mode 100644 man/stapprobes.nfsd.5.in
 create mode 100644 man/stapprobes.pagefault.3stap.in
 delete mode 100644 man/stapprobes.pagefault.5.in
 create mode 100644 man/stapprobes.process.3stap.in
 delete mode 100644 man/stapprobes.process.5.in
 create mode 100644 man/stapprobes.rpc.3stap.in
 delete mode 100644 man/stapprobes.rpc.5.in
 create mode 100644 man/stapprobes.scsi.3stap.in
 delete mode 100644 man/stapprobes.scsi.5.in
 create mode 100644 man/stapprobes.signal.3stap.in
 delete mode 100644 man/stapprobes.signal.5.in
 create mode 100644 man/stapprobes.socket.3stap.in
 delete mode 100644 man/stapprobes.socket.5.in
 create mode 100644 man/stapprobes.tcp.3stap.in
 delete mode 100644 man/stapprobes.tcp.5.in
 create mode 100644 man/stapprobes.udp.3stap.in
 delete mode 100644 man/stapprobes.udp.5.in
 create mode 100644 stapex.3stap.in
 delete mode 100644 stapex.5.in
 create mode 100644 stapfuncs.3stap.in
 delete mode 100644 stapfuncs.5.in
 create mode 100644 stapprobes.3stap.in
 delete mode 100644 stapprobes.5.in
 create mode 100644 stapvars.3stap.in
 delete mode 100644 stapvars.5.in


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]