[kde-freebsd] [SVN Commit] area51/KDE
David Bruce Naylor
naylor.b.david at gmail.com
Thu Mar 17 20:33:51 CET 2011
SVN commit 7041 by DragonSA:
Improve the support of ksysguardd on FreeBSD.
KSysGuard has also been extended to support some extra features offered
by ksysguardd (hint: look at the partition table). Also fix some debug
printf's that crept in with the previous changes.
ksysguardd sensors have been extended to include (from previous changes):
* ACPI thermal and battery sensors
* Support for MSI interrupts
* Rewrite of ProcessList (untestable at the moment)
* Last used PID (like top)
* Display disk stats in sizes (KiB, MiB, GiB, TiB) instead of blocks
* Right align numbers in Partition Usage Table
* Fix description for root partition
* Inode (or is it Vnode) information for partition usage
WARNING: No not use Process Controller sensor on remote machines, it will
crash KSysGuard (existing bug).
These changes have been submitted upstream.
M +8 -5 sysutils/ksysguardd/files/patch-FreeBSD__CMakeLists.txt
M +100 -88 sysutils/ksysguardd/files/patch-FreeBSD__Memory.c
M +2 -2 sysutils/ksysguardd/files/patch-FreeBSD__Memory.h
A sysutils/ksysguardd/files/patch-FreeBSD__ProcessList.c
A sysutils/ksysguardd/files/patch-FreeBSD__ProcessList.h
A sysutils/ksysguardd/files/patch-FreeBSD__acpi.c
A sysutils/ksysguardd/files/patch-FreeBSD__acpi.h
M +10 -10 sysutils/ksysguardd/files/patch-FreeBSD__cpuinfo.c
M +2 -2 sysutils/ksysguardd/files/patch-FreeBSD__cpuinfo.h
M +262 -8 sysutils/ksysguardd/files/patch-FreeBSD__diskstat.c
A sysutils/ksysguardd/files/patch-FreeBSD__diskstat.h
A sysutils/ksysguardd/files/patch-FreeBSD__logfile.c
M +2 -2 sysutils/ksysguardd/files/patch-FreeBSD__netdev.c
M +73 -29 sysutils/ksysguardd/files/patch-FreeBSD__stat.c
M +2 -2 sysutils/ksysguardd/files/patch-FreeBSD__stat.h
M +2 -2 sysutils/ksysguardd/files/patch-FreeBSD__uptime.c
M +2 -2 sysutils/ksysguardd/files/patch-FreeBSD__uptime.h
A sysutils/ksysguardd/files/patch-ksysguardd.c
M +17 -5 sysutils/ksysguardd/files/patch-modules.h
A x11/kdebase4-workspace/files/patch-ksysguard__gui__SensorDisplayLib__ListView.cc
A x11/kdebase4-workspace/files/patch-ksysguard__gui__SensorDisplayLib__ListView.h
M +2 -2 x11/kdebase4-workspace/files/patch-ksysguard__gui__SystemLoad2.sgrd
M +54 -6 x11/kdebase4-workspace/files/patch-ksysguard__gui__ksgrd__SensorManager.cc
More information about the kde-freebsd
mailing list