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.6-413-g3892d51


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  3892d516be331c7dd4368b2a57a4f00ee2866b23 (commit)
       via  26d7c30fca74fbe038ac9c58b0bc87f393794e3d (commit)
       via  a3e81d6383ebdcae5d3c2b0d400d86e2833aed62 (commit)
      from  f7719b3da58af5eab4872ddf91d9daa4e0b91cff (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 3892d516be331c7dd4368b2a57a4f00ee2866b23
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Nov 14 11:12:46 2011 -0500

    PR 13128: Reorganize privilege functions to share common code between stap and staprun.
    
    - Privilege related functions now in privilege.cxx.
    - privilege.h now at root of the source tree.

commit 26d7c30fca74fbe038ac9c58b0bc87f393794e3d
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Nov 10 17:33:40 2011 -0500

    PR 13398 - Allow Compile-Server Specs to Resolve to localhost and localhost.localdomain
    
    Removed heuristic which attempted to filter localhost.

commit a3e81d6383ebdcae5d3c2b0d400d86e2833aed62
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Nov 10 16:13:13 2011 -0500

    Correct typo.

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

Summary of changes:
 Makefile.am                                  |    4 +-
 Makefile.in                                  |   43 ++++++-
 csclient.cxx                                 |    9 --
 elaborate.h                                  |    2 +-
 initscript/README.stap-server                |    2 +-
 privilege.cxx                                |  121 ++++++++++++++++++
 privilege.h                                  |   34 +++++
 runtime/staprun/Makefile.am                  |    4 +-
 runtime/staprun/Makefile.in                  |   47 +++++---
 runtime/staprun/privilege.h                  |   20 ---
 runtime/staprun/staprun.c                    |   51 +--------
 runtime/staprun/staprun.h                    |    1 -
 runtime/staprun/staprun_funcs.c              |   12 +--
 session.h                                    |    2 +-
 testsuite/aclocal.m4                         |    4 +-
 testsuite/systemtap.server/server_args.exp   |   18 +++-
 testsuite/systemtap.server/server_locale.exp |  170 ++++++++++++++++++++++++++
 util.cxx                                     |   45 ++-----
 util.h                                       |    7 +-
 19 files changed, 437 insertions(+), 159 deletions(-)
 create mode 100644 privilege.cxx
 create mode 100644 privilege.h
 delete mode 100644 runtime/staprun/privilege.h


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]