Commit Graph
2748 Commits
Author SHA1 Message Date
Jeremy Bicha 39ad554db1 Update upstream source from tag 'upstream/2.39.90'
Update to upstream version '2.39.90'
with Debian dir 5e73aefca8
2019-02-07 21:52:46 -05:00
Jeremy Bicha 657cfd5f49 New upstream version 2.39.90 upstream/2.39.90 2019-02-07 21:52:40 -05:00
Jeremy Bicha 68729d360d Update debian/watch 2019-02-07 21:51:35 -05:00
Jeremy Bicha c3176bb5ee Update debian/gbp.conf 2019-02-07 21:51:12 -05:00
Robert Roth 30c771151d Prepared release 2.39.90 2019-02-04 22:27:23 +02:00
Charles MonzatandGNOME Translation Robot 77912eae1d Update French translation 2018-12-29 14:53:23 +00:00
Jeremy Bicha b5777ff0bd releasing package libgtop2 version 2.38.0-4 debian/2.38.0-4 2018-12-27 22:59:22 -05:00
Andrea AzzaroneandJeremy Bicha cdbbb4e783 Add mountlist-ignore-snap-squashfs.patch:
- Ignore snap mounts to keep them from showing in gnome-system-monitor

LP: #1749007

Gbp-Dch: Full
2018-12-27 22:58:46 -05:00
Jeremy Bicha f62b8f552f releasing package libgtop2 version 2.38.0-3 debian/2.38.0-3 2018-12-27 21:36:55 -05:00
Jeremy Bicha daad26635b Bump Standards-Version to 4.3.0 2018-12-27 21:35:58 -05:00
Robert Roth b71a5c1404 Merge branch 'wip/lantw/freebsd-laundry-memory-and-zfs-arc' into 'master'
freebsd: Support laundry memory and ZFS ARC

See merge request GNOME/libgtop!3
2018-11-21 06:21:53 +00:00
Balasankar CandGNOME Translation Robot 8e4c9c197b Update Malayalam translation 2018-10-26 15:13:16 +00:00
Ting-Wei Lan bb118fa9d6 freebsd: Support laundry memory and ZFS ARC
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
2018-10-25 00:30:12 +08:00
Piotr Drąg 69f7b16421 Update MSGID_BUGS_ADDRESS in po/Makevars 2018-08-16 20:21:24 +02:00
Benoît Dejean 7c811a7826 Fixed 3 old compile warnings. 2018-07-22 12:23:11 +02:00
Mingcong BaiandGNOME Translation Robot 40144f3908 Update Chinese (China) translation 2018-05-21 14:31:20 +00:00
Daniel ȘerbănescuandGNOME Translation Robot 35a0ba8e27 Update Romanian translation 2018-03-26 20:38:41 +00:00
Benoît Dejean ec6a87e670 Bump version number and SO libgtop_revision. 2018-03-26 18:28:59 +02:00
Benoît Dejean e4335d4db2 glibtop_get_proc_map on Linux doesn't need to be SUID.
Revert this proof of concept.
Add C file with comments to document how to make a call SUID.
2018-03-26 18:15:26 +02:00
Benoît Dejean ec662d01da Make linux build with server.
Add suid infrastructure.
Demo proc_map.
2018-03-26 17:44:43 +02:00
Chao-Hsiung LiaoandGNOME Translation Robot cab8791fdd Update Chinese (Taiwan) translation 2018-03-10 12:05:24 +00:00
Benoît Dejean 4f36c74b68 Fix build on freebsd and darwin. 2018-03-07 20:47:44 +01:00
Benoît Dejean c65cb3e46b Rename GLIBTOP_SUID_PROC_FILE to GLIBTOP_SUID_PROC_OPEN_FILES.
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.
2018-03-07 19:44:41 +01:00
Benoît Dejean b450bbc67c Try to fix all format flags in pprint example. 2018-03-07 19:39:36 +01:00
Jiri GrönroosandGNOME Translation Robot f80b08a865 Update Finnish translation 2018-03-03 16:19:43 +00:00
Benoît Dejean 42b049f338 Fix darwin build by adding dummy proc_io implementation.
https://gitlab.gnome.org/GNOME/libgtop/issues/36
2018-02-11 09:12:54 +01:00
Benoît Dejean b31bce292b Add Robert and fix my email in AUTHORS. 2018-01-25 10:49:05 +01:00
Jeremy Bicha 6b5efbdf8b Update Vcs fields for migration to https://salsa.debian.org/ 2018-01-20 21:12:45 -05:00
Jeremy Bicha c3bb318280 releasing package libgtop2 version 2.38.0-2 debian/2.38.0-2 2017-12-18 18:42:26 -05:00
Jeremy Bicha 3ae77ea6c0 Bump debhelper compat to 11 2017-12-18 17:16:34 -05:00
Jeremy Bicha 0bb9ab19fd Bump Standards-Version to 4.1.2 2017-12-18 17:15:48 -05:00
Jeremy Bicha 735886d0d7 Drop old files left over from svn conversion 2017-12-18 17:14:01 -05:00
Jeremy Bicha 5466264ae4 Update upstream source from tag 'upstream/2.38.0'
Update to upstream version '2.38.0'
with Debian dir 94ee0ca0db
2017-12-18 17:12:31 -05:00
Jeremy Bicha 42d3767ed4 New upstream version 2.38.0 upstream/2.38.0 2017-12-18 17:12:27 -05:00
Jeremy Bicha 7d69674a54 Update Vcs fields for conversion to git 2017-12-18 17:12:13 -05:00
Jeremy Bicha 63130a23cc Initial upstream branch 2017-12-18 17:12:13 -05:00
Jeremy Bicha f93d5f42b0 Add default gbp.conf 2017-12-18 17:12:13 -05:00
Hannie DumoleynandGNOME Translation Robot 32a02dfcdb Update Dutch translation 2017-11-06 16:33:03 +00:00
Kjartan Maraas 286db6d137 Updated Norwegian bokmål translation. 2017-11-06 15:01:17 +01:00
Matej Urbančič aa4b2dc5ee Updated Slovenian translation 2017-10-20 16:58:26 +02:00
Xavi IvarsandGil Forcada d61659c143 [l10n] Updated Catalan (Valencian) translation 2017-10-05 14:35:35 +02:00
Arash Mousavi 9308027409 [L10N] Update Persian translation 2017-09-29 19:26:59 +03:30
Efstathios IosifidisandGNOME Translation Robot 487e584a18 Update Greek translation 2017-09-12 19:52:49 +00:00
Jeremy Bicha df6a2a0d35 Release to unstable 2017-09-12 00:20:18 +00:00
Jeremy Bicha 9227698d10 New upstream release 2017-09-12 00:19:54 +00:00
Robert Roth e9775e1a40 Prepared release 2.38.0 2017-09-11 23:25:03 +03:00
Ask Hjorth Larsen b50c07af1d Updated Danish translation 2017-09-10 18:12:33 +02:00
Inaki Larranaga Murgoitio 68509e60d1 Update Basque language 2017-09-09 18:00:16 +02:00
Jordi Mas f7ff106859 Update Catalan translation 2017-09-09 14:14:40 +02:00
Emin Tufan ÇetinandGNOME Translation Robot ad8e73957c Update Turkish translation 2017-09-05 16:54:32 +00:00