summaryrefslogtreecommitdiffstats
path: root/ksysguard/ksysguardd
Commit message (Collapse)AuthorAgeFilesLines
* [ksysguardd] Use size_t for storing process memory usage.Daniel Collins2023-05-294-42/+24
| | | | | | Avoids the process memory usage rolling over at 4GiB on 64-bit systems. Signed-off-by: Daniel Collins <solemnwarning@solemnwarning.net>
* SunOS specific patchesDenis Kozadaev2023-05-223-2/+29
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-305-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added missing header in ksysguard/ksysguardd/Linux/netstat.cMatías Fonzo2020-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Without the header, the build log: [ 96%] Building C object ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o /usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c: In function ‘updateNetStatTcpUdpRaw’: /usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:269:2: error: unknown type name ‘uint’; did you mean ‘int’? 269 | uint local_addr, local_port; | ^~~~ | int /usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:270:2: error: unknown type name ‘uint’; did you mean ‘int’? 270 | uint remote_addr, remote_port; | ^~~~ | int /usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:272:2: error: unknown type name ‘uint’; did you mean ‘int’? 272 | uint state; | ^~~~ | int make[2]: *** [ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/build.make:180: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o] Error 1 make[2]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD' make[1]: *** [CMakeFiles/Makefile2:24044: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/all] Error 2 make[1]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD' make: *** [Makefile:130: all] Error 2 Signed-off-by: Matías Fonzo <selk@dragora.org>
* Revive NetBSD supportOBATA Akio2019-08-1812-157/+244
| | | | | | Catch up to TDE and OS changes Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix FTBFS on freebsdSlávek Banko2015-06-122-0/+28
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on openbsd 5.7François Andriot2015-05-313-2/+4
| | | | | | This resolves Bug 2443 Signed-off-by: François Andriot <francois.andriot@free.fr>
* Enhance memory management in ksysguard on openbsdFrançois Andriot2014-10-132-0/+35
|
* Enable process management in ksysguard on openbsdFrançois Andriot2014-10-134-1/+541
|
* Enable ksysguard build on openbsdFrançois Andriot2014-10-132-0/+27
|
* Add lm_sensors optional support for ksysguardAlexander Golubev2013-09-083-1/+28
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-062-8/+8
|
* Additional kde to tde renamingTimothy Pearson2011-11-063-6/+6
|
* Rename kde libraries to tdeTimothy Pearson2011-11-051-1/+1
|
* Fix a number of issues in kdebase caused by C style caststpearson2011-08-158-56/+56
| | | | | | | This includes Bug #492 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1247425 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase] initial cmake supportsamelian2011-01-232-0/+75
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-0710-12/+12
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-0310-12/+12
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Merged in remaining kdebase bugfixes from the Chakra projecttpearson2010-09-071-39/+154
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172677 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial import of Trinity 3.5.11 to kdebasetpearson2009-12-118-56/+56
| | | | | | | | Extends krandrtray, adds iccconfig kcontrol module, adds run dialog autocomplete and lots of bugfixes Will need to check for commit warnings and repair as encountered Also needs full compile test git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1061475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25105-0/+16206
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da