[rds-devel] rds-tools pull request

Andy Grover andy.grover at oracle.com
Wed Dec 3 20:11:04 PST 2008


Hi Vlad,

Here are a bunch of small fixes for rds-tools, please pull.

Regards -- Andy

The following changes since commit fbf825a150c11ac2979165d24b319ee2b84ec0b1:
  Vladimir Sokolovsky (1):
        include limits.h for LONG_MAX definition in options.c.

are available in the git repository at:

  git://git.openfabrics.org/~agrover/rds-tools.git master

Andy Grover (11):
      Add docs/ and examples/
      Add a first cut at a RDS SystemTap script
      rds-stress: fix warning due to unused function
      rds-stress: make 4000 default starting port number
      rds-stress: update docs about -r option
      Ignore rds-ping binary
      rds-stress: whitespace
      rds-stress: fix warning on 32bit
      rds-stress: Allow no arguments
      Update version to 1.4 and release to 1
      update Makefile.in to add the new files to distribution .tgz

 .gitignore                |    1 +
 Makefile.in               |    8 +-
 configure.in              |    4 +-
 docs/rds-architecture.txt |  206 +++++++++++++++++++++++++++
 examples/Makefile         |    6 +
 examples/README           |    6 +
 examples/rds-sample.c     |  347
+++++++++++++++++++++++++++++++++++++++++++++
 rds-stress.1              |    5 +-
 rds-stress.c              |   95 ++++++-------
 stap/README               |   15 ++
 stap/rds.stp              |   35 +++++
 11 files changed, 673 insertions(+), 55 deletions(-)
 create mode 100644 docs/rds-architecture.txt
 create mode 100644 examples/Makefile
 create mode 100644 examples/README
 create mode 100644 examples/rds-sample.c
 create mode 100644 stap/README
 create mode 100644 stap/rds.stp



More information about the rds-devel mailing list