summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2218873)
raw | patch | inline | side by side (parent: 2218873)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 15 Feb 2009 17:30:39 +0000 (18:30 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 15 Feb 2009 17:30:39 +0000 (18:30 +0100) |
ChangeLog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 0af677aea5935e801392848392f78e91468d2741..01f44cbaeb3556fdb3c4e54a7b91f5ba22c291a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
statistics, allowing very detailed name server statistics. Thanks to
Bruno Prémont for this plugin.
* cpu plugin: Report `interrupt' separately when using
- sysctlbyname(3) (used under *BSD).
+ sysctlbyname(3) (used under *BSD). Support for sysctl(3), for
+ example for native OpenBSD support, has been added. Thanks to Simon
+ Kuhnle for the patch.
* csv plugin: Make it possible to write values to STDOUT instead of
files. This is meant for testing purposes mostly. The output written
to STDOUT is compatible with the exec plugin. Thanks to Doug