Robert Roth
063de1a712
Added reserved fields
2017-05-23 00:02:11 +03:00
Benoit Dejean
779386cb15
Implement disk_rbytes and disk_wbytes for FreeBSD.
2017-05-20 11:34:25 +02:00
Balázs Úr
2e2215c5b6
Update Hungarian translation
2017-05-14 19:24:28 +00:00
Mario Blättermann
ec8d59ab48
Update German translation
2017-05-12 15:17:31 +00:00
Robert Roth
5880e04fcc
Prepended disk io struct fields with disk_ prefix
2017-05-12 05:14:17 +03:00
Robert Roth
1bf16bfffd
Renamed procdiskio to procio
2017-05-12 05:08:41 +03:00
Matej Urbančič
6f04d33af2
Updated Slovenian translation
2017-05-05 14:16:11 +02:00
Fabio Tomat
c22e7de346
Update Friulian translation
2017-05-03 05:38:33 +00:00
Kukuh Syafaat
e611d16997
Update Indonesian translation
2017-05-02 08:25:11 +00:00
Benoît Dejean
aae804c3dc
Add NULL pointer checker (bug found with scan-build).
2017-05-01 06:32:41 +02:00
gogo
ce020a63ba
Update Croatian translation
2017-04-30 19:51:25 +00:00
Piotr Drąg
526d2e5a2f
Update po/Makevars
...
This is not a GNU package and the Free Software Foundation has no copyright
over it. Also adds MSGID_BUGS_ADDRESS.
2017-04-27 17:29:23 +02:00
Fabio Tomat
ab6f7b39d3
Update Friulian translation
2017-04-21 21:00:25 +00:00
gogo
e73e7691d1
Update Croatian translation
...
(cherry picked from commit d530a2d2a8
)
2017-04-11 17:09:11 +00:00
Anders Jonsson
5c8593ec19
Update Swedish translation
2017-04-07 19:12:44 +00:00
Piotr Drąg
3403ef72b1
Update Polish translation
2017-04-07 13:45:17 +02:00
Piotr Drąg
2f7e2438aa
Use Unicode in translatable strings
...
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=772757
2017-04-07 14:24:22 +03:00
Robert Roth
88ecae1d00
Prepared release 2.36.0
2.36.0
2017-03-21 09:24:03 +02:00
Robert Roth
89a73e2746
Prepared release 2.35.92
2.35.92
2017-03-13 23:51:13 +02:00
Benoit Dejean
c29d7de9a0
Add dummy proc_diskio implementation for FreeBSD.
2017-02-25 16:30:18 +01:00
Benoit Dejean
07abbd2dfe
Add slave proc_diskio handler.
2017-02-25 16:29:26 +01:00
Benoît Dejean
afec9bbf58
Add proc_diskio in sysdeps and timings tests.
2017-02-24 09:04:23 +01:00
Benoît Dejean
b7a684fbbc
Also display the flags value.
2017-02-24 09:04:06 +01:00
Benoît Dejean
b589a4fcf0
Fix GLIBTOP_MAX variable name for diskio.
2017-02-21 13:01:04 +01:00
Benoît Dejean
1defc74f07
Set glibtop_proc_diskio.flags.
...
Check linux version code before reading /proc/PID/io.
2017-02-21 12:50:37 +01:00
Benoît Dejean
35bf89632a
Better output format for arrays.
2017-02-16 19:52:57 +01:00
Robert Roth
4285abe72b
Prepared release 2.35.90
2.35.90
2017-02-13 23:21:31 +02:00
Robert Roth
dff7c5588e
New API to retrieve process io stats, with Linux implementation
2017-02-12 17:59:08 +02:00
Benoît Dejean
1a103bf142
When parsing /proc/cpuinfo, ignore paragraphs that do not describe a CPU/core.
2017-01-28 09:39:43 +01:00
Benoît Dejean
3ff313dd03
Update git ignore list.
2017-01-22 10:56:59 +01:00
Benoît Dejean
01a56e2e30
Use g_ascii_isspace instead of isspace because the later is slower and we
...
only need to deal with ascii.
2017-01-22 10:45:26 +01:00
Benoît Dejean
7afc81f99d
Do not cache getpagesize(), it is already.
2017-01-22 10:45:26 +01:00
Benoît Dejean
b0ab056e99
Use a dynamically allocated buffer to read /proc/cpuinfo to handle computers
...
with a lot of CPUs.
https://bugzilla.gnome.org/show_bug.cgi?id=323354
2017-01-22 10:45:26 +01:00
Robert Roth
d2bc9b4331
Prepared release 2.34.2
2.34.2
2017-01-16 20:38:11 +02:00
Robert Roth
70e00a0262
Fixed indentation problem
2016-11-27 20:10:00 +02:00
Florian Müllner
f99bb61446
procstate: Fill in last_processor member on linux
...
The field was added almost 20 years ago, but has only been set on
Solaris so far. It turns out we have a use for it now in the new
"Usage" application, so also fill it in on Linux.
https://bugzilla.gnome.org/show_bug.cgi?id=775182
2016-11-27 20:07:20 +02:00
gogo
a0166d2844
Updated Croatian translation
2016-09-24 10:54:48 +00:00
Piotr Drąg
5f39f4f8f9
Add more options to XGETTEXT_OPTIONS in po/Makevars
2016-09-12 19:55:14 +02:00
Robert Roth
e5e303d497
Prepared release 2.34.1
2016-08-20 17:08:15 +03:00
Piotr Drąg
235ffb4cb6
Updated Polish translation
2016-08-20 15:55:13 +02:00
Ting-Wei Lan
59d9780eae
freebsd: Support GLIBTOP_IF_FLAGS_WIRELESS in netload
...
The ioctl call used in this patch doesn't seems to be documented. It is
what ifconfig(8) command uses to display the media type, and its usage
can be learned by reading the source code of ifconfig(8).
https://bugzilla.gnome.org/show_bug.cgi?id=770165
2016-08-20 16:46:15 +03:00
Gleb Smirnoff
305701c637
freebsd: Rewrite netload implementation with getifaddrs and ioctl
...
Instead of using a documented and official API to get information related
to a network interface, the old implementation uses kvm library to access
kernel memory directly, which is not easy to understand and can be easily
broken by changing kernel symbols or structs. Besides, FreeBSD 11 hides
severai required kernel struct definitions from userspace programs, which
causes compilation error because the definition of 'struct ifaddr' is not
available unless _KERNEL is defined.
This patch is primarily authored by Gleb Smirnoff <glebius@FreeBSD.org >,
with other simple modification made by Antoine Brodin <antoine@FreeBSD.org >,
Koop Mast <kwm@FreeBSD.org > and Ting-Wei Lan <lantw@src.gnome.org > applied.
It was first submitted to FreeBSD ports and has been used by FreeBSD users
for more than 18 months on all supported versions of FreeBSD.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194187
https://svnweb.freebsd.org/changeset/ports/371082
https://github.com/freebsd/freebsd-ports-gnome/commit/be884cd
https://github.com/freebsd/freebsd-ports-gnome/commit/422a418
https://github.com/freebsd/freebsd-ports-gnome/commit/a4b1913
https://bugzilla.gnome.org/show_bug.cgi?id=770165
2016-08-20 16:46:15 +03:00
Ting-Wei Lan
b68b2ec65e
Rename --with-libgtop-examples to --with-examples
...
This makes what commit 598374b
wanted to do really work. The 9-year-old
commit was intented to rename the option, but it modified the help string
without changing the first argument of AC_ARG_WITH.
https://bugzilla.gnome.org/show_bug.cgi?id=770165
2016-08-20 16:46:15 +03:00
Piotr Drąg
1a8d18a17f
Add Language headers to po files
...
Future versions of gettext will fail if this header is missing.
2016-07-24 03:39:05 +02:00
Javier Jardón
04d39eca02
Use upstream gettext intead intltool/glib-gettext
...
https://bugzilla.gnome.org/show_bug.cgi?id=768704
2016-07-12 01:01:01 +01:00
Cédric Valmary
36110deac8
Updated Occitan translation
2016-05-30 19:44:04 +00:00
Cédric Valmary
72f10ecfe6
Updated Occitan translation
2016-05-05 20:08:42 +00:00
Robert Roth
1a8f092264
Prepared release 2.34.0
2.34.0
2016-03-22 09:00:27 +02:00
Robert Roth
5522fae242
Prepared release 2.33.91
2.33.91
2016-02-29 23:08:18 +02:00
Cédric Valmary
870dd5afa6
Updated Occitan translation
2016-02-29 19:07:51 +00:00