[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.9'

Florian Forster octo at verplant.org
Mon Mar 15 22:45:01 CET 2010


 .mailmap               |    1 +
 configure.in           |   21 +++++++++++++++++++++
 src/common.c           |    2 ++
 src/common.h           |    2 ++
 src/configfile.c       |   16 +++++++---------
 src/exec.c             |   11 +++++++++--
 src/memcached.c        |    5 +++++
 src/oracle.c           |   22 ++++++++++++++--------
 src/owniptc/libip4tc.c |    3 ++-
 src/owniptc/libip6tc.c |    3 ++-
 src/owniptc/libiptc.c  |   10 +++++++---
 src/processes.c        |    2 +-
 12 files changed, 73 insertions(+), 25 deletions(-)

New commits:
commit 9988d61c84dfff5d04ddf48f4b93f6c9449cdc41
Merge: 3bd6fcdfd20002eee1f1803460728449c0c98f86 40783e8982dd86f65dcf67df44992097719a995b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:40:45 2010 +0100

    Merge branch 'collectd-4.8' into collectd-4.9
    
    Conflicts:
    	src/exec.c

commit 40783e8982dd86f65dcf67df44992097719a995b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:03:14 2010 +0100

    Exec plugin: Update copyright header.

commit c758b708081f9035cdb1673a52fa5c8cc2956fbb
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 3 15:44:11 2010 +0100

    configfile: cf_read_dir: Don't abort reading a directory when reading one file fails.

commit a6fc89e38f97ca0c96511bbfb0c32c6dbe9441c5
Author: Clément Stenac <clement.stenac at diwi.org>
Date:   Sat Feb 27 21:22:47 2010 +0100

    Processes plugin: Fix a minor typo.

commit de6448687c2e2a2230770b12b68d6e44e9ada56b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 18:51:08 2010 +0100

    Exec plugin: Add a missing folding marker.

commit 48e0f03121f8c89ddd984454cab29cb17f776c92
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 18:50:55 2010 +0100

    Exec plugin: Set the "noreturn" attribute on the "exec_child" function.

commit 66c0d62a769d8bb363c8d19e82896d6cf5bdcc2b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 18:50:32 2010 +0100

    Exec plugin: Reset the "PL_RUNNING" if "fork_child()" fails.

commit 6b5554472ace4246ed4d22bf4e5b2048d6b00e05
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Tue Feb 16 21:16:47 2010 +0100

    libiptc: avoid strict-aliasing warnings
    
    libiptc: avoid strict-aliasing warnings
    
    In file included from libiptc/libip4tc.c:117:0:
    libiptc/libiptc.c: In function ‘__iptcc_p_del_policy’:
    libiptc/libiptc.c:826:4: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    libiptc/libiptc.c: In function ‘iptc_get_target’:
    libiptc/libiptc.c:1650:4: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    libiptc/libip4tc.c: In function ‘dump_entry’:
    libiptc/libip4tc.c:157:3: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
      CC     libiptc/libip6tc.lo
    In file included from libiptc/libip6tc.c:112:0:
    libiptc/libiptc.c: In function ‘__iptcc_p_del_policy’:
    libiptc/libiptc.c:826:4: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    libiptc/libiptc.c: In function ‘ip6tc_get_target’:
    libiptc/libiptc.c:1650:4: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    libiptc/libip6tc.c: In function ‘dump_entry’:
    libiptc/libip6tc.c:188:3: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    
    Rebased for collectd/src/owniptc: Alan Pevec <apevec at gmail.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 0b02f790242b90e2a91102c7091e87cd3f6f5d76
Merge: 35602ac111564b7908cfbe54c6fd85671f5623d5 2d0c4c77126d75a18bd4fff582a45f7fa313f845
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 16:55:20 2010 +0100

    Merge remote branch 'origin/collectd-4.8' into collectd-4.8

commit 35602ac111564b7908cfbe54c6fd85671f5623d5
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date:   Tue Mar 9 16:12:51 2010 +0100

    configure.in: Check for "htonll".
    
    The first patch adds support to check if the htonl and htonll functions
    (which are used in AIX port) are available in configure. Until now the
    AIX port used these functions without perform any existence test.
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit b786f02e823acac1428d8dce04d6fe838bc74906
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date:   Tue Mar 9 15:40:00 2010 +0100

    memcached plugin: Add hack for AIX compatibility.
    
    The second one port memcached plugin to AIX. Since AIX don't have
    MSG_DONTWAIT flag support, we use MSG_NONBLOCK... and we hope to work
    fine ever :)
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit 2d0c4c77126d75a18bd4fff582a45f7fa313f845
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 3 14:01:30 2010 +0100

    oracle plugin: Fix semantics of OCIAttrGet.
    
    Apparently it returns success if it could fetch the parameter value and
    doesn't interpret the value itself. So returning NULL when querying for
    OCI_ATTR_SERVER_STATUS does not result in an error. Handle this as a
    lost connection.
    
    Thanks to Sven for pointing this out :)

commit f8cd589210d6eaa2819cf15637fdd04323e272a1
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Feb 26 00:31:51 2010 +0100

    .mailmap: Added Rodolphe Quiedeville <rquiedeville at bearstech.com>.
    
    His name was mis-spelled in one commit as Rodolphe Quiedeville*l*.




More information about the collectd-changes mailing list