- 24 Feb, 2021 1 commit
-
-
Fran Dieguez authored
-
- 14 Feb, 2021 1 commit
-
-
A S Alam authored
-
- 16 Jan, 2021 1 commit
-
-
Jordi Mas authored
-
- 06 Nov, 2020 4 commits
-
-
Michael Catanzaro authored
This reverts commit 9e62440b.
-
Michael Catanzaro authored
This reverts commit 9cbb3b91.
-
Michael Catanzaro authored
This reverts commit 7396970a.
-
Michael Catanzaro authored
This reverts commit e9da9597.
-
- 04 Nov, 2020 4 commits
-
-
James Dominic P. Guana authored
-
James Dominic P. Guana authored
-
James Dominic P. Guana authored
-
James Dominic P. Guana authored
-
- 11 Sep, 2020 1 commit
-
-
Juliano de Souza Camargo authored
-
- 16 Mar, 2020 1 commit
-
-
Daniel Korostil authored
-
- 22 Feb, 2020 1 commit
-
-
Jiri Grönroos authored
-
- 19 Feb, 2020 1 commit
-
-
Zander Brown authored
-
- 28 Jan, 2020 2 commits
-
-
sicklylife authored
-
sicklylife authored
-
- 20 Jan, 2020 1 commit
-
-
Ting-Wei Lan authored
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 #46
-
- 08 Jan, 2020 1 commit
-
-
Umarzuki Mochlis authored
-
- 15 Dec, 2019 1 commit
-
-
Neel Chauhan authored
-
- 31 Oct, 2019 1 commit
-
-
Ting-Wei Lan authored
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.
-
- 08 Oct, 2019 1 commit
-
-
Jordi Mas authored
-
- 24 Jul, 2019 2 commits
-
-
Ting-Wei Lan authored
This function isn't exported so it should be skipped. gjs#259
-
Ting-Wei Lan authored
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.
-
- 11 Mar, 2019 1 commit
-
-
Robert Roth authored
-
- 10 Mar, 2019 1 commit
-
-
Mart Raudsepp authored
-
- 07 Mar, 2019 1 commit
-
-
Corentin Noël authored
-
- 24 Feb, 2019 2 commits
-
-
Ask Hjorth Larsen authored
-
Kristjan Esperanto authored
-
- 18 Feb, 2019 1 commit
-
-
Robert Roth authored
-
- 09 Feb, 2019 1 commit
-
-
- 04 Feb, 2019 1 commit
-
-
Robert Roth authored
-
- 29 Dec, 2018 1 commit
-
-
Charles Monzat authored
-
- 21 Nov, 2018 1 commit
-
-
Robert Roth authored
freebsd: Support laundry memory and ZFS ARC See merge request !3
-
- 26 Oct, 2018 1 commit
-
-
Balasankar C authored
-
- 24 Oct, 2018 1 commit
-
-
Ting-Wei Lan authored
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 #31
-
- 16 Aug, 2018 1 commit
-
-
Piotr Drąg authored
-
- 22 Jul, 2018 1 commit
-
-
Ben authored
-
- 21 May, 2018 1 commit
-
-
Mingcong Bai authored
-
- 26 Mar, 2018 1 commit
-
-
Daniel Șerbănescu authored
-