CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/12/04 09:56:53
Modified files:
sysutils/collectd: Makefile
sysutils/collectd/patches: patch-src_processes_c
patch-src_tcpconns_c
Log message:
Unbreak the kvm(3) calls used by the processes and tcpconns plugins.
- patch the correct kvm_open call to use KVM_NO_FILES. Also, use
kvm_openfiles instead, as was probably intended
- add a new implementation for tcpconns, based on kvm_getfiles instead
of peeking at kernel memory
ok landry@