summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use system bus instead of session buswip/libgtop-ngRobert Roth2013-11-251-1/+1
|
* Added initial processes Dbus object implementation with renice methodRobert Roth2013-09-033-16/+87
|
* Fixed message prefix for method callRobert Roth2013-09-021-1/+1
|
* Added initial almost-empty implementation of dbus serviceRobert Roth2013-09-025-2/+228
|
* Renamed configure.in to configure.acRobert Roth2013-08-312-1/+1
|
* Revert "Increased major version"Robert Roth2013-08-311-2/+2
| | | | This reverts commit f9e8ae8dfc090c92c4091ff6e2b78375f258d79f.
* Merge remote-tracking branch 'origin' into wip/libgtop-ngRobert Roth2013-08-304-65/+168
|\
| * proclist, procarg and proctime gtkdoc updatesTristan Hill2013-08-304-65/+168
| | | | | | | | | | | | | | | | Added gtkdoc for proclist, procarg and proctime. Author: Tristan Hill <stan@saticed.me.uk> https://bugzilla.gnome.org/show_bug.cgi?id=616082
* | Increased buffersize to be able to hold larger cpuinfo files (bgo #681632)Robert Roth2013-08-221-1/+1
| |
* | Fixed automake warningRobert Roth2013-08-221-8/+8
| |
* | Fixed automake warningRobert Roth2013-08-221-2/+2
| |
* | Fixed automake warningRobert Roth2013-08-221-2/+2
| |
* | Revert "Fixed missing cache-id warning" as it breaks jhbuild.Robert Roth2013-08-221-8/+8
| | | | | | | | This reverts commit 4cffb2f094c7730ee10a835ecd142a7e143c536e.
* | Fixed missing cache-id warningRobert Roth2013-08-211-8/+8
| |
* | Added files created by make to .gitignoreRobert Roth2013-08-201-0/+30
| |
* | Increased major versionRobert Roth2013-08-201-2/+2
| |
* | Added gitignoreRobert Roth2013-08-201-0/+70
|/
* release: post-release bump to 2.28.6Robert Roth2013-08-191-1/+1
|
* Release: 2.28.5LIBGTOP_2_28_5Robert Roth2013-08-191-0/+5
|
* Added new maintainer in DOAP fileRobert Roth2013-08-091-0/+9
|
* unbreak after swapin and swapout were removed from OpenBSD uvm statistics.Jasper Lievisse Adriaanse2013-05-291-4/+4
|
* Adjust for the fact that regular users cannot read wchan anymore in OpenBSD 5.4.Jasper Lievisse Adriaanse2013-04-011-5/+2
|
* Don't error out when running on a different release than built onJasper Lievisse Adriaanse2013-04-011-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653177
* [l10n] Added Tadjik translationVictor Ibragimov2013-03-192-0/+191
|
* Updated Korean translationChangwoo Ryu2013-03-191-17/+5
|
* Converted Portuguese translation to New Spelling (Novo AO)Duarte Loreto2013-03-171-18/+19
|
* fsusage: Fix fetching rootfs stats on Fedora 17Cole Robinson2013-01-281-0/+4
| | | | | | | | | When fsusage scans mtab, it matches on the first entry, but since 'rootfs' isn't of the expected format '/dev/<blah>' it bails out. Match early on any rootfs entries and skip them. Fixes #685897
* Updated Friulian translationTmTFx2012-12-282-0/+192
|
* sysctl.h on OpenBSD no longer pulls in proc.h.Jasper Lievisse Adriaanse2012-12-181-0/+1
|
* Updated Kyrgyz translationTimur Zhamakeev2012-09-271-21/+23
|
* Updated Latvian translationRūdolfs Mazurs2012-09-241-17/+18
|
* Updated Polish translationPiotr Drąg2012-09-041-5/+11
|
* Implemented FUEL entries to Assamese translationNilamdyuti Goswami2012-08-281-1/+1
|
* Assamese translation reviewedNilamdyuti Goswami2012-07-111-9/+9
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-04-101-7/+8
|
* [l10n] Fixes on Catalan translationJordi Serratosa2012-04-101-8/+10
|
* sync with openbsd to use the new vmmap memory allocatorJasper Lievisse Adriaanse2012-04-041-33/+127
|
* Updated Bulgarian translationAlexander Shopov2012-04-011-12/+13
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-281-12/+15
|
* Add missing #include <config.h>Kjartan Maraas2012-01-231-0/+4
|
* OpenBSD: kinfo_proc2 -> kinfo_procAntoine Jacoutot2012-01-229-19/+19
| | | | | | | The kinfo_proc2 interface has been removed from OpenBSD (it was deprecated anyway), so use the correct replacement: kinfo_proc. https://bugzilla.gnome.org/show_bug.cgi?id=667591
* Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-241-4/+5
|
* Updated Assamese translationNilamdyuti Goswami2011-09-221-48/+47
|
* Don't bother with PIDs below 20 as they are highly likely to be kernel ↵Jasper Lievisse Adriaanse2011-09-181-2/+5
| | | | threads anyway.
* Extend comment a bit regarding processes dying before we get to kvm_getproc2().Jasper Lievisse Adriaanse2011-09-181-2/+7
|
* Updated Japanese translationJiro Matsuzawa2011-09-171-6/+6
|
* Fix Darwin supportMarc-Andre Laperle2011-09-081-1/+1
| | | | | | glibtop_get_proclist_p's signature didn't match the headers prototype. https://bugzilla.gnome.org/show_bug.cgi?id=556904
* Fixed ky.poPiotr Drąg2011-09-051-66/+46
|
* Dont add extra libs for kfreebsdPetr Salinger2011-08-301-7/+1
| | | | | | | The current version fails to build on GNU/kFreeBSD. The problem is due to cleanup in GNU/kFreeBSD world https://bugzilla.gnome.org/show_bug.cgi?id=601319
* Apply a fix from the OpenBSD backend by using the same type to store theJasper Lievisse Adriaanse2011-08-301-1/+1
| | | | | temporary amounts of swap, as is used in the struct that's eventually used to export it.