summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* kFreeBSD 8.0 build fixPetr Salinger2011-08-301-2/+2
| | | | | fixes a couple of checks for kFreeBSD 8.0. https://bugzilla.gnome.org/show_bug.cgi?id=608518
* NetBSD-5.99.21 lost struct uvmexp.swap{ins,outs}Thomas Klausner2011-08-301-6/+9
| | | | | In NetBSD-5.99.21, the uarea swap-out functionality was removed, which also removed two members from struct uvmexp, swapins and swapouts.
* release: post-release bump to 2.28.5Frédéric Péters2011-08-301-1/+1
|
* Release: 2.28.4LIBGTOP_2_28_4Frédéric Péters2011-08-301-0/+6
|
* build: roll tarballs as tar.xzFrédéric Péters2011-08-301-1/+1
|
* Revert "Expand to support ifmedia(4) types as found on BSD."Jasper Lievisse Adriaanse2011-07-292-4/+1
| | | | | | This reverts commit 5144c3e1278b4f95c79c05fc2277baaec33fecdc. It wasn't meant to be pushed yet..
* Fix makeinfo(1) warning in reference.texiJasper Lievisse Adriaanse2011-07-281-1/+1
| | | | | | | doc/reference.texi:746: warning: @strong{Note...} produces a spurious cross-reference in Info; reword to avoid that. https://bugzilla.gnome.org/show_bug.cgi?id=653180
* Expand to support ifmedia(4) types as found on BSD.Jasper Lievisse Adriaanse2011-07-282-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652713
* Updated Belarusian translation.Ihar Hrachyshka2011-07-241-110/+90
|
* ansify function declaration, no binary change.Jasper Lievisse Adriaanse2011-07-111-6/+3
|
* Some OpenBSD cleaning:Jasper Lievisse Adriaanse2011-07-113-24/+20
| | | | | | | - decrease stack usage when retrieving memory stats - use consistent warnings when failing sysctl(3) calls https://bugzilla.gnome.org/show_bug.cgi?id=654344
* - implement GLIBTOP_MEM_CACHED on OpenBSD by retrieving buffercache statsJasper Lievisse Adriaanse2011-07-101-2/+17
|
* Two small tweaks to the OpenBSD backend:Jasper Lievisse Adriaanse2011-07-091-7/+7
| | | | | - correct sysctl names in two warning messages - rename a few variables for clarity
* Fix numerous bigs in the FreeBSD backendJoe Marcus Clarke2011-06-2710-86/+201
| | | | | | | | | | | | | * Correct calculation of CPU time. * Fix a bug on newer versions of FreeBSD where computing the process map leads to a tight error loop. * Add support for the new procstat API to obtain the list of open files and cwd. * Use kvm_openfiles instead of kvm_open to better handle error messages. * Split some modules out into non-suid modules. * Properly determine the number of CPUs. https://bugzilla.gnome.org/show_bug.cgi?id=605431
* Fix hardware address retrieval on OpenBSD.Jasper Lievisse Adriaanse2011-06-221-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652997
* Fix scope6 and prefix6 retrieval on OpenBSD.Jasper Lievisse Adriaanse2011-06-221-5/+33
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652997
* Fix filesystem read/write accounting on OpenBSDJasper Lievisse Adriaanse2011-06-222-4/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652980
* Use a more portable construct for doing substitutions.Jasper Lievisse Adriaanse2011-06-221-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652981
* Explain why we undef STAT_STATVFS on OpenBSDJasper Lievisse Adriaanse2011-06-161-0/+5
|
* Revert vmmap-based procmap.c for OpenBSD.Jasper Lievisse Adriaanse2011-06-161-124/+30
| | | | vmmap was reverted in OpenBSD, so stick to the old algorithm for now.
* Various tweaks for OpenBSD uptime calculationJasper Lievisse Adriaanse2011-06-161-8/+13
| | | | | - implement uptime.boot_time - put CP_IDLE instead of 0 in uptime->idletime
* Silence various warnings in the OpenBSD codeJasper Lievisse Adriaanse2011-06-163-10/+7
|
* Make CPU load retrieval work.Jasper Lievisse Adriaanse2011-06-161-12/+6
| | | | | It would sort of work on 64 bits arches, and not work at all no 32 bit arches. Now works on both, and take CP_INTR correctly into account.
* Split off OpenBSD code into a separate implementationJasper Lievisse Adriaanse2011-06-1640-2/+3600
| | | | | | Move OpenBSD code into its own sysdeps directory. The changes from bsd/ were becoming to hard to maintain as a #ifdef tree. This is what's currently being distributed as part of OpenBSD ports.
* Updated Esperanto translationKristjan SCHMIDT2011-06-081-28/+28
|
* Updated Persian translationArash Mousavi2011-04-241-73/+100
|
* [l10n]Fixes on Catalan translationJordi Serratosa2011-04-041-3/+3
|
* Added UG translationAbduxukur Abdurixit2011-03-271-1/+1
|
* Release: Post-release bump to 2.28.4Chris Kühl2011-03-251-1/+1
|
* Release: 2.28.3LIBGTOP_2_28_3Chris Kühl2011-03-251-0/+8
|
* Fix build issue for strict linkers.Chris Kühl2011-03-141-0/+2
| | | | Closes Bug #644599.
* Add Introspection supportMaxim Ermilov2011-03-014-4/+138
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=630915
* QA of Galician translationsFran Diéguez2011-01-271-2/+2
|
* Added UG translationGheyret T.Kenji2010-12-231-2/+2
|
* Cygwin: Add private mountlist support.Yaakov Selkowitz2010-11-283-1/+166
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=621820
* Cygwin: Don't printf a string directly but use %s insteadYaakov Selkowitz2010-11-281-1/+1
| | | | | | Based on commit f41ab3beed3a2b90475c6057689575413b7b348b for Linux. https://bugzilla.gnome.org/show_bug.cgi?id=621820
* Added UG translationGheyret T.Kenji2010-11-201-2/+2
|
* Added UG translationGheyret T.Kenji2010-11-131-13/+10
|
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-291-12/+22
|
* Added UG translationSahran2010-10-162-0/+189
|
* freebsd: Fix get_mem() on 64-bit systems (bgo#630128)Alexander Kojevnikov2010-10-031-2/+2
|
* release: post-release bump to 2.28.3Vincent Untz2010-09-281-1/+1
|
* release: 2.28.2LIBGTOP_2_28_2Vincent Untz2010-09-281-0/+4
|
* Updated Japanese translationTakayuki KUSANO2010-09-201-12/+10
|
* Updated Esperanto translationKristjan Schmidt2010-06-271-73/+58
|
* Updated Shavian translationThomas Thurman2010-05-131-9/+4
|
* Updated Shavian transliterationThomas Thurman2010-05-121-9/+37
|
* Updated Slovenian translationMatej Urbančič2010-05-111-2/+3
|
* Updated Slovenian translationMatej Urbančič2010-05-111-236/+230
|
* Updated Latvian translation.Peteris Krisjanis2010-04-261-16/+19
|