summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ci: Add ABI checkwip/hadess/check-abiBastien Nocera2021-03-301-0/+8
|
* ci: Use builddir != srcdirBastien Nocera2021-03-301-1/+3
|
* ci: Split off dependency listBastien Nocera2021-03-301-3/+12
|
* Delete empty TODO file.Ben2021-03-171-0/+0
|
* Add gitlab-ci.yml filewip/nielsdg/add-ciNiels De Graef2021-03-171-0/+18
| | | | Start basic, with a single stage that builds for Fedora.
* Update French translationCharles Monzat2021-03-141-7/+7
|
* Update Galician translationFran Dieguez2021-02-241-7/+3
|
* Update Punjabi translationA S Alam2021-02-141-52/+56
|
* Update Catalan translationJordi Mas2021-01-161-1/+1
|
* Revert "New API to retrieve disk stats in Linux"Michael Catanzaro2020-11-0618-272/+3
| | | | This reverts commit 9e62440b314fbf87bbeca865a4223311314c52a3.
* Revert "Handle LVM and RAID"Michael Catanzaro2020-11-066-229/+36
| | | | This reverts commit 9cbb3b91f11ad0c4944a1428d609201c054cffab.
* Revert "Code clean up and add example"Michael Catanzaro2020-11-0621-238/+20
| | | | This reverts commit 7396970afe2290488fd072612a650353dd13a16d.
* Revert "Updated config and added reference"Michael Catanzaro2020-11-066-84/+53
| | | | This reverts commit e9da95977365731a8f921f2d23b943036bf8f3d5.
* Updated config and added referenceJames Dominic P. Guana2020-11-046-53/+84
|
* Code clean up and add exampleJames Dominic P. Guana2020-11-0421-20/+238
|
* Handle LVM and RAIDJames Dominic P. Guana2020-11-046-36/+229
|
* New API to retrieve disk stats in LinuxJames Dominic P. Guana2020-11-0418-3/+272
|
* Update Portuguese translationJuliano Camargo2020-09-111-51/+54
|
* Update Ukrainian translationDaniel Korostil2020-03-161-64/+58
|
* Update Finnish translationJiri Grönroos2020-02-221-6/+4
|
* Update British English translationZander Brown2020-02-191-82/+58
|
* Update Japanese translationsicklylife2020-01-281-18/+16
|
* Update Japanese translationsicklylife2020-01-281-46/+49
|
* Check if sbrk is availableTing-Wei Lan2020-01-202-1/+7
| | | | | | | | | | | | The only use of sbrk in libgtop is in an example which always calls it with 0. Since the use of sbrk provides no functionality, just skip these calls when sbrk is not available. This problem was first reported on FreeBSD Bugzilla because FreeBSD decides not to support sbrk on ARM64 and RISC-V: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221751 Fix https://gitlab.gnome.org/GNOME/libgtop/issues/46
* Update Malay translationUmarzuki Bin Mochlis Moktar2020-01-081-102/+98
|
* Support FreeBSD 13.0-CURRENT >= 1300062 vm_map_entryNeel Chauhan2019-12-151-0/+16
|
* Check for kinfo_getfile on FreeBSDTing-Wei Lan2019-10-311-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.
* Update Catalan translationJordi Mas2019-10-081-1/+1
|
* 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
|