summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Revert "Handle LVM and RAID""James Dominic P. Guana2021-04-236-36/+229
| | | | This reverts commit 30bf8d04183c26ca48c6cd4efe4c24058a082783.
* Revert "Revert "New API to retrieve disk stats in Linux""James Dominic P. Guana2021-04-2318-3/+272
| | | | This reverts commit 7e214414bf23d1ea34e7fdccb17a7f41040ffea9.
* Fix msg_limits.c and sem_limits.c error messageToMe252021-04-192-4/+4
|
* Fix shm_limits.c, sem_limits.c, and msg_limits.crobert2021-04-193-33/+50
| | | | | | by using sysctl instead of kvm_nlist Co-authored-by: jasper <jasper@openbsd.org>
* Fix kvm_open issueToMe252021-04-192-2/+2
|
* Fix deleted empty lineToMe252021-04-181-0/+1
|
* Fix remaining compile errorsToMe252021-04-185-478/+79
| | | | | | Finalize(hopefully) procmap.c fix copy stub procio.c to fix compile errors undo rb workaround
* Another attempt at getting procmap.c to workToMe252021-04-182-8/+446
| | | | | | I think this is the closest i've gotten to a version that both compiles and links. However it doesn't compile, so im not sure. I might undo all of this, not sure yet.
* Fix some more procmap.c issuesToMe252021-04-182-9/+8
| | | | Commit acinclude getmntinfo workaround
* Undo some procmap.c changesToMe252021-04-181-16/+21
|
* Fix compilation issues in sysdeps/openbsd/netload.cToMe252021-04-181-2/+6
|
* Fix openbsd procmap.c compile errorsToMe252021-04-181-18/+18
|
* Minor cleanupToMe252021-04-121-3/+2
|
* Install missing dependencies in abi stepToMe252021-04-121-3/+5
|
* Move the abi check to its own jobToMe252021-04-121-4/+12
| | | To make it easier to tell which check failed
* Add automated test build on ubuntuToMe252021-04-111-0/+28
|
* 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
|