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

Florian Forster octo at verplant.org
Sun Jul 1 10:21:55 CEST 2007


 configure.in    |   15 +++++++---
 src/common.c    |   63 +++++++++++++++++++++++++++++++++++++++++++-
 src/common.h    |    9 ++++++
 src/utils_dns.c |   80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 160 insertions(+), 7 deletions(-)

New commits:
commit e0a11961abe16d9db8e9b853ace97da7e5b96988
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jul 1 09:50:43 2007 +0200

    dns plugin: Added support for the old bind-interface.
    
    Apparently it is still in use, even in new distributions:
    -- 8< --
     bsbuild>uname -a
     OpenBSD bsbuild 4.1 GENERIC#1435 i386
     bsbuild>/usr/sbin/named -v
     BIND 9.3.4
    -- >8 --

commit 8811547c33ae23324d350919436c4ace1a795ca9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jul 1 08:53:18 2007 +0200

    src/common.c: Allow the `pwbufp' argument to `getpwnam_r' to be NULL.

commit d6bb65ee60f5ea992b0701b98037cfeb3fd3e4e3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jun 30 23:22:41 2007 +0200

    Impelemt an own version of `getpwnam_r'.
    
    Since OpenBSD doesn't provide a threadsafe version itself, we need to provide
    it in this case.. :/




More information about the collectd-changes mailing list