summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Check for kinfo_getfile on FreeBSDwip/lantw/check-for-kinfo_getfile-on-freebsdTing-Wei Lan2019-08-291-0/+3
| | | | | | Code in sysdeps/freebsd contains a lot of HAVE_KINFO_GETFILE checks, but the macro is always undefined because the configure script doesn't check for it. To fix it, add required checks for kinfo_getfile function.
* Mark glibtop_init_s as non-introspectableTing-Wei Lan2019-07-241-1/+1
| | | | | | This function isn't exported so it should be skipped. https://gitlab.gnome.org/GNOME/gjs/issues/259
* Allow building with gettext ≥ 0.20Ting-Wei Lan2019-07-241-1/+3
| | | | | | | | | | | | | | | | | | | | The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to copy po/Makefile.in.in from the exact gettext version. It is fine if the version of gettext installed on the system has the same minor version number with the requested version, but it fails if you have a newer version of gettext because of the mismatch between autoconf macros and Makefile.in.in. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use the gettext version installed on the system to prevent the mismatch. This also bumps the version requirement on gettext to 0.19.6 because AM_GNU_GETTEXT_REQUIRE_VERSION was added in this version.
* Prepared release 2.40.02.40.0gnome-2-40Robert Roth2019-03-112-2/+7
|
* Update Estonian translationMart Raudsepp2019-03-101-47/+48
|
* Fix several array and transfer annotationsCorentin Noël2019-03-075-19/+19
|
* Updated Danish translationAsk Hjorth Larsen2019-02-241-6/+7
|
* Update Esperanto translationKristjan SCHMIDT2019-02-241-55/+55
|
* Prepared release 2.39.912.39.91Robert Roth2019-02-182-1/+5
|
* autogen.sh: Use autoreconf instead deprecated gnome-commonJavier Jardón2019-02-091-14/+34
| | | | See https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Prepared release 2.39.902.39.90Robert Roth2019-02-042-1/+13
|
* Update French translationCharles Monzat2018-12-291-13/+14
|
* Merge branch 'wip/lantw/freebsd-laundry-memory-and-zfs-arc' into 'master'Robert Roth2018-11-211-2/+18
|\ | | | | | | | | freebsd: Support laundry memory and ZFS ARC See merge request GNOME/libgtop!3
| * freebsd: Support laundry memory and ZFS ARCTing-Wei Lan2018-10-251-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD 11.1 removes cache memory and adds laundry memory. The MIB of cache memory still exists, but its value is always set to zero. According to the man page of top(1), the value of laundry memory means number of dirty pages queued for laundering, suggesting that it should be added to the 'user' in libgtop because it cannot be freed immediately without writing out data. Laundry memory was part of inactive memory in older FreeBSD releases. FreeBSD systems running on ZFS usually have a large portion of memory used as ZFS ARC, which has similar purpose to buffer cache of other filesystems. ZFS ARC can usually be freed quickly when the system needs more memory, so we don't want to put it in 'user' in libgtop. However, both buffer cache and ZFS ARC are parts of wired memory, and wired memory is counted in 'user'. Therefore, we subtract the size of ZFS ARC from wired memory when calculating 'user' value, making it more useful to FreeBSD users. This patch is based on the patch submiited three years ago by Benoît Dejean <bdejean@gmail.com>. https://bugzilla.gnome.org/show_bug.cgi?id=748928 https://gitlab.gnome.org/GNOME/libgtop/issues/31
* | Update Malayalam translationBalasankar C2018-10-261-53/+48
|/
* Update MSGID_BUGS_ADDRESS in po/MakevarsPiotr Drąg2018-08-161-3/+3
|
* Fixed 3 old compile warnings.Benoît Dejean2018-07-222-3/+3
|
* Update Chinese (China) translationMingcong Bai2018-05-211-50/+54
|
* Update Romanian translationDaniel Șerbănescu2018-03-261-51/+51
|
* Bump version number and SO libgtop_revision.Benoît Dejean2018-03-261-2/+2
|
* glibtop_get_proc_map on Linux doesn't need to be SUID.Benoît Dejean2018-03-263-11/+337
| | | | | Revert this proof of concept. Add C file with comments to document how to make a call SUID.
* Make linux build with server.Benoît Dejean2018-03-267-6/+150
| | | | | Add suid infrastructure. Demo proc_map.
* Update Chinese (Taiwan) translationChao-Hsiung Liao2018-03-101-46/+47
|
* Fix build on freebsd and darwin.Benoît Dejean2018-03-073-1/+6
|
* Rename GLIBTOP_SUID_PROC_FILE to GLIBTOP_SUID_PROC_OPEN_FILES.Benoît Dejean2018-03-074-4/+11
| | | | | | | | | The previous name is incorrect and inconsistent with the code generated by lib.pl. Also add missing hooks. This symbol, although exposed in public headers is not part of the API and is only used internally.
* Try to fix all format flags in pprint example.Benoît Dejean2018-03-074-104/+109
|
* Update Finnish translationJiri Grönroos2018-03-031-47/+50
|
* Fix darwin build by adding dummy proc_io implementation.Benoît Dejean2018-02-113-1/+47
| | | | https://gitlab.gnome.org/GNOME/libgtop/issues/36
* Add Robert and fix my email in AUTHORS.Benoît Dejean2018-01-251-1/+2
|
* Update Dutch translationHannie Dumoleyn2017-11-061-49/+52
|
* Updated Norwegian bokmål translation.Kjartan Maraas2017-11-061-47/+47
|
* Updated Slovenian translationMatej Urbančič2017-10-201-2/+2
|
* [l10n] Updated Catalan (Valencian) translationXavi Ivars2017-10-051-47/+49
|
* [L10N] Update Persian translationArash Mousavi2017-09-291-80/+53
|
* Update Greek translationEfstathios Iosifidis2017-09-121-48/+51
|
* Prepared release 2.38.02.38.0Robert Roth2017-09-112-2/+7
|
* Updated Danish translationAsk Hjorth Larsen2017-09-101-48/+49
|
* Update Basque languageInaki Larranaga Murgoitio2017-09-091-50/+55
|
* Update Catalan translationJordi Mas2017-09-091-45/+46
|
* Update Turkish translationEmin Tufan Çetin2017-09-051-54/+61
|
* Prepared release 2.37.922.37.92Robert Roth2017-09-052-1/+7
|
* Update Brazilian Portuguese translationRafael Fontenelle2017-09-031-48/+55
|
* Update Slovak translationDušan Kazik2017-09-021-48/+53
|
* Updated Bulgarian translationAlexander Shopov2017-09-021-17/+18
|
* Update Korean translationChangwoo Ryu2017-09-021-47/+48
|
* Update Belarusian translationYuras Shumovich2017-09-011-48/+52
|
* Fix API documentation typo.Benoît Dejean2017-08-311-1/+1
|
* Rework code to get rid of $[ assigment.Benoît Dejean2017-08-311-27/+14
| | | | Use directly uc instead of customer toupper.
* Drop dead files.Benoît Dejean2017-08-312-109/+0
|
* Regenerate with gperf-3.1.Benoît Dejean2017-08-311-21/+14
|