Jeremy Bicha
c9ce38b4d8
New upstream release
2019-03-16 09:51:43 -04:00
Jeremy Bicha
93a93851ab
Update upstream source from tag 'upstream/2.40.0'
...
Update to upstream version '2.40.0'
with Debian dir 5ddd883811
2019-03-16 09:51:42 -04:00
Jeremy Bicha
74493fc5a1
New upstream version 2.40.0
upstream/2.40.0
2019-03-16 09:51:32 -04:00
Jeremy Bicha
6e162c01ca
debian/watch: Watch for stable releases
2019-03-16 09:51:10 -04:00
Robert Roth
abccaf488a
Prepared release 2.40.0
2019-03-11 10:59:50 +02:00
Mart Raudsepp
8b37040b5b
Update Estonian translation
2019-03-10 17:10:13 +00:00
Corentin Noël
8871660dac
Fix several array and transfer annotations
2019-03-07 16:28:17 +01:00
Ask Hjorth Larsen
334f1e5c4c
Updated Danish translation
2019-02-24 14:52:58 +01:00
Kristjan SCHMIDT
e88e854e57
Update Esperanto translation
2019-02-24 11:07:31 +00:00
Robert Roth
00140eadc8
Prepared release 2.39.91
2019-02-18 20:52:54 +02:00
Javier Jardón
0c1be6e7b6
autogen.sh: Use autoreconf instead deprecated gnome-common
...
See https://wiki.gnome.org/Projects/GnomeCommon/Migration
2019-02-09 12:28:56 +00:00
Jeremy Bicha
d65edb6028
releasing package libgtop2 version 2.39.90-1
debian/2.39.90-1
2019-02-08 10:31:44 -05:00
Jeremy Bicha
db0d8c55c1
New upstream release
2019-02-07 21:52:46 -05:00
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 Monzat
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 Azzarone
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 C
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 Bai
40144f3908
Update Chinese (China) translation
2018-05-21 14:31:20 +00:00
Daniel Șerbănescu
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 Liao
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önroos
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