c43fcbdf60
Patch for missing cpu model from /proc/cpuinfo
2025-03-23 03:21:43 -07:00
Robert Roth
c44728486b
Add explicit cast as an attempt to fix abi check failure
2025-01-09 09:02:31 +02:00
Robert Roth
1842273e84
Add explicit cast as an attempt to fix abi check failure
2025-01-09 08:43:03 +02:00
Guntupalli Karunakar
43d19428df
Update Hindi translation
2024-05-07 17:07:42 +00:00
Rachida SACI
96a14aa312
Add Kabyle translation
2024-03-30 20:14:38 +00:00
kpcyrd
6370ad16e7
Reproducible Builds: Do not embed build-server kernel version on Linux
2024-03-22 11:26:58 +01:00
Aefgh Threenine
abe908277a
Update Thai translation
2024-03-12 11:00:57 +00:00
Robert Roth
526a516981
Prepared release 2.41.3
2024-02-16 19:49:25 +02:00
Addison Crump
35972c6a3d
fix some bounds checks
2024-02-02 11:43:11 +01:00
Sabri Ünal
e07a0a005d
Update Turkish translation
2023-10-25 13:40:19 +00:00
Robert Roth
b8460a20ff
Prepared release 2.41.2
2023-10-15 14:58:30 +03:00
ToMe25
c7be349744
Change disk example read/write unit to bytes
...
Also add units to headers
2023-09-13 16:07:12 +00:00
Robert Roth
1efbbd1297
Fixed build on solaris ( fixes #47 )
2023-09-05 08:09:44 +03:00
Sabri Ünal
f579574b86
Update Turkish translation
2023-08-08 10:46:58 +00:00
ToMe25
079b9e17c5
Fix get_from_pipe potentially reading more bytes than its buffer size
2023-08-04 11:10:55 +00:00
ToMe25
306f5d0c8f
Add util-linux to fedora dependencies to fix pipeline failures
2023-08-04 09:26:02 +00:00
Andre Klapper
80cfde7c7f
DOAP: Fix 'bug-database' value to point to GNOME GitLab Issues
2023-04-25 15:20:26 +02:00
Robert Antoni Buj Gelonch
f7a00681a9
ZFS on Linux don't should be added to ignore list
...
See https://github.com/mate-desktop/mate-system-monitor/pull/146
2023-01-10 07:58:12 +02:00
Andrea Azzarone
9d385bdd1a
Ignore file systems if mounted with x-gdu.hide userspace mount option.
...
Scan /run/mount/utab file if present and hide all file systems mounted with x-gdu.hide
userspace mount options.
https://gitlab.gnome.org/GNOME/libgtop/issues/38
2023-01-10 05:44:39 +00:00
David King
5e97014fea
Avoid some deprecated networking functions
...
rpminspect trips up on some old networking functions in libgtop, which
are mentioned as deprecated in the Linux man pages.
inet_ntoa() only works on IPv4 addresses, whereas the newer inet_ntop()
works on both IPv4 and IPv6 addresses, so use inet_ntop() instead.
Similarly, use getaddrinfo() rather than gethostbyname(), and avoid
inet_addr() entirely.
https://bugzilla.redhat.com/show_bug.cgi?id=2050712
2023-01-09 09:50:10 +00:00
ToMe25
66721198b6
Don't try to read System process procargs
2022-12-01 22:02:07 +01:00
Sabri Ünal
507809b648
Update Turkish translation
2022-09-18 08:01:28 +00:00
Zurab Kargareteli
9159e25804
Update Georgian translation
2022-07-21 15:28:41 +00:00
Zurab Kargareteli
b08c3d8685
Update Georgian translation
2022-07-07 18:12:31 +00:00
Charles Monzat
99803b3959
Update French translation
2022-07-07 17:12:28 +00:00
Changqing Li
3b078fafa5
configure.ac: fix cross compile error
...
On some distros, such as fedora32, cross compile failed
with following error since host library is used.
undefined reference to `stat64@GLIBC_2.33'
According doc of ld, set searchdir begins with "=", but not hardcoded
locations.
Signed-off-by: Changqing Li <changqing.li@windriver.com >
2022-03-28 12:46:16 +00:00
James Dominic P. Guana
3d7870c961
Add sysinfo example
...
Retrieve cpu model via hashtable & number of logical cpu via exposed variable
Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com >
2022-03-28 12:32:26 +00:00
James Dominic P. Guana
f92f6ea029
Add sysinfo example
...
Retrieve cpu model via hashtable & number of logical cpu via exposed variable
Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com >
2022-03-28 12:32:26 +00:00
James Dominic P. Guana
e89475c0b2
Exposes the processor model
...
Accessing processor model becomes easier
Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com >
2022-03-28 12:32:26 +00:00
Dr. James Dominic P. Guana
629097436a
Exposes the processor model
...
Accessing processor model becomes easier
Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com >
2022-03-28 12:32:26 +00:00
Dr. James Dominic P. Guana
04bf093412
Add processor model
...
Add processor model
Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com >
2022-03-28 12:32:26 +00:00
Dr. James Dominic P. Guana
69457ccfa9
Add processor model
...
Add processor model
Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com >
2022-03-28 12:32:26 +00:00
Dr. James Dominic P. Guana
1e3547406a
Add processor model
...
Add processor model
Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com >
2022-03-28 12:32:26 +00:00
ToMe25
3f4dac881b
remove autoconf from deps list since it will be installed anyways
2022-03-28 09:01:52 +00:00
ToMe25
4c686019fa
Try replacing texinfo package with texinfo-tex package
2022-03-28 09:01:52 +00:00
ToMe25
854d0c7547
remove needless fedora packages
2022-03-28 09:01:52 +00:00
ToMe25
1352f06f6a
Fix tzdata config breaking workflow
...
Also remove libglib2.0 installation since libgirepository1.0-dev should install that anyways
2022-03-28 09:01:52 +00:00
ToMe25
b381fe4e5c
update ubuntu glib2 dependency to install fewer useless packages
2022-03-28 09:01:52 +00:00
Avinash Sonawane
fca7a38be8
Remove obsolete macro AC_HEADER_TIME
2022-03-28 08:16:14 +00:00
Avinash Sonawane
df6393ac0c
Pass correct parameter
2022-03-28 07:59:57 +00:00
Avinash Sonawane
7e9fed1513
Use correct format specifiers
2022-03-28 07:59:57 +00:00
Avinash Sonawane
f5ced2028d
Declare functions as static
to silence clang warnings
2022-03-28 07:59:57 +00:00
Avinash Sonawane
1cb23c7b83
Place parentheses to silence clang warnings
2022-03-28 07:59:57 +00:00
ToMe25
b1b05985b1
Change some openbsd errors to warnings
...
This allows the gnome-system-monitor to run.
It causes continous log spam and the network monitor doesn't work, but it doesn't crash on startup anymore.
2022-03-28 05:39:15 +00:00
David King
cfe1ef95d4
daemon: Do not attempt chown/chmod with DESTDIR
...
https://gitlab.gnome.org/GNOME/libgtop/-/issues/48
2022-03-28 05:23:42 +00:00
Josselin Mouette
246ec92cab
daemon: Install to libexecdir, not bindir
...
https://bugzilla.gnome.org/show_bug.cgi?id=602664
https://gitlab.gnome.org/GNOME/libgtop/-/issues/17
2022-03-28 05:23:42 +00:00
James Dominic P. Guana
e68d20f739
Skip loop and rom
2022-03-28 04:55:26 +00:00
James Dominic P. Guana
48ad21d329
Skip loop and rom
2022-03-28 04:55:26 +00:00
Yosef Or Boczko
e48d1a9c38
Update Hebrew translation
2022-02-14 15:00:20 +00:00
Naala Nanba
027c959fa0
Add Abkhazian translation
2022-02-08 21:15:11 +00:00
Andre Klapper
a5b2b6db98
Replace Bugzilla link with link to GitLab
2021-08-24 00:54:06 +02:00
Quentin PAGÈS
6b60695f99
Update Occitan translation
2021-07-04 16:58:25 +00:00
Alexey Rubtsov
c4ff3788b8
Update Russian translation
2021-06-29 11:02:37 +00:00
Pawan Chitrakar
336d2480d3
Update Nepali translation
2021-05-16 09:12:47 +00:00
ToMe25
24555c48d0
Copy stub sysdeps files to other OS impls to reduce compile errors.
2021-04-24 14:58:33 +02:00
Robert Roth
b51925dbd9
Version bump
2021-04-23 12:57:27 +03:00
Robert Roth
b9bbdf4c9f
Update last ABI break id
2021-04-23 12:57:13 +03:00
James Dominic P. Guana
d4ac1eda07
Moved new api variables to the bottom of struct.
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
7889113b99
Fix comment
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
dd342f6486
Changed reserved0
to disk
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
3644ac0f80
fix comment 2
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
ae99056bdf
Fix comment
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
572b195407
Make ndisk comment clear
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
d8603f7692
restores original spec files
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
b738a0ae09
Revert "Revert "Updated config and added reference""
...
This reverts commit 2229253e11
.
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
2ec1815e6c
Revert "Revert "Code clean up and add example""
...
This reverts commit ea08151ae6
.
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
48595809ed
Revert "Revert "Handle LVM and RAID""
...
This reverts commit 30bf8d0418
.
2021-04-23 09:48:11 +00:00
James Dominic P. Guana
a067db0569
Revert "Revert "New API to retrieve disk stats in Linux""
...
This reverts commit 7e214414bf
.
2021-04-23 09:48:11 +00:00
ToMe25
68b5269607
Fix msg_limits.c and sem_limits.c error message
2021-04-19 15:40:25 +02:00
robert
43e4c52579
Fix shm_limits.c, sem_limits.c, and msg_limits.c
...
by using sysctl instead of kvm_nlist
Co-authored-by: jasper <jasper@openbsd.org >
2021-04-19 15:34:58 +02:00
ToMe25
fd162f9cb8
Fix kvm_open issue
2021-04-19 02:50:48 +02:00
ToMe25
b8a0475a42
Fix deleted empty line
2021-04-18 23:49:58 +02:00
ToMe25
76c2e7178a
Fix remaining compile errors
...
Finalize(hopefully) procmap.c fix
copy stub procio.c to fix compile errors
undo rb workaround
2021-04-18 23:36:43 +02:00
ToMe25
7c14ffaf54
Another attempt at getting procmap.c to work
...
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.
2021-04-18 21:37:18 +02:00
ToMe25
cfabe09ad8
Fix some more procmap.c issues
...
Commit acinclude getmntinfo workaround
2021-04-18 17:49:33 +02:00
ToMe25
72124ab005
Undo some procmap.c changes
2021-04-18 04:28:08 +02:00
ToMe25
9e68eb94c3
Fix compilation issues in sysdeps/openbsd/netload.c
2021-04-18 02:45:57 +02:00
ToMe25
5714b6089c
Fix openbsd procmap.c compile errors
2021-04-18 01:04:59 +02:00
ToMe25
e1b249d6b7
Minor cleanup
2021-04-12 13:53:49 +02:00
ToMe25
757d90b2ab
Install missing dependencies in abi step
2021-04-12 13:53:49 +02:00
ToMe25
065a021a82
Move the abi check to its own job
...
To make it easier to tell which check failed
2021-04-12 13:52:25 +02:00
ToMe25
61093d22d9
Add automated test build on ubuntu
2021-04-11 14:05:23 +00:00
Bastien Nocera
cc042e1833
ci: Add ABI check
2021-03-30 11:42:45 +02:00
Bastien Nocera
38b8e65e00
ci: Use builddir != srcdir
2021-03-30 11:23:46 +02:00
Bastien Nocera
32f8317d04
ci: Split off dependency list
2021-03-30 11:23:14 +02:00
Ben
489e090286
Delete empty TODO file.
2021-03-17 20:59:27 +00:00
Niels De Graef
9023171166
Add gitlab-ci.yml file
...
Start basic, with a single stage that builds for Fedora.
2021-03-17 01:14:02 +01:00
Charles Monzat
7eafc23017
Update French translation
2021-03-14 14:57:12 +00:00
Fran Dieguez
8f179da4ee
Update Galician translation
2021-02-24 00:10:02 +00:00
A S Alam
2a34650c28
Update Punjabi translation
2021-02-14 02:42:05 +00:00
Jordi Mas
d94138f45d
Update Catalan translation
2021-01-16 14:24:55 +01:00
Michael Catanzaro
7e214414bf
Revert "New API to retrieve disk stats in Linux"
...
This reverts commit 9e62440b31
.
2020-11-06 09:52:01 -06:00
Michael Catanzaro
30bf8d0418
Revert "Handle LVM and RAID"
...
This reverts commit 9cbb3b91f1
.
2020-11-06 09:52:00 -06:00
Michael Catanzaro
ea08151ae6
Revert "Code clean up and add example"
...
This reverts commit 7396970afe
.
2020-11-06 09:52:00 -06:00
Michael Catanzaro
2229253e11
Revert "Updated config and added reference"
...
This reverts commit e9da959773
.
2020-11-06 09:51:58 -06:00
James Dominic P. Guana
e9da959773
Updated config and added reference
2020-11-04 13:38:03 +00:00
James Dominic P. Guana
7396970afe
Code clean up and add example
2020-11-04 13:38:03 +00:00
James Dominic P. Guana
9cbb3b91f1
Handle LVM and RAID
2020-11-04 13:38:03 +00:00
James Dominic P. Guana
9e62440b31
New API to retrieve disk stats in Linux
2020-11-04 13:38:03 +00:00
Juliano Camargo
d49e17039e
Update Portuguese translation
2020-09-11 23:50:02 +00:00
Daniel Korostil
267ae64965
Update Ukrainian translation
2020-03-16 15:05:24 +00:00
Jiri Grönroos
c20421275b
Update Finnish translation
2020-02-22 15:09:51 +00:00
Zander Brown
5e11fb4405
Update British English translation
2020-02-19 19:03:10 +00:00
sicklylife
6dcc9195ea
Update Japanese translation
2020-01-28 15:11:10 +00:00
sicklylife
317841ba04
Update Japanese translation
2020-01-28 15:05:30 +00:00
Ting-Wei Lan
4229d1ea20
Check if sbrk is available
...
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
2020-01-20 07:24:34 +00:00
Umarzuki Bin Mochlis Moktar
9e98bbd98b
Update Malay translation
2020-01-08 15:19:03 +00:00
Neel Chauhan
9b4a03ed0a
Support FreeBSD 13.0-CURRENT >= 1300062 vm_map_entry
2019-12-15 11:06:37 -05:00
Ting-Wei Lan
34242826d6
Check for kinfo_getfile on FreeBSD
...
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.
2019-10-31 20:06:56 +01:00
Jordi Mas
9146c9d0e4
Update Catalan translation
2019-10-08 20:30:06 +02:00
Ting-Wei Lan
31db82efce
Mark glibtop_init_s as non-introspectable
...
This function isn't exported so it should be skipped.
https://gitlab.gnome.org/GNOME/gjs/issues/259
2019-07-24 09:21:32 +00:00
Ting-Wei Lan
0fd23dd185
Allow building with gettext ≥ 0.20
...
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.
2019-07-24 17:04:00 +08: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
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
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
Hannie Dumoleyn
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 Ivars
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 Iosifidis
487e584a18
Update Greek translation
2017-09-12 19:52:49 +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 Çetin
ad8e73957c
Update Turkish translation
2017-09-05 16:54:32 +00:00
Robert Roth
8a8c00f4fe
Prepared release 2.37.92
2017-09-05 07:50:49 +03:00
Rafael Fontenelle
d30928e8d4
Update Brazilian Portuguese translation
2017-09-03 14:59:33 +00:00
Dušan Kazik
0c23240d5b
Update Slovak translation
2017-09-02 08:18:12 +00:00
Alexander Shopov
947156e5d0
Updated Bulgarian translation
2017-09-02 09:32:16 +03:00
Changwoo Ryu
6d194c11d2
Update Korean translation
2017-09-02 04:00:57 +00:00
Yuras Shumovich
73b86f8744
Update Belarusian translation
2017-09-01 16:01:50 +00:00
Benoît Dejean
7dcc6c51d6
Fix API documentation typo.
2017-08-31 18:10:21 +02:00
Benoît Dejean
f5939dc69e
Rework code to get rid of $[ assigment.
...
Use directly uc instead of customer toupper.
2017-08-31 18:10:21 +02:00
Benoît Dejean
0203aa18aa
Drop dead files.
2017-08-31 18:10:21 +02:00
Benoît Dejean
f38d9c6523
Regenerate with gperf-3.1.
2017-08-31 18:10:21 +02:00
Rūdolfs Mazurs
9b966f6f1a
Update Latvian translation
2017-08-27 23:39:14 +03:00
Rūdolfs Mazurs
cb4721b27d
Update Latvian translation
2017-08-27 23:38:30 +03:00
Milo Casagrande
ed9248f04f
Update Italian translation
2017-08-25 07:16:44 +00:00
Aurimas Černius
609b8c7e1a
Updated Lithuanian translation
2017-08-22 23:26:28 +03:00
Claude Paroz
72b6e2bad4
Updated French translation
2017-08-15 09:18:59 +02:00
Мирослав Николић
7a84a9260d
Updated Serbian translation
2017-08-15 06:12:19 +02:00
Мирослав Николић
74b92b5389
Updated Serbian translation
2017-08-15 06:09:44 +02:00
Fran Dieguez
25f5de7d90
Update Galician translation
2017-08-12 10:25:37 +00:00
Robert Roth
80a9763a7e
Prepared release 2.37.90
2017-08-08 01:47:41 +03:00
Marek Cernocky
e54dd89d5e
Updated Czech translation
2017-08-02 07:23:04 +02:00
Benoit Dejean
d3df61ddbf
Fix build for FreeBSD 11.1.
...
The ufs struct inode has changed a requires a different code to get the
device number.
2017-07-29 14:18:45 +02:00
Daniel Mustieles
44d46a18b3
Update Spanish translation
2017-06-05 14:21:14 +00:00
Benoît Dejean
2f08841044
All fields in glibtop_* are public. The flags indicates which fields were set.
2017-05-23 06:27:28 +02:00
Benoît Dejean
de6e0c1c90
Add reserved fields so that future features won't break the sysdep struct
...
and the ABI (it means that all past addition broke it).
2017-05-23 06:25:47 +02:00
Robert Roth
ba61b54eb3
Prepared release 2.37.2
2017-05-23 00:10:33 +03:00
Robert Roth
0a00b3522a
Fixed autogen warning
2017-05-23 00:06:54 +03:00
Robert Roth
43740ddab7
Merge branch 'wip/diskio'
2017-05-23 00:02:47 +03:00
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
2017-03-21 09:24:03 +02:00
Robert Roth
89a73e2746
Prepared release 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
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
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
2016-03-22 09:00:27 +02:00
Robert Roth
5522fae242
Prepared release 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
Kylie McClain
94968b4406
Fix building on musl-libc
...
libgtop fails to build on musl libc, due to the header
resulting in the headers that would be loaded for libc 5 being
loaded on musl libc.
musl defines headers which are also defined in linux-headers'
in.h, causing redefinition errors.
https://bugzilla.gnome.org/show_bug.cgi?id=760655
Signed-off-by: Benoît Dejean <bdejean@gmail.com >
2016-02-16 18:12:00 +01:00
Robert Roth
819bfe56ee
Prepared release 2.33.4
2016-01-18 23:22:18 +02:00
Antoine Jacoutot
de408a6bba
openbsd: only PID 1 is special (init)
2016-01-12 17:14:20 +01:00
Ting-Wei Lan
05cb14dbb2
Call setlocale in main function of libgtop_daemon2
...
It is required to correctly show translated messages on some locales.
https://bugzilla.gnome.org/show_bug.cgi?id=760432
2016-01-11 14:30:41 +08:00
Robert Roth
7e3e4b6860
Prepared release 3.19.3
2015-12-14 19:40:21 +02:00
Jasper Lievisse Adriaanse
02070b7170
Add various headers to unbreak compilation
2015-12-11 15:03:49 +01:00
Jasper Lievisse Adriaanse
fcfacf3213
PROT_EXECUTE -> PROT_EXEC
2015-12-11 14:59:11 +01:00
Jasper Lievisse Adriaanse
7925f83b57
Fix compilation because glibtop_machine definition has moved.
2015-12-11 14:57:34 +01:00
Cédric Valmary
68104bdde1
Updated Occitan translation
2015-11-10 14:02:39 +00:00
Robert Roth
ac2aef0f47
Prepared release 3.18.0
2015-09-21 20:10:23 +03:00
Robert Roth
9764518807
Prepare release 2.31.91
2015-09-14 19:56:24 +03:00
Piotr Drąg
13f08cf164
Updated Polish translation
2015-08-26 19:48:14 +02:00
Benoît Dejean
c8a4c3d2a1
Post-release version bump.
2015-08-25 22:33:47 +02:00
Benoît Dejean
52c35c1b81
Fix constant name for GLIBTOP_MAX_PROC_WD.
2015-08-25 22:32:57 +02:00
Benoît Dejean
e528a7280b
Fix a bunch of doc tags for GI.
2015-08-25 22:32:06 +02:00
Benoît Dejean
99ff3d4dff
Define missing GLIBTOP_MAX_PROC_AFFINITY.
2015-08-25 22:31:28 +02:00
Benoît Dejean
f865e95e20
Don't ship glibtop/version.h as this is private.
2015-08-23 12:50:43 +02:00
Benoît Dejean
eec96d8ae8
Fix Darwin build.
...
Patch by David Evans.
Bug https://bugzilla.gnome.org/show_bug.cgi?id=753743 .
2015-08-18 16:43:00 +02:00
Robert Roth
d10a584e40
Prepared release 2.31.90
2015-08-17 22:52:24 +03:00
Benoît Dejean
a55eee5863
NEWS for 2.31.5.
2015-08-16 19:34:08 +02:00
Benoit Dejean
7437509412
Fix compilation because glibtop_machine definition has moved.
2015-08-15 10:57:25 +02:00
Benoit Dejean
c9e73e52ac
glibtop_machine is defined in glibtop.h.
...
Don't duplicate the typedef (error unless C11).
2015-08-15 10:56:41 +02:00
Benoit Dejean
4c455ac8a0
Implement glibtop_map_entry Pss and Swap.
...
Regenerate hash function for fast parsing.
2015-08-15 10:39:39 +02:00
Benoit Dejean
56f03d0987
New API/ABI: add Pss (partial set size) and Swap in glibtop_map_entry.
2015-08-15 10:39:38 +02:00
Benoît Dejean
a3b502ec3f
Don't include non-installed glibtop_machine.h in glibtop.h.
...
That would defeat its purpose.
2015-08-15 10:28:14 +02:00
Benoît Dejean
b74d6abf19
server->machine is now a pointer, so propagate the change from . to ->.
2015-08-08 14:36:47 +02:00
Benoît Dejean
ca42f1f3af
Define glibtop_machine for Linux as empty because it's not used.
...
Fix compilation.
2015-08-08 11:11:30 +02:00
Benoit Dejean
106ee901bb
Add missing file.
2015-08-08 11:08:50 +02:00
Benoit Dejean
0642c2d610
Turn glibtop::machine from a value to a pointer, allocated on init.
...
This hides the glibtop_machine implementation.
2015-08-08 11:00:57 +02:00
Benoit Dejean
42e860e5ad
Add uid/euid/gid/egid members to struct glibtop.
2015-08-08 11:00:57 +02:00
Benoit Dejean
8f2f236404
No use for glibtop_machine for now, but who knows in the future.
2015-08-08 11:00:57 +02:00
Benoit Dejean
4e0d819264
Always define gligtop_machine.
...
There was an ABI mismatch because HAVE_GLIBTOP_MACHINE was only
defined when compiling the library itself. The library code would then
use a larger struct glibtop (with a machine member) than the
application code.
Everyone defines a glibtop_machine but linux (though it as a
glibtop_machine.h) and cygwin (code unchanged for 5 years) so this
should not break anything.
2015-08-08 11:00:57 +02:00
Benoit Dejean
5c6879baab
Exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE.
2015-08-08 10:56:25 +02:00
Benoît Dejean
a0e97885c1
Post-release version bump.
2015-08-08 10:56:25 +02:00
Benoit Dejean
d817bee619
Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebsd,linux}.
2015-08-08 10:56:25 +02:00
Benoit Dejean
58d50d3546
Ignore *.bak files.
2015-08-08 10:56:24 +02:00
Benoit Dejean
d3a247a60f
Don't include the ':' in smaps keys.
...
Regenerate the hashtable.
2015-08-08 10:56:24 +02:00
Benoit Dejean
45c8452140
More debug messages to trace euid/egid changes.
2015-08-08 10:56:24 +02:00
Benoit Dejean
72b4aed8f1
Display features in hex in debug message.
2015-08-08 10:56:24 +02:00
Benoit Dejean
0e8f911410
Add some debug code to trace effective GID changes.
2015-08-08 10:56:24 +02:00
Benoit Dejean
db8ad19eef
Move _glibtop_global_server from .data to .bss.
2015-08-08 10:56:24 +02:00
Benoit Dejean
d30fbb22e0
Also display file/line/function in debug messages.
2015-08-08 10:56:24 +02:00
Robert Roth
6762719e43
Prepared release 2.31.4
2015-08-05 23:15:53 +03:00
Benoît Dejean
ad7dc16d89
Some NEWS for 2.31.4.
2015-07-19 15:34:06 +02:00
Benoit Dejean
f2e57d9fec
Don't define twice glibtop_global_server and server_features.
...
I don't know how the linker was even able to cope with that.
This is somehow related with previous commit:
4808aac
Make libgtop_server2 link against its libgtop.
2015-07-18 22:10:05 +02:00
Benoit Dejean
1481823085
Use the server parameter, not the global/default one.
2015-07-18 22:08:52 +02:00
Benoit Dejean
4e57a6222d
Don't install glibtop_private.h.
2015-07-18 22:07:59 +02:00
Benoit Dejean
cf531d3faf
Ignore the new examples/free binary.
2015-07-18 20:53:50 +02:00
Benoit Dejean
b447260691
Turn the proclist example into a minimal ps
.
2015-07-18 20:52:10 +02:00
Benoit Dejean
1dbe133a24
Fix utime/stime/cutime/cstime computation.
2015-07-18 20:46:07 +02:00
Benoit Dejean
5ee8d4cb58
It's been 26 years since C89, let modern compilers do what they
...
want.
2015-07-18 15:56:42 +02:00
Benoit Dejean
3bd720ad81
Do the math correctly to avoid loss of precision for rtime.
...
I've noticed this with system-monitor where all processes got
a perfectly round CPU time to the second.
2015-07-18 15:46:26 +02:00
Benoit Dejean
6acebf416d
Fix printf format/type mistmatch.
2015-07-18 15:46:07 +02:00
Benoit Dejean
51fd022bdd
Fixed sprintf format/args type mismatch.
2015-07-15 18:47:51 +02:00
Benoit Dejean
6239438dce
Check the command value even if !LIBGTOP_ENABLE_DEBUG.
2015-07-15 18:39:06 +02:00
Benoit Dejean
0099cbb6b4
Rework logic by turning two dark while into fors.
...
Also, if kvm_read fail, exit rather than looping forever.
2015-07-15 18:39:06 +02:00
Benoit Dejean
cd5649f326
Print message to stderr at once, to avoid mixups.
2015-07-15 18:39:06 +02:00
Benoit Dejean
d8a5e2162d
Fix signedness issue when printing HW address.
2015-07-15 18:39:06 +02:00
Benoit Dejean
185396d674
Check getloadavg() return value and call the function directly
...
on the glibtop_loadavg buffer member.
2015-07-15 18:39:06 +02:00
Benoit Dejean
90f0e40395
More files to ignore.
2015-07-15 18:39:06 +02:00
Benoit Dejean
172f0a50ba
Convert lots of fprintf(stderr, ...) to glibtop_debug*().
2015-07-15 18:38:28 +02:00
Benoit Dejean
887092a05d
Define glibtop_debug(_r) as macros, eventually calling real C function.
...
Keep these as macros so that if debug is not enable, although the
debug message is parsed, it's not run.
It's better this way because the debug message is always parsed and
checked instead of being deleted by the preprocessor.
2015-07-15 18:38:27 +02:00
Benoit Dejean
b2a2f6b5c2
Print client and server pids in messages.
2015-07-15 18:38:27 +02:00
Benoit Dejean
6bdb9a76eb
Fixed glibtop_debug for calls without arguments.
2015-07-15 18:38:27 +02:00
Benoit Dejean
fd29dae933
Always define LIBGTOP_ENABLE_DEBUG (0|1) to be used in if() statements.
2015-07-15 18:38:27 +02:00
Benoit Dejean
65c5ca842f
Add a level (DEBUG, WARNING, ERROR) to printing functions.
2015-07-15 18:38:27 +02:00
Benoit Dejean
edd08e6fd6
Fix macro definition.
2015-07-15 18:38:27 +02:00
Benoit Dejean
82ff91b74c
Add proper (and private) debug functions glibtop_debug*
2015-07-15 18:38:27 +02:00
Benoit Dejean
ca6cabe41d
For processes with threads, only reports the pid once.
...
On my system, this brings proclist's output from +300 to 72.
2015-07-15 18:38:27 +02:00
Benoit Dejean
4fb241097f
Fix alignment issue with proclist arguments unpacking.
2015-07-15 18:38:26 +02:00
Benoit Dejean
214c3635da
The perl generator for the *_l() functions does not need to know
...
about the glibtop_* struct layout, so drop this from the definitions.
2015-07-15 18:38:26 +02:00
Benoit Dejean
fba67da65d
Reorder GI annotations and remove duplicate for _l().
2015-07-15 18:34:49 +02:00
Benoit Dejean
119049b8c0
Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.
2015-07-15 18:24:29 +02:00
Benoît Dejean
1908c00d32
Ignore the free
example binary.
2015-07-14 11:21:45 +02:00
Benoît Dejean
70640d297e
Implement a GNU free -m
clone.
2015-07-14 11:17:59 +02:00
Benoît Dejean
c33623c097
Provide stats about shared memory and account Slab as cached.
...
This matches exactly `free`.
2015-07-14 11:11:38 +02:00
Benoît Dejean
6fe3b94f13
Make git ignore more files.
2015-07-14 10:31:13 +02:00
Benoît Dejean
f1a01a543c
Define and initialize param_buf, send_{size,ptr} only when using
...
glibtop_call.
2015-07-10 20:36:12 +02:00
Benoît Dejean
758862e272
Add proc_affinity example.
2015-07-10 20:36:12 +02:00
Benoît Dejean
6941e7e22f
Update and clean .gitignored files list.
2015-07-10 20:36:12 +02:00
Benoît Dejean
ee2ac6d563
Add glibtop_get_shm_limits gtk-doc/gi tags.
2015-07-10 20:36:12 +02:00
Benoît Dejean
4c0632ccbd
Move gtk-doc/gi tag for glibtop_netlist_* to the correct place.
2015-07-10 20:36:12 +02:00
Benoît Dejean
71c7d65b1d
Add gtk-doc/gi for glibtop_netlist.
2015-07-10 20:36:12 +02:00
Benoît Dejean
94aa63f796
Add an assertion to ensure that GLIBTOP_SYSDEPS_* fit in an unsigned long.
2015-07-10 20:36:12 +02:00
Benoît Dejean
931a8364ff
Fix a few gtk-doc/gi function tags.
2015-07-10 20:36:12 +02:00
Benoît Dejean
598764c171
Add gtk-doc annotations for the glibtop_init functions.
...
Their return value should not be freed.
This fixes usage from gnome-instrospection (invalid free).
2015-07-10 20:36:12 +02:00
Benoît Dejean
aa7f9df00e
Drop --with-libgtop-smp.
...
No code uses this switch.
2015-07-10 20:36:12 +02:00
Benoît Dejean
4c4466292e
Fixed sscanf format string as arguments are unsigned ints.
2015-07-10 20:36:12 +02:00
Ionut Biru
fcc1d9d957
Add support for linux x.y versioning schema
...
Since linux 3.0, a valid version can have two digits
Signed-off-by: Ionut Biru <ibiru@archlinux.org >
2015-07-10 20:36:12 +02:00
Benoît Dejean
0580b2fb2c
Linux >= 3.14 provides a "MemAvailable" field in /proc/meminfo which gives the
...
estimated amount of memory available for applications.
Use this to compute glibtop_mem::user.
https://bugzilla.gnome.org/show_bug.cgi?id=727543 .
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/fs/proc/meminfo.c?id=34e431b0ae398fc54ea69ff85ec700722c9da773
2015-07-10 20:36:12 +02:00
Ting-Wei Lan
a206cfc728
freebsd: rework system memory usage
...
Change the value of memory usage from:
Used = Wired
Free = Total - Wired
Shared = 0
Buffer = 0
Cached = Cache
User = Wired - Cache
Locked = Not Supported
To:
Used = Total - Free
Free = Free
Shared = 0
Buffer = Buf
Cached = Cache
User = Active + Wired
Locked = Not Supported
The left-hand side means fields in the glibtop_mem struct and the right-hand
side means the value showed by `top' command. This change should make the value
showed by gnome-system-monitor, which uses `User' field, become closer to
the real memory usage.
All sysctlbyname code in sysdeps/freebsd/mem.c has been moved to separate
functions to make the code cleaner.
2015-07-03 22:42:07 +08:00
Pedro Albuquerque
58ca70eaee
Updated Portuguese translation
2015-07-01 22:01:19 +00:00
Robert Roth
421419fdbf
Fixed build problem with procmap example
2015-06-26 03:10:51 +03:00
Benoit Dejean
ebb7f9d5e2
Better debug message.
2015-06-26 02:57:42 +03:00
Benoit Dejean
1f3b08e6dc
Display self-timings using ps
.
2015-06-26 02:57:42 +03:00
Benoit Dejean
a870dfc8f2
Print more fields about each filesystem.
2015-06-26 02:57:42 +03:00
Benoit Dejean
e0244ad3fc
Don't try to print a NULL hash_table.
2015-06-26 02:57:41 +03:00
Benoit Dejean
1156794b33
Add command tracing in glibtop_call_l when debugging.
2015-06-26 02:57:41 +03:00
Benoit Dejean
874771ec1c
Ignore more output files.
2015-06-26 02:57:41 +03:00
Benoit Dejean
16f262985d
Use glibtop_warn_r instead of fprintf.
2015-06-26 02:57:41 +03:00
Benoit Dejean
0a94dc7992
Display inode number without zero padding.
2015-06-26 02:57:41 +03:00
Benoit Dejean
50b5dea402
Implement dev/inode for mapped files on ZFS.
2015-06-26 02:57:41 +03:00
Benoit Dejean
f4b23ef0c6
Split the code that works only with UFS inode. Will ease new code for ZFS.
2015-06-26 02:57:41 +03:00
Benoit Dejean
1f41349a7e
Fix format for permissions. Display mappings' sizes. Avoid duplicating formatting code.
2015-06-26 02:57:41 +03:00
Benoit Dejean
548f104f35
If no argument is given, defaults to self. When self-testing, try to mmap some files as an example.
2015-06-26 02:57:41 +03:00
Benoit Dejean
4808aac8ef
Make libgtop_server2 link against its libgtop.
2015-06-26 02:57:41 +03:00
Benoit Dejean
f04ce61b80
Run server_command instead of hardcoded LIBGTOP_SERVER.
2015-06-26 02:57:41 +03:00
Benoit Dejean
c7f7e5a1c6
Set the FSUSAGE_(READ|WRITE) flags only we managed to get something. Currently, it doesn't seem to work on ZFS.
2015-06-26 02:57:41 +03:00
Benoit Dejean
e2348c24a0
When pretty-printing an array, don't display 0 elements.
2015-06-26 02:57:41 +03:00
Benoit Dejean
f76b37be1b
Rename NEED_LIBGTOP to LIBGTOP_NEED_SERVER.
2015-06-26 02:57:41 +03:00
Benoit Dejean
b2fee3e111
No special case for pid == 0. As of 2015, with FreeBSD 10.1-RELEASE #0 r274401 on amd64, this really works and sets the name to "kernel" for pid == 0.
2015-06-26 02:57:41 +03:00
Benoit Dejean
7b2416a8d1
Use LIBGTOP_ENABLE_DEBUG instead of undefined SLAVE_DEBUG.
2015-06-26 02:57:41 +03:00
Benoit Dejean
d006da7e54
Drop dead file,
2015-06-26 02:57:41 +03:00
Benoit Dejean
a93dc2526d
The DEBUG macro enabled by --enable-debug is actually LIBGTOP_ENABLE_DEBUG.
2015-06-26 02:57:41 +03:00
Benoit Dejean
a3a16707b5
Enable silent build.
2015-06-26 02:57:41 +03:00
Robert Roth
fd53595189
Prepare 2.31.3
2015-06-22 22:43:35 +03:00
Benoit Dejean
0057bbbc47
Don't set GLIBTOP_PROC_MEM_SHARE because it's not implemented anymore.
...
https://bugzilla.gnome.org/show_bug.cgi?id=744890
2015-06-21 10:57:11 +08:00
Benoit Dejean
e6d776ee61
It doesn't make any sense to count as shared each and every mmaped file. Disable that code while we figure how to really do it.
...
https://bugzilla.gnome.org/show_bug.cgi?id=744890
2015-06-21 10:56:39 +08:00
Juan RP
c68e077909
Implemented procaffinity for netBSD.
...
https://bugzilla.gnome.org/show_bug.cgi?id=553713
2015-06-20 03:35:56 +03:00
Juan RP
72e46fc6b4
Define some GLIBTOP_SUID constants to build procaffinity on NetBSD
...
https://bugzilla.gnome.org/show_bug.cgi?id=553713
2015-06-20 03:33:42 +03:00
Juan RP
2ea8a156f3
Enable procaffinity.c on sysdeps/bsd/Makefile.am.
...
(Please also double check the author and subject.)
https://bugzilla.gnome.org/show_bug.cgi?id=553713
2015-06-20 03:33:42 +03:00
Ting-Wei Lan
40e1a86d52
freebsd: Add fdescfs to the ignored filesystem list
...
fdescfs is the filesystem mounted on /dev/fd to provide access to file
descriptors via filsystem paths. It is not a real filesystem used on disks.
https://bugzilla.gnome.org/show_bug.cgi?id=748790
2015-06-14 14:19:24 +08:00
Cédric Valmary
a101d6b27a
Updated Occitan translation
2015-04-30 07:47:26 +00:00
Robert Roth
9770db12d2
Let's stick to the GNOME release process
...
To stick to the GNOME release train from now on, we start with an
unstable number and the next stable will be released along with
GNOME 3.18.0.
2015-04-02 06:50:28 +03:00
Robert Roth
a61052dc59
Version bump required to 2.32.0
2015-03-21 20:13:08 +02:00
Samir Ribic
8985e7e239
Updated Bosnian translation
2015-03-13 21:02:02 +00:00
Robert Roth
1c1449306b
Added some more files to .gitignore
2015-01-03 15:36:57 +02:00
Jasper St. Pierre
3f8f65386e
Make some APIs that return struct introspectable
...
In order to do this, we need to define some boxed types. So we need
to add a new dependency, GObject, to GTop.
https://bugzilla.gnome.org/show_bug.cgi?id=663265
2015-01-03 15:32:56 +02:00
Jasper St. Pierre
30d29e624b
Warn on introspection errors
...
https://bugzilla.gnome.org/show_bug.cgi?id=663265
2015-01-03 15:32:55 +02:00
Ryan Lortie
bea8b6790a
stub sysdep: add some missing files
...
https://bugzilla.gnome.org/show_bug.cgi?id=724196
2015-01-03 15:12:10 +02:00
Ryan Lortie
5e6c25d29d
stub sysdep: add missing defines
...
https://bugzilla.gnome.org/show_bug.cgi?id=724196
2015-01-03 15:12:10 +02:00
Ryan Lortie
b7e1219e0a
stub sysdep: fix mismatched function vs. prototype
...
https://bugzilla.gnome.org/show_bug.cgi?id=724196
2015-01-03 15:12:10 +02:00
Jasper Lievisse Adriaanse
057dcf77d6
Sync with OpenBSD's uvm_extern.h changes
2014-11-18 19:33:38 +01:00
Jasper Lievisse Adriaanse
b7edd1542e
dkstat.h is going away on OpenBSD, so use sys/sched.h instead for CP_*
2014-09-08 09:36:07 +02:00
Jasper Lievisse Adriaanse
7326f8816d
Add SMP support for OpenBSD
2014-09-01 15:21:31 +02:00
Robert Roth
ed1b3f5834
Use configure.ac instead of configure.in
2014-08-20 05:25:50 +03:00
Robert Roth
7a3414d002
Update old FSF address.
...
https://bugzilla.gnome.org/show_bug.cgi?id=721514
2014-08-20 04:44:27 +03:00
Märt Põder
564506bb0d
Add annotations to get_proclist* to make Python bindings work.
...
https://bugzilla.gnome.org/show_bug.cgi?id=734170
2014-08-20 04:23:56 +03:00
Andre Klapper
9e0843064d
doap: add <programming-language>
2014-07-31 21:05:19 +02:00
Olav Vitters
d8d8aac9d3
doap category core
2014-07-30 20:30:20 +02:00
Jasper Lievisse Adriaanse
9a887feed2
Unbreak build on OpenBSD after recent header changes.
2014-07-10 13:15:50 +02:00
Tom Tryfonidis
81dfeb526c
Updated Greek translation
2014-07-09 23:20:20 +00:00
Steven Chamberlain
d9c01aac4a
Don't include sys/pipe.h on kFreeBSD
...
Defining _KERNEL to include sys/pipe.h subsequently breaks sys/conf.h;
since sys/pipe.h is not meant to be used in userland, and libgtop2 builds
anyway on kFreeBSD without it, don't include it.
https://bugzilla.gnome.org/show_bug.cgi?id=674067
2014-04-29 00:30:07 +03:00
Ting-Wei Lan
82c28b2ad2
src/daemon: remove LINK variable
...
https://bugzilla.gnome.org/show_bug.cgi?id=724904
2014-04-29 00:14:49 +03:00
Benoît Dejean
05345dc032
ABI breakage by efaaf6eb77
. Fixing libtool version to 10.0.0.
...
https://bugzilla.gnome.org/show_bug.cgi?id=323354
2014-04-29 00:11:30 +03:00
Jasper Lievisse Adriaanse
63ba7b2c12
switch from VM_METER to VM_UVMEXP
2014-04-10 16:32:47 +02:00
Antoine Jacoutot
5371e8ec88
openbsd: drop empty EXTRA_SYSDEPS_LIBS.
...
https://bugzilla.gnome.org/show_bug.cgi?id=727375
2014-03-31 12:50:44 +02:00
Ryan Lortie
e682094418
examples: don't override LINK and other variables
...
Defining our own LINK causes us to run into some trouble with LDFLAGS,
which commit 16bb5c8075
already
demonstrated.
LDFLAGS does need to be included here, but it's probably even easier to
just use the default value.
https://bugzilla.gnome.org/show_bug.cgi?id=724195
2014-02-20 20:58:16 -05:00
Ryan Lortie
2e861977a6
freebsd: don't link to libgeom
...
libgeom declares several symbols in GLib's namespace, including
g_close() and it therefore cannot be used from any program that also
uses GLib.
For now, disable the parts of the FreeBSD sysdep that use libgeom.
Hopefully the libgeom API will be changed soon.
https://bugzilla.gnome.org/show_bug.cgi?id=723685
2014-02-20 20:56:57 -05:00
Ting-Wei Lan
a39f290683
Fix build issues on FreeBSD
2014-02-20 20:55:39 -05:00
Antoine Jacoutot
02b55313f3
openbsd: bring glibtop_get_proc_segment from FreeBSD
2014-02-08 11:54:07 +01:00
Antoine Jacoutot
596c42d7f1
openbsd: drop unecessary check
2014-02-08 11:53:26 +01:00
Shankar Prasad
d4d4f7735a
updated kn.po
2014-02-05 16:38:05 +05:30
Antoine Jacoutot
4cd3e4fed6
openbsd: merge patches from ports tree
...
Bring OpenBSD closer to FreeBSD to help checking what is missing/different.
Also we make sure to use and build mountlist and fsusage from the
sysdeps/openbsd directory instead of the common one.
https://bugzilla.gnome.org/show_bug.cgi?id=723521
2014-02-03 10:59:05 +01:00
Antoine Jacoutot
c99ceeaa65
openbsd: better handling of p_wchan
2014-02-01 19:09:21 +01:00
Antoine Jacoutot
ecbfade528
openbsd: really drop all lsof related code
2014-01-23 15:03:36 +01:00
Jasper Lievisse Adriaanse
73d4679ad8
Remove OpenBSD RCS ID which bears no meaning here.
2014-01-23 11:24:33 +01:00
Robert Nagy
df1db43032
Fix several issues related to process information on OpenBSD and drop lsof usage.
2014-01-23 10:39:39 +01:00
Jasper Lievisse Adriaanse
ff07ba102f
Some fields have moved in struct proc from timeval to timespec.
2014-01-23 10:34:52 +01:00
Jasper Lievisse Adriaanse
07d2816d5b
Adjust header inclusion on OpenBSD
...
- fixup header inclusion after netinet/in_var.h was made private
- configure fails to define HAVE_NET_IF_VAR_H
2014-01-23 10:30:53 +01:00
Victor Ibragimov
2caff8bf5c
Tajik translation updated
2013-12-20 13:36:26 +05:00
Victor Ibragimov
78e257e958
Tajik translation updated
2013-12-20 13:32:00 +05:00
Jason Xing
efaaf6eb77
Extending the cpu number from 32 to 1024 (bgo #323354 , bgo #681632 )
...
From: Jason Xing <xinggang861@gmail.com >
In 'Bug 323354 - Support a dynamic number of CPUs', there will be a
solution which can dynamically allocate memory for large number of
CPUs. As libgtop supports multiple operating systems, this work
may take some time.
This patch is a temporary patch, which worked before the whole
solution comes out. It only supports linux platform with CPU number
up to 1024.
There are two Macroes which limit the statistics of CPU. One is
GLIBTOP_NCPU. The other is a buffer size. This buffer used to read
/proc/stat contents into.
https://bugzilla.gnome.org/show_bug.cgi?id=323354
https://bugzilla.gnome.org/show_bug.cgi?id=681632
2013-12-12 22:36:10 +02:00
Robert Roth
47bcd423b5
Linux cpuinfo count fixed for SMP PPC processors (bgo #621831 )
...
libgtop processor count has been simply determined by the number
of sections in /proc/cpuinfo split by \n\n. On PPC processors
supporting SMP after the per-cpu description for each core a
new section is listed (after \n\n) with the common attributes
of the cores [1]. Work around this by only counting a section
as describing a CPU if it contains "processor" to fix bug #621831 [0]
[0] https://bugzilla.gnome.org/show_bug.cgi?id=621831
[1] https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/arch/powerpc/kernel/setup-common.c?id=9fc2105aeaaf56b0cf75296a84702d0f9e64437b#n319
2013-12-09 04:02:38 +02:00
Robert Roth
38bfee6739
pprint example extended to print cpu info
2013-12-09 04:02:21 +02:00
Robert Roth
3147bf2e34
Log error on statvfs failure.
...
When doing stat on a FS and failing, log the error message based
on the errno set to help the user find the reason.
https://bugzilla.gnome.org/show_bug.cgi?id=685172
2013-12-09 01:57:01 +02:00
Antoine Jacoutot
2506662196
OpenBSD: add missing header
...
netinet6/in6_var.h is not included automatically anymore from netinet/in_var.h
on OpenBSD, so explicitely #include <netinet6/in6_var.h>.
2013-10-16 17:09:16 +02:00
Robert Roth
b6eb0873e7
Revert "Increased major version"
...
This reverts commit f9e8ae8dfc
.
2013-08-31 01:11:56 +03:00
Robert Roth
2c08229f04
Merge remote-tracking branch 'origin' into wip/libgtop-ng
2013-08-30 07:34:15 +03:00
Tristan Hill
753d9abb13
proclist, procarg and proctime gtkdoc updates
...
Added gtkdoc for proclist, procarg and proctime.
Author: Tristan Hill <stan@saticed.me.uk >
https://bugzilla.gnome.org/show_bug.cgi?id=616082
2013-08-30 07:31:31 +03:00
Robert Roth
af7e9cd1b6
Increased buffersize to be able to hold larger cpuinfo files (bgo #681632 )
2013-08-22 01:48:12 +03:00
Robert Roth
552ea7ec3a
Fixed automake warning
2013-08-22 01:37:02 +03:00
Robert Roth
43f19912e3
Fixed automake warning
2013-08-22 01:34:34 +03:00
Robert Roth
16bb5c8075
Fixed automake warning
2013-08-22 01:30:29 +03:00
Robert Roth
bebcb377af
Revert "Fixed missing cache-id warning" as it breaks jhbuild.
...
This reverts commit 4cffb2f094
.
2013-08-22 01:11:06 +03:00
Robert Roth
4cffb2f094
Fixed missing cache-id warning
2013-08-21 15:43:10 +03:00
Robert Roth
5adaa90de3
Added files created by make to .gitignore
2013-08-20 23:26:29 +03:00
Robert Roth
f9e8ae8dfc
Increased major version
2013-08-20 23:26:00 +03:00
Robert Roth
efeb24a96c
Added gitignore
2013-08-20 22:49:02 +03:00
Robert Roth
3c4ddb5572
release: post-release bump to 2.28.6
2013-08-19 23:49:15 +03:00
Robert Roth
fec9e956e3
Release: 2.28.5
2013-08-19 23:46:16 +03:00
Robert Roth
2ee4fa70a5
Added new maintainer in DOAP file
2013-08-09 23:41:24 +03:00
Jasper Lievisse Adriaanse
7a4b2d91ad
unbreak after swapin and swapout were removed from OpenBSD uvm statistics.
2013-05-29 20:59:23 +02:00
Jasper Lievisse Adriaanse
dc7eab4329
Adjust for the fact that regular users cannot read wchan anymore in OpenBSD 5.4.
2013-04-01 13:40:11 +02:00
Jasper Lievisse Adriaanse
a44392d948
Don't error out when running on a different release than built on
...
https://bugzilla.gnome.org/show_bug.cgi?id=653177
2013-04-01 13:35:24 +02:00
Victor Ibragimov
b013937b2c
[l10n] Added Tadjik translation
2013-03-19 22:39:27 +01:00
Changwoo Ryu
4bded8fa91
Updated Korean translation
2013-03-19 02:23:50 +09:00
Duarte Loreto
f88a38aa52
Converted Portuguese translation to New Spelling (Novo AO)
2013-03-17 01:06:48 +00:00
Cole Robinson
37774dc02d
fsusage: Fix fetching rootfs stats on Fedora 17
...
When fsusage scans mtab, it matches on the first entry, but since 'rootfs'
isn't of the expected format '/dev/<blah>' it bails out.
Match early on any rootfs entries and skip them.
Fixes #685897
2013-01-28 23:02:04 +01:00
TmTFx
4efe3721e7
Updated Friulian translation
2012-12-28 22:26:12 -02:00
Jasper Lievisse Adriaanse
31cbc3374d
sysctl.h on OpenBSD no longer pulls in proc.h.
2012-12-18 22:47:09 +01:00
Timur Zhamakeev
c8a33802c2
Updated Kyrgyz translation
2012-09-27 12:16:13 +06:00
Rūdolfs Mazurs
a3ff5fb398
Updated Latvian translation
2012-09-24 15:36:41 +03:00
Piotr Drąg
8d5b3dd86a
Updated Polish translation
2012-09-04 18:42:25 +02:00
Nilamdyuti Goswami
fecedf8c72
Implemented FUEL entries to Assamese translation
2012-08-28 00:32:40 +05:30
Nilamdyuti Goswami
183b7b0cf1
Assamese translation reviewed
2012-07-11 18:14:32 +05:30
Carles Ferrando
1523fae41e
[l10n]Updated Catalan (Valencian) translation
2012-04-10 21:12:29 +02:00
Jordi Serratosa
a6d0d61175
[l10n] Fixes on Catalan translation
2012-04-10 21:12:28 +02:00
Jasper Lievisse Adriaanse
b0f4bee85e
sync with openbsd to use the new vmmap memory allocator
2012-04-04 19:23:07 +02:00
Alexander Shopov
1d1d3fb907
Updated Bulgarian translation
2012-04-01 18:21:12 +03:00
Kjartan Maraas
bd363a9ca6
Updated Norwegian bokmål translation
2012-01-28 16:54:28 +01:00
Kjartan Maraas
46c1169ab1
Add missing #include <config.h>
2012-01-23 21:28:10 +01:00
Antoine Jacoutot
b11aa1517e
OpenBSD: kinfo_proc2 -> kinfo_proc
...
The kinfo_proc2 interface has been removed from OpenBSD (it was
deprecated anyway), so use the correct replacement: kinfo_proc.
https://bugzilla.gnome.org/show_bug.cgi?id=667591
2012-01-22 12:47:49 +01:00
Nilamdyuti Goswami
aa7572abfd
Updated Assamese Translations:bugzilla#659595
2011-09-24 16:37:35 +05:30
Nilamdyuti Goswami
17b03f33ab
Updated Assamese translation
2011-09-22 19:42:27 +02:00
Jasper Lievisse Adriaanse
dd46d6a00e
Don't bother with PIDs below 20 as they are highly likely to be kernel threads anyway.
2011-09-18 13:42:13 +02:00
Jasper Lievisse Adriaanse
7bd52fc397
Extend comment a bit regarding processes dying before we get to kvm_getproc2().
2011-09-18 13:41:20 +02:00
Jiro Matsuzawa
ff7cbcbe61
Updated Japanese translation
2011-09-17 12:46:17 +09:00
Marc-Andre Laperle
d1d565aa60
Fix Darwin support
...
glibtop_get_proclist_p's signature didn't match the headers prototype.
https://bugzilla.gnome.org/show_bug.cgi?id=556904
2011-09-08 09:26:58 +02:00
Piotr Drąg
169b76a88f
Fixed ky.po
2011-09-05 23:46:54 +02:00
Petr Salinger
0a265d05d4
Dont add extra libs for kfreebsd
...
The current version fails to build on GNU/kFreeBSD.
The problem is due to cleanup in GNU/kFreeBSD world
https://bugzilla.gnome.org/show_bug.cgi?id=601319
2011-08-30 18:05:33 +02:00
Jasper Lievisse Adriaanse
08ac661b19
Apply a fix from the OpenBSD backend by using the same type to store the
...
temporary amounts of swap, as is used in the struct that's eventually used
to export it.
2011-08-30 17:52:40 +02:00
Petr Salinger
1baa3fcc6a
kFreeBSD 8.0 build fix
...
fixes a couple of checks for kFreeBSD 8.0.
https://bugzilla.gnome.org/show_bug.cgi?id=608518
2011-08-30 17:00:18 +02:00
Thomas Klausner
eaff15b741
NetBSD-5.99.21 lost struct uvmexp.swap{ins,outs}
...
In NetBSD-5.99.21, the uarea swap-out functionality was removed, which also
removed two members from struct uvmexp, swapins and swapouts.
2011-08-30 14:44:43 +02:00
Frédéric Péters
4612e7c7eb
release: post-release bump to 2.28.5
2011-08-30 13:35:14 +02:00
Frédéric Péters
f66324f84d
Release: 2.28.4
2011-08-30 13:29:29 +02:00
Frédéric Péters
138889c4d6
build: roll tarballs as tar.xz
2011-08-30 13:28:56 +02:00
Jasper Lievisse Adriaanse
cac71bf6c4
Revert "Expand to support ifmedia(4) types as found on BSD."
...
This reverts commit 5144c3e127
.
It wasn't meant to be pushed yet..
2011-07-29 11:02:23 +02:00
Jasper Lievisse Adriaanse
2ea3da9da5
Fix makeinfo(1) warning in reference.texi
...
doc/reference.texi:746: warning: @strong{Note...} produces a
spurious cross-reference in Info; reword to avoid that.
https://bugzilla.gnome.org/show_bug.cgi?id=653180
2011-07-28 14:19:37 +02:00
Jasper Lievisse Adriaanse
5144c3e127
Expand to support ifmedia(4) types as found on BSD.
...
https://bugzilla.gnome.org/show_bug.cgi?id=652713
2011-07-28 14:19:37 +02:00
Ihar Hrachyshka
c4907672cd
Updated Belarusian translation.
2011-07-24 19:42:36 +03:00
Jasper Lievisse Adriaanse
4c9a161eb5
ansify function declaration, no binary change.
2011-07-11 15:05:06 +02:00
Jasper Lievisse Adriaanse
32833323d9
Some OpenBSD cleaning:
...
- decrease stack usage when retrieving memory stats
- use consistent warnings when failing sysctl(3) calls
https://bugzilla.gnome.org/show_bug.cgi?id=654344
2011-07-11 14:57:55 +02:00
Jasper Lievisse Adriaanse
0de702b142
- implement GLIBTOP_MEM_CACHED on OpenBSD by retrieving buffercache stats
2011-07-10 16:44:42 +02:00
Jasper Lievisse Adriaanse
4e24854dbf
Two small tweaks to the OpenBSD backend:
...
- correct sysctl names in two warning messages
- rename a few variables for clarity
2011-07-09 10:19:18 +02:00
Joe Marcus Clarke
08fd95d253
Fix numerous bigs in the FreeBSD backend
...
* Correct calculation of CPU time.
* Fix a bug on newer versions of FreeBSD where computing the process map leads
to a tight error loop.
* Add support for the new procstat API to obtain the list of open files and
cwd.
* Use kvm_openfiles instead of kvm_open to better handle error messages.
* Split some modules out into non-suid modules.
* Properly determine the number of CPUs.
https://bugzilla.gnome.org/show_bug.cgi?id=605431
2011-06-27 16:32:20 +02:00
Jasper Lievisse Adriaanse
aa1a6766f2
Fix hardware address retrieval on OpenBSD.
...
https://bugzilla.gnome.org/show_bug.cgi?id=652997
2011-06-22 17:26:55 +02:00
Jasper Lievisse Adriaanse
537dc1bff1
Fix scope6 and prefix6 retrieval on OpenBSD.
...
https://bugzilla.gnome.org/show_bug.cgi?id=652997
2011-06-22 17:26:38 +02:00
Jasper Lievisse Adriaanse
93829c8cbb
Fix filesystem read/write accounting on OpenBSD
...
https://bugzilla.gnome.org/show_bug.cgi?id=652980
2011-06-22 17:24:37 +02:00
Jasper Lievisse Adriaanse
cecf53394b
Use a more portable construct for doing substitutions.
...
https://bugzilla.gnome.org/show_bug.cgi?id=652981
2011-06-22 17:22:26 +02:00
Jasper Lievisse Adriaanse
62239cfe50
Explain why we undef STAT_STATVFS on OpenBSD
2011-06-16 13:14:22 +02:00
Jasper Lievisse Adriaanse
15ffb2d039
Revert vmmap-based procmap.c for OpenBSD.
...
vmmap was reverted in OpenBSD, so stick to the old algorithm for now.
2011-06-16 13:03:24 +02:00
Jasper Lievisse Adriaanse
7f14f4409d
Various tweaks for OpenBSD uptime calculation
...
- implement uptime.boot_time
- put CP_IDLE instead of 0 in uptime->idletime
2011-06-16 13:02:11 +02:00
Jasper Lievisse Adriaanse
f8c573b78c
Silence various warnings in the OpenBSD code
2011-06-16 13:00:47 +02:00
Jasper Lievisse Adriaanse
49641cc363
Make CPU load retrieval work.
...
It would sort of work on 64 bits arches, and not work at all no 32 bit arches.
Now works on both, and take CP_INTR correctly into account.
2011-06-16 12:57:43 +02:00
Jasper Lievisse Adriaanse
46706961ac
Split off OpenBSD code into a separate implementation
...
Move OpenBSD code into its own sysdeps directory. The changes from
bsd/ were becoming to hard to maintain as a #ifdef tree. This is
what's currently being distributed as part of OpenBSD ports.
2011-06-16 12:27:00 +02:00
Kristjan SCHMIDT
edda30a4ad
Updated Esperanto translation
2011-06-08 11:52:37 +02:00
Arash Mousavi
c775a536c8
Updated Persian translation
2011-04-24 17:49:20 +04:30
Jordi Serratosa
84a697a826
[l10n]Fixes on Catalan translation
2011-04-04 22:04:24 +02:00
Abduxukur Abdurixit
07c04634bc
Added UG translation
2011-03-27 21:32:09 +02:00
Chris Kühl
78a4292fb4
Release: Post-release bump to 2.28.4
2011-03-25 16:09:16 +01:00
Chris Kühl
7bdc92f325
Release: 2.28.3
2011-03-25 16:04:20 +01:00
Chris Kühl
b40f210d03
Fix build issue for strict linkers.
...
Closes Bug #644599 .
2011-03-14 16:35:09 +01:00
Maxim Ermilov
50bb0d51b3
Add Introspection support
...
https://bugzilla.gnome.org/show_bug.cgi?id=630915
2011-03-01 13:54:53 +01:00
Fran Diéguez
3d0dc2b36e
QA of Galician translations
2011-01-27 03:18:46 +01:00
Gheyret T.Kenji
33f0825b3c
Added UG translation
2010-12-23 19:26:01 +01:00
Yaakov Selkowitz
3cc7b3aecb
Cygwin: Add private mountlist support.
...
https://bugzilla.gnome.org/show_bug.cgi?id=621820
2010-11-28 15:46:33 +01:00
Yaakov Selkowitz
f7e1ab5a0e
Cygwin: Don't printf a string directly but use %s instead
...
Based on commit f41ab3beed
for Linux.
https://bugzilla.gnome.org/show_bug.cgi?id=621820
2010-11-28 15:39:34 +01:00
Gheyret T.Kenji
f6edec8c76
Added UG translation
2010-11-20 12:02:41 +01:00
Gheyret T.Kenji
ccf85794e2
Added UG translation
2010-11-13 22:45:50 +01:00
Carles Ferrando
9bd7b581cd
Updated Catalan (Valencian) translation
2010-10-29 21:31:26 +01:00
Sahran
825c28e04f
Added UG translation
2010-10-16 20:32:37 +02:00
Alexander Kojevnikov
f787bfa0c7
freebsd: Fix get_mem() on 64-bit systems (bgo#630128)
2010-10-03 10:17:58 +11:00
Vincent Untz
93ceca1af2
release: post-release bump to 2.28.3
2010-09-28 11:39:49 +02:00
Vincent Untz
a1bc181e96
release: 2.28.2
2010-09-28 11:39:38 +02:00
Takayuki KUSANO
3db7ab8ddd
Updated Japanese translation
2010-09-20 19:18:28 +09:00
Kristjan Schmidt
5b64ff7b6e
Updated Esperanto translation
2010-06-27 15:25:37 +02:00
Thomas Thurman
f6347e796d
Updated Shavian translation
2010-05-13 18:14:50 -04:00
Thomas Thurman
26adc05a52
Updated Shavian transliteration
2010-05-12 18:41:00 -04:00
Matej Urbančič
6a2464c4ad
Updated Slovenian translation
2010-05-11 15:26:26 +02:00
Matej Urbančič
178420d1f7
Updated Slovenian translation
2010-05-11 15:25:42 +02:00
Peteris Krisjanis
81c1f668d1
Updated Latvian translation.
2010-04-26 12:20:57 +03:00
Andika Triwidada
2924b470ea
Updated Indonesian translation
2010-04-18 14:58:57 +07:00
Vincent Untz
c36239c8ea
[release] post-release bump to 2.28.2
2010-03-30 17:14:23 +02:00
Vincent Untz
8337a4af31
[release] 2.28.1
2010-03-30 17:13:55 +02:00
Petr Kovar
a2cdb07c27
Fix Czech translation by Lucas Lommer
2010-03-29 17:38:53 +02:00
Piotr Drąg
2fa17f308d
Updated Polish translation
2010-02-25 12:52:10 +01:00
Fran Diéguez
b57703888f
Updated Galician Translation
2010-02-15 17:53:12 +01:00
Jamil Ahmed
85a793f117
Updated Bengali translation
2010-01-22 12:29:13 +06:00
Xandru Armesto Fernandez
ed1d6cd9e7
Updated asturian translation
2010-01-07 19:40:02 +01:00
Xandru Armesto Fernandez
4a17d9fef5
Added asturian language
2010-01-07 19:39:48 +01:00
Thomas Thurman
f2d748162e
Shavian translation
2009-11-12 10:51:56 +00:00
Åsmund Skjæveland
363a6f9088
Updated Norwegian Nynorsk translation
2009-10-17 18:30:06 +02:00
Matej Urbančič
e2686446bb
Updated Slovenian translation
2009-10-08 14:25:24 +02:00
Takeshi AIHANA
1c01f08117
Updated Japanese translation
2009-10-04 18:00:34 +09:00
Benoît Dejean
6768eddab9
Released 2.28.0.
2009-09-21 10:01:12 +02:00
Dumitru Mișu Moldovan
ed440c7d0b
Updated Romanian translation
2009-09-20 00:45:03 +03:00
Rajesh Ranjan
643005349a
maithili update, translated by Sangeeta Kumari
2009-09-18 18:23:11 +05:30
krishnababu k
cbb3f7dd5b
Updated Telugu Translation
2009-09-17 22:12:55 +05:30
Ani
72537d102d
Updaeted Malayalam Translations
2009-09-12 20:43:39 +05:30
Carles Ferrando
a43d48f67c
Added Catalan (Valencian) translation
2009-09-02 18:33:04 +02:00
Og B. Maciel
c50eb6d494
Updated mailing list address.
2009-08-30 12:12:14 -04:00
Seán de Búrca
010e3a1c9d
Updated Irish translation
2009-08-20 09:47:57 -06:00
Manoj Kumar Giri
3ea6e1caf0
Added entries for Hindi Translation updated by Rajesh Ranjan
2009-06-10 20:05:45 +05:30
Manoj Kumar Giri
f66c9665bd
Updated Hindi Translation on behalf of Rajesh Ranjan
2009-06-10 20:04:23 +05:30
Benoît Dejean
a80c80ca69
Released 2.27.3.
2009-05-25 22:20:27 +02:00
Christian Persch
f41ab3beed
Don't printf a string directly but use %s instead
...
Bug #581725 .
Signed-off-by: Benoît Dejean <benoit@placenet.org >
2009-05-08 14:22:17 +02:00
Benoît Dejean
933683da39
Add -no-undefined for shared libraries on Cygwin.
...
Bug #578890 .
2009-05-04 12:05:06 +02:00
Benoît Dejean
2679fdde9a
Killed debug message.
2009-05-03 19:46:00 +02:00
Benoît Dejean
2458096acf
Oops, fix segfault in linux/proc_map.
...
I've commited the wrong patch, got lost in the svn->git change.
2009-05-03 19:41:22 +02:00
Benoît Dejean
1f44dbb385
Released 2.27.1.
2009-05-03 18:57:33 +02:00
Benoît Dejean
d99a29d217
Looks for smaps member using a gperf table instead of using
...
bsearch.
Brings a 25% boost.
2009-05-03 16:40:13 +02:00
Benoît Dejean
15abcdbbf2
Bumped version number.
2009-05-03 16:40:02 +02:00
Benoît Dejean
62bafe804e
Don't use sscanf anymore when parsins smaps.
...
That's more code but it brings a 20% speed improvement.
2009-05-03 16:25:31 +02:00
Benoît Dejean
9f051c9569
Added cygwin support.
...
Patch by Cygwin Ports maintainer <yselkowitz@users.sourceforge.net >.
See #578890 .
2009-04-30 20:55:15 +02:00
Benoît Dejean
231f4d2a14
Fixed DOAP file.
2009-04-30 20:49:34 +02:00
Benoît Dejean
4af6777d76
Also ship DOAP file.
2009-04-30 17:31:46 +02:00
Benoît Dejean
c05776fa09
Added DOAP file.
2009-04-30 17:30:54 +02:00
Diego Elio 'Flameeyes' Pettenò
f6b31585bb
Don't call AC_CANONICAL_SYSTEM but AC_CANONICAL_HOST.
...
The former macro checks for definitions for all the three definitions
(host, build and target) but the configure script only uses $host.
Refer to
http://www.flameeyes.eu/autotools-mythbuster/autoconf/canonical.html or to
http://blog.flameeyes.eu/s/canonical-target for more details.
Signed-off-by: Benoît Dejean <benoit@placenet.org >
2009-04-30 17:21:15 +02:00
Benoît Dejean
f3c86c8767
Bumped version number to 2.27.0.
2009-04-18 20:32:24 +02:00
Benoît Dejean
c26b6ead21
Released 2.26.1.
...
svn path=/trunk/; revision=2817
2009-04-13 19:37:26 +00:00
Benoît Dejean
3d9f260bd4
Always ignore "none" FS type.
...
See #577537 .
svn path=/trunk/; revision=2816
2009-03-31 22:31:48 +00:00
Djihed Afifi
2ed2120869
Updated Arabic translation
...
svn path=/trunk/; revision=2815
2009-03-18 09:20:50 +00:00
Ignacio Casal Quinteiro
5d02f86549
Updated Galician translation by Suso Baleato.
...
svn path=/trunk/; revision=2814
2009-03-16 22:15:33 +00:00
Amitakhya Phukan
6e3d067edd
Updated assamese translations
...
svn path=/trunk/; revision=2813
2009-03-16 05:32:41 +00:00
Amanpreet Singh Alam
bc19d07178
updating for Gnome Punjabi Translation by A S Alam
...
svn path=/trunk/; revision=2812
2009-03-16 03:06:00 +00:00
Shankar Prasad
8e288b06be
added kn.po and updated ChangeLog and LINGUAS
...
svn path=/trunk/; revision=2811
2009-03-15 16:19:16 +00:00
Manoj Kumar Giri
ffcbac629f
Added entries for Oriya language Translation updation.
...
svn path=/trunk/; revision=2810
2009-03-10 13:55:41 +00:00
Manoj Kumar Giri
568144dcd7
Updated Oriya Translation.
...
svn path=/trunk/; revision=2809
2009-03-10 13:54:12 +00:00
Benoît Dejean
d75259cbca
Released 2.26.0.
...
svn path=/trunk/; revision=2807
2009-03-01 22:32:30 +00:00
Benoît Dejean
7e697f047a
Missing file.
...
svn path=/trunk/; revision=2805
2009-02-16 23:13:00 +00:00
Benoît Dejean
c1fba7d0fa
Released 2.25.91.
...
svn path=/trunk/; revision=2803
2009-02-16 23:05:34 +00:00
Benoît Dejean
d541cf22ef
r2792 | bdejean | 2009-01-12 22:05:48 +0100 (lun 12 jan 2009) | 4 lines
...
Fixed Darwin build.
Patch by "paul" <ephraim_owns@hotmail.com >.
See #556904 .
svn path=/trunk/; revision=2802
2009-02-16 22:57:54 +00:00
Benoît Dejean
35a0ac4f2c
r2790 | bdejean | 2009-01-12 19:39:44 +0100 (lun 12 jan 2009) | 3 lines
...
Fixed read(2) usage.
Closes #468495 .
svn path=/trunk/; revision=2801
2009-02-16 22:57:05 +00:00
Chao-Hsiung Liao
391377ccf8
2.25.0
...
svn path=/trunk/; revision=2800
2009-02-09 00:06:39 +00:00
Changwoo Ryu
c0d87d96d3
Updated Korean translation
...
svn path=/trunk/; revision=2799
2009-01-29 07:19:24 +00:00
Raivis Dejus
a7f2a1db4a
Updated Latvian translation.
...
2009-01-25 Raivis Dejus <orvils@gmail.com >
* lv.po: Updated Latvian translation.
svn path=/trunk/; revision=2798
2009-01-25 15:53:05 +00:00
Benoît Dejean
77fff173fc
Fixed potential memory leak.
...
Patch by Vincent Untz <vuntz@gnome.org >.
Closes #566611 .
svn path=/trunk/; revision=2787
2009-01-08 00:37:59 +00:00
Thomas James Alexander Thurman
863da1cdfd
Updated Latin translation
...
svn path=/trunk/; revision=2786
2008-11-15 03:58:00 +00:00
Benoît Dejean
23798fbd51
Single glib.h include.
...
Closes #557826 .
svn path=/trunk/; revision=2785
2008-11-07 23:58:43 +00:00
Benoît Dejean
8399315a4f
En route pour gnome-2-26.
...
svn path=/trunk/; revision=2784
2008-11-07 23:29:17 +00:00
Benoît Dejean
ab3f8f58ef
Updated example.
...
svn path=/trunk/; revision=2782
2008-10-24 19:28:51 +00:00
Djihed Afifi
e5fdd58fee
Updated Arabic Translation by Khaled Hosny.
...
* Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=2781
2008-10-19 11:44:17 +00:00
Benoît Dejean
86f43f408b
Released 2.24.0.
...
svn path=/trunk/; revision=2778
2008-09-22 07:31:53 +00:00
Laurent Dhima
1aab514cda
Updated Translation
...
svn path=/trunk/; revision=2777
2008-09-20 10:32:56 +00:00
Mugurel Tudor
3a8f2335c9
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
...
2008-09-19 Mugurel Tudor <mugurelu@gnome.ro >
* ro.po: Updated Romanian translation by
Mişu Moldovan <dumol@gnome.ro >
svn path=/trunk/; revision=2776
2008-09-19 14:57:10 +00:00
Baris Cicek
5b5c9215dc
Updated Turkish Translation
...
svn path=/trunk/; revision=2775
2008-09-18 02:37:46 +00:00
Djihed Afifi
bf13e02061
Updated Arabic Translation by Khaled Hosny.
...
* Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=2774
2008-09-18 02:05:54 +00:00
Djihed Afifi
1e2c9d5517
Updated Arabic Translation by Khaled Hosny.
...
* Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=2773
2008-09-15 09:43:58 +00:00
Baris Cicek
5dccc423d8
Updated Turkish Translation
...
svn path=/trunk/; revision=2772
2008-09-13 23:31:54 +00:00
Robert Sedak
d58409351c
Update: Croatian Language
...
svn path=/trunk/; revision=2771
2008-09-09 15:51:16 +00:00
Goran Rakic
1c20ceb694
Conversion from sr@Latn to sr@latin
...
svn path=/trunk/; revision=2770
2008-08-25 14:56:00 +00:00
Benoît Dejean
3d4491494f
Released 2.23.90.
...
svn path=/trunk/; revision=2768
2008-08-18 16:11:59 +00:00
Benoît Dejean
10a04fc9c7
Improved freebsd port.
...
Patch by Joe Marcus Clarke <marcus@freebsd.org >.
Closes #548184 .
svn path=/trunk/; revision=2767
2008-08-18 16:11:07 +00:00
Benoît Dejean
10e5124770
Bumped version number
...
svn path=/trunk/; revision=2766
2008-08-18 16:09:34 +00:00
Djihed Afifi
f269f738d7
Updated Arabic Translation by Khaled Hosny.
...
svn path=/trunk/; revision=2765
2008-08-06 08:32:20 +00:00
Djihed Afifi
bc86ee5421
Updated Arabic Translation by Khaled Hosny.
...
svn path=/trunk/; revision=2764
2008-07-29 01:34:38 +00:00
Leonardo Ferreira Fontenelle
7ea989c2b8
Terminology improvement by Vladimir Melo.
...
2008-07-25 Leonardo Ferreira Fontenelle <leonardof@gnome.org >
* pt_BR.po: Terminology improvement by Vladimir Melo.
svn path=/trunk/; revision=2763
2008-07-26 00:36:51 +00:00
Benoît Dejean
91b7ae4b11
Released 2.23.4.
...
svn path=/trunk/; revision=2759
2008-06-23 22:07:54 +00:00
Benoît Dejean
ce23ce407c
Improved example.
...
svn path=/trunk/; revision=2758
2008-06-23 22:07:26 +00:00
Benoît Dejean
7f779e078d
Fixed I/O stats so it works for unpartionned devices (e.g. cdrom).
...
svn path=/trunk/; revision=2757
2008-06-22 11:27:30 +00:00
Benoît Dejean
229eab1213
Updated example to display read/write counters.
...
svn path=/trunk/; revision=2756
2008-06-22 10:50:29 +00:00
Benoît Dejean
791e0dd859
Handle new /sys/block/.../stat format for linux >= 2.6.25.
...
Closes #539360 .
svn path=/trunk/; revision=2755
2008-06-22 09:31:41 +00:00
Djihed Afifi
f63973eac5
Updated Arabic Translation by Khaled Hosny.
...
svn path=/trunk/; revision=2752
2008-06-11 21:40:37 +00:00
Benoît Dejean
806a2d2d7e
Released 2.23.2.
...
svn path=/trunk/; revision=2750
2008-05-24 16:23:07 +00:00
Benoît Dejean
af81e9be75
Put back the old behaviour (no smart pss for now).
...
svn path=/trunk/; revision=2749
2008-05-24 16:20:01 +00:00
Benoît Dejean
90fc3ca780
New API to retrieve process CPU affinity.
...
Linux implementation.
svn path=/trunk/; revision=2748
2008-05-24 09:50:04 +00:00
Benoît Dejean
99e9437b37
Fixed libtool version.
...
Thanks to Bastien Nocera and Matteo Settenvini.
Set to 9:0:2.
svn path=/trunk/; revision=2746
2008-05-23 22:04:24 +00:00
Djihed Afifi
6c7f40ac64
Updated Arabic Translation by Khaled Hosny.
...
svn path=/trunk/; revision=2744
2008-05-22 22:59:38 +00:00
Djihed Afifi
e75261ada8
Updated Arabic Translation by Khaled Hosny.
...
svn path=/trunk/; revision=2743
2008-05-19 01:14:20 +00:00
Benoît Dejean
dc5da30913
Fixed parsing of big /proc/stat for uptime.
...
svn path=/trunk/; revision=2741
2008-04-28 16:20:56 +00:00
Benoît Dejean
4d78d26932
First try to implement proportional set size by recyling
...
glibtop_proc_mem's duplicate members.x
Currently implemented on linux in rss member, for now
size,share,resident,rss are the only filled members.
svn path=/trunk/; revision=2740
2008-04-21 18:59:25 +00:00
Benoît Dejean
cd950bbf73
Added comment about get_scaled usage.
...
svn path=/trunk/; revision=2739
2008-04-21 18:59:23 +00:00
Benoît Dejean
c1b95643a8
Updated glibtop_get_proc_open_files API so that it also list IPv6 TCP sockets.
...
Patch by Mark McClelland <mark@ovcam.org >.
Closes #528175 .
WTH do we not care about udp ?
Updated libtool versioning: API addition does not change the ABI, so only
increased revision. gnome-2.22 is 8.1.1 so trunk is now 8.2.1.
svn path=/trunk/; revision=2738
2008-04-21 18:59:20 +00:00
Benoît Dejean
be8a371481
Fixed debug macro name.
...
svn path=/trunk/; revision=2736
2008-04-14 16:22:03 +00:00
Benoît Dejean
fedd75b2b1
Dropped dead files.
...
svn path=/trunk/; revision=2735
2008-04-14 16:22:00 +00:00
Benoît Dejean
a02e213373
Fixed ;;. Closes #521084 .
...
Fixed ;;.
Closes #521084 .
svn path=/trunk/; revision=2734
2008-04-05 17:13:28 +00:00
Benoît Dejean
e3697c9a9e
Released 2.22.1.
...
svn path=/trunk/; revision=2732
2008-04-04 18:27:42 +00:00
Benoît Dejean
91e2e5a1b7
Bumped version number.
...
svn path=/trunk/; revision=2731
2008-04-04 17:31:42 +00:00
Eskild Hustvedt
158280e297
Updated the Norwegian Nynorsk translation
...
svn path=/trunk/; revision=2730
2008-04-04 11:45:43 +00:00
Benoît Dejean
62c741074c
Fixed dist for !linux.
...
Patch by Petr Salinger <Petr.Salinger@seznam.cz >.
Closes #525953 .
svn path=/trunk/; revision=2729
2008-04-03 16:39:43 +00:00
Benoît Dejean
87a80ba430
Fixed warnings about proclist returning pid_t.
...
svn path=/trunk/; revision=2728
2008-04-03 16:29:55 +00:00
Simos Xenitellis
7bb5abb9a8
Updated Greek translation
...
svn path=/trunk/; revision=2727
2008-03-16 17:04:28 +00:00
Benoît Dejean
40485978ec
Released 2.22.0
...
svn path=/trunk/; revision=2725
2008-03-10 19:04:34 +00:00
Gabor Kelemen
73c62a7bdb
Translation updated
...
2008-03-09 Gabor Kelemen <kelemeng@gnome.hu >
* hu.po: Translation updated
svn path=/trunk/; revision=2724
2008-03-09 21:03:49 +00:00
Yannig MARCHEGAY
e4d9c10a73
Updated Occitan translation
...
svn path=/trunk/; revision=2723
2008-03-08 09:52:17 +00:00
Marcel Telka
5d3f18e12c
Updated Slovak translation.
...
2008-03-06 Marcel Telka <marcel@telka.sk >
* sk.po: Updated Slovak translation.
svn path=/trunk/; revision=2720
2008-03-06 21:13:15 +00:00
Benoît Dejean
d97b0c3419
Fixed flags.
...
svn path=/trunk/; revision=2719
2008-03-02 18:07:24 +00:00
Benoît Dejean
960d12822d
Really set wchan.
...
svn path=/trunk/; revision=2718
2008-03-02 18:07:22 +00:00
Benoît Dejean
f79f25f5ce
Bumped version to 2.21.93.
...
svn path=/trunk/; revision=2717
2008-03-02 18:04:06 +00:00
Changwoo Ryu
3bb78c22c4
Updated Korean translation
...
svn path=/trunk/; revision=2716
2008-02-26 10:14:36 +00:00
Benoît Dejean
4971103dc3
Released 2.21.92.
...
svn path=/trunk/; revision=2714
2008-02-25 19:31:05 +00:00
Benoît Dejean
35fab4d9aa
Smarter smaps parsing.
...
See #518145 .
svn path=/trunk/; revision=2713
2008-02-24 17:52:24 +00:00
Yannig MARCHEGAY
2078320e14
Updated Occitan translation
...
svn path=/trunk/; revision=2711
2008-02-19 21:42:33 +00:00
Chao-Hsiung Liao
46a29ac020
Updated Traditional Chinese translation(Hong Kong). Updated Traditional
...
2008-02-14 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw >
* zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
svn path=/trunk/; revision=2710
2008-02-14 12:14:40 +00:00
Pawan Chitrakar
d9c98b57c9
Updated Nepali Translation
...
svn path=/trunk/; revision=2709
2008-02-14 09:14:15 +00:00
Petr Kovář
9ce9de7942
cs.po: Updated Czech translation by Lucas Lommer.
...
svn path=/trunk/; revision=2708
2008-02-11 18:20:18 +00:00
Djihed Afifi
1409a8ef80
Updated Arabic Translation by Khaled Hosny.
...
svn path=/trunk/; revision=2707
2008-01-31 08:22:02 +00:00
Benoît Dejean
bff4a84864
Released 2.21.5
...
svn path=/trunk/; revision=2705
2008-01-14 18:32:57 +00:00
Djihed Afifi
77524a1ad2
Updated Arabic Translation by Khaled Hosny. . Also QA'ed by Khaled.
...
svn path=/trunk/; revision=2704
2008-01-12 01:07:16 +00:00
Inaki Larranaga Murgoitio
a171755aa6
Updated Basque translation.
...
2008-01-11 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org >
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=2703
2008-01-11 15:39:27 +00:00
Benoît Dejean
1d5f2cb395
Fixed build on GNU/kFreeBSD.
...
Patch by Petr Salinger <Petr.Salinger@seznam.cz >.
Closes #507430 .
svn path=/trunk/; revision=2698
2008-01-05 13:45:31 +00:00
Benoît Dejean
86ace13645
Fixed unit of vsize and resident.
...
Patch by Kuang-che Wu <kcwu@csie.org >.
Closes #506889 .
svn path=/trunk/; revision=2697
2008-01-05 13:45:17 +00:00
Yannig MARCHEGAY
57b1547333
Updated Occitan translation
...
svn path=/trunk/; revision=2694
2007-12-31 20:58:40 +00:00
Rahul Bhalerao
efee8728d1
Added Marathi Translations
...
svn path=/trunk/; revision=2693
2007-12-28 10:55:49 +00:00
Ignacio Casal Quinteiro
9ae5202a78
Updated Galician Translation.
...
svn path=/trunk/; revision=2692
2007-11-28 13:29:27 +00:00
Yannig MARCHEGAY
07322469b7
Updated Occitan translation
...
svn path=/trunk/; revision=2691
2007-11-20 20:04:46 +00:00
Kjartan Maraas
b797fcf578
Updated Norwegian bokmål translation.
...
2007-11-01 Kjartan Maraas <kmaraas@gnome.org >
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=2690
2007-11-01 20:14:19 +00:00
Benoît Dejean
7725fdff77
Released 2.21.1.
...
svn path=/trunk/; revision=2688
2007-10-29 21:31:01 +00:00
Djihed Afifi
e5298ca598
Updated Arabic Translation by Youssef Chahibi.
...
svn path=/trunk/; revision=2687
2007-10-23 20:56:03 +00:00
Djihed Afifi
92d54e287a
Updated Arabic Translation by Youssef Chahibi.
...
svn path=/trunk/; revision=2685
2007-10-21 16:45:11 +00:00
Matej Urbančič
2d9656e82a
Updated Slovenian translation
...
svn path=/trunk/; revision=2684
2007-10-18 19:13:43 +00:00
Benoît Dejean
8674e92349
Implemented a linux-only fsusage sysdeps.
...
svn path=/trunk/; revision=2683
2007-10-17 20:53:53 +00:00
Benoît Dejean
f5bbc36a91
Little performance tuning to avoid too many array reallocation.
...
svn path=/trunk/; revision=2682
2007-10-17 20:52:50 +00:00
Benoît Dejean
b058565419
Displays all fs.
...
svn path=/trunk/; revision=2681
2007-10-17 20:51:40 +00:00
Yair Hershkovitz
2c6b951822
updated hebrew translation
...
svn path=/trunk/; revision=2680
2007-10-15 22:43:00 +00:00
Benoît Dejean
9b072525a6
Implemented a linux-only mountlist.
...
Smarter ignore list based on /proc/filesystems.
svn path=/trunk/; revision=2678
2007-10-15 17:52:34 +00:00
Benoît Dejean
e2e0e3a555
Don't export _s and _p symbols. These symbols were never meant to be
...
public (i know, i say it all the time ;). I've checked every
debian/sid package which depends on libgtop2-7 and it's OK.
This also fixes a symbol mess on darwin.
svn path=/trunk/; revision=2677
2007-10-15 17:49:29 +00:00
Benoît Dejean
f37f72781a
Copy there to have a linux-only implementation.
...
svn path=/trunk/; revision=2676
2007-10-15 17:46:38 +00:00
Benoît Dejean
9618fe795f
Fixed netload build.
...
Patch by Henry Zhang <hua.zhang@sun.com >.
Closes #346021 .
svn path=/trunk/; revision=2675
2007-10-10 08:13:49 +00:00
Benoît Dejean
2e3231b051
Fixed libtool versioning.
...
gnome-2.20 is 8.0.1
trunk is now 8.1.1 i.e. revison 1 of 8.0.1.
svn path=/trunk/; revision=2674
2007-10-05 16:10:23 +00:00
Benoît Dejean
7fd14852db
Use G_GINT64_MODIFIER to avoid warnings on LLP64.
...
svn path=/trunk/; revision=2673
2007-10-03 19:50:00 +00:00
Benoît Dejean
73728a78c7
Added rpc_pipefs to ignore list.
...
svn path=/trunk/; revision=2672
2007-10-03 19:49:13 +00:00
Benoît Dejean
3f55d507dd
Fixed arguments type.
...
svn path=/trunk/; revision=2671
2007-10-03 19:29:28 +00:00
Alessio Frusciante
13cec7830f
Updated Italian translation.
...
svn path=/trunk/; revision=2669
2007-10-02 21:18:59 +00:00
Benoît Dejean
665d65d164
Fixed printf format overflow.
...
svn path=/trunk/; revision=2668
2007-10-01 21:11:38 +00:00
Benoît Dejean
21adc6b0c5
Updated libtool version.
...
svn path=/trunk/; revision=2667
2007-09-28 17:40:06 +00:00
Benoît Dejean
3529a1b59f
Added darwin port. Patch by Benjamin Reed <ranger@befunk.com>. Closes
...
Added darwin port.
Patch by Benjamin Reed <ranger@befunk.com >.
Closes #481068 .
Bumped version number to 2.21.1.
svn path=/trunk/; revision=2666
2007-09-28 17:36:48 +00:00
Benoît Dejean
8a0a3632ac
Use fstat instead of stat.
...
svn path=/trunk/; revision=2665
2007-09-28 17:32:59 +00:00
Benoît Dejean
e6f9e07a9e
"." is not a tid.
...
svn path=/trunk/; revision=2664
2007-09-28 17:30:31 +00:00
Alexander Shopov
755695c537
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
...
2007-09-18 Alexander Shopov <ash@contact.bg >
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg >
svn path=/trunk/; revision=2660
2007-09-18 07:46:51 +00:00
Artur Flinta
dba423b6e7
Updated Polish translation by GNOME PL Team.
...
2007-09-17 Artur Flinta <aflinta@svn.gnome.org >
* pl.po: Updated Polish translation by GNOME PL Team.
svn path=/trunk/; revision=2659
2007-09-17 19:17:02 +00:00
Kenneth Nielsen
83cda8c605
Updated Danish translation
...
svn path=/trunk/; revision=2658
2007-09-16 21:19:30 +00:00
Gil Forcada Codinachs
6856c690f3
Updated Catalan translation
...
svn path=/trunk/; revision=2657
2007-09-16 20:29:37 +00:00
Benoît Dejean
a9b3964675
Released 2.20.0.
...
svn path=/trunk/; revision=2655
2007-09-16 13:02:10 +00:00
Gintautas Miliauskas
44b360a521
Updated Lithuanian translation.
...
2007-09-16 Gintautas Miliauskas <gintas@akl.lt >
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=2654
2007-09-16 10:55:47 +00:00
Djihed Afifi
699524ea6a
Updated Arabic Translation by Youssef Chahibi.
...
svn path=/trunk/; revision=2653
2007-09-13 22:45:17 +00:00
Gabor Kelemen
2f4826b4d8
Translation updated.
...
2007-09-13 Gabor Kelemen <kelemeng@gnome.hu >
* hu.po: Translation updated.
svn path=/trunk/; revision=2652
2007-09-13 22:06:45 +00:00
Mugurel Tudor
83160ef48c
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
...
2007-09-13 Mugurel Tudor <mugurelu@gnome.ro >
* ro.po: Updated Romanian translation
by Mişu Moldovan <dumol@gnome.ro >
svn path=/trunk/; revision=2651
2007-09-13 07:46:12 +00:00
Maxim Dziumanenko
76bfbd3006
Update Ukrainian translation.
...
2007-09-12 Maxim Dziumanenko <dziumanenko@gmail.com >
* Update Ukrainian translation.
svn path=/trunk/; revision=2650
2007-09-12 13:20:20 +00:00
Goran Rakic
73c9b1dd20
Updated Serbian translation
...
svn path=/trunk/; revision=2649
2007-09-12 11:31:47 +00:00
Duarte Loreto
da878ec588
Updated Portuguese translation.
...
2007-09-08 Duarte Loreto <happyguy_pt@hotmail.com >
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=2648
2007-09-08 00:57:13 +00:00
Yang Zhang
f3c90e4b3a
Updated zh_CN translation
...
svn path=/trunk/; revision=2647
2007-09-07 09:27:35 +00:00
Nickolay V. Shmyrev
f3959743b6
Updated Russian translation.
...
2007-09-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru >
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=2646
2007-09-05 15:06:56 +00:00
Jovan Naumovski
70a58a4cd4
2007-09-03 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
...
svn path=/trunk/; revision=2645
2007-09-02 23:39:41 +00:00
Yannig MARCHEGAY
600bb6f004
Updated Occitan translation
...
svn path=/trunk/; revision=2644
2007-09-01 20:16:45 +00:00
Benoît Dejean
d5ccf3404b
Released 2.19.92.
...
svn path=/trunk/; revision=2642
2007-08-27 06:08:09 +00:00
Benoît Dejean
b17762a5ae
Fixed cpuinfo path. Sorry :/
...
Fixed cpuinfo path.
Sorry :/
svn path=/trunk/; revision=2641
2007-08-27 05:59:15 +00:00
Benoît Dejean
1f2325b441
Released 2.19.91.
...
svn path=/trunk/; revision=2639
2007-08-26 16:11:32 +00:00
Benoît Dejean
b1757616d8
Bump version number.
...
svn path=/trunk/; revision=2638
2007-08-26 16:08:39 +00:00
Benoît Dejean
871f300a2c
Added a bufsiz argument to file_to_buffer().
...
Increased read buffer size in get_sysinfo().
svn path=/trunk/; revision=2637
2007-08-26 16:05:36 +00:00
Stéphane Raimbault
650c8f2582
Updated French translation.
...
svn path=/trunk/; revision=2636
2007-08-24 19:26:29 +00:00
Yannig MARCHEGAY
28ae85c10b
Updated Occitan translation
...
svn path=/trunk/; revision=2635
2007-08-21 11:12:23 +00:00
Yannig MARCHEGAY
ce37ceeb15
Updated Occitan translation
...
svn path=/trunk/; revision=2634
2007-08-17 17:51:47 +00:00
Runa Bhattacharjee
706c847b17
Added Entry for Bengali India Translation Updation
...
svn path=/trunk/; revision=2633
2007-08-10 09:23:19 +00:00
Runa Bhattacharjee
82be8d7f8d
Updated Bengali India Translation
...
svn path=/trunk/; revision=2632
2007-08-10 09:23:07 +00:00
Benoît Dejean
22e55d2e37
Formated as Olav Vitters requested it.
...
svn path=/trunk/; revision=2631
2007-08-08 18:10:49 +00:00
Ankitkumar Rameshchandra Patel
31844753e8
Updated Translation
...
svn path=/trunk/; revision=2630
2007-08-07 11:56:49 +00:00
Ilkka Tuohela
0ad36c2f62
Updated Finnish translation
...
svn path=/trunk/; revision=2629
2007-08-06 13:31:44 +00:00
Inaki Larranaga Murgoitio
79143ecad7
Updated Basque translation.
...
2007-08-05 Inaki Larranaga Murgoitio <dooteo@zundan.com >
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=2628
2007-08-05 11:48:39 +00:00
Benoît Dejean
62dba864d7
Removed empty directory.
...
svn path=/trunk/; revision=2627
2007-07-29 16:22:09 +00:00
Leonardo Ferreira Fontenelle
21a763e55a
Brazilian Portuguese translation updated by Og Maciel
...
2007-07-21 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org >
* pt_BR.po: Brazilian Portuguese translation updated by Og Maciel
<ogmaciel@ubuntu.com >.
svn path=/trunk/; revision=2626
2007-07-21 17:39:11 +00:00
Hendrik Richter
c81d6306e5
Updated German translation.
...
2007-07-19 Hendrik Richter <hendrikr@gnome.org >
* de.po: Updated German translation.
svn path=/trunk/; revision=2625
2007-07-19 17:27:33 +00:00
Wouter Bolsterlee
7270bcc9d5
Dutch translation updated by Wouter Bolsterlee.
...
2007-07-17 Wouter Bolsterlee <wbolster@svn.gnome.org >
* nl.po: Dutch translation updated by Wouter Bolsterlee.
svn path=/trunk/; revision=2624
2007-07-17 16:53:54 +00:00
Ilkka Tuohela
3c39f89281
Updated Finnish translation
...
svn path=/trunk/; revision=2623
2007-07-16 16:10:14 +00:00
Benoît Dejean
e34f38d3fc
Released 2.19.5.
...
svn path=/trunk/; revision=2621
2007-07-09 19:54:17 +00:00
Felix I
a207cc1580
updated ta translation
...
svn path=/trunk/; revision=2620
2007-07-09 11:21:44 +00:00
Takeshi AIHANA
b219d3181e
Updated Japanese translation.
...
2007-07-07 Takeshi AIHANA <takeshi.aihana@gmail.com >
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=2619
2007-07-07 16:23:51 +00:00
Benoît Dejean
bc848239ff
Forgot to add these files.
...
svn path=/trunk/; revision=2618
2007-07-02 15:47:24 +00:00
Benoît Dejean
0285e018f4
Fixe some problems as well as implements procwd and procopenfiles for
...
2007-07-01 Benoît Dejean <benoit@placenet.org >
Fixe some problems as well as implements procwd and procopenfiles
for FreeBSD using a wrapper around lsof. This same backend should
also work on kFreeBSD.
Patch by Joe Marcus Clarke <marcus@freebsd.org >
svn path=/trunk/; revision=2617
2007-07-01 13:21:07 +00:00
Clytie Siddall
01f1e7e955
Updated Vietnamese translation.
...
svn path=/trunk/; revision=2616
2007-06-27 08:13:35 +00:00
Benoît Dejean
ef34cfb38a
git-svn sucks. Kill r2609
...
svn path=/trunk/; revision=2611
2007-06-25 17:30:40 +00:00
Benoît Dejean
1e0ba1d7aa
Fixed smaps parsing with linux > 2.6.21.
...
Closes #449595 .
Improved example.
svn path=/trunk/; revision=2610
2007-06-25 17:27:29 +00:00
Benoît Dejean
6b0bafcafb
New API : glibtop_get_proc_affinity.
...
Implemented for linux.
svn path=/trunk/; revision=2609
2007-06-25 17:27:27 +00:00
Kjartan Maraas
c0856a39bd
Updated Norwegian bokmål translation.
...
2007-06-23 Kjartan Maraas <kmaraas@gnome.org >
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=2608
2007-06-23 09:52:40 +00:00
Benoît Dejean
270820a05c
Released 2.19.4.
...
svn path=/trunk/; revision=2606
2007-06-18 16:49:07 +00:00
Pema Geyleg
358660837c
updated dzongkha translation
...
svn path=/trunk/; revision=2605
2007-06-13 08:41:43 +00:00
Benoît Dejean
e387c66aad
Fixed build. Patch by Damien Carbery <damien.carbery@sun.com>. Closes
...
2007-06-07 Benoît Dejean <benoit@placenet.org >
* proclist.c: (glibtop_get_proclist_s):
Fixed build.
Patch by Damien Carbery <damien.carbery@sun.com >.
Closes #444815 .
svn path=/trunk/; revision=2604
2007-06-07 16:30:59 +00:00
Benoît Dejean
e774440e77
Released 2.19.3.
...
svn path=/trunk/; revision=2602
2007-06-03 20:04:13 +00:00
Benoît Dejean
c7295cd5f0
Got rid of G_GNUC_INTERNAL.
...
svn path=/trunk/; revision=2601
2007-05-31 20:31:22 +00:00
Benoît Dejean
65fe248d66
Got rid of G_GNUC_INTERNAL.
...
svn path=/trunk/; revision=2600
2007-05-31 20:04:32 +00:00
Daniel Nylander
5c479c9a45
sv.po: Updated Swedish translation
...
svn path=/trunk/; revision=2599
2007-05-27 09:59:02 +00:00
Benoît Dejean
6509ddff4c
Got rid of glibtop_init_s calls. If i'm right, these are only no-op and
...
2007-05-20 Benoît Dejean <benoit@placenet.org >
* *.c:
Got rid of glibtop_init_s calls.
If i'm right, these are only no-op and the legacy stub/ don't
have any calls to them, so it's should harmless.
So let's try it.
svn path=/trunk/; revision=2598
2007-05-20 21:55:42 +00:00
Benoît Dejean
ee78aaf29c
Fixed returned type.
...
2007-05-19 Benoît Dejean <benoit@placenet.org >
* default.c:
Fixed returned type.
svn path=/trunk/; revision=2597
2007-05-19 19:43:31 +00:00
Benoît Dejean
a5f59cb81a
Fixed warnings.
...
2007-05-19 Benoît Dejean <benoit@placenet.org >
* proclist.c: (glibtop_get_proclist_s):
Fixed warnings.
svn path=/trunk/; revision=2596
2007-05-19 19:42:33 +00:00
Benoît Dejean
a99011fd5c
Small API change. get_proclist returns pid_t instead of unsigned for
...
2007-05-19 Benoît Dejean <benoit@placenet.org >
* features.def:
* include/glibtop/proclist.h:
Small API change.
get_proclist returns pid_t instead of unsigned for consistency.
I have checked many archs and this doesn't break the ABI.
svn path=/trunk/; revision=2595
2007-05-19 19:40:33 +00:00
Benoît Dejean
598374bb1c
Enable example by default. Renamed option to --with-examples.
...
2007-05-17 Benoît Dejean <benoit@placenet.org >
* libgtop-sysdeps.m4:
Enable example by default.
Renamed option to --with-examples.
svn path=/trunk/; revision=2594
2007-05-19 14:27:52 +00:00
Benoît Dejean
b1acd4461e
Fixed wd and new simple mem example.
...
2007-05-19 Benoît Dejean <benoit@placenet.org >
* Makefile.am:
* mem.c: (main):
* wd.c: (main):
Fixed wd and new simple mem example.
svn path=/trunk/; revision=2593
2007-05-19 14:26:11 +00:00
Theppitak Karoonboonyanan
0e2fe6158c
Updated Thai translation.
...
* th.po: Updated Thai translation.
svn path=/trunk/; revision=2592
2007-05-18 10:26:58 +00:00
Benoît Dejean
f8b9e6f7cc
Added missing sizeof.
...
2007-05-17 Benoît Dejean <benoit@placenet.org >
* procopenfiles.c: (glibtop_get_proc_open_files_s):
Added missing sizeof.
svn path=/trunk/; revision=2591
2007-05-17 12:10:11 +00:00
Benoît Dejean
8fc7451000
Bumped version number.
...
2007-05-17 Benoît Dejean <benoit@placenet.org >
* configure.in:
Bumped version number.
svn path=/trunk/; revision=2590
2007-05-17 12:08:52 +00:00
Priit Laes
aaab91cc20
Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
...
2007-05-17 Priit Laes <plaes@svn.gnome.org >
* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee >.
svn path=/trunk/; revision=2589
2007-05-17 09:37:24 +00:00
Yannig MARCHEGAY
cde89c59b1
Occitan first translation
...
svn path=/trunk/; revision=2588
2007-05-16 17:02:00 +00:00
Yannig MARCHEGAY
0ce04dd037
+ Occitan
...
svn path=/trunk/; revision=2587
2007-05-16 17:00:43 +00:00
David Lodge
8e4c6df830
Updated en_GB translation
...
svn path=/trunk/; revision=2586
2007-05-15 21:53:32 +00:00
Benoît Dejean
da54431af5
Fixed dist.
...
2007-05-14 Benoît Dejean <benoit@placenet.org >
* include/glibtop/Makefile.am:
* lib/Makefile.am:
Fixed dist.
svn path=/trunk/; revision=2583
2007-05-14 08:04:19 +00:00
Jorge Gonzalez Gonzalez
ace68aa492
Updated Spanish translation
...
svn path=/trunk/; revision=2582
2007-05-14 07:33:38 +00:00
Benoît Dejean
eee0cad2b6
Added missing files
...
svn path=/trunk/; revision=2580
2007-05-13 14:28:50 +00:00
Benoît Dejean
785b30aeb6
Released 2.19.2.
...
2007-05-13 Benoît Dejean <benoit@placenet.org >
* NEWS:
* configure.in:
Released 2.19.2.
svn path=/trunk/; revision=2579
2007-05-13 13:53:27 +00:00
Benoît Dejean
3eb958dc6c
Manual commit from my local git-svn which is broken :/
...
svn path=/trunk/; revision=2578
2007-05-13 08:20:10 +00:00
Benoît Dejean
cd389851b9
Got rid of InodeDB. This feature was optionnal and i have never heard of
...
2007-04-27 Benoît Dejean <benoit@placenet.org >
Got rid of InodeDB.
This feature was optionnal and i have never heard of anyone using
it. I have never touched it so it may be broken since 2.6.
svn path=/trunk/; revision=2573
2007-04-27 17:37:47 +00:00
Felix I
7ee8dae9c5
updated ta translation
...
svn path=/trunk/; revision=2572
2007-04-27 05:48:21 +00:00
Benoît Dejean
4b9bb4ee71
Updated Tamil translation. Translated by Senthil Kumar
...
2007-04-25 Benoît Dejean <benoit@placenet.org >
* ta.po: Updated Tamil translation.
Translated by Senthil Kumar <senthil0627@gmail.com >.
svn path=/trunk/; revision=2570
2007-04-25 18:15:21 +00:00
Benoît Dejean
aa9fafe5c3
Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get
...
2007-04-11 Benoît Dejean <benoit@placenet.org >
* *:
Renamed all glibtop_init_xxx functions
to _glibtop_init_xxx so they get internal visibility.
* configure.in:
Bumped version number.
svn path=/trunk/; revision=2569
2007-04-11 17:52:14 +00:00
Ignacio Casal Quinteiro
e0c1214cdd
Updated Galician translation.
...
svn path=/trunk/; revision=2568
2007-03-25 21:09:29 +00:00
Benoît Dejean
82612af053
Ignore securityfs and fusectl. Patch by Fryderyk Dziarmagowski
...
2007-03-16 Benoît Dejean <benoit@placenet.org >
* mountlist.c: (ignore_mount_entry):
Ignore securityfs and fusectl.
Patch by Fryderyk Dziarmagowski <freetz@gmx.net >
Closes #418718 .
svn path=/trunk/; revision=2567
2007-03-16 22:53:05 +00:00
Benoît Dejean
2f6439a239
Fixed stat parsing for md devices. Patch by Martin Bailey
...
2007-03-13 Benoît Dejean <benoit@placenet.org >
* fsusage.c: (get_sys_path), (linux_2_6_0):
Fixed stat parsing for md devices.
Patch by Martin Bailey <martin@pcalpha.com >.
svn path=/trunk/; revision=2566
2007-03-13 21:41:43 +00:00
Benoît Dejean
44ff5b7599
Updated.
...
2007-03-13 Benoît Dejean <benoit@placenet.org >
* MAINTAINERS:
Updated.
svn path=/trunk/; revision=2565
2007-03-13 18:50:00 +00:00
Artur Flinta
eb6c8b696f
Updated Polish translation by GNOME PL Team.
...
2007-03-03 Artur Flinta <aflinta@svn.gnome.org >
* pl.po: Updated Polish translation by GNOME PL Team.
svn path=/trunk/; revision=2564
2007-03-03 20:27:39 +00:00
Gintautas Miliauskas
177d1aa841
Updated Lithuanian translation.
...
2007-02-27 Gintautas Miliauskas <gintas@akl.lt >
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=2563
2007-02-27 14:49:12 +00:00
Amanpreet Singh Alam
021153bc49
updating for Punjabi by alam
...
svn path=/trunk/; revision=2562
2007-02-25 14:19:25 +00:00
Benoît Dejean
89810a70ec
Released 2.14.8.
...
2007-02-25 Benoît Dejean <benoit@placenet.org >
* NEWS:
Released 2.14.8.
svn path=/trunk/; revision=2560
2007-02-25 10:54:07 +00:00
Maxim Dziumanenko
504ff4ec59
Update Ukrainian translation.
...
2007-02-20 Maxim Dziumanenko <dziumanenko@gmail.com >
* Update Ukrainian translation.
svn path=/trunk/; revision=2559
2007-02-20 12:23:52 +00:00
Benoît Dejean
04a5531a46
Removed noisy $Id$.
...
2007-02-20 Benoît Dejean <benoit@placenet.org >
* *:
Removed noisy $Id$.
svn path=/trunk/; revision=2558
2007-02-19 23:10:10 +00:00
Benoît Dejean
5a15e409cf
Huge (k)FreeBSD update. (k)FreeBSD support is freebsd/ Other BSD are in
...
2007-02-18 Benoît Dejean <benoit@placenet.org >
* configure.in:
* libgtop-sysdeps.m4:
* sysdeps/Makefile.am:
Huge (k)FreeBSD update.
(k)FreeBSD support is freebsd/
Other BSD are in bsd/
Patch by Joe Marcus Clarke <marcus@freebsd.org >
Alexander Nedotsukov <bland@FreeBSD.org >
Closes #407693 .
svn path=/trunk/; revision=2557
2007-02-18 01:10:53 +00:00
Benoît Dejean
747438e334
Fixed distcheck.
...
2007-02-15 Benoît Dejean <benoit@placenet.org >
* reference/Makefile.am:
Fixed distcheck.
svn path=/trunk/; revision=2556
2007-02-15 22:06:09 +00:00
Benoît Dejean
10211bf7da
Some more const.
...
2007-02-15 Benoît Dejean <benoit@placenet.org >
* procmap.c: (add_smaps):
Some more const.
svn path=/trunk/; revision=2555
2007-02-15 21:09:11 +00:00
Benoît Dejean
09f8aaec1e
Handle EINTR.
...
2007-02-14 Benoît Dejean <benoit@placenet.org >
* lib/read.c: (glibtop_read_l):
* lib/write.c: (glibtop_write_l):
Handle EINTR.
* configure.in:
Post release version bump.
svn path=/trunk/; revision=2554
2007-02-14 22:19:01 +00:00
Benoît Dejean
9f509067d4
Released 2.14.7.
...
2007-02-10 Benoît Dejean <benoit@placenet.org >
* NEWS:
* configure.in:
Released 2.14.7.
svn path=/trunk/; revision=2552
2007-02-10 15:41:15 +00:00
Benoît Dejean
a085c85db6
Make sure avail <= free. Closes #406280 .
...
2007-02-10 Benoît Dejean <benoit@placenet.org >
* fsusage.c: (glibtop_get_fsusage_s):
Make sure avail <= free.
Closes #406280 .
svn path=/trunk/; revision=2551
2007-02-10 15:33:09 +00:00
Benoît Dejean
c6a7459bc9
Various FreeBSD and kFreeBSD updates. Patch by Roy Marples
...
2007-01-31 Benoît Dejean <benoit@placenet.org >
* fsusage.c: (_glibtop_freebsd_get_fsusage_read_write):
* netload.c: (glibtop_get_netload_p):
* prockernel.c: (glibtop_get_proc_kernel_p):
* procmap.c: (glibtop_get_proc_map_p):
* proctime.c:
* siglist.c:
* /libgtop-sysdeps.m4:
Various FreeBSD and kFreeBSD updates.
Patch by Roy Marples <uberlord@gentoo.org >.
Reviewed by Petr Salinger <Petr.Salinger@seznam.cz >.
Closes #387200 .
svn path=/trunk/; revision=2550
2007-01-31 21:23:21 +00:00
Benoît Dejean
3d06443c2c
Fixed order. Added objfs and ctfs. Closes #400557 .
...
2007-01-31 Benoît Dejean <benoit@placenet.org >
* mountlist.c: (ignore_mount_entry):
Fixed order.
Added objfs and ctfs.
Closes #400557 .
svn path=/trunk/; revision=2549
2007-01-31 21:01:54 +00:00
Benoît Dejean
3f49e555fc
Released 2.14.6.
...
2007-01-14 Benoît Dejean <benoit@placenet.org >
* NEWS:
Released 2.14.6.
svn path=/trunk/; revision=2547
2007-01-14 19:28:24 +00:00
Benoît Dejean
e156172e7c
Fixed stack overflow in proc_map. Switched to Glibc getline because fgets
...
2007-01-14 Benoît Dejean <benoit@placenet.org >
* procmap.c: (glibtop_get_proc_map_s):
* procopenfiles.c: (parse_file):
Fixed stack overflow in proc_map.
Switched to Glibc getline because fgets gets fooled by long
lines.
Closes #396477 .
svn path=/trunk/; revision=2546
2007-01-14 18:09:56 +00:00
Benoît Dejean
c9385972bd
Bumped version number to 2.14.6.
...
2007-01-11 Benoît Dejean <benoit@placenet.org >
* configure.in:
Bumped version number to 2.14.6.
* *:
Got rid of CVS admin files.
svn path=/trunk/; revision=2545
2007-01-11 20:35:33 +00:00
Benoît Dejean
b411ee115f
Replaced two strstr by a hand-written loop in this critical code.
...
2007-01-11 Benoît Dejean <benoit@placenet.org >
* glibtop_private.c: (get_scaled):
Replaced two strstr by a hand-written loop in this critical code.
svn path=/trunk/; revision=2544
2007-01-11 20:28:02 +00:00
Benoît Dejean
63fb94127a
Made gtk-doc happy in order to dist.
...
2006-12-03 Benoît Dejean <benoit@placenet.org >
* doc/reference/libgtop-docs.xml:
* glibtop.h:
* include/glibtop/sysinfo.h:
Made gtk-doc happy in order to dist.
2006-12-03 18:21:01 +00:00
Benoît Dejean
37fc9c1544
Released 2.14.5.
...
2006-12-03 Benoît Dejean <benoit@placenet.org >
* NEWS:
Released 2.14.5.
2006-12-03 15:53:19 +00:00
Benoît Dejean
9055b90aef
Converted to gtk-doc. Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.
...
2006-12-02 Benoît Dejean <benoit@placenet.org >
* Makefile.am:
* configure.in:
* doc/Makefile.am:
* doc/reference/Makefile.am:
* doc/reference/libgtop-docs.xml:
* doc/reference/libgtop-sections.txt:
* doc/reference/version.xml.in:
* gtk-doc.make:
* sysdeps/common/default.c:
Converted to gtk-doc.
Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl >.
2006-12-02 13:42:48 +00:00
Julio M. Merino Vidal
3f25ae9b43
Use the AS_HELP_STRING macro to format help messages. Fixes bug #337068 .
...
2006-12-19 Julio M. Merino Vidal <jmmv@NetBSD.org >
* configure.in:
* libgtop-sysdeps.m4:
Use the AS_HELP_STRING macro to format help messages.
Fixes bug #337068 .
2006-12-01 18:48:22 +00:00
Djihed Afifi
a288a086f7
Updated Arabic Translation.
2006-12-01 11:06:47 +00:00
Benoît Dejean
25a398fc24
Added kfreebsd support. Patch by Petr Salinger <Petr.Salinger@seznam.cz>.
...
2006-11-27 Benoît Dejean <benoit@placenet.org >
* libgtop-sysdeps.m4:
Added kfreebsd support.
Patch by Petr Salinger <Petr.Salinger@seznam.cz >.
2006-11-27 19:32:57 +00:00
Benoît Dejean
0b438b5250
Added kfreebsd support. Patch by Petr Salinger <Petr.Salinger@seznam.cz>.
...
2006-11-27 Benoît Dejean <benoit@placenet.org >
* fsusage.c: (_glibtop_freebsd_get_fsusage_read_write):
* mem.c: (glibtop_get_mem_p):
* prockernel.c: (glibtop_get_proc_kernel_p):
* proclist.c: (glibtop_get_proclist_p):
* procmap.c: (glibtop_get_proc_map_p):
* procmem.c: (glibtop_get_proc_mem_p):
* procsignal.c: (glibtop_get_proc_signal_p):
* procstate.c: (glibtop_get_proc_state_p):
* proctime.c:
* procuid.c: (glibtop_get_proc_uid_p):
* swap.c: (glibtop_init_swap_p), (glibtop_get_swap_p):
Added kfreebsd support.
Patch by Petr Salinger <Petr.Salinger@seznam.cz >.
2006-11-27 19:22:45 +00:00
Benoît Dejean
0d2382e666
Bumped version number.
...
2006-11-27 Benoît Dejean <benoit@placenet.org >
* configure.in:
Bumped version number.
2006-11-27 18:58:57 +00:00
Wouter Bolsterlee
56b06c7433
Translation updated by GNOME PL Team.
...
2006-11-19 Wouter Bolsterlee <wbolster@cvs.gnome.org >
* pl.po: Translation updated by GNOME PL Team.
2006-11-19 18:37:56 +00:00
Djihed Afifi
84f690d318
Updated Arabic Translation. QA'ed by Khaled Hosny
2006-11-18 20:28:56 +00:00
Djihed Afifi
fef76514ed
Added/Updated Arabic Translation.
2006-10-30 10:09:43 +00:00
Satoru SATOH
1bc8ce6f23
Fixed wrong plural form entries.
...
2006-10-30 Satoru SATOH <ss@gnome.gr.jp >
* ja.po: Fixed wrong plural form entries.
2006-10-29 16:38:20 +00:00
Benoît Dejean
920a936511
Added nfsd to the exclude list.
...
2006-09-21 Benoît Dejean <benoit@placenet.org >
* mountlist.c: (ignore_mount_entry):
Added nfsd to the exclude list.
2006-09-21 13:05:22 +00:00
Pawan Chitrakar
648c28b332
Updated Nepali Translation
2006-09-21 12:21:48 +00:00
Sunil Mohan Adapa
d9282f6102
Added Telugu "te" translation done by Sree Ganesh <mrthottempudi@yahoo.com>.
2006-09-19 15:08:41 +00:00
Benoît Dejean
1ca0e5c5e7
Added glibtop_get_proc_open_files implementation by Henry Zhang
...
2006-09-19 Benoît Dejean <benoit@placenet.org >
* Makefile.am:
* procopenfiles.c: (glibtop_init_proc_open_files_s),
(glibtop_get_proc_open_files_s):
Added glibtop_get_proc_open_files implementation by
Henry Zhang <hua.zhang@sun.com >.
Closes #346174 .
2006-09-19 14:38:14 +00:00
Benoît Dejean
537bf34f94
Released 2.14.4.
...
2006-09-16 Benoît Dejean <benoit@placenet.org >
* NEWS:
* configure.in:
Released 2.14.4.
2006-09-16 16:20:52 +00:00
Benoît Dejean
5982287f48
Fixed parsing s?maps on 64bit kernel. Closes #355290 . Removed useless
...
2006-09-11 Benoît Dejean <benoit@placenet.org >
* procmap.c: (glibtop_get_proc_map_s):
Fixed parsing s?maps on 64bit kernel.
Closes #355290 .
Removed useless casts.
2006-09-11 17:47:51 +00:00
Benoît Dejean
24f5bb1e22
Removed wrong inline documentation. Closes #355286 .
...
2006-09-10 Benoît Dejean <benoit@placenet.org >
* configure.in:
* include/glibtop/procstate.h:
Removed wrong inline documentation.
Closes #355286 .
2006-09-10 21:53:29 +00:00
Benoît Dejean
499f599e95
Released 2.14.3.
...
2006-09-05 Benoît Dejean <benoit@placenet.org >
* NEWS:
Released 2.14.3.
2006-09-05 18:38:03 +00:00
Runa Bhattacharjee
71ce0e790b
Added Entry for Bengali India Translation Updation
2006-09-01 12:12:00 +00:00
Runa Bhattacharjee
05dfb867a3
Updated Bengali India Translation
2006-09-01 12:11:40 +00:00
Kwok-Koon Cheung
2345eaf4ee
recover changelog
2006-09-01 10:47:16 +00:00
Kwok-Koon Cheung
7b3d57c9e9
Add missing entries into LINGUAS
2006-09-01 10:00:57 +00:00
Theppitak Karoonboonyanan
9ebea04e19
Fixed plural strings.
...
2006-08-27 Theppitak Karoonboonyanan <thep@linux.thai.net >
* th.po: Fixed plural strings.
2006-08-27 10:59:49 +00:00
Gabor Kelemen
0cefbb6df0
Translation updated.
...
2006-08-16 Gabor Kelemen <kelemeng@gnome.hu >
* hu.po: Translation updated.
2006-08-16 02:25:49 +00:00
Matic Žgur
272a72d7bc
Updated Slovenian translation.
...
2006-08-14 Matic Žgur <mr.zgur@gmail.com >
* sl.po: Updated Slovenian translation.
2006-08-14 09:50:36 +00:00
Benoît Dejean
75f11dc5d6
Fixed inodedb build with --as-needed to please people who want to compile
...
2006-08-14 Benoît Dejean <benoit@placenet.org >
* src/inodedb/Makefile.am:
Fixed inodedb build with --as-needed to please people
who want to compile and optimize broken, deprecated and
never-used feature.
Patch by Daniel Gryniewicz <dang@gentoo.org >
Closes #341041 .
2006-08-14 07:56:39 +00:00
Benoît Dejean
383b4c480e
Bumped version number.
...
2006-08-10 Benoît Dejean <benoit@placenet.org >
* configure.in:
Bumped version number.
* glibtop.h:
* include/glibtop/init_hooks.h:
Added missing G_(BEGIN|END)_DECLS.
2006-08-10 20:36:58 +00:00
Benoît Dejean
610c0071cc
Only print the warning if (number of real cpu's) != (number of cpu's
...
2006-08-10 Benoît Dejean <benoit@placenet.org >
* open.c: (glibtop_open_s):
Only print the warning if
(number of real cpu's) != (number of cpu's monitored).
Patch by Wouter Bolsterlee (uws) <uws+gnome@xs4all.nl >.
Closes #350705 .
2006-08-10 11:21:39 +00:00
Runa Bhattacharjee
08887909fa
Added Entry for Bengali India Translation Updation
2006-08-07 07:22:47 +00:00
Runa Bhattacharjee
6bd78a815b
Updated Bengali India Translation
2006-08-07 07:22:06 +00:00
Ani Peter
34e8fd7400
Updated Malayalam Translation
2006-08-05 06:05:38 +00:00
Benoît Dejean
1f7f18b399
Released 2.14.2.
...
2006-07-27 Benoît Dejean <benoit@placenet.org >
* NEWS:
Released 2.14.2.
2006-07-27 18:50:58 +00:00
Benoît Dejean
a7a9e7e9f8
Updated implementation.
...
2006-07-27 Benoît Dejean <benoit@placenet.org >
* netload.c: (glibtop_get_netload_s):
Updated implementation.
2006-07-27 18:26:38 +00:00
Benoît Dejean
c51a13bf0e
Tiny interface addition to handle wireless interfaces.
...
2006-07-27 Benoît Dejean <benoit@placenet.org >
* include/glibtop/netload.h:
Tiny interface addition to handle wireless interfaces.
2006-07-27 18:25:24 +00:00
Benoît Dejean
d497c25081
New has_sysfs function to avoid stating over and over '/sys' on each
...
2006-07-27 Benoît Dejean <benoit@placenet.org >
* glibtop_private.c: (has_sysfs):
* glibtop_private.h:
* netload.c: (glibtop_get_netload_s):
* open.c: (set_linux_version):
New has_sysfs function to avoid stating
over and over '/sys' on each netload call.
2006-07-27 09:23:32 +00:00
Thierry Randrianiriana
3345ef1704
Added Malagasy translation Added Malagasy code 'mg' to the list
...
* mg.po: Added Malagasy translation
* LINGUAS: Added Malagasy code 'mg' to the list
2006-07-05 19:00:42 +00:00
Runa Bhattacharjee
af52067b3a
Added entry for addition of bengali India (bn_IN) translation and to LINGUAS
2006-07-03 13:59:08 +00:00
Runa Bhattacharjee
a3e3a224a2
Added bengali India (bn_IN)
2006-07-03 13:58:56 +00:00
Runa Bhattacharjee
b9e498c0b8
Added Bengali India Translation
2006-07-03 13:58:27 +00:00
Simos Xenitellis
875df72edf
Fixed ^M issue with Nepali translation, bug #316750
2006-07-03 08:07:25 +00:00
Benoît Dejean
c5e81bacbf
Dropped dead file.
...
2006-06-26 Benoît Dejean <benoit@placenet.org >
* po/Makefile.in.in.in:
Dropped dead file.
2006-06-26 16:55:18 +00:00
Kwok-Koon Cheung
8663fc3fda
Added zh_HK translation
2006-06-26 15:07:56 +00:00
Benoît Dejean
37487d4e62
Fixed build. Closes #341779 .
...
2006-06-25 Benoît Dejean <benoit@placenet.org >
* Makefile.am:
Fixed build.
Closes #341779 .
2006-06-25 08:07:55 +00:00
Benoît Dejean
d52fc3f868
Build examples only when needed. Patch by dmacks@netspace.org. Closes
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* Makefile.am:
Build examples only when needed.
Patch by dmacks@netspace.org .
Closes #342863 .
2006-06-24 17:54:41 +00:00
Benoît Dejean
bc79bf010a
Updated the GLIBTOP_SOLARIS_RELEASE
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* libgtop-sysdeps.m4:
* sysdeps/solaris/glibtop_machine.h:
Updated the GLIBTOP_SOLARIS_RELEASE
Patch by hua.zhang@sun.com .
Closes #345821 .
2006-06-24 17:52:28 +00:00
Benoît Dejean
7f477561f0
Fixed start time.
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* proctime.c: (glibtop_get_proc_time_s):
Fixed start time.
Patch by hua.zhang@sun.com .
Closes #345819 .
2006-06-24 17:47:34 +00:00
Benoît Dejean
c7e0a7ac59
Fixed writable memory.
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* procmap.c: (glibtop_get_proc_map_s):
Fixed writable memory.
Patch by hua.zhang@sun.com .
Closes #345817 .
2006-06-24 17:45:29 +00:00
Benoît Dejean
bc6ff2cb59
Can't get cpu_stat_kstat, didn't close kstat, this will make other program
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* open.c: (glibtop_get_kstats), (glibtop_open_s):
Can't get cpu_stat_kstat, didn't close kstat, this will make other
program used kstat wrong.
Patch by hua.zhang@sun.com .
Closes #345814 .
2006-06-24 17:39:49 +00:00
Benoît Dejean
1826be8ef6
Fixed. Patch by hua.zhang@sun.com. Closes #345813 .
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* netlist.c: (glibtop_get_netlist_s):
Fixed.
Patch by hua.zhang@sun.com .
Closes #345813 .
2006-06-24 17:35:39 +00:00
Benoît Dejean
739e9cac4a
Ensure file is closed.
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* mountlist.c: (read_filesystem_list):
Ensure file is closed.
(glibtop_get_mountlist_s):
Fixed .flags.
Patch by hua.zhang@sun.com .
Closes #345812 .
2006-06-24 17:28:48 +00:00
Benoît Dejean
8c7e0e6f2e
Don't use kvm on newer solaris. Patch by hua.zhang@sun.com. Closes
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* configure.in:
Don't use kvm on newer solaris.
Patch by hua.zhang@sun.com .
Closes #345811 .
2006-06-24 17:20:22 +00:00
Benoît Dejean
46c9f6ebeb
Don't use kvm anymore. Patch by hua.zhang@sun.com. Closes #345811 .
...
2006-06-24 Benoît Dejean <benoit@placenet.org >
* msg_limits.c: (glibtop_init_msg_limits_p),
(glibtop_get_msg_limits_p):
* open_suid.c: (glibtop_open_p):
* sem_limits.c: (glibtop_init_sem_limits_p),
(glibtop_get_sem_limits_p):
* shm_limits.c: (glibtop_init_shm_limits_p),
(glibtop_get_shm_limits_p):
Don't use kvm anymore.
Patch by hua.zhang@sun.com .
Closes #345811 .
2006-06-24 17:16:53 +00:00
Gora Mohanty
e6d6b0bba7
po/LINGUAS: Added 'eo' (Esperanto)
...
po/eo.po: Added Esperanto translation
po/ChangeLog: Changed to reflect this
2006-06-07 19:06:49 +00:00
Benoît Dejean
8d60c52922
Removed undefined LIBGTOP_HACKER_TESTS. Closes #342890 .
...
2006-06-04 Benoît Dejean <benoit@placenet.org >
* libgtop-sysdeps.m4:
Removed undefined LIBGTOP_HACKER_TESTS.
Closes #342890 .
2006-06-03 22:06:53 +00:00
Benoît Dejean
21f74a6427
Use po/LINGUAS. Closes #337902 .
...
2006-06-03 Benoît Dejean <benoit@placenet.org >
* .cvsignore:
* Makefile.am:
* configure.in:
* po/LINGUAS:
Use po/LINGUAS.
Closes #337902 .
2006-06-03 17:03:47 +00:00
German Poo-Caaman~o
05b94bd263
Changed struct's definitions to be one type-one member. To avoid problems
...
2006-04-18 German Poo-Caaman~o <gpoo@ubiobio.cl >
* /include/glibtop/cpu.h:
* /include/glibtop/fsusage.h:
* /include/glibtop/loadavg.h:
* /include/glibtop/mem.h:
* /include/glibtop/mountlist.h:
* /include/glibtop/msg_limits.h:
* /include/glibtop/netload.h:
* /include/glibtop/ppp.h:
* /include/glibtop/procargs.h:
* /include/glibtop/prockernel.h:
* /include/glibtop/proclist.h:
* /include/glibtop/procmap.h:
* /include/glibtop/procmem.h:
* /include/glibtop/procopenfiles.h:
* /include/glibtop/procsegment.h:
* /include/glibtop/procsignal.h:
* /include/glibtop/procstate.h:
* /include/glibtop/proctime.h:
* /include/glibtop/procuid.h:
* /include/glibtop/sem_limits.h:
* /include/glibtop/shm_limits.h:
* /include/glibtop/swap.h:
* /include/glibtop/sysdeps.h:
* /include/glibtop/uptime.h:
Changed struct's definitions to be one type-one member. To
avoid problems with any further gtk-doc's implementation.
2006-04-18 20:17:25 +00:00
Kjartan Maraas
956527cb57
Remove obsolete entry for no_NO And the translation.
...
2006-04-18 Kjartan Maraas <kmaraas@gnome.org >
* configure.in: Remove obsolete entry for no_NO
* po/no.po: And the translation.
2006-04-18 09:11:53 +00:00
Benoît Dejean
d8f9e265cf
Released 2.14.1.
...
2006-04-10 Benoît Dejean <benoit@placenet.org >
* NEWS:
Released 2.14.1.
2006-04-10 10:18:12 +00:00
Benoît Dejean
64fe5d591b
Fixed a bunch of signedness warnings.
...
2006-04-10 Benoît Dejean <benoit@placenet.org >
* lib/open.c: (glibtop_open_l):
* lib/read.c: (glibtop_read_l):
* lib/write.c: (glibtop_write_l):
Fixed a bunch of signedness warnings.
2006-04-10 08:41:46 +00:00
Benoît Dejean
12502c2673
Fixed typo.
...
2006-04-09 Benoît Dejean <benoit@placenet.org >
* fsusage.c: (_glibtop_freebsd_get_fsusage_read_write):
Fixed typo.
2006-04-09 16:54:29 +00:00
Benoît Dejean
5d2f45803b
Fixed trivial warning.
...
2006-04-09 Benoît Dejean <benoit@placenet.org >
* Makefile.am: Fixed trivial warning.
2006-04-09 10:55:03 +00:00
Julio M. Merino Vidal
3c21c70b64
Use configure checks to detect whether we need to define either KERNEL or
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* libgtop-sysdeps.m4:
* sysdeps/freebsd/msg_limits.c:
Use configure checks to detect whether we need to define either
KERNEL or _KERNEL to get the definition of 'struct msginfo' in a
BSD system. This replaces the previous checks in the code that
relied on __FreeBSD__ and similar macros.
Before this change, the explicit definition of _KERNEL in the
msg_limits.c file broke the build in NetBSD because it made the
system headers pull in stuff unavailable to userland.
Fixes bug #337207 .
2006-04-09 10:50:43 +00:00
Julio M. Merino Vidal
9e6115f322
Check for the kvm library and use it to link the suid freebsd sysdeps code
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* libgtop-sysdeps.m4:
* sysdeps/freebsd/Makefile.am:
Check for the kvm library and use it to link the suid freebsd
sysdeps code (only if available). This library provides all the
kvm_* functions used in it and is needed, at least, under NetBSD.
Fixes bug #337247 .
2006-04-09 10:12:17 +00:00
Julio M. Merino Vidal
cead508eae
Use statvfs(2) if available instead of statfs(2). The latter was replaced
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* sysdeps/freebsd/fsusage.c:
Use statvfs(2) if available instead of statfs(2). The latter was
replaced by the former and is no longer available under, e.g. NetBSD.
Fixes bug #337235 .
2006-04-09 10:08:22 +00:00
Ales Nyakhaychyk
26d85d02fb
Updated Belarusian translaiton.
2006-04-07 15:12:07 +00:00
Benoît Dejean
afa9757a0e
Store only strings in values' values. g_strdup these strings. Even if
...
2006-04-04 Benoît Dejean <benoit@placenet.org >
* sysinfo.c: (init_sysinfo):
Store only strings in values' values. g_strdup these strings.
Even if values is never destroyed, set key_destroy_func to NULL.
Leave description to NULL.
2006-04-04 21:23:46 +00:00
Julio M. Merino Vidal
80855eabe2
Bring back to life (from the 1.x versions) the sysinfo.c file for the
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* sysdeps/freebsd/Makefile.am:
* sysdeps/freebsd/sysinfo.c:
Bring back to life (from the 1.x versions) the sysinfo.c file for
the freebsd sysdeps. The new file comes from the FreeBSD ports
repository and has some minor style changes by me. This is required
to get the glibtop_get_sysinfo_s function used by the sysdeps common
code.
Fixes bug #337251 .
2006-04-04 20:36:43 +00:00
Julio M. Merino Vidal
3558c4d5c3
Synch the list of GLIBTOP_SUID_* constants with those expected by the
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* sysdeps/aix/glibtop_server.h:
* sysdeps/freebsd/glibtop_server.h:
* sysdeps/osf1/glibtop_server.h:
* sysdeps/stub/glibtop_server.h:
* sysdeps/stub_suid/glibtop_server.h:
Synch the list of GLIBTOP_SUID_* constants with those expected by
the lib/sysdeps.c file. Fixes the build under, at least, NetBSD
and FreeBSD.
Fixes bug #337246 .
2006-04-04 20:06:14 +00:00
Julio M. Merino Vidal
1870a03538
Remove obsolete and non-functional code that breaks the build under
...
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org >
* sysdeps/freebsd/proctime.c:
Remove obsolete and non-functional code that breaks the build under
NetBSD. It was guarded by a conditional but could not compile
anyway because it referred to an undefined variable.
Fixes bug #337234 .
2006-04-04 20:01:43 +00:00
Kjartan Maraas
214e1decbd
Remove non-existing files. Updated Norwegian bokmål translation.
...
2006-04-02 Kjartan Maraas <kmaraas@gnome.org >
* POTFILES.skip: Remove non-existing files.
* nb.po: Updated Norwegian bokmål translation.
2006-04-02 12:49:06 +00:00
Benoît Dejean
3c173b95b4
Bumped version to 2.14.1. Removed no longer needed gcc flag.
...
* configure.in:
Bumped version to 2.14.1.
Removed no longer needed gcc flag.
2006-04-02 09:27:48 +00:00
Benoît Dejean
2083db6c34
Fixed a bunch of warnings.
...
* msg_limits.c: (glibtop_get_msg_limits_s):
* sem_limits.c: (glibtop_get_sem_limits_s):
* shm_limits.c: (glibtop_get_shm_limits_s):
Fixed a bunch of warnings.
2006-04-02 09:16:20 +00:00
Benoît Dejean
a7cf016d67
Reverted. See #336837
...
* configure.in:
* src/daemon/daemon.h:
* src/daemon/gnuserv.c: (main):
Reverted. See #336837
2006-04-02 09:09:41 +00:00
Michael Terry
ec7922c6bd
bug 336837: convert from popt to goption
2006-04-02 03:58:45 +00:00
Guntupalli Karunakar
c2104f2f0b
Added Dzongkha translation
2006-03-30 15:27:29 +00:00
Yair Hershkovitz
47776e8f21
Updated Hebrew translation
2006-03-27 15:41:46 +00:00
Gora Mohanty
88cd202147
po/or.po: Updated Oriya translation.
...
po/Changelog: Changed to reflect this.
2006-03-21 18:44:20 +00:00
Vladimer Sichinava
6226594f04
Update Georgian translation
2006-03-18 02:32:28 +00:00
Benoît Dejean
580558333e
Released 2.14.0.
...
* NEWS:
* configure.in:
Released 2.14.0.
2006-03-13 09:14:52 +00:00
Žygimantas Beručka
702e3775c3
Updated Lithuanian translation.
...
2006-03-03 Žygimantas Beručka <zygis@gnome.org >
* lt.po: Updated Lithuanian translation.
2006-03-03 10:25:08 +00:00
Clytie Siddall
a597640830
lv.po: Updated Latvian translation.
2006-02-28 05:15:51 +00:00
Benoît Dejean
a956784797
Released 2.13.92.
...
* NEWS:
* configure.in:
Released 2.13.92.
2006-02-27 08:26:56 +00:00
Benoît Dejean
e71023b362
Added proc_mem example.
...
* pprint.c: (pprint_get_proc_mem), (main):
Added proc_mem example.
2006-02-27 08:14:12 +00:00
Benoît Dejean
89f9c1d43a
Fixed glibtop_get_proc_state doc. Patch by Emil Nowak <emil5@go2.pl>.
...
* reference.texi: Fixed glibtop_get_proc_state doc.
Patch by Emil Nowak <emil5@go2.pl >.
2006-02-21 10:17:21 +00:00
Benoît Dejean
29adf02352
Also ignores linprocfs, mfs and devfs. Closes #331856 . Patch by Andreas
...
* mountlist.c: (ignore_mount_entry): Also ignores linprocfs, mfs
and devfs.
Closes #331856 .
Patch by Andreas Kohn <andreas.kohn@gmail.com >
2006-02-21 09:06:40 +00:00
Benoît Dejean
35030c878b
Bump version to 2.13.4. Reordered libs. Closes #329153 .
...
* configure.in:
Bump version to 2.13.4.
Reordered libs. Closes #329153 .
2006-02-20 18:58:41 +00:00
Benoît Dejean
9b916ee402
Released 2.13.3.
...
* configure.in:
* NEW:
Released 2.13.3.
2006-01-23 18:02:22 +00:00
Benoît Dejean
23ca9669ae
I can't believe i've been so stupid :) Uses smaps if linux > 2.6.14.
...
* procmap.c: (glibtop_get_proc_map_s):
I can't believe i've been so stupid :)
Uses smaps if linux > 2.6.14.
2006-01-23 16:41:10 +00:00
Benoît Dejean
d66ae501f9
/me stupid. Revert last commit. Sorry
2006-01-02 17:43:45 +00:00
Benoît Dejean
ccb10a7b33
Updated.
2006-01-02 17:13:18 +00:00
Benoît Dejean
9d2131a4b5
Released 2.13.2.
...
* NEWS:
* configure.in:
Released 2.13.2.
2006-01-02 13:13:11 +00:00
James Henstridge
7d3059e732
add quotes around symbol definition.
...
2006-01-02 James Henstridge <james@jamesh.id.au >
* configure.in (LT_VERSION_INFO): add quotes around symbol definition.
2006-01-02 11:30:32 +00:00
Benoît Dejean
d3add9e115
Released 2.13.1.
...
* configure.in:
* NEWS:
Released 2.13.1.
2005-12-15 13:10:53 +00:00
Benoît Dejean
101fe5874f
Improved example.
...
* proclist.c: (print_pids), (main):
Improved example.
2005-12-15 13:05:55 +00:00
Benoît Dejean
3afe2bf629
Fixed when which == GLIBTOP_KERN_PROC_UID. Closes #324055 .
...
* proclist.c: (glibtop_get_proclist_s):
Fixed when which == GLIBTOP_KERN_PROC_UID.
Closes #324055 .
2005-12-15 13:04:04 +00:00
Benoît Dejean
e296c3a37a
Implemented server->real_ncpu. Add a warning to display ncpu and real_ncpu
...
* open.c: (glibtop_open_s):
Implemented server->real_ncpu.
Add a warning to display ncpu and real_ncpu on open.
2005-12-14 10:53:53 +00:00
Benoît Dejean
2f3120d6c9
Released 2.13.0.
...
* NEWS:
Released 2.13.0.
2005-12-13 09:23:02 +00:00
Benoît Dejean
806a816026
Fixed server->ncpu usage (SMP handling). Need more testing.
...
* cpu.c: (glibtop_get_cpu_s):
* glibtop_private.c: (get_scaled), (check_cpu_line):
* glibtop_private.h:
* open.c: (glibtop_open_s):
* proctime.c: (glibtop_get_proc_time_s):
Fixed server->ncpu usage (SMP handling). Need more testing.
2005-12-13 09:15:49 +00:00
Benoît Dejean
ba7355df9e
Implemented smap support. Closes #320710 .
...
* procmap.c: (add_smaps), (glibtop_get_proc_map_s):
Implemented smap support.
Closes #320710 .
2005-12-12 13:37:15 +00:00
Benoît Dejean
451f9f9d6c
Improved so that it doesn't stat(2) every /proc/<PID>/.
...
* proclist.c: (glibtop_get_proclist_s):
Improved so that it doesn't stat(2) every /proc/<PID>/.
2005-12-12 13:32:06 +00:00
Benoît Dejean
52fa57a39b
Added quick example for glibtop_get_proclist() and updated procmap example
...
* .cvsignore:
* Makefile.am:
* proclist.c: (main):
* procmap.c: (main):
Added quick example for glibtop_get_proclist()
and updated procmap example to display smap.
2005-12-12 13:23:54 +00:00
James Henstridge
aa5ac8fc10
remove unused file.
...
2005-12-12 James Henstridge <james@jamesh.id.au >
* doc/auto-macros.texi.in: remove unused file.
* doc/libgtop2.texi: don't include auto-macros.texi.
* doc/Makefile.am: don't build auto-macros.texi, since none of its
macros are used in the documentation any more.
* include/glibtop/global.h: don't include <config.h> from headers.
* .../*.c: make sure <config.h> is the first thing included.
* acinclude.m4: m4_include() libgtop-sysdeps.m4 rather than
inlining it.
* acinclude.m4, libgtop-sysdeps.m4: use third argument to
AC_DEFINE() to set the comment.
* configure.in: modernise a bit.
* acconfig.h: remove file, since it is deprecated
* autogen.sh: require automake 1.9 instead of 1.4.
2005-12-12 09:38:15 +00:00
Benoît Dejean
a7db1f4dfd
Increased GLIBTOP_NCPU to 32. Added real_ncpu to struct glibtop. Added
...
* configure.in:
* glibtop.h:
* include/glibtop/cpu.h:
* include/glibtop/procmap.h:
Increased GLIBTOP_NCPU to 32.
Added real_ncpu to struct glibtop.
Added smaps members to glibtop_map_entry.
Bumped version number to 2.13.0
Broke ABI again. Sorry.
2005-12-09 16:15:44 +00:00
Benoît Dejean
91a312768d
Dropped unused file and updated documentation.
...
* doc/reference.texi:
* include/glibtop/limits.h:
Dropped unused file and updated documentation.
2005-12-08 10:25:56 +00:00
Benoît Dejean
d9a666470c
Bumped version number.
...
* configure.in:
Bumped version number.
2005-12-07 09:52:36 +00:00
Benoît Dejean
79fc0e70c0
Small improvements. Use g_array_sized_new instead of g_array_new with
...
* procmap.c: (glibtop_get_proc_map_s):
Small improvements.
Use g_array_sized_new instead of g_array_new with
reserved_size = 100.
Don't use g_array_append_val to avoid copying
glibtop_map_entries. Use g_array_set_size(size + 1) instead.
I've run a little python benchmark and this shows a little
speedup. I hope this would be more sensible in
gnome-system-monitor (glibtop_get_procmap is intensively used for
the 'Writable Memory' column).
2005-12-07 09:35:50 +00:00
Theppitak Karoonboonyanan
532f5ceb4f
Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation.
...
2005-12-04 Theppitak Karoonboonyanan <thep@linux.thai.net >
* configure.in: Added 'th' (Thai) to ALL_LINGUAS.
* po/th.po: Added Thai translation.
2005-12-04 10:08:56 +00:00
Benoît Dejean
a326e2dcac
Released 2.12.2. No 2.12.1.
...
* NEWS:
* configure.in:
Released 2.12.2.
No 2.12.1.
2005-11-29 11:04:28 +00:00
Timur Jamakeev
8a626d9f97
Added 'ky' to ALL_LINGUAS.
...
2005-11-17 Timur Jamakeev <timurj@cvs.gnome.org >
* configure.in: Added 'ky' to ALL_LINGUAS.
2005-11-17 11:50:34 +00:00
Priit Laes
a6513af1c6
Translation updated by Ivar Smolin.
...
2005-11-16 Priit Laes <plaes@cvs.gnome.org >
* et.po: Translation updated by Ivar Smolin.
2005-11-16 06:23:21 +00:00
Benoît Dejean
95b2dfa326
Dropped many dead files. Bumped release number. I guess this closes
...
* configure.in:
* include/glibtop/glibtop-backend-info.h:
* include/glibtop/glibtop-backend.h:
* include/glibtop/glibtop-client.h:
* lib/glibtop-backend-info.c:
* lib/glibtop-backend.c:
* lib/glibtop-client-private.h:
* lib/glibtop-client.c:
* lib/test-backends.c:
* sysdeps/common/backend.c:
* sysdeps/common/libgtop-common.backend:
Dropped many dead files.
Bumped release number.
I guess this closes #320250 .
2005-10-30 18:46:27 +00:00
Benoît Dejean
ac3ad6d2aa
Removed 1 g_return_*.
...
* glibtop_private.c: (read_boot_time):
Removed 1 g_return_*.
2005-10-29 19:23:50 +00:00
Erdal Ronahi
4186c9a956
Added Kurdish translation
2005-10-28 21:45:43 +00:00
Christian Rose
7770480ad2
Reverted unauthorized changes made by user 'kloczek'.
...
2005-10-03 Christian Rose <menthos@menthos.com >
* sv.po: Reverted unauthorized changes made by
user 'kloczek'.
2005-10-02 22:17:33 +00:00
Runa Bhattacharjee
50f20979df
Added entry for Bengali (bn) Translation updation:10/01
2005-10-01 09:55:48 +00:00
Runa Bhattacharjee
78ec6945df
Updated Bengali (bn) Translaion:10/01
2005-10-01 09:55:32 +00:00
Tomasz Kłoczko
170b03f4f2
s/charset=utf-8/charset=UTF-8/
2005-09-25 16:25:35 +00:00
Tomasz Kłoczko
c183276e2b
remove outdated strings and run "make update-po".
2005-09-25 16:24:46 +00:00
Inaki Larranaga
d7945bdc36
Updated Basque translation.
...
2005-09-08 Inaki Larranaga <dooteo@euskalgnu.org >
* eu.po: Updated Basque translation.
2005-09-08 19:29:41 +00:00
Benoît Dejean
2930c9f092
Released 2.12.0.
...
* NEWS:
* configure.in:
Released 2.12.0.
2005-09-04 22:31:58 +00:00
Josep Puigdemont i Casamajó
fe6a33a5fd
Fixed some typos and strings.
2005-09-03 23:17:21 +00:00
Telsa Gwynne
30ebfb45d0
Updated Welsh Translation
2005-08-29 19:34:50 +00:00
Benoît Dejean
b43a1e01c0
Hum hum, it's better if release number is 2.11.92 too.
...
* configure.in:
Hum hum, it's better if release number is 2.11.92 too.
2005-08-22 17:06:23 +00:00
Benoît Dejean
88d606d814
Released 2.11.92.
...
* NEWS:
Released 2.11.92.
2005-08-22 17:02:57 +00:00
Mugurel Tudor
dd0d06898a
Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>
...
2005-08-22 Mugurel Tudor <mugurelu@gnome.ro >
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@gnome.ro >
2005-08-21 23:37:57 +00:00
Benoît Dejean
3e77f3cf13
Do not add irq, softirq and iowait to idle.
...
* cpu.c: (glibtop_get_cpu_s):
Do not add irq, softirq and iowait to idle.
2005-08-15 00:09:47 +00:00
Benoît Dejean
22a1120348
Added missing includes. Added missing GLIBTOP_SUID_NETLIST.
...
* glibtop_server.h:
* open.c:
* open_suid.c:
* procdata.c:
Added missing includes.
Added missing GLIBTOP_SUID_NETLIST.
2005-08-12 14:55:38 +00:00
Benoît Dejean
da4dc46b7a
Released 2.11.91.
...
* NEWS:
Released 2.11.91.
2005-08-07 23:12:39 +00:00
Benoît Dejean
03bcc48da6
Removed static examples.
...
* configure.in:
* examples/Makefile.am:
Removed static examples.
2005-08-03 22:47:19 +00:00
Benoît Dejean
708285f0d2
Reworked a bit. Warn on 2.6 without /sys.
...
* open.c: (set_linux_version), (glibtop_open_s):
Reworked a bit.
Warn on 2.6 without /sys.
2005-08-03 22:39:17 +00:00
Benoît Dejean
a0493a0ff1
Fixed for people running 2.6 without /sys.
...
* netload.c: (glibtop_get_netload_s):
Fixed for people running 2.6 without /sys.
2005-08-03 13:26:06 +00:00
Dave Neary
9f7d505d20
Fix a C formatting string translation.
...
2005-08-02 Dave Neary <bolsh@gimp.org >
* tr.po: Fix a C formatting string translation.
2005-08-03 13:21:44 +00:00
Benoît Dejean
78cb7832c5
Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h.
...
* configure.in:
* include/glibtop/Makefile.am:
* include/glibtop/glibtop-server.h:
* include/glibtop/init_hooks.h:
* include/glibtop/sysdeps.h:
* lib/init.c: (glibtop_init_s):
* lib/sysdeps.c:
* sysdeps/aix/open.c: (glibtop_init_p):
* sysdeps/common/sysdeps_suid.c:
* sysdeps/freebsd/open.c: (glibtop_init_p):
* sysdeps/osf1/open_suid.c: (glibtop_init_p):
* sysdeps/solaris/open_suid.c: (glibtop_init_p):
* sysdeps/stub_suid/open.c: (glibtop_init_p):
Moved _glibtop_init_hook_[sp] declaration to private
glibtop/init_hooks.h. Marked them const.
Fixed GLIBTOP_SUID_NETLIST issues.
2005-08-02 09:47:21 +00:00
Benoît Dejean
b3979e6942
Added GLIBTOP_SUID_NETLIST.
...
* glibtop_server.h:
Added GLIBTOP_SUID_NETLIST.
2005-08-02 05:04:35 +00:00
Benoît Dejean
92d3176303
Added pprint_get_proc_kernel(pid).
...
Fixed prototypes.
2005-08-02 04:39:13 +00:00
Alexander Shopov
e5c7f87f50
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
...
2005-06-28 Alexander Shopov <ash@contact.bg >
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg >
2005-07-28 11:01:25 +00:00
Benoît Dejean
7e506a6c83
Released 2.11.90.
...
* NEWS:
* configure.in: Released 2.11.90.
2005-07-25 13:20:08 +00:00
Benoît Dejean
1645027004
Fixed .flags.
...
* uptime.c:
Fixed .flags.
2005-07-23 00:01:11 +00:00
Benoît Dejean
8e656af060
2.11.3 post release version bump.
...
* configure.in: 2.11.3 post release version bump.
2005-07-22 19:24:40 +00:00
Benoît Dejean
4efcfb2cb3
Cached getpagesize().
...
* glibtop_private.c: (get_page_size):
* glibtop_private.h:
* procmem.c: (glibtop_get_proc_mem_s):
* procsegment.c: (glibtop_get_proc_segment_s):
Cached getpagesize().
2005-07-22 19:20:39 +00:00
Nguyen Thai Ngoc Duy
59da1618b0
Merged from gnome-2.10
2005-07-21 11:47:39 +00:00
Ivan Stojmirov
e9ce3ccc1c
done
2005-07-20 16:02:35 +00:00
Benoît Dejean
84e45a6519
Released 2.11.2.
...
* NEWS: Released 2.11.2.
2005-07-13 14:50:16 +00:00
Benoît Dejean
96fe554afd
Split implementations. New (simpler) implementation for 2.6 (/sys is so
...
* netload.c: (read_value), (linux_2_6_stats), (linux_2_0_stats),
(linux_2_4_stats), (glibtop_get_netload_s): Split implementations.
New (simpler) implementation for 2.6 (/sys is so nice ;)
2005-07-09 21:09:15 +00:00
Benoît Dejean
16e0c943b2
Cached boot_time.
...
* glibtop_private.c: (read_boot_time), (get_boot_time): Cached boot_time.
2005-07-07 19:34:18 +00:00
Benoît Dejean
f409c553f5
Et m***e ... CVS got me. I wanted to commit a single change on the
...
toplevel configure.in but commited the whole tree. Sorry.
* glibtop_private.c:
* glibtop_private.h:
* proctime.c:
* uptime.c:
Added new function get_boot_time.
Retrieve boot_time from /proc/stat.
2005-07-05 23:08:58 +00:00
Benoît Dejean
b6a10fd8f7
Made some checks solaris only.
...
* configure.in: Made some checks solaris only.
2005-07-05 23:05:20 +00:00
Benoît Dejean
efeca4a865
2.11.2 post release version bump.
...
* configure.in: 2.11.2 post release version bump.
2005-07-05 23:02:46 +00:00
Hendrik Richter
5e70932b66
Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.
...
2005-07-04 Hendrik Richter <hendi@gnome-de.org >
* de.po: Fixed German translation by
Jens Seidel <jensseidel@users.sf.net >.
2005-07-04 18:01:16 +00:00
Benoît Dejean
d499bd3761
Released 2.11.1.
...
* NEWS: Released 2.11.1.
2005-07-03 10:08:38 +00:00
Ivan Stojmirov
48e3d5b2ec
translated 100%
2005-07-02 10:17:37 +00:00
Rajesh Ranjan
55270e618e
updted by rranjan@redhat.com
2005-06-24 07:53:11 +00:00
Kwok-Koon Cheung
a5c897b846
fix language team reference
2005-06-24 03:32:09 +00:00
Alexander Shopov
b0093954b3
Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
...
2005-06-15 Alexander Shopov <ash@contact.bg >
* bg.po: Updated Bulgarian translation by
Rostislav Raykov <zbrox@i-space.org >
2005-06-15 13:26:39 +00:00
Benoît Dejean
c81e055427
Removed LT_VERSION_INFO from LDFLAGS when unused.
...
* sysdeps/common/Makefile.am:
* sysdeps/linux/Makefile.am: Removed LT_VERSION_INFO from LDFLAGS
when unused.
2005-06-14 22:21:06 +00:00
Benoît Dejean
06fb19b5c6
Ensures buffer is 0-terminated.
...
* glibtop_private.c: (try_file_to_buffer): Ensures buffer is 0-terminated.
2005-06-14 22:17:49 +00:00
Ignacio Casal Quinteiro
f8d9557257
*** empty log message ***
2005-06-13 15:28:03 +00:00
Benoît Dejean
ef2ed50bf7
Added pagein/pageout for linux 2.6.
...
* swap.c: (glibtop_get_swap_s): Added pagein/pageout for linux 2.6.
2005-06-13 09:03:41 +00:00
Benoît Dejean
c19ba1af03
2.11.1 post release version bump.
...
* configure.in: 2.11.1 post release version bump.
2005-06-08 08:55:03 +00:00
Benoît Dejean
c1e5bdfb16
Released 2.11.0.
...
* NEWS: Released 2.11.0.
2005-06-08 08:41:13 +00:00
Benoît Dejean
be7dabf75d
Added a lot of new functions to replace dirty macros. Every macro
...
* configure.in:
* glibtop.h:
* include/glibtop/close.h:
* include/glibtop/cpu.h:
* include/glibtop/fsusage.h:
* include/glibtop/loadavg.h:
* include/glibtop/mem.h:
* include/glibtop/mountlist.h:
* include/glibtop/msg_limits.h:
* include/glibtop/netlist.h:
* include/glibtop/netload.h:
* include/glibtop/ppp.h:
* include/glibtop/procargs.h:
* include/glibtop/prockernel.h:
* include/glibtop/proclist.h:
* include/glibtop/procmap.h:
* include/glibtop/procmem.h:
* include/glibtop/procopenfiles.h:
* include/glibtop/procsegment.h:
* include/glibtop/procsignal.h:
* include/glibtop/procstate.h:
* include/glibtop/proctime.h:
* include/glibtop/procuid.h:
* include/glibtop/sem_limits.h:
* include/glibtop/shm_limits.h:
* include/glibtop/swap.h:
* include/glibtop/sysdeps.h:
* include/glibtop/sysinfo.h:
* include/glibtop/uptime.h:
* sysdeps/common/Makefile.am:
* sysdeps/common/default.c: (glibtop_close), (glibtop_init),
(glibtop_get_cpu), (glibtop_get_fsusage), (glibtop_get_uptime),
(glibtop_get_sysinfo), (glibtop_get_swap), (glibtop_get_proc_uid),
(glibtop_get_proc_time), (glibtop_get_proc_state),
(glibtop_get_proc_signal), (glibtop_get_proc_segment),
(glibtop_get_proc_open_files), (glibtop_get_proc_mem),
(glibtop_get_proc_map), (glibtop_get_proc_args),
(glibtop_get_proc_argv), (glibtop_get_proclist),
(glibtop_get_proc_kernel), (glibtop_get_ppp),
(glibtop_get_netlist), (glibtop_get_netload),
(glibtop_get_mountlist), (glibtop_get_mem), (glibtop_get_loadavg),
(glibtop_get_msg_limits), (glibtop_get_sem_limits),
(glibtop_get_shm_limits), (glibtop_get_sysdeps):
Added a lot of new functions to replace dirty macros.
Every macro glibtop_get_*(buf[, args]) has been turned to a function.
2005-06-07 09:54:44 +00:00
Benoît Dejean
d37b1b9a2e
Bye bye.
...
* dtd/: Bye bye.
2005-06-06 12:42:41 +00:00
Benoît Dejean
6f755a5ca7
Removed useless files.
...
* backends/: Removed useless files.
2005-06-06 12:40:47 +00:00
Benoît Dejean
4cd022b315
Removed translation.
...
* examples/smp.c: (main): Removed translation.
* lib/lib.pl:
* lib/read.c:
* lib/read_data.c:
* lib/write.c:
* src/daemon/gnuserv.c: s/gi18n.h/gi18n-lib.h.
2005-06-06 12:33:42 +00:00
Benoît Dejean
69873a143d
bye bye support.
...
* acinclude.m4: bye bye support.
2005-06-06 11:50:00 +00:00
Benoît Dejean
f5655f12d3
Removed unused files.
...
* support/ : Removed unused files.
2005-06-06 11:46:39 +00:00
Benoît Dejean
a71839c0a7
Got rid of include/libgtop-i18n.h.
...
* examples/smp.c:
* include/Makefile.am:
* include/libgtop-i18n.h:
* lib/lib.pl:
* lib/read.c:
* lib/read_data.c:
* lib/write.c:
* src/daemon/gnuserv.c: Got rid of include/libgtop-i18n.h.
2005-06-06 11:25:36 +00:00
Benoît Dejean
74d9b24132
version bump.
...
* configure.in: version bump.
2005-06-06 10:02:33 +00:00
Benoît Dejean
d4ee5eb884
Updated so people can find the ChangeLogs.
...
* README: Updated so people can find the ChangeLogs.
2005-06-05 11:51:03 +00:00
Benoît Dejean
872a4180e4
Fixed compilation on mips. Closes #304570 .
...
* siglist.c: Fixed compilation on mips. Closes #304570 .
2005-05-25 22:28:42 +00:00
Jörgen Scheibengruber
e8351bae05
Added tmpfs to ignore list.
...
* mountlist.c: (ignore_mount_entry): Added tmpfs to ignore list.
2005-04-29 09:50:09 +00:00
Benoît Dejean
adb38dd2a3
2.10.2 post release bump.
...
* configure.in: 2.10.2 post release bump.
* include/glibtop/Makefile.am:
* include/glibtop/parameter.h:
* lib/init.c: Re-install open.h to please GTop (libgtop perl wrapper).
2005-04-27 14:50:24 +00:00
Benoît Dejean
755d5fe5f5
Released 2.10.1.
...
* NEWS: Released 2.10.1.
2005-04-10 16:10:59 +00:00
Benoît Dejean
d1891b11ef
Fixed gcc-4.0 warnings.
...
* glibtop_private.h: Fixed gcc-4.0 warnings.
2005-04-01 20:06:35 +00:00
Adi Attar
765a919305
Added Xhosa translation. Added "xh" to ALL_LINGUAS.
...
2005-04-01 Adi Attar <aattar@cvs.gnome.org >
* xh.po: Added Xhosa translation.
* configure.in: Added "xh" to ALL_LINGUAS.
2005-04-01 09:23:50 +00:00
Steven Michael Murphy
ad2f74dbc3
Added new Language, Kinyarwanda (rw), to this package
2005-04-01 01:22:29 +00:00
Benoît Dejean
b017d60c83
Fixed.
...
* libgtop-2.0.pc.in: Fixed.
2005-03-31 12:05:52 +00:00
Benoît Dejean
29a991160c
Fixed warning.
...
* lib/read_data.c: (glibtop_read_data_l): Fixed warning.
2005-03-29 13:18:15 +00:00
Benoît Dejean
59fd67c7e0
Removed a g_return_if_fail.
...
* fsusage.c: (get_partition): Removed a g_return_if_fail.
2005-03-29 13:16:58 +00:00
Benoît Dejean
bbc10e3790
Fixed behaviour when locale is not C s/strtod/g_ascii_strod/. (strtod
...
* loadavg.c: (glibtop_get_loadavg_s):
* uptime.c: (glibtop_get_uptime_s): Fixed behaviour when locale is not C
s/strtod/g_ascii_strod/. (strtod behaviour is locale specific, which is bad
because linux /proc is always C.
2005-03-27 14:30:30 +00:00
Benoît Dejean
f4f88ff224
s/strerror/g_strerror.
...
* lib/error.c: (glibtop_error_io_vr), (glibtop_warn_io_vr):
s/strerror/g_strerror.
2005-03-25 13:26:24 +00:00
Benoît Dejean
fffccf3309
s/strerror/g_strerror.
...
* gnuserv.c: (syslog_io_message): s/strerror/g_strerror.
2005-03-25 13:25:41 +00:00
Benoît Dejean
3c0e03ee89
s/strerror/g_strerror/.
...
* open.c: (_glibtop_getkval): s/strerror/g_strerror/.
2005-03-25 13:25:01 +00:00
Benoît Dejean
fa9216f771
s/strerror/g_strerror/g.
...
* error.c: (glibtop_error_io_vr), (glibtop_warn_io_vr):
* error_suid.c: (glibtop_error_io_vr), (glibtop_warn_io_vr):
s/strerror/g_strerror/g.
2005-03-25 13:24:14 +00:00
Benoît Dejean
83a9bef192
s/strerror/g_strerror/.
...
* netload.c: (get_ipv6): s/strerror/g_strerror/.
2005-03-25 13:23:24 +00:00
Benoît Dejean
ca4dc56342
Updated.
...
* siglist.c: Updated.
2005-03-25 12:52:12 +00:00
Priit Laes
a97ee0a513
Translation updated by Ivar Smolin.
...
2005-03-19 Priit Laes <plaes@cvs.gnome.org >
* et.po: Translation updated by Ivar Smolin.
2005-03-19 08:35:47 +00:00
Adam Weinberger
41a723fde4
Updated Canadian English translation.
...
* en_CA.po: Updated Canadian English translation.
2005-03-17 05:25:52 +00:00
Baris Cicek
f673d2ea37
Updated Turkish Translation
...
* tr.po: Updated Turkish Translation
2005-03-12 23:34:22 +00:00
Benoît Dejean
cae488a4ee
Post release version bump.
...
* configure.in: Post release version bump.
2005-03-11 15:06:12 +00:00
Benoît Dejean
ad79ab9540
Added mqueue to ignore list.
...
* mountlist.c: (ignore_mount_entry): Added mqueue to ignore list.
2005-03-11 14:54:11 +00:00
Benoît Dejean
e958d8dbbe
Released 2.10.0.
...
* NEWS:
* configure.in: Released 2.10.0.
2005-03-07 09:25:25 +00:00
Dan Damian
a58e2f6385
Updated Romanian translation by Mişu Moldovan <dumol@go.ro>.
...
* Updated Romanian translation by Mişu Moldovan <dumol@go.ro >.
2005-03-06 22:51:42 +00:00
Danilo Šegan
c505f26427
Updated Serbian translation.
2005-03-06 08:48:20 +00:00
Kwok-Koon Cheung
53aec7429f
Updated traditional Chinese translation from GNOME HK Team Mark wrong
...
* zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
* bg.po: Mark wrong entry as fuzzy (msgfmt check failed).
2005-03-05 08:35:19 +00:00
Laszlo Dvornik
6099a46f42
Hungarian translation updated by Gabor Kelemen.
...
2005-03-04 Laszlo Dvornik <dvornik@gnome.hu >
* hu.po: Hungarian translation updated by Gabor Kelemen.
2005-03-04 15:05:40 +00:00
Alessio Frusciante
1711b912f1
Updated Italian translation.
2005-03-03 21:48:52 +00:00
Amanpreet Singh Alam
c817a9fac1
update by amanpreetalam@yahoo.com for pa.po
2005-03-03 12:10:00 +00:00
Benoît Dejean
a1657f81cb
Released 2.9.92.
...
* NEWS: Released 2.9.92.
2005-02-28 08:59:38 +00:00
Benoît Dejean
0561316344
Forgot to add this file.
...
* fsusage.c: (_glibtop_freebsd_get_fsusage_read_write): Forgot to add
this file.
2005-02-28 08:54:41 +00:00
Benoît Dejean
2c0f291b3c
Fix a bug in netlist where glibtop_netlist.number was never initialized to
...
* Makefile.am:
* cpu.c: (glibtop_get_cpu_p):
* netlist.c: (glibtop_get_netlist_s):
* netload.c: (glibtop_get_netload_p):
* procmem.c: (glibtop_get_proc_mem_p):
Fix a bug in netlist where glibtop_netlist.number was never initialized to 0
(this resulted in a NULL pointer dereference in the network load feature
of the multiload applet)
* Add support for getting interface flags and packet counts even on interfaces
without IP addresses (needed for the network load feature of the multiload applet)
* Restore per-process limits in the !FreeBSD or __FreeBSD_version < 500013
case
* Add CPU interrupt time as IOWAIT to get support for the cpu load feature of
the multiload applet.
Patch from marcus@freebsd.org (Joe Marcus Clarke).
Closes #168704 .
2005-02-28 08:15:59 +00:00
Benoît Dejean
fc7d872381
* Add support for file system read and write counting (needed for the disk
...
* fsusage.c: * Add support for file system read and write counting
(needed for the disk load feature of the multiload applet).
2005-02-28 08:11:15 +00:00
Benoît Dejean
c97d63f368
/me stupid. I've already post-bumped version.
...
* configure.in: /me stupid. I've already post-bumped version.
2005-02-25 00:02:59 +00:00
Artur Flinta
675145ea55
Updated Polish translation by GNOME PL Team.
...
2005-02-24 Artur Flinta <aflinta@cvs.gnome.org >
* pl.po: Updated Polish translation by GNOME PL Team.
2005-02-24 20:36:48 +00:00
Benoît Dejean
965bd33d55
post release bump 2.9.93.
...
* configure.in: post release bump 2.9.93.
2005-02-24 17:22:25 +00:00
Ankitkumar Rameshchandra Patel
7a5e1a0f37
ankit@redhat.com * Updated Gujarati Translation
2005-02-24 12:52:11 +00:00
Amanpreet Singh Alam
da24dd8fd9
update by amanpreetalam@yahoo.com
2005-02-24 04:47:57 +00:00
Benoît Dejean
717ee1c88f
Add support for FreeBSD 6-CURRENT. Use the more portable getrlimit to
...
* Makefile.am:
* netlist.c: (glibtop_get_netlist_s):
* procmap.c: (glibtop_get_proc_map_p):
* procmem.c: (glibtop_get_proc_mem_p):
* procopenfiles.c: (glibtop_init_proc_open_files_s),
(glibtop_get_proc_open_files_s):
* proctime.c:
Add support for FreeBSD 6-CURRENT.
Use the more portable getrlimit to obtain process memory limits.
Correctly determine process time.
Stub out the procopenfiles() function (this is not yet implemented, however).
Fix a nasty infinite loop and memory leak due to a forgot pointer increment.
Patch from marcus@freebsd.org (Joe Marcus Clarke).
Closes #168232 .
2005-02-23 08:20:45 +00:00
Benoît Dejean
f031b77b3b
Correct file system size calculations. Patch from marcus@freebsd.org (Joe
...
* fsusage.c: (glibtop_get_fsusage_s): Correct file system size calculations.
Patch from marcus@freebsd.org (Joe Marcus Clarke).
Closes #168232 .
2005-02-23 08:18:48 +00:00
Roozbeh Pournader
e0ae6ebcaa
Updated Persian translation by Azin Azadi <aazadi@gmail.com>.
...
2004-02-22 Roozbeh Pournader <roozbeh@farsiweb.info >
* fa.po: Updated Persian translation by
Azin Azadi <aazadi@gmail.com >.
2005-02-22 18:21:59 +00:00
Benoît Dejean
16123b6fe9
Build and install libgtop2_daemon only if needed.
...
* src/Makefile.am: Build and install libgtop2_daemon only if needed.
2005-02-22 12:42:09 +00:00
Priit Laes
672da9122e
Translation updated by Ivar Smolin.
...
2005-02-22 Priit Laes <plaes@cvs.gnome.org >
* et.po: Translation updated by Ivar Smolin.
2005-02-22 09:46:02 +00:00
Benoît Dejean
35f0277afd
don't export private symbols.
...
* lib/Makefile.am: don't export private symbols.
2005-02-21 15:24:26 +00:00
Leonid Kanter
8d77e50c03
fixed typo
2005-02-21 12:58:04 +00:00
Raphael Higino
82dc5aefe1
Updated pt_BR translation
2005-02-20 14:51:33 +00:00
Changwoo Ryu
f2f5ab9b73
Updated Korean translation.
...
2005-02-18 Changwoo Ryu <cwryu@debian.org >
* ko.po: Updated Korean translation.
2005-02-18 12:25:03 +00:00
Kostas Papadimas
49acc8769c
Updated Greek Translation.
2005-02-18 11:45:38 +00:00
Vincent van Adrighem
15759a964a
Translation updated by Tino Meinen.
...
2005-02-17 Vincent van Adrighem <adrighem@gnome.org >
* nl.po: Translation updated by Tino Meinen.
2005-02-17 13:29:37 +00:00
Jordi Mallach
649b88a7fa
Updated Catalan translation.
2005-02-16 09:47:35 +00:00
Maxim Dziumanenko
073a6dd8c1
Update Ukrainian translation.
...
2005-02-15 Maxim Dziumanenko <mvd@mylinux.com.ua >
* Update Ukrainian translation.
2005-02-15 19:04:50 +00:00
Benoît Dejean
d61ad50e23
ChangeLog commit
2005-02-15 12:53:53 +00:00
Benoît Dejean
53c43e6e90
Removed some dead files. Don't install private headers.
...
* backends/server/server.h:
* configure.in:
* glibtop.h:
* include/glibtop/Makefile.am:
* include/glibtop/gnuserv.h:
* include/glibtop/open.h:
* include/glibtop/read.h:
* include/glibtop/read_data.h:
* include/glibtop/types.h:
* include/glibtop/write.h:
* lib/close.c:
* lib/init.c:
* lib/lib.pl:
* lib/open.c:
* lib/parameter.c:
* lib/read.c:
* lib/read_data.c:
* lib/write.c:
* src/daemon/daemon.h:
* src/daemon/io.c:
* src/daemon/main.c: (handle_parent_connection):
* src/daemon/slave.c: (handle_slave_connection),
(handle_slave_command):
* sysdeps/common/gnuslib.c:
* sysdeps/solaris/glibtop_private.h: Removed some dead files.
Don't install private headers.
2005-02-15 12:48:34 +00:00
Benoît Dejean
b43e879cc0
Misc. cleanups.
...
* daemon.h:
* gnuserv.c: (syslog_message), (syslog_io_message):
* main.c: (handle_parent_connection):
* slave.c: (handle_slave_connection), (handle_slave_command): Misc. cleanups.
2005-02-15 10:35:44 +00:00
Benoît Dejean
0fdfd65a2a
Don't export private symbols.
...
* include/glibtop/error.h: Don't export private symbols.
2005-02-15 10:14:59 +00:00
Benoît Dejean
1ac8744251
G_GNUC_NORETURN love.
...
* include/glibtop/error.h: G_GNUC_NORETURN love.
* include/glibtop/errors.h:
* lib/errors.c: Bye bye dead code.
2005-02-15 09:55:01 +00:00
Benoît Dejean
bbbbb27edc
Fixed G_GNUC attribute usage. Replaced macro by inline function.
...
* fsusage.c: (_glibtop_get_fsusage_read_write): Fixed G_GNUC attribute usage.
Replaced macro by inline function.
2005-02-15 09:51:59 +00:00
Benoît Dejean
a5982555b9
Fixed G_GNUC attribute usage.
...
* fsusage.c: Fixed G_GNUC attribute usage.
2005-02-15 09:51:12 +00:00
Christophe Merlet
7d44f04aed
Updated French translation.
2005-02-14 21:35:31 +00:00
Laurent Dhima
c9dc0d0ef8
Updated Albanian translation.
...
2005-02-14 Laurent Dhima <laurenti@alblinux.net >
* sq.po: Updated Albanian translation.
2005-02-14 12:25:09 +00:00
Benoît Dejean
e82f908824
Updated French translation.
...
* fr.po: Updated French translation.
2005-02-14 08:31:47 +00:00
Leonid Kanter
8365f40856
Updated Russian translation
2005-02-08 15:24:30 +00:00
David Lodge
b2917db0be
Updated British translation.
...
2005-02-07 David Lodge <dave@cirt.net >
* en_GB.po: Updated British translation.
2005-02-07 12:37:01 +00:00
Benoît Dejean
3d21fd97f6
Released 2.9.91.
...
* NEWS:
* configure.in: Released 2.9.91.
2005-02-06 18:46:05 +00:00
Ole Laursen
666a347f25
Updated Danish translation.
...
2005-02-06 Ole Laursen <olau@hardworking.dk >
* da.po: Updated Danish translation.
2005-02-06 15:47:24 +00:00
Pauli Virtanen
68db204d6a
Updated Finnish translation.
...
2005-02-06 Pauli Virtanen <pauli.virtanen@hut.fi >
* fi.po: Updated Finnish translation.
2005-02-06 01:14:53 +00:00
Priit Laes
fbe5c8da8e
Translation updated by Tõivo Leedjärv.
...
2005-02-04 Priit Laes <plaes@cvs.gnome.org >
* et.po: Translation updated by Tõivo Leedjärv.
2005-02-04 08:52:01 +00:00
Benoît Dejean
a354ca2635
Fixed typo. Closes #166090
...
* procopenfiles.c: Fixed typo. Closes #166090
2005-02-02 21:30:27 +00:00
Žygimantas Beručka
639ea4870c
Updated Lithuanian translation.
...
2005-01-30 Žygimantas Beručka <uid0@akl.lt >
* lt.po: Updated Lithuanian translation.
2005-01-30 01:52:45 +00:00
Kjartan Maraas
702d9a1501
Update Update
...
2005-01-28 Kjartan Maraas <kmaraas@gnome.org >
* nb.po: Update
* no.po: Update
2005-01-28 16:05:47 +00:00
Alexander Shopov
ea1a6dbaca
Updated Bulgarian translation by Iassen Pramatarov <turin@fsa-bg.org>
...
2005-01-27 Alexander Shopov <ash@contact.bg >
* bg.po: Updated Bulgarian translation by
Iassen Pramatarov <turin@fsa-bg.org >
2005-01-27 10:05:43 +00:00
Tomasz Kłoczko
bb60753844
fixed format string specification bugs in translations.
2005-01-26 08:03:07 +00:00
Duarte Loreto
d9781917c5
Updated Portuguese translation.
...
2005-01-26 Duarte Loreto <happyguy_pt@hotmail.com >
* pt.po: Updated Portuguese translation.
2005-01-26 01:08:31 +00:00
Funda Wang
bd119a72e2
Updated Simplified Chinese translation
2005-01-24 15:04:04 +00:00
Benoît Dejean
78c10bca9b
Released 2.9.90.
...
* NEWS:
* configure.in: Released 2.9.90.
2005-01-24 14:41:20 +00:00
Benoît Dejean
270ec235c1
UTF-8-ified.
...
* include/glibtop/procopenfiles.h:
* sysdeps/linux/procopenfiles.c:
* sysdeps/stub/procopenfiles.c: UTF-8-ified.
2005-01-24 14:27:19 +00:00
Alexander Shopov
2362be986b
Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
...
2005-01-24 Alexander Shopov <ash@contact.bg >
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org >
2005-01-24 10:33:28 +00:00
Benoît Dejean
8a1e1cff91
Removed lib/lib.c as it is generated. Closes #165038 .
...
* POTFILES.in:
* POTFILES.skip: Removed lib/lib.c as it is generated.
Closes #165038 .
2005-01-24 08:31:22 +00:00
Benoît Dejean
46380bf655
Total rewrite. socket/localsocket should be much faster.
...
* procopenfiles.c: (parse_file), (get_all), (inet_socket_parser),
(get_all_inet_sockets), (local_socket_parser),
(get_all_local_sockets), (glibtop_get_proc_open_files_s): Total rewrite.
socket/localsocket should be much faster.
2005-01-21 23:30:54 +00:00
Benoît Dejean
91dda5b70d
Updated.
...
* openfiles.c: (show_open_files): Updated.
2005-01-21 23:29:38 +00:00
Benoît Dejean
9b263e0fbb
added localsock { name } to glibtop_open_files_entry. Should not break
...
* examples/openfiles.c: (show_open_files):
* include/glibtop/procopenfiles.h: added localsock { name } to
glibtop_open_files_entry. Should not break ABI.
2005-01-21 23:28:47 +00:00
Benoît Dejean
793807b07e
Re-worked with bsearch.
...
* mountlist.c: (ignore_mount_entry): Re-worked with bsearch.
2005-01-18 21:57:52 +00:00
Benoît Dejean
9898e7ee58
Updated.
...
* POTFILES.in: Updated.
2005-01-17 12:32:26 +00:00
Hendrik Richter
7ecdcd712d
Updated German translation.
2005-01-16 16:02:30 +00:00
Benoît Dejean
703a17f3f0
Uninlined.
...
* glibtop_private.c: (skip_token):
* glibtop_private.h: Uninlined.
2005-01-16 11:16:19 +00:00
Updated ja.po. T.Aihana
92a9e7d937
2005-01-16 Updated ja.po. T.Aihana <aihana@jcom.home.ne.jp>
2005-01-16 05:29:47 +00:00
Benoît Dejean
01c7e99aa6
Don't translate examples/smp.c.
...
* POTFILES.in:
* POTFILES.skip: Don't translate examples/smp.c.
2005-01-13 21:15:05 +00:00
Christian Rose
6fe16f1d91
Added missing file.
...
2005-01-13 Christian Rose <menthos@menthos.com >
* POTFILES.in: Added missing file.
2005-01-13 17:54:11 +00:00
Benoît Dejean
fcb83e637d
Reworked. Should works with IDE, SCSI. DM support is ready, but i don't
...
* fsusage.c: (get_partition), (get_sys_path), (linux_2_6_0): Reworked.
Should works with IDE, SCSI. DM support is ready, but i don't know why
their /stat is empty ...
2005-01-13 08:56:54 +00:00
Benoît Dejean
50e4e07013
2.9.5.
...
* configure.in: 2.9.5.
2005-01-12 22:40:43 +00:00
Benoît Dejean
ab40c94db3
Parses /proc/net/tcp only once.
...
* procopenfiles.c: (get_all_sockets),
(glibtop_get_proc_open_files_s): Parses /proc/net/tcp only once.
2005-01-12 22:39:31 +00:00
Tomasz Kłoczko
fee415ecd8
Fixed format string bug in plural forms: use in all forms %lu.
2005-01-11 02:09:50 +00:00
Benoît Dejean
647a313d5b
Released 2.9.4.
...
* NEWS: Released 2.9.4.
2005-01-10 17:18:27 +00:00
Benoît Dejean
70ac398a44
Fixed.
...
* procopenfiles.c: (get_socket_endpoint): Fixed.
2005-01-10 17:04:50 +00:00
Benoît Dejean
48056f7d8a
Disabled.
...
* glibtop_server.h:
* procopenfiles.c: (get_socket_endpoint): Disabled.
(glibtop_get_proc_open_files_s): Secured -> g_snprintf.
2005-01-10 12:05:13 +00:00
Benoît Dejean
7ca4171652
New feature by nick@reloco.com.ar (Nicolás Lichtmaier).
...
* configure.in:
* examples/.cvsignore:
* examples/Makefile.am:
* examples/openfiles.c: (show_open_files), (main):
* features.def:
* include/glibtop/Makefile.am:
* include/glibtop/command.h:
* include/glibtop/procopenfiles.h:
* include/glibtop/sysdeps.h:
* include/glibtop/union.h:
* structures.def:
* sysdeps/linux/Makefile.am:
* sysdeps/linux/procopenfiles.c: (glibtop_init_proc_open_files_s),
(get_socket_endpoint), (glibtop_get_proc_open_files_s):
* sysdeps/stub/Makefile.am:
* sysdeps/stub/procopenfiles.c: (glibtop_init_proc_open_files_s),
(glibtop_get_proc_open_files_s):
New feature by nick@reloco.com.ar (Nicolás Lichtmaier).
glibtop_get_open_files(pid) -> list of files by process.
TODO: Add documentation.
2005-01-10 08:43:04 +00:00
Ivan Stojmirov
1537eea7e5
done
2005-01-09 16:05:26 +00:00
Benoît Dejean
0a425e4e41
Added I/O and IRQ wait time to glibtop_cpu. Closes #160443 .
...
* examples/pprint.c: (pprint_get_cpu):
* features.def:
* include/glibtop/cpu.h:
* sysdeps/linux/cpu.c: (glibtop_init_cpu_s), (glibtop_get_cpu_s):
Added I/O and IRQ wait time to glibtop_cpu. Closes #160443 .
* configure.in: Post-release bump 2.9.4
2005-01-03 09:17:45 +00:00
Benoît Dejean
0fa9c9bc61
Updated.
...
* reference.texi: Updated.
2005-01-03 09:07:07 +00:00
Miloslav Trmac
9561cf34b2
Updated Czech translation.
...
2005-01-02 Miloslav Trmac <mitr@volny.cz >
* cs.po: Updated Czech translation.
2005-01-02 14:18:48 +00:00
Francisco Javier F. Serrador
be721ca476
Updated Spanish translation.
...
2004-12-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org >
* es.po: Updated Spanish translation.
2004-12-29 19:29:51 +00:00
Marcel Telka
265da513de
Updated Slovak translation.
...
2004-12-29 Marcel Telka <marcel@telka.sk >
* sk.po: Updated Slovak translation.
2004-12-29 09:23:33 +00:00
Christian Rose
a180cb5b10
Updated Swedish translation.
...
2004-12-29 Christian Rose <menthos@menthos.com >
* sv.po: Updated Swedish translation.
2004-12-29 08:24:47 +00:00
Adam Weinberger
c517f20195
Updated Canadian English translation.
...
* en_CA.po: Updated Canadian English translation.
2004-12-29 08:14:58 +00:00
Pawan Chitrakar
e4ad12fd93
Added Nepali translation
...
2004-12-29 Pawan Chitrakar <pawan@nplinux.org >
* ne.po: Added Nepali translation
* configure.in: Added ne "Nepali" in ALL_LINGUAS
2004-12-29 03:32:02 +00:00
Benoît Dejean
c22300d109
Fixed error messages. Closes #162406 .
...
* lib/read_data.c: (glibtop_read_data_l):
* lib/write.c: (glibtop_write_l): Fixed error messages.
Closes #162406 .
2004-12-29 00:14:29 +00:00
Benoît Dejean
bffc09b594
Removed a bunch of strings.
...
* POTFILES.in: Removed a bunch of strings.
2004-12-29 00:09:14 +00:00
Christian Rose
b7fd73bc5c
Added comment and missing file. Added entries and cleaned up. Updated
...
2004-12-28 Christian Rose <menthos@menthos.com >
* POTFILES.in: Added comment and missing file.
* .cvsignore: Added entries and cleaned up.
* sv.po: Updated Swedish translation.
2004-12-28 22:57:32 +00:00
Kjartan Maraas
15904773f3
Update Update
...
2004-12-28 Kjartan Maraas <kmaraas@gnome.org >
* nb.po: Update
* no.po: Update
2004-12-28 10:40:30 +00:00
Marcel Telka
b76ae7b1ca
Updated Slovak translation.
...
2004-12-28 Marcel Telka <marcel@telka.sk >
* sk.po: Updated Slovak translation.
2004-12-28 00:10:28 +00:00
Benoît Dejean
006eddb5fe
Removed a lot of unused/useless files.
...
* POTFILES.in: Removed a lot of unused/useless files.
2004-12-27 16:23:19 +00:00
Adam Weinberger
7566ccf311
Updated Canadian English translation.
...
* en_CA.po: Updated Canadian English translation.
2004-12-26 08:35:44 +00:00
Miloslav Trmac
cde49f488c
Updated Czech translation.
...
2004-12-25 Miloslav Trmac <mitr@volny.cz >
* cs.po: Updated Czech translation.
2004-12-25 15:03:54 +00:00
Benoît Dejean
ce9ce223ca
Turned all macros to functions. Marked everything as G_GNUC_PRINTF and
...
* include/glibtop/error.h:
* lib/parameter.c: (glibtop_set_parameter_l):
* lib/read_data.c: (glibtop_read_data_l):
* sysdeps/common/error.c: (print_server_name), (glibtop_error_vr),
(glibtop_error_io_vr), (glibtop_warn_vr), (glibtop_warn_io_vr),
(glibtop_error_r), (glibtop_warn_r), (glibtop_error_io_r),
(glibtop_warn_io_r), (glibtop_error), (glibtop_warn),
(glibtop_error_io), (glibtop_warn_io): Turned all macros to functions.
Marked everything as G_GNUC_PRINTF and fixed format bugs.
* sysdeps/common/fsusage.c: Marked some functions as G_GNUC_INTERNAL
2004-12-23 21:50:41 +00:00
Benoît Dejean
71900c0e30
s/glibtop_error/g_error/g
...
* netload.c: (main):
* procmap.c: (main): s/glibtop_error/g_error/g
2004-12-23 15:58:34 +00:00
Benoît Dejean
817057bc3c
Marked private functions G_GNUC_INTERNAL.
...
* fsusage.c: (_glibtop_linux_get_fsusage_read_write):
* glibtop_private.h: Marked private functions G_GNUC_INTERNAL.
2004-12-23 15:56:51 +00:00
Benoît Dejean
9fe6dadcec
Fixed.
...
* netlist.c: (glibtop_get_netlist_s): Fixed.
2004-12-23 15:44:24 +00:00
Benoît Dejean
3e06f95c84
Added dummy glibtop_get_netlist.
...
* netlist.c:
* Makefile.am: Added dummy glibtop_get_netlist.
2004-12-23 15:43:35 +00:00
Benoît Dejean
2ca1905547
Released 2.9.3.
...
* NEWS:
* configure.in: Released 2.9.3.
2004-12-20 10:53:57 +00:00
Benoît Dejean
65d2d61d41
Fixed Argument passing between library and server. Thanks everyone. Closes
...
* lib/lib.pl: Fixed Argument passing between library and server.
Thanks everyone. Closes #139809 .
2004-12-10 22:05:17 +00:00
Benoît Dejean
8a4fd3c971
Ignores unkown file system type.
...
* mountlist.c: (ignore_mount_entry): Ignores unkown file system type.
2004-12-09 15:57:44 +00:00
Benoît Dejean
c09e2fdead
Removed libgtop_names :)
...
* acconfig.h:
* configure.in:
* debian/libgtop-dev.files.in:
* doc/Makefile.am:
* examples/Makefile.am:
* examples/third.c:
* include/glibtop/cpu.h:
* include/glibtop/fsusage.h:
* include/glibtop/loadavg.h:
* include/glibtop/mem.h:
* include/glibtop/mountlist.h:
* include/glibtop/msg_limits.h:
* include/glibtop/netlist.h:
* include/glibtop/netload.h:
* include/glibtop/ppp.h:
* include/glibtop/procargs.h:
* include/glibtop/prockernel.h:
* include/glibtop/proclist.h:
* include/glibtop/procmap.h:
* include/glibtop/procmem.h:
* include/glibtop/procsegment.h:
* include/glibtop/procsignal.h:
* include/glibtop/procstate.h:
* include/glibtop/proctime.h:
* include/glibtop/procuid.h:
* include/glibtop/sem_limits.h:
* include/glibtop/shm_limits.h:
* include/glibtop/swap.h:
* include/glibtop/sysdeps.h:
* include/glibtop/uptime.h:
* po/POTFILES.in:
* sysdeps/Makefile.am:
* sysdeps/names/.cvsignore:
* sysdeps/names/Makefile.am:
* sysdeps/names/cpu.c:
* sysdeps/names/fsusage.c:
* sysdeps/names/loadavg.c:
* sysdeps/names/mem.c:
* sysdeps/names/mountlist.c:
* sysdeps/names/msg_limits.c:
* sysdeps/names/netlist.c:
* sysdeps/names/netload.c:
* sysdeps/names/ppp.c:
* sysdeps/names/procargs.c:
* sysdeps/names/prockernel.c:
* sysdeps/names/proclist.c:
* sysdeps/names/procmap.c:
* sysdeps/names/procmem.c:
* sysdeps/names/procsegment.c:
* sysdeps/names/procsignal.c:
* sysdeps/names/procstate.c:
* sysdeps/names/proctime.c:
* sysdeps/names/procuid.c:
* sysdeps/names/sem_limits.c:
* sysdeps/names/shm_limits.c:
* sysdeps/names/swap.c:
* sysdeps/names/sysdeps.c:
* sysdeps/names/uptime.c: Removed libgtop_names :)
2004-12-06 14:44:11 +00:00
Benoît Dejean
fe5bb1c39c
Added glibtop_get_netlist. Patch from marcus@freebsd.org (Joe Marcus
...
* Makefile.am:
* netlist.c: (glibtop_init_netlist_s), (glibtop_get_netlist_s):
Added glibtop_get_netlist. Patch from marcus@freebsd.org (Joe Marcus Clarke).
2004-12-05 12:01:43 +00:00
Benoît Dejean
4b310d26f7
Updated.
...
* reference.texi: Updated.
2004-12-04 19:21:08 +00:00
Žygimantas Beručka
83759b2a4a
Updated Lithuanian translation.
...
2004-12-04 Žygimantas Beručka <uid0@akl.lt >
* lt.po: Updated Lithuanian translation.
2004-12-04 06:56:10 +00:00
Benoît Dejean
209219d5ce
post-release bump to 2.9.1.
...
* configure.in: post-release bump to 2.9.1.
2004-11-30 12:22:57 +00:00
Benoît Dejean
8ce468228a
released 2.9.0
...
* NEWS:
* configure.in: released 2.9.0
2004-11-30 12:06:46 +00:00
Benoît Dejean
e9e2b7c09b
Glibified. g_array_free which returns a char* ! If you want to change
...
* proclist.c: (glibtop_get_proclist_s): Glibified. g_array_free which
returns a char* ! If you want to change this, please tell them
http://bugzilla.gnome.org/show_bug.cgi?id=145767 .
2004-11-29 23:55:03 +00:00
Benoît Dejean
2fa0dc1cd8
Added Added Removed
...
* Makefile.am:
* cpu.c:
* fsusage.c:
* glibtop_private.c: (get_scaled), (try_file_to_buffer),
(file_to_buffer): Added
* glibtop_private.h: Added
* glibtop_server.c: Removed
* glibtop_server.h:
* loadavg.c:
* mem.c:
* netload.c:
* open.c:
* prockernel.c:
* procmem.c:
* procsegment.c:
* procsignal.c:
* procstate.c:
* proctime.c:
* procuid.c:
* swap.c:
* sysinfo.c:
* uptime.c: Moved linux impl utils function from glibtop_server.* to
glibtob_private.* because glibtop_server.h is a public header.
2004-11-28 01:32:55 +00:00
Martin Willemoes Hansen
faa80b7b24
Updated Danish translation.
...
* da.po: Updated Danish translation.
2004-11-23 12:36:48 +00:00
Benoît Dejean
7ff2372249
UTF-8-ified.
...
* AUTHORS:
* MAINTAINERS: UTF-8-ified.
* acconfig.h:
* acinclude.m4:
* configure.in:
* kernel/ChangeLog:
* kernel/sysctl/.cvsignore:
* kernel/sysctl/Makefile:
* kernel/sysctl/libgtop.c:
* kernel/sysctl/libgtop.h:
* kernel/sysctl/libgtop_syms.c:
* kernel/sysctl/main.c:
* kernel/sysctl/patch-2.2.1:
* kernel/sysctl/patch-2.2.x:
* kernel/table.h:
* kernel/table20/Makefile:
* kernel/table20/README:
* kernel/table20/entry-i386.S:
* kernel/table20/kernel.patch:
* kernel/table20/main.c:
* kernel/table20/unistd-i386.h:
* kernel/table20/version.h:
* kernel/table21/.cvsignore:
* kernel/table21/Makefile:
* kernel/table21/README:
* kernel/table21/entry-i386.S:
* kernel/table21/main.c:
* kernel/table21/module.c:
* kernel/table21/unistd-i386.h:
* kernel/table21/version.h:
* kernel/version.h:
* libgtop-sysdeps.m4:
* sysdeps/Makefile.am:
* sysdeps/kernel/.cvsignore:
* sysdeps/kernel/ChangeLog:
* sysdeps/kernel/Makefile.am:
* sysdeps/kernel/close.c:
* sysdeps/kernel/cpu.c:
* sysdeps/kernel/glibtop_private.h:
* sysdeps/kernel/glibtop_server.h:
* sysdeps/kernel/kernel.h:
* sysdeps/kernel/kernel.s:
* sysdeps/kernel/loadavg.c:
* sysdeps/kernel/mem.c:
* sysdeps/kernel/msg_limits.c:
* sysdeps/kernel/netload.c:
* sysdeps/kernel/open.c:
* sysdeps/kernel/ppp.c:
* sysdeps/kernel/procargs.c:
* sysdeps/kernel/procdata.c:
* sysdeps/kernel/prockernel.c:
* sysdeps/kernel/proclist.c:
* sysdeps/kernel/procmap.c:
* sysdeps/kernel/procmem.c:
* sysdeps/kernel/procsegment.c:
* sysdeps/kernel/procsignal.c:
* sysdeps/kernel/procstate.c:
* sysdeps/kernel/proctime.c:
* sysdeps/kernel/procuid.c:
* sysdeps/kernel/sem_limits.c:
* sysdeps/kernel/shm_limits.c:
* sysdeps/kernel/siglist.c:
* sysdeps/kernel/swap.c:
* sysdeps/kernel/sysinfo.c:
* sysdeps/kernel/uptime.c: Removed kernel patch and implementation.
2004-11-22 11:13:24 +00:00
Benoît Dejean
f378a263b0
Forgot to ship libgtopconfig.h.
...
* Makefile.am: Forgot to ship libgtopconfig.h.
2004-11-19 08:32:16 +00:00
Benoît Dejean
77b892ebf7
Removed unused files.
...
* LIBGTOP-VERSION:
* libgtop-mirror.sh: Removed unused files.
* libgtopconfig.h.in: Added.
* Makefile.am:
* configure.in:
* glibtop.h: Added libgtopconfig.h and LIBGTOP_VERSION_CHECK(X, Y, Z).
This can be used in build tests.
2004-11-18 21:25:22 +00:00
Benoît Dejean
db2fed4da3
Added myself.
...
* copyright.txt: Added myself.
2004-11-15 21:50:35 +00:00
Benoît Dejean
160bdeaecd
Updated.
...
* netload.c: (hwaddress_format_for_display), (main): Updated.
2004-11-15 16:07:23 +00:00
Benoît Dejean
1d6debfa56
Added a check for NULL pointer when wlaking though interfaces (though i
...
* netload.c: (get_ipv6), (glibtop_get_netload_s): Added a check for NULL
pointer when wlaking though interfaces (though i don't understand why some
interface don't have an ifa_addr).
Move all ipv6 code into a separate function. Added a paranoid check on
getifaddrs.
2004-11-15 14:58:06 +00:00
Benoît Dejean
bbb6cbaa87
Updated.
...
* pprint.c: (pprint_get_fsusage), (pprint_get_mountlist),
(pprint_get_netload), (pprint_get_netlist), (main): Updated.
2004-11-13 21:06:08 +00:00
Benoît Dejean
ce229a4e19
Added stub for glibtop_get_netlist.
...
* Makefile.am:
* netlist.c: (glibtop_init_netlist_s), (glibtop_get_netlist_s): Added
stub for glibtop_get_netlist.
2004-11-13 12:43:28 +00:00
Benoît Dejean
544aff2f18
Removed SUID wrappers because glibtop_proc_argv_l is a client-side
...
* include/glibtop/procargs.h:
* sysdeps/common/procargs.c: (glibtop_get_proc_argv_l): Removed SUID
wrappers because glibtop_proc_argv_l is a client-side function that wraps
glibtop_get_proc_args.
2004-11-13 11:42:48 +00:00
Benoît Dejean
74f20ca469
Removed old functions. OMG, everything is really broken here :/
...
* structures.def: Removed old functions. OMG, everything is really broken
here :/
2004-11-13 11:14:33 +00:00
Benoît Dejean
edd5156ca0
Killed warning.
...
* netlist.c: (glibtop_get_netlist_s): Killed warning.
2004-11-13 11:10:57 +00:00
Benoît Dejean
7e5ccec8bf
Bumped to 2.9.0
...
* configure.in: Bumped to 2.9.0
* configure.in:
* examples/.cvsignore:
* examples/Makefile.am:
* examples/netlist.c: (main):
* features.def:
* include/glibtop/Makefile.am:
* include/glibtop/command.h:
* include/glibtop/netlist.h:
* include/glibtop/sysdeps.h:
* include/glibtop/union.h:
* include/glibtop/version.h:
* src/daemon/version.c:
* sysdeps/linux/Makefile.am:
* sysdeps/linux/netlist.c: (glibtop_init_netlist_s),
(glibtop_get_netlist_s):
* sysdeps/names/Makefile.am:
* sysdeps/names/netlist.c:
* sysdeps/solaris/Makefile.am:
* sysdeps/solaris/netlist.c: (glibtop_init_netlist_s),
(glibtop_get_netlist_s): Added new function glibtop_get_netlist().
Implemented for linux and solaris. Doc needed.
2004-11-13 00:53:20 +00:00
Benoît Dejean
fdf313cdf6
Set .rtime. At last !
...
* proctime.c: (glibtop_get_proc_time_s): Set .rtime. At last !
2004-10-26 20:26:25 +00:00
Ankitkumar Rameshchandra Patel
9a6bb02fb1
ankit@redhat.com * Changed some wrong rendered characters
2004-10-26 12:06:56 +00:00
Benoît Dejean
e6f0664c3b
No longer abort() is no such pid. buf.flags == 0ULL means that there no
...
* procargs.c: (glibtop_get_proc_args_s):
* prockernel.c: (glibtop_get_proc_kernel_s):
* procmem.c: (glibtop_get_proc_mem_s):
* procsegment.c: (glibtop_get_proc_segment_s):
* procsignal.c: (glibtop_get_proc_signal_s):
* procstate.c: (glibtop_get_proc_state_s):
* proctime.c: (glibtop_get_proc_time_s):
* procuid.c: (glibtop_get_proc_uid_s): No longer abort() is no such pid.
buf.flags == 0ULL means that there no data could be retrieve at all.
Closes #154876 . Thanks to Christophe Belle.
2004-10-22 15:35:57 +00:00
Benoît Dejean
405f0602e0
Released 2.8.1.
...
* NEWS: Released 2.8.1.
2004-10-11 18:11:48 +00:00
Benoît Dejean
b3dfc1d1d2
Updated. Lots of cleanup.
...
* cpu.c: (glibtop_init_cpu_s), (glibtop_get_cpu_s):
* loadavg.c: (glibtop_get_loadavg_s):
* mem.c: (glibtop_init_mem_s), (glibtop_get_mem_s):
* open.c: (glibtop_get_kstats), (glibtop_open_s):
* procargs.c: (glibtop_get_proc_args_s):
* procdata.c: (glibtop_get_proc_data_psinfo_s),
(glibtop_get_proc_data_usage_s), (glibtop_get_proc_credentials_s),
(glibtop_get_proc_status_s):
* proclist.c: (glibtop_get_proclist_s):
* procmap.c: (glibtop_get_proc_map_s):
* procmem.c: (glibtop_get_proc_mem_s):
* procstate.c: (glibtop_get_proc_state_s):
* safeio.c:
* safeio.h:
* shm_limits.c: (glibtop_init_shm_limits_p),
(glibtop_get_shm_limits_p):
* swap.c: (glibtop_get_swap_s):
* uptime.c: (glibtop_get_uptime_s): Updated. Lots of cleanup.
2004-10-11 18:01:25 +00:00
Benoît Dejean
13025c6c5f
Replaced C99 initializer.
...
* lib/init.c: Replaced C99 initializer.
* lib/read.c: (do_read): 1-line cleanup.
2004-10-10 17:21:57 +00:00
Benoît Dejean
bbcbe6b67d
Depends on glib 2.4.0
...
* configure.in: Depends on glib 2.4.0
2004-10-09 12:47:10 +00:00
Benoît Dejean
6c586e844f
Fixed .state to follow LibGTop2 specification.
...
* procstate.c: (glibtop_get_proc_state_s): Fixed .state to follow
LibGTop2 specification.
2004-10-04 12:22:15 +00:00
Benoît Dejean
a1677aefa8
Fixed glibtop_init_s call.
...
* procmap.c: (glibtop_get_proc_map_s): Fixed glibtop_init_s call.
2004-10-04 12:08:44 +00:00
Benoît Dejean
9f91b2ddb8
AIX support updated by Laurent Vivier <Laurent.Vivier@BULL.NET>.
...
* Makefile.am:
* cpu.c: (glibtop_init_cpu_p), (glibtop_get_cpu_p):
* glibtop_machine.h:
* glibtop_server.h:
* mem.c: (glibtop_get_mem_s):
* netload.c: (glibtop_get_netload_p):
* procargs.c: (glibtop_get_proc_args_s):
* prockernel.c: (glibtop_get_proc_kernel_s):
* proclist.c: (glibtop_get_proclist_s):
* procmem.c: (glibtop_get_proc_mem_s):
* procsegment.c: (glibtop_get_proc_segment_s):
* procsignal.c: (glibtop_get_proc_signal_s):
* procstate.c: (glibtop_get_proc_state_s):
* proctime.c: (glibtop_get_proc_time_s):
* procuid.c: (glibtop_get_proc_uid_s):
* swap.c: (glibtop_get_swap_s):
* sysinfo.c: (add_info), (init_sysinfo):
* uptime.c: (glibtop_init_uptime_s), (glibtop_get_uptime_s):
AIX support updated by Laurent Vivier <Laurent.Vivier@BULL.NET >.
Fixed cpu/uptime/sysinfo.
Added missing calls to glibtop_init_s.
2004-10-04 11:57:05 +00:00
Adam Weinberger
ca8d9657f0
Updated Canadian English translation.
...
* en_CA.po: Updated Canadian English translation.
2004-09-26 15:23:08 +00:00
Benoît Dejean
5bd4c5feeb
Added missing include <glibtop/close.h>.
...
* glibtop.h: Added missing include <glibtop/close.h>.
2004-09-25 19:31:18 +00:00
Benoît Dejean
15a4ba35a9
Re-added pprint_get_msg_limits()
...
* pprint.c: (main): Re-added pprint_get_msg_limits()
2004-09-25 19:30:00 +00:00
Benoît Dejean
f028bd79bf
Added missing call to glibgtop_init() / glibtop_close()
...
* df.c: (main):
* pprint.c: (main):
* procargs.c: (main): Added missing call to glibgtop_init() / glibtop_close()
2004-09-25 08:56:38 +00:00
Benoît Dejean
d809faba3e
Added missing call to libgtop_init();
...
* df.c: (main):
* pprint.c: (main):
* procargs.c: (main): Added missing call to libgtop_init();
2004-09-25 08:46:44 +00:00
Benoît Dejean
d0833edb66
Fixed .block_size on Solaris.
...
* fsusage.c: (glibtop_get_fsusage_s): Fixed .block_size on Solaris.
2004-09-24 21:26:34 +00:00
Benoît Dejean
9aae957919
../configure.in Added new example, just like 'df'.
...
* .cvsignore:
* Makefile.am:
* ../configure.in
* df.c: (print_fsusage), (main): Added new example, just like 'df'.
2004-09-24 12:59:29 +00:00
Benoît Dejean
6d24f84fd6
Updated.
...
* POTFILES.in: Updated.
2004-09-23 22:48:32 +00:00
Benoît Dejean
fe08779c6c
Removed mountlist.h.
...
* Makefile.am:
* mountlist.c:
* mountlist.h: Removed mountlist.h.
2004-09-23 22:47:56 +00:00
Benoît Dejean
804b82eff8
Small cleanup.
...
* loadavg.c: (glibtop_get_loadavg_s):
* msg_limits.c: (glibtop_get_msg_limits_s):
* shm_limits.c: (glibtop_get_shm_limits_s): Small cleanup.
2004-09-23 22:44:53 +00:00
Benoît Dejean
61889bc182
Removed get_pageshift(). Every one can affort a * instead of a >>, no need
...
* glibtop_server.c:
* glibtop_server.h:
* procmem.c: (glibtop_get_proc_mem_s):
* procsegment.c: (glibtop_get_proc_segment_s): Removed get_pageshift().
Every one can affort a * instead of a >>, no need for this kind of
non-reentrant optimization. Saved 144B (obviously perfect cleanup ;)
2004-09-23 08:13:28 +00:00
Benoît Dejean
c29887d4b0
Added openpromfs.
...
* mountlist.c: (ignore_mount_entry): Added openpromfs.
2004-09-22 22:20:31 +00:00
Benoît Dejean
edb1e6a773
CFLAGS: Removed -W, added -Winline.
...
* configure.in: CFLAGS: Removed -W, added -Winline.
2004-09-22 17:39:18 +00:00
Benoît Dejean
5d97c3fa5e
Linux: Sanitize. Removed calls to obfuscated PROPAGATE_ALL_ONES(x) which
...
* fsusage.c: (glibtop_get_fsusage_s): Linux: Sanitize. Removed calls
to obfuscated PROPAGATE_ALL_ONES(x) which seems to return unpredictable
values on some arch (e.g sparc).
Closes #153141 .
2004-09-22 17:38:18 +00:00
Benoît Dejean
e830a8eeb6
Removed #warning, my gcc is not buggy anymore.
...
* glibtop_server.c: Removed #warning, my gcc is not buggy anymore.
2004-09-22 17:33:19 +00:00
Benoît Dejean
a6410588cd
Disable pprint_get_msg_limits() because it can fail.
...
* pprint.c: (main): Disable pprint_get_msg_limits() because it can fail.
2004-09-22 11:25:37 +00:00
Benoît Dejean
339b79b100
Added mntfs to ignore list
...
* mountlist.c: (ignore_mount_entry): Added mntfs to ignore list
2004-09-22 11:16:42 +00:00
Ivan Stojmirov
831f0e7d68
gotovo
2004-09-21 21:37:42 +00:00
Benoît Dejean
4882405885
Updated.
...
* pprint.c: (pprint_get_swap), (main): Updated.
2004-09-21 09:41:34 +00:00
Benoît Dejean
5b15a2d1a5
Updated.
...
* procargs.c: (show_args), (main): Updated.
2004-09-21 08:37:52 +00:00
Benoît Dejean
6954b81396
Updated.
...
* pprint.c: (pprint_get_mountlist), (pprint_get_netload),
(pprint_get_uptime), (main): Updated.
2004-09-21 08:01:45 +00:00
Benoît Dejean
35dd4cf1ca
Updated.
...
* pprint.c: (pprint_get_mountlist): Updated.
2004-09-20 23:44:19 +00:00
Benoît Dejean
0b0b1ab43c
Back to previous version.
...
* fsusage.c: (_glibtop_get_fsusage_read_write),
(glibtop_get_fsusage_s):
* mountlist.c: (glibtop_get_mountlist_s): Back to previous version.
* fsusage.c: (linux_2_6_0), (linux_2_4_0),
(_glibtop_linux_get_fsusage_read_write): Back to previous version.
Now set .flags correctly.
2004-09-20 23:43:24 +00:00
Benoît Dejean
a6311d88c3
Updated.
...
* procargs.c: (show_args), (main): Updated.
2004-09-20 22:05:32 +00:00
Benoît Dejean
f561120748
Updated.
...
* procargs.c: (show_args), (main): Updated.
2004-09-20 22:03:58 +00:00
Benoît Dejean
b35532dd6f
Updated.
...
* procargs.c: (show_args), (main): Updated.
2004-09-20 22:03:02 +00:00
Benoît Dejean
c7d323749c
Added new example : pretty prints the result of glibtop_*. Work in
...
* .cvsignore:
* Makefile.am:
* pprint.c: (pprint_get_cpu), (pprint_get_fsusage),
(pprint_get_loadavg), (pprint_get_mem), (pprint_get_mountlist),
(pprint_get_msg_limits), (main): Added new example : pretty prints
the result of glibtop_*. Work in progress.
Now builds procargs.
* ../configure.in: Added to static list.
2004-09-20 20:14:46 +00:00
Alessio Frusciante
3d1997ca94
Updated Italian translation.
2004-09-19 22:03:58 +00:00
Benoît Dejean
b3fd15c190
Updated to match new prototype.
...
* fsusage.c: (linux_2_6_0), (linux_2_4_0),
(_glibtop_linux_get_fsusage_read_write): Updated to match new prototype.
2004-09-19 21:03:21 +00:00
Benoît Dejean
601cfef32f
: Added new flag. (_glibtop_get_fsusage_read_write): Changed prototype.
...
* fsusage.c: (_glibtop_get_fsusage_read_write) : Added new flag.
(_glibtop_get_fsusage_read_write): Changed prototype. Returns TRUE on
success, then _glibtop_get_fsusage_read_write is set.
Added comment to locate Linux code.
* mountlist.c: (read_filesystem_list): Dropped unused need_fs_type parameter.
This is now default.
Fixed possible leak.
(ignore_mount_entry): Added "usbfs" to ignored FS.
(glibtop_get_mountlist_s): Updated.
2004-09-19 21:02:10 +00:00
Benoît Dejean
86fd7f23c4
'screen' is only defined when AUTH_MAGIC_COOKIE is defined. Added missing
...
* gnuserv.c: (setup_table): 'screen' is only defined when AUTH_MAGIC_COOKIE
is defined.
Added missing initializers for popt options.
2004-09-19 12:08:55 +00:00
Benoît Dejean
3668b5bb19
Added missing memset( , 0, ).
...
* mem.c: (glibtop_get_mem_s): Added missing memset( , 0, ).
2004-09-19 12:06:10 +00:00
Gora Mohanty
89f531cdbc
configure.in: Added 'or' to ALL_LINGUAS.
...
po/or.po: Updated Oriya translation.
2004-09-13 20:42:54 +00:00
Benoît Dejean
35488aef90
bumped to 2.8.1.
...
* configure.in: bumped to 2.8.1.
* sysdeps/common/fsusage.c:
* sysdeps/common/gnuslib.c: (glibtop_make_connection),
(connect_to_unix_server), (glibtop_internet_addr):
* sysdeps/linux/glibtop_server.c: (get_pageshift):
* sysdeps/linux/glibtop_server.h:
* sysdeps/linux/open.c: (glibtop_open_s):
* sysdeps/linux/ppp.c: (is_ISDN_on): Cleanups. Thanks to Kjartan Maraas.
Closes #151557 .
2004-09-13 15:21:54 +00:00
Benoît Dejean
dc31c8b8dd
*** empty log message ***
2004-09-13 14:49:51 +00:00
Benoît Dejean
a205458dbe
2.8.0
...
* NEWS:
* configure.in: 2.8.0
2004-09-13 14:35:13 +00:00
Benoît Dejean
9ccd5cc4cb
2.8.0
...
* NEWS:
* configure.in: 2.8.0
2004-09-13 14:33:59 +00:00
Nguyen Thai Ngoc Duy
0fb5f3df88
Updated vi.po
2004-09-13 12:37:36 +00:00
Laszlo Dvornik
c82734255b
Updated Hungarian translation by Gabor Kelemen.
...
2004-09-12 Laszlo Dvornik <dvornik@gnome.hu >
* hu.po: Updated Hungarian translation by Gabor Kelemen.
2004-09-12 11:40:05 +00:00
Dafydd Harries
19ebd69b93
Updated Welsh translation.
2004-09-12 02:51:46 +00:00
Christophe Merlet
c93a83e78a
Updated French translation.
2004-09-10 17:56:52 +00:00
Arafat Medini
c968c56913
Updated Arabic translation
...
2004-09-08 Arafat Medini <lumina@arabeyes.org >
* ar.po: Updated Arabic translation
2004-09-08 12:57:32 +00:00
Amila Akagić
8508785c67
2004-09-07 Akagic Amila <bono@linux.org.ba> * bs.po: Updated Bosnian translation.
2004-09-07 07:54:25 +00:00
Mugurel Tudor
9d142723a6
Updated Romanian translation by Misu Moldovan <dumol@go.ro>
...
2004-09-06 Mugurel Tudor <mugurelu@go.ro >
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@go.ro >
2004-09-06 14:38:10 +00:00
Kostas Papadimas
a0afc5616a
Updated Greek Translation.
2004-09-06 09:49:57 +00:00
Raphael Higino
423d0e353d
Updating pt_BR translation.
2004-09-05 13:16:12 +00:00
Baris Cicek
a4307cb35d
Updated Turkish Translation
2004-09-03 19:34:22 +00:00
N Jayaradha
0bc628484c
yet to proof read
2004-09-03 04:57:07 +00:00
Hendrik Richter
3bdad36198
Updated German translation
...
2004-09-02 Hendrik Richter <hendrik@gnome-de.org >
* de.po: Updated German translation
2004-09-02 18:57:09 +00:00
N Jayaradha
7a4c9fb40f
yet to proof read
2004-09-02 14:47:49 +00:00
Benoît Dejean
8c5093a395
Released 2.7.92.
...
* NEWS: Released 2.7.92.
2004-08-30 10:21:39 +00:00
Nikos Charonitakis
5ccd5980c0
Updated Greek translation
2004-08-30 08:28:20 +00:00
Benoît Dejean
60c8aae6d9
Merge a bunch of trivial OpenBSD patchs. To *BSD maintainers : please
...
* mem.c: (glibtop_get_mem_p):
* ppp.c:
* swap.c: (glibtop_init_swap_p), (glibtop_get_swap_p):
* uptime.c: (glibtop_get_uptime_p): Merge a bunch of trivial OpenBSD
patchs. To *BSD maintainers : please report bugs ! don't be selfish, share
your patchs.
2004-08-28 20:55:37 +00:00
Francisco Javier F. Serrador
28a5db91d2
Updated Spanish translation
...
2004-08-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org >
* es.po: Updated Spanish translation
2004-08-28 14:48:56 +00:00
Benoît Dejean
770e39d2d2
Zeroed all args.
...
* backends/server/command.c: (glibtop_call_i): Zeroed all args.
* configure.in: Bumped soname (thanks to seb128 and Dodji even if i've
fully understand everything.
* include/glibtop/array.h:
* include/glibtop/compat_10.h:
* include/glibtop/glib-arrays.h:
* include/glibtop/interfaces.h:
* include/glibtop/proccwd.h:
* lib/glib-arrays.c:
* sysdeps/names/interfaces.c:
* sysdeps/names/proccwd.c: Got rid of never-used / never-implemented files.
2004-08-28 11:12:02 +00:00
Amila Akagić
8ca47ad9e0
2004-08-28 Akagic Amila <bono@linux.org.ba> * bs.po: Added Bosnian translation.
2004-08-28 10:47:39 +00:00
Amila Akagić
49f1de8217
2004-08-28 Akagic Amila <bono@linux.org.ba> * configure.in: Added bs to ALL_LINGUAS.
2004-08-28 10:46:57 +00:00
Iñaki Larrañaga
63cc547156
Updated Basque translation.
...
2004-08-26 Iñaki Larrañaga <dooteo@euskalgnu.org >
* eu.po: Updated Basque translation.
2004-08-26 21:25:41 +00:00
Maxim Dziumanenko
fcfd0bd852
Updated Ukrainian translation.
...
2004-08-25 Maxim Dziumanenko <mvd@mylinux.com.ua >
* Updated Ukrainian translation.
2004-08-25 09:15:32 +00:00
Martin Willemoes Hansen
4b6c206598
Updated Danish translation.
...
* da.po: Updated Danish translation.
2004-08-23 10:22:31 +00:00
Benoît Dejean
e81e7db939
Zeroed all args.
...
* lib/command.c: (glibtop_call_l): Zeroed all args.
2004-08-22 19:32:56 +00:00
Benoît Dejean
91adde3f3d
Replaced //comment by /*C89*/.
...
* server.c: (handle_slave_connection): Replaced //comment by /*C89*/.
2004-08-22 19:31:38 +00:00
Benoît Dejean
ef95ef85ff
Merged FreeBSD Marcus' patch.
...
* mountlist.c: (read_filesystem_list): Merged FreeBSD Marcus' patch.
2004-08-22 19:30:14 +00:00
Benoît Dejean
ff160fa9f3
Merged Marcus' patches.
...
* procstate.c:
* uptime.c: (glibtop_get_uptime_p): Merged Marcus' patches.
2004-08-22 19:29:05 +00:00
Jordi Mallach
11f37815a3
Updated Catalan translation.
2004-08-21 16:45:12 +00:00
Kjartan Maraas
16d9eebd1b
Add «nb» to ALL_LINGUAS.
...
2004-08-21 Kjartan Maraas <kmaraas@gnome.org >
* configure.in: Add «nb» to ALL_LINGUAS.
2004-08-20 23:26:05 +00:00
Benoît Dejean
71c1792637
LibGTop 2.7.91.
...
2004-08-15 Benoît Dejean <tazforever@dlfp.org >
* NEWS:
* configure.in: LibGTop 2.7.91.
2004-08-20 23:25:27 +00:00
Kjartan Maraas
6fc4a48c6f
Add this.
...
2004-08-21 Kjartan Maraas <kmaraas@gnome.org >
* nb.po: Add this.
2004-08-20 23:25:02 +00:00
Laurent Dhima
550b9743c7
Updated Albanian translation.
...
2004-08-20 Laurent Dhima <laurenti@alblinux.net >
* sq.po: Updated Albanian translation.
2004-08-20 16:59:23 +00:00
Ankitkumar Rameshchandra Patel
36fe063384
ankit@redhat.com 20/08/2004 * Proofread gu.po
2004-08-20 10:15:26 +00:00
Pauli Virtanen
42c697c37e
Updated Finnish translation.
...
* fi.po: Updated Finnish translation.
2004-08-18 23:26:53 +00:00
Laurent Dhima
91c53d4f22
Updated Albanian translation.
...
2004-08-18 Laurent Dhima <laurenti@alblinux.net >
* sq.po: Updated Albanian translation.
2004-08-18 11:05:13 +00:00
Benoît Dejean
878826c871
LibGTop 2.7.91.
...
* NEWS:
* configure.in: LibGTop 2.7.91.
2004-08-16 06:16:27 +00:00
Duarte Loreto
f9b9b8dbd9
Fixed typo in Portuguese translation.
...
2004-08-15 Duarte Loreto <happyguy_pt@hotmail.com >
* pt.po: Fixed typo in Portuguese translation.
2004-08-14 23:27:38 +00:00
Tommi Vainikainen
d20bbf57fe
Unified po headers for Finnish Team
2004-08-13 19:46:14 +00:00
Dmitry Mastrukov
6bbc66417a
ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
2004-08-11 09:53:03 +00:00
Artur Flinta
336d234bce
Updated Polish translation by GNOME PL Team.
...
2004-08-10 Artur Flinta <aflinta@cvs.gnome.org >
* pl.po: Updated Polish translation by GNOME PL Team.
2004-08-10 17:49:40 +00:00
Amanpreet Singh Alam
a6df633a6f
check
2004-08-09 11:09:14 +00:00
Ankitkumar Rameshchandra Patel
8cd69ad3df
ankit@redhat.com 09/08/04
2004-08-09 08:40:34 +00:00
Benoît Dejean
ab2881a412
Added HAVE_IFADDRS_H Disable IPv6 support is ifaddrs.h is not available.
...
* configure.in: Added HAVE_IFADDRS_H
* sysdeps/linux/netload.c: (glibtop_get_netload_s): Disable IPv6
support is ifaddrs.h is not available.
Closes #149376 .
2004-08-09 08:02:54 +00:00
Benoît Dejean
bce095739f
Added -gnu89 to CFLAGS.
...
* configure.in: Added -gnu89 to CFLAGS.
* examples/Makefile.am: Fixed LDFLAGS.
* sysdeps/common/fsusage.c: (glibtop_get_fsusage_s):
* sysdeps/linux/fsusage.c: (linux_2_6_0):
* sysdeps/linux/proctime.c: (glibtop_get_proc_time_s):
* sysdeps/linux/sysinfo.c: (init_sysinfo): Fixed C89 issues.
Closes #149375 .
2004-08-09 07:55:50 +00:00
Funda Wang
d872544eb7
Updated Simplified Chinese translation
2004-08-07 18:54:00 +00:00
Marcel Telka
03e96ce487
Updated Slovak translation.
...
2004-08-07 Marcel Telka <marcel@telka.sk >
* sk.po: Updated Slovak translation.
2004-08-07 15:12:46 +00:00
Danilo Šegan
95dfedd71d
Updated Serbian translation.
2004-08-07 13:06:56 +00:00
Christian Rose
4cda07c19c
Updated Swedish translation.
...
2004-08-04 Christian Rose <menthos@menthos.com >
* sv.po: Updated Swedish translation.
2004-08-04 20:58:43 +00:00
Benoît Dejean
182f069928
Updated
2004-08-03 14:22:04 +00:00
Benoît Dejean
647f7c7be8
LibGTop 2.7.90.
...
* NEWS:
* configure.in: LibGTop 2.7.90.
2004-08-03 12:12:51 +00:00
Benoît Dejean
808a2d48ac
Added next_token(). Changed skip_token(), i hope it won't break any bad
...
* glibtop_server.h: Added next_token(). Changed skip_token(),
i hope it won't break any bad code.
* procstate.c: (glibtop_get_proc_state_s): Used next_token.
* proctime.c: (glibtop_get_proc_time_s): Implemented .start_time
the way it ought to be. Clean ups.
2004-08-03 11:40:37 +00:00
Benoît Dejean
5b39a4831d
Updated.
...
* reference.texi: Updated.
2004-08-03 09:55:23 +00:00
Changwoo Ryu
275d96b6c7
Updated Korean translation
2004-08-03 04:36:10 +00:00
Kjartan Maraas
a6f5be63ce
Updated Norwegian translation.
...
2004-08-01 Kjartan Maraas <kmaraas@gnome.org >
* no.po: Updated Norwegian translation.
2004-08-01 20:40:10 +00:00
Laszlo Dvornik
b818519801
Updated Hungarian translation by Gabor Kelemen.
...
2004-07-31 Laszlo Dvornik <dvornik@gnome.hu >
* hu.po: Updated Hungarian translation by Gabor Kelemen.
2004-07-31 18:27:15 +00:00
Laszlo Dvornik
7a3d548bb6
Updated Hungarian translation by Gabor Kelemen.
...
2004-07-31 Laszlo Dvornik <dvornik@gnome.hu >
* hu.po: Updated Hungarian translation by Gabor Kelemen.
2004-07-31 18:12:09 +00:00
Francisco Javier F. Serrador
dff4386212
Updated Spanish translation.
...
2004-07-31 Francisco Javier F. Serrador <serrador@cvs.gnome.org >
* es.po: Updated Spanish translation.
2004-07-31 10:00:39 +00:00
David Lodge
cb4a95bf02
Updated British translation.
...
2004-07-28 David Lodge <dave@cirt.net >
* en_GB.po: Updated British translation.
2004-07-28 22:33:37 +00:00
Duarte Loreto
3502306b83
Updated Portuguese translation.
...
2004-07-26 Duarte Loreto <happyguy_pt@hotmail.com >
* pt.po: Updated Portuguese translation.
2004-07-26 21:29:35 +00:00
Benoît Dejean
69767956dc
Fixed leak.
...
* netload.c: (glibtop_get_netload_s): Fixed leak.
2004-07-22 13:52:59 +00:00
Benoît Dejean
e8158ec1b1
Fixed leak. Don't set .timeout anymore.
...
* netload.c: (glibtop_get_netload_s): Fixed leak.
* proctime.c: (glibtop_get_proc_time_s): Don't set .timeout anymore.
2004-07-22 13:46:25 +00:00
Metin Amiroff
995ca5afb9
Translation updated by Mətin Əmirov.
...
2004-07-21 Metin Amiroff <metin@karegen.com >
* az.po: Translation updated by Mətin Əmirov.
2004-07-21 16:19:48 +00:00
Updated ja.po. T.Aihana
40c2e53355
2004-07-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
2004-07-21 14:22:41 +00:00
Guntupalli Karunakar
4c0a0244e5
updated hindi translation
2004-07-21 12:43:18 +00:00
Vincent van Adrighem
e794406321
Translation updated by Jeroen van der Vegt.
...
2004-07-21 Vincent van Adrighem <adrighem@gnome.org >
* nl.po: Translation updated by Jeroen van der Vegt.
2004-07-21 09:19:33 +00:00
Benoît Dejean
e0882a5c68
LibGTop 2.7.5.
...
* configure.in: LibGTop 2.7.5.
2004-07-20 14:10:30 +00:00
Benoît Dejean
4a7fb7c8cf
Updated.
2004-07-20 14:05:08 +00:00
Benoît Dejean
eca1b71b75
LibGTop 2.7.4.
...
* NEWS:
* configure.in: LibGTop 2.7.4.
2004-07-20 13:33:24 +00:00
Benoît Dejean
81f0ecdcbe
LibGTop 2.7.4.
...
* NEWS:
* configure.in: LibGTop 2.7.4.
2004-07-20 13:32:37 +00:00
Benoît Dejean
d549b72975
Updated.
...
* am.po:
* ar.po:
* az.po:
* be.po:
* bg.po:
* bn.po:
* ca.po:
* cs.po:
* cy.po:
* da.po:
* de.po:
* el.po:
* en_CA.po:
* en_GB.po:
* es.po:
* et.po:
* eu.po:
* fa.po:
* fi.po:
* fr.po:
* ga.po:
* gl.po:
* gu.po:
* he.po:
* hi.po:
* hr.po:
* hu.po:
* id.po:
* it.po:
* ja.po:
* ko.po:
* lt.po:
* lv.po:
* mi.po:
* mk.po:
* ml.po:
* mn.po:
* ms.po:
* nl.po:
* nn.po:
* no.po:
* pa.po:
* pl.po:
* pt.po:
* pt_BR.po:
* ro.po:
* ru.po:
* sk.po:
* sl.po:
* sq.po:
* sr.po:
* sr@Latn.po:
* sv.po:
* ta.po:
* tr.po:
* uk.po:
* vi.po:
* zh_CN.po:
* zh_TW.po: Updated.
2004-07-20 13:28:58 +00:00
Benoît Dejean
9737ebe1c9
Updated
2004-07-20 13:22:40 +00:00
Laurent Dhima
b91aceeccb
Updated Albanian translation.
...
2004-07-19 Laurent Dhima <laurenti@alblinux.net >
* sq.po: Updated Albanian translation.
2004-07-19 15:02:22 +00:00
Miloslav Trmac
2bad1b2cd1
Updated Czech translation.
...
2004-07-19 Miloslav Trmac <mitr@volny.cz >
* cs.po: Updated Czech translation.
2004-07-19 13:38:06 +00:00
Adam Weinberger
16cda6232b
Updated Canadian English translation.
...
* en_CA.po: Updated Canadian English translation.
2004-07-18 20:40:09 +00:00
Benoît Dejean
ff4fe5e846
Glibify a bit more. Closes #147618 .
...
* doc/reference.texi:
* include/glibtop/command.h:
* include/glibtop/glib-arrays.h:
* include/glibtop/proclist.h:
* lib/glib-arrays.c: (glibtop_get_proclist_as_array_l):
* lib/lib.pl:
* scripts/c_types.pl:
* src/daemon/main.c: (handle_parent_connection):
* src/daemon/slave.c: (handle_slave_connection):
* support/mkstemp.c:
* sysdeps/aix/proclist.c: (glibtop_get_proclist_s):
* sysdeps/freebsd/cpu.c: (glibtop_get_cpu_p):
* sysdeps/freebsd/prockernel.c: (glibtop_get_proc_kernel_p):
* sysdeps/freebsd/proclist.c: (glibtop_get_proclist_p):
* sysdeps/freebsd/procmem.c: (glibtop_get_proc_mem_p):
* sysdeps/kernel/proclist.c: (glibtop_get_proclist_s):
* sysdeps/linux/proclist.c: (glibtop_get_proclist_s):
* sysdeps/osf1/proclist.c: (glibtop_get_proclist_p):
* sysdeps/solaris/proclist.c: (glibtop_get_proclist_s):
* sysdeps/stub/proclist.c: (glibtop_get_proclist_s):
* sysdeps/stub_suid/proclist.c: (glibtop_get_proclist_p):
* sysdeps/sun4/proclist.c: (glibtop_get_proclist_p): Glibify a bit more.
Closes #147618 .
2004-07-18 20:33:56 +00:00
Benoît Dejean
92c18d4e8a
Updated. Closes #147822 .
...
* POTFILES.in: Updated. Closes #147822 .
2004-07-18 15:17:12 +00:00
Benoît Dejean
644b0ebcf5
Added read, write. This members provides total read and write in bytes
...
* include/glibtop/fsusage.h: Added read, write. This members provides
total read and write in bytes since boot_time.
* include/glibtop/netload.h: Added hwaddress : provides harware address,
eg MAC address. mtu, address and subnet are now guint32.
2004-07-17 12:09:01 +00:00
Benoît Dejean
e5a855db7c
Started implementation of read, write. Code should be splitted into arch
...
* fsusage.c: (glibtop_get_fsusage_s): Started implementation of read, write.
Code should be splitted into arch specific files.
* mountlist.c: (glibtop_get_mountlist_s): glibify. Used GArray.
2004-07-17 12:04:09 +00:00
Benoît Dejean
bfc14a1925
Added to repository. WIP.
...
* Makefile.am:
* fsusage.c: (linux_2_6_0), (linux_2_4_0),
(_glibtop_linux_get_fsusage_read_write): Added to repository. WIP.
* glibtop_server.h: LINUX_VERSION -> LINUX_VERSION_CODE
* netload.c: (glibtop_get_netload_s): Cleanups. Added support for
hardware address. s/LINUX_VERSION/LINUX_VERSION_CODE/
* open.c: (get_linux_version): s/LINUX_VERSION/LINUX_VERSION_CODE/
* procmap.c: (glibtop_get_proc_map_s): glibify: used GArray
* procuid.c: (glibtop_get_proc_uid_s): s/LINUX_VERSION/LINUX_VERSION_CODE/.
Used Linux MKDEV.
2004-07-17 12:01:24 +00:00
Benoît Dejean
b1c611c7fc
Added GLIBTOP_PROCESS_DEAD constant.
...
* include/glibtop/procstate.h: Added GLIBTOP_PROCESS_DEAD constant.
2004-07-15 20:54:57 +00:00
Benoît Dejean
18abf86346
Fixed copy/paste error while setting buf->state.
...
* procstate.c: (glibtop_get_proc_state_p): Fixed copy/paste error
while setting buf->state.
2004-07-15 20:53:53 +00:00
Benoît Dejean
9e1b0a2814
Wake, we're libgtop2.7.x, lets get rid of old buf->state format. Now using
...
* procstate.c: (glibtop_get_proc_state_s): Wake, we're libgtop2.7.x,
lets get rid of old buf->state format. Now using bitfield instead
letters.
2004-07-15 20:51:29 +00:00
Alexander Shopov
35db2e7496
Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
...
2004-07-08 Alexander Shopov <ash@contact.bg >
* bg.po: Updated Bulgarian translation by
Rostislav Raykov <zbrox@i-space.org >
2004-07-08 06:05:10 +00:00
Benoît Dejean
a8593d5b84
Added new glibtop_get_proc_argv*() functions. These are more easier to use
...
* include/glibtop/procargs.h: Added new glibtop_get_proc_argv*() functions.
These are more easier to use than glibtop_get_proc_args*(). They return
a NULL-terminated array of string (like main's char* argv[]).
2004-07-07 20:22:58 +00:00
Benoît Dejean
de7fd9e85b
Added glibtop_get_proc_argv demo.
...
* procargs.c: Added glibtop_get_proc_argv demo.
2004-07-07 20:21:13 +00:00
Benoît Dejean
c30e6a0dd2
Fixed. error is now correctly set to NULL before is's used. Fixed max_len
...
* procargs.c: (glibtop_get_proc_args_s): Fixed. error is now correctly
set to NULL before is's used. Fixed max_len behaviour.
2004-07-07 20:20:17 +00:00
Benoît Dejean
47b0db5ca9
Added file to repository. Provides glibtop_get_proc_argv*() for system
...
* Makefile.am:
* procargs.c: (split_args0), (glibtop_get_proc_argv_l),
(glibtop_get_proc_argv_p), (glibtop_get_proc_argv_s): Added file to
repository. Provides glibtop_get_proc_argv*() for system dependant
glibtop_get_proc_args*().
2004-07-07 20:18:36 +00:00
Benoît Dejean
2e6438e582
updated. Added glibtop_get_proc_argv. Added glibtop_fsusage.block_size.
...
* reference.texi: updated.
Added glibtop_get_proc_argv.
Added glibtop_fsusage.block_size.
2004-07-07 20:16:43 +00:00
Benoît Dejean
babe152ba2
Removed netinfo.[ch] that were never used.
...
* include/glibtop/netinfo.h:
* structures.def:
* sysdeps/names/netinfo.c: Removed netinfo.[ch] that were never used.
2004-07-07 19:13:03 +00:00
Benoît Dejean
7612022e83
Added missing fsusage names.
...
* sysdeps/names/fsusage.c: Added missing fsusage names.
2004-07-03 15:18:12 +00:00
Benoît Dejean
24073c48c5
Removed useless memset.
...
* sysinfo.c: (init_sysinfo): Removed useless memset.
2004-07-03 15:17:29 +00:00
Benoît Dejean
b55ecd65bc
Moved foward declaration of glibtop to break circular #includes
...
* glibtop.h: Moved foward declaration of glibtop to break circular
#includes dependencies.
2004-07-03 13:30:31 +00:00
Benoît Dejean
50f086cb68
Added. These functions are commonly used. Misc cleanups.
...
* glibtop_server.h:
* glibtop_server.c: (try_file_to_buffer), (file_to_buffer): Added. These
functions are commonly used. Misc cleanups.
* cpu.c: (glibtop_get_cpu_s):
* loadavg.c: (glibtop_get_loadavg_s):
* mem.c: (glibtop_get_mem_s):
* open.c: (glibtop_open_s):
* swap.c: (glibtop_get_swap_s):
* sysinfo.c: (init_sysinfo):
* uptime.c: (glibtop_get_uptime_s): Replaced open/read/close by file_to_buffer().
2004-07-03 13:28:59 +00:00
Laurent Dhima
8eae848c3f
Translation updated.
...
2004-06-28 Laurent Dhima <laurenti@alblinux.net >
* sq.po: Translation updated.
2004-06-28 15:15:22 +00:00
John C Barstow
d8a9aebdf5
Added mi to ALL_LINGUAS.
...
2004-06-26 John C Barstow <jbowtie@amathaine.com >
* configure.in: Added mi to ALL_LINGUAS.
2004-06-26 07:59:09 +00:00
John C Barstow
76c967224b
Translation added.
...
2004-06-26 John C Barstow <jbowtie@amathaine.com >
* mi.po: Translation added.
2004-06-26 07:59:07 +00:00
Benoît Dejean
a08c8d96bb
*** empty log message ***
2004-06-20 22:10:52 +00:00
Benoît Dejean
b279819639
*** empty log message ***
2004-06-18 20:33:01 +00:00
Benoît Dejean
99723e15ba
Also tries C99 __VA_ARGS__ before using functions.
...
* include/glibtop/error.h: Also tries C99 __VA_ARGS__ before using
functions.
2004-06-18 20:28:48 +00:00
Benoît Dejean
6b3d52ff0e
Moved 8 static error functions to sysdeps/common/error.c. This is the end
...
* include/glibtop/error.h: Moved 8 static error functions to
sysdeps/common/error.c. This is the end of an big useless code
bloat : expect ~8KB of object size reduction.
* include/glibtop/procuid.h: s/int/gint32/g
* lib/errors.c: (glibtop_error_quark):
* lib/read.c: (do_read), (glibtop_read_l):
* lib/read_data.c: (glibtop_read_data_l): Minor cleanups.
2004-06-18 07:38:37 +00:00
Benoît Dejean
bb01063e93
These functions are now globally defined.
...
* error.c: (print_server_name), (glibtop_error_r),
(glibtop_warn_r), (glibtop_error_io_r), (glibtop_warn_io_r),
(glibtop_error), (glibtop_warn), (glibtop_error_io),
(glibtop_warn_io): These functions are now globally defined.
2004-06-18 07:33:23 +00:00
Benoît Dejean
e12ac5f40c
Whitespace cleanup.
...
* loadavg.c: (glibtop_get_loadavg_s): Whitespace cleanup.
* ppp.c: (get_ISDN_stats), (is_ISDN_on): Replace g_malloc by an
array.
* glibtop_server.c: (get_pageshift):
* glibtop_server.h:
* procmem.c: (glibtop_init_proc_mem_s), (glibtop_get_proc_mem_s):
* procsegment.c: (glibtop_init_proc_segment_s),
(glibtop_get_proc_segment_s): Moved the pageshift calculation to
glibtop_server.[ch]
* procstate.c: (glibtop_get_proc_state_s):
* procuid.c: (glibtop_get_proc_uid_s):
* sysinfo.c: (init_sysinfo): Minor cleanups.
2004-06-18 07:24:58 +00:00
Benoît Dejean
34e322e7c2
Added IPv6 feature : provides address, prefix and scope. This breaks the
...
* sysdeps/names/netload.c:
* include/glibtop/netload.h: Added IPv6 feature : provides address,
prefix and scope. This breaks the ABI. Not documented yet : check
this file.
2004-06-18 06:52:09 +00:00
Benoît Dejean
559f481354
Implemented new IPv6 feature.
...
* netload.c: (glibtop_get_netload_s): Implemented new IPv6 feature.
2004-06-18 06:51:45 +00:00
Benoît Dejean
bb4397aec8
Replaced by g_file_get_contents.
...
* procargs.c: (glibtop_get_proc_args_s): Replaced by g_file_get_contents.
2004-06-13 09:55:38 +00:00
Benoît Dejean
7eeae24a4a
Replaced by g_file_get_contents.
...
* procargs.c: (glibtop_get_proc_args_s): Replaced by g_file_get_contents.
2004-06-13 09:47:24 +00:00
Benoît Dejean
7fe2ca8cd7
*** empty log message ***
2004-06-13 08:19:59 +00:00
Benoît Dejean
16bcad422c
Re-implemented. Fixed segfault on SMP. Stores keys in cpuinfo->labels
...
* sysinfo.c: (init_sysinfo): Re-implemented.
Fixed segfault on SMP.
Stores keys in cpuinfo->labels
2004-06-13 08:19:28 +00:00
Benoît Dejean
3881c09b51
Added missing const qualifier.
...
* sysinfo.c: Added missing const qualifier.
2004-06-12 23:32:29 +00:00
Benoît Dejean
cd8b43e1d1
Fixed segfault on SMP.
...
* sysinfo.c: (init_sysinfo): Fixed segfault on SMP.
2004-06-12 23:21:29 +00:00
Benoît Dejean
6a10d1ada9
Fixed segfault on SMP.
...
* sysinfo.c: (init_sysinfo): Fixed segfault on SMP.
2004-06-12 22:55:20 +00:00
Benoît Dejean
a415d909a2
Changed get_sysinfo prototype so that it returns a const pointer. Added
...
* include/glibtop/sysinfo.h: Changed get_sysinfo prototype so that it
returns a const pointer. Added missing macro.
2004-06-12 22:39:14 +00:00
Benoît Dejean
09febbf67d
Cleaned. (proc_file_to_buffer): Uninlined.
...
* glibtop_server.h:
* glibtop_server.c: (get_scaled): Cleaned.
(proc_file_to_buffer): Uninlined.
* sysinfo.c: (init_sysinfo): Re-implemented.
2004-06-12 22:37:35 +00:00
Benoît Dejean
d5b8a71e5b
block_size is now defined as a guint32 instead of a fuzzy gint.
...
* include/glibtop/fsusage.h: block_size is now defined as a guint32
instead of a fuzzy gint.
* lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup.
2004-06-12 15:39:31 +00:00
Benoît Dejean
f03e2d3c11
Removed files.
...
* Makefile.am:
* fsusage-frontend.c:
* fsusage.h: Removed files.
* fsusage.c: (glibtop_get_fsusage_s), (statfs): Merged and cleaned.
2004-06-12 15:37:44 +00:00
Benoît Dejean
ac2b8285ab
Added missing initializer.
...
* lib/init.c: Added missing initializer.
2004-06-12 12:50:01 +00:00
Benoît Dejean
4de267e394
Removed, replaced by ISO strtoull. (fstype_to_string): Cleaned.
...
* mountlist.c: (xatoi) Removed, replaced by ISO strtoull.
(fstype_to_string): Cleaned.
(read_filesystem_list) : Changed prototype. Cleaned and secured.
Replaced broken free by g_free.
(ignore_mount_entry): Added.
(glibtop_get_mountlist_s): Cleaned. Better allocation algorithm.
@all_fs has now a real meaning, see the documentation.
2004-06-12 12:48:37 +00:00
Benoît Dejean
10d56bd5fc
Added to repository.
...
* Makefile.am:
* glibtop_server.c: Added to repository.
* glibtop_server.h: (get_scaled): Uninlined and moved it to glibtop_server.c.
(skip_token) : Fixed indentation.
* procmap.c: (glibtop_get_proc_map_s): Big cleanup. Better allocation
algorithm.
* procmem.c:
* procsegment.c: Added missing initializations.
* sem_limits.c:
* shm_limits.c: (glibtop_get_shm_limits_s):
* swap.c:
* uptime.c: Added missing const qualifiers.
* sysinfo.c: (init_sysinfo): Added missing 0 initialization.
Saved 1 gboolean :D.
2004-06-12 12:05:49 +00:00
Benoît Dejean
70b0925a82
whitespace clean up.
...
* *.{c,h} : whitespace clean up.
2004-06-09 18:52:22 +00:00
Benoît Dejean
b0edf88ff7
Whitespace clean up.
...
* procuid.c: (glibtop_get_proc_uid_s): Whitespace clean up.
2004-06-08 21:12:10 +00:00
Benoît Dejean
4fe066a430
Small clean up.
...
* glibtop_server.h: Small clean up.
2004-06-08 08:41:53 +00:00
Benoît Dejean
95d39a87c8
Cleaned.
...
* lib/parameter.c:
* support/popt.c: (poptGetContext): Cleaned.
* support/vsnprintf.c: s/strncpy/g_strlcpy
2004-06-06 22:10:29 +00:00
Benoît Dejean
54fb1482ba
Removed. Cleaned. Replaced unsafe strcpy by g_strlcpy.
...
* glibtop_machine.h (skip_token): Removed.
* glibtop_server.h (skip_multiple_token): Cleaned.
* netload.c: (glibtop_get_netload_s): Replaced unsafe strcpy by g_strlcpy.
* procmap.c: (glibtop_get_proc_map_s): s/strncpy/g_strlcpy/.
* procstate.c: (glibtop_get_proc_state_s): Likewise.
* sysinfo.c: (init_sysinfo): Cleaned.
2004-06-06 22:07:44 +00:00
Benoît Dejean
2f87aa4479
s/strncpy/g_strlcpy/.
...
* netload.c: (glibtop_get_netload_p):
* procstate.c: (glibtop_get_proc_state_p):
* prockernel.c: (glibtop_get_proc_kernel_p): s/strncpy/g_strlcpy/.
* procargs.c: (glibtop_get_proc_args_p):
* procmap.c: (glibtop_get_proc_map_p): Cleaned.
2004-06-06 22:03:57 +00:00
Benoît Dejean
31e8abe019
Used g_memdup.
...
* proclist.c: (glibtop_get_proclist_s): Used g_memdup.
2004-06-06 21:59:59 +00:00
Benoît Dejean
d8cb4ccdf7
Cleaned. Replaced multiple strcpy/cat by g_strdup_printf. Replaced strncpy
...
* gnuslib.c: (connect_to_internet_server): Cleaned.
* mountlist.c: (glibtop_get_mountlist_s): Replaced multiple strcpy/cat by
g_strdup_printf. Replaced strncpy by g_strlcpy.
2004-06-06 21:58:51 +00:00
Benoît Dejean
45f2f19c3a
Removed duplicated memset. Replaced strncpy by g_strlcpy.
...
* procdata.c: (glibtop_get_procdata_r): Removed duplicated memset.
* procstate.c: (glibtop_get_proc_state_p): Replaced strncpy by g_strlcpy.
2004-06-06 21:25:24 +00:00
Benoît Dejean
fe494bc846
Removed useless tests. Replace g_malloc + memset by g_malloc0 Replace
...
* proclist.c: (glibtop_get_proclist_s): Removed useless tests.
* procmap.c: (glibtop_get_proc_map_s): Replace g_malloc + memset
by g_malloc0
* procstate.c: (glibtop_get_proc_state_s): Replace strncpy by g_strlcpy.
2004-06-06 21:23:56 +00:00
Benoît Dejean
7de929d2d7
Removed never executed if statements. Used g_strlcpy instead of strncpy.
...
* procargs.c: (glibtop_get_proc_args_s): Removed never executed if statements.
* procstate.c: (glibtop_get_proc_state_s): Used g_strlcpy instead of
strncpy.
2004-06-06 21:21:27 +00:00
Benoît Dejean
bc4a882c4a
Converted to UTF-8.
...
* ChangeLog: Converted to UTF-8.
2004-05-28 05:30:39 +00:00
Benoît Dejean
75291a665c
Added missing #include. Converted to UTF-8.
...
* examples/*: Added missing #include.
* ChangeLog: Converted to UTF-8.
2004-05-28 05:30:20 +00:00
Benoît Dejean
5af13a2a6a
Cleaned whitespaces.
...
* cpu.c: (glibtop_get_cpu_s): Cleaned whitespaces.
* open.c: (get_linux_version), (glibtop_open_s): Removed get_linux_version()
Cleaned. Remove static struct utsname.
2004-05-26 16:52:32 +00:00
Benoît Dejean
0cdaaf1f62
Moved LINUX_VERSION macro to glibtop_server.h.
...
* glibtop_server.h:
* open.c:
* procuid.c: Moved LINUX_VERSION macro to glibtop_server.h.
* Changelog: Converted to UTF-8.
2004-05-26 11:51:09 +00:00
Benoît Dejean
0a761f37f2
Removed Linux related code.
...
* procdata.c: (glibtop_get_procdata_s): Removed Linux related code.
2004-05-26 11:44:00 +00:00
Benoît Dejean
dc3027c438
Added missing const qualifiers.
...
* sem_limits.c:
* shm_limits.c:
* swap.c: Added missing const qualifiers.
* uptime.c: (glibtop_get_uptime_s): Cleaned up. Added boot_time.
2004-05-25 17:12:39 +00:00
Benoît Dejean
74453855aa
Added missing const qualifiers.
...
* loadavg.c: (glibtop_get_loadavg_s):
* msg_limits.c:
* sem_limits.c:
* shm_limits.c: Added missing const qualifiers.
2004-05-25 17:07:20 +00:00
Benoît Dejean
b15f542bfc
Added boot_time. Added missing #include.
...
* uptime.c: (glibtop_get_uptime_p): Added boot_time.
Added missing #include.
2004-05-25 14:44:45 +00:00
Benoît Dejean
1faa40ce18
Added boot_time.
...
* uptime.c: (glibtop_get_uptime_p): Added boot_time.
2004-05-25 14:42:51 +00:00
Benoît Dejean
4e4a2bcbed
Cast to size_t to remove warning. Cvs:
...
* gnuserv.c: (permitted): Cast to size_t to remove warning.
Cvs: ----------------------------------------------------------------------
2004-05-25 14:39:13 +00:00
Benoît Dejean
0de7c96d2a
Added test for end of string. (get_scaled): Cleaned.
...
* glibtop_server.h (skip_line): Added test for end of string.
(get_scaled): Cleaned.
* cpu.c (glibtop_get_cpu_s):
* open.c (glibtop_open_s): Fixed SMP detection. Closes #142597 .
* uptime.c (glibtop_get_uptime_s): Added boot_time.
2004-05-25 14:33:46 +00:00
Baris Cicek
f070fea744
Updated Turkish Translation
2004-05-14 17:03:48 +00:00
Iñaki Larrañaga Murgoitio
f416087865
2004/04/16 Iñaki Larrañaga <dooteo@euskalgnu.org>
...
* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
2004-04-16 10:34:29 +00:00
Iñaki Larrañaga
cc8b169a8e
Added Basque translation.
...
2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org >
* eu.po: Added Basque translation.
2004-04-16 10:33:59 +00:00
Andras Timar
31eb5d64cc
Updated Hungarian translation.
...
2004-04-15 Andras Timar <timar@gnome.hu >
* hu.po: Updated Hungarian translation.
2004-04-14 22:31:12 +00:00
Guntupalli Karunakar
5670749242
added gujarati translation
2004-04-09 15:56:11 +00:00
Bastien Nocera
892c59f8a8
version 2.6.0
...
2004-04-07 Bastien Nocera <hadess@hadess.net >
* configure.in: version 2.6.0
2004-04-07 10:28:35 +00:00
Bastien Nocera
07ec479243
fix typo in the #defines for FSUSAGE_BLOCK_SIZE (patch by Benot Dejean
...
2004-04-07 Bastien Nocera <hadess@hadess.net >
* include/glibtop/fsusage.h: fix typo in the #defines for
FSUSAGE_BLOCK_SIZE (patch by Benot Dejean <TazForEver@free.fr >)
2004-04-07 Bastien Nocera <hadess@hadess.net >
* prockernel.c: (glibtop_get_proc_kernel_p): patch for NetBSD/AMD64
support (Julio M. Merino Vidal <jmmv@menta.net >)
2004-04-07 10:05:51 +00:00
Adam Weinberger
45b69b3277
Added en_CA (Canadian English) to ALL_LINGUAS. Added Canadian English
...
* configure.in: Added en_CA (Canadian English) to ALL_LINGUAS.
* po/en_CA.po: Added Canadian English translation.
2004-03-30 20:55:07 +00:00
Åsmund Skjæveland
ea9147a717
Updated Norwegian Nynorsk translation.
...
2004-03-23 Åsmund Skjæveland <aasmunds@fys.uio.no >
* nn.po: Updated Norwegian Nynorsk translation.
2004-03-23 11:03:08 +00:00
Gareth Owen
dc0de7a8c0
Updated British translation
2004-03-22 14:13:56 +00:00
Guntupalli Karunakar
5884e4c6d7
added punjabi translations
2004-03-22 11:35:24 +00:00
Andras Timar
0ef0f65d95
Added Hungarian translation.
...
2004-03-21 Andras Timar <timar@gnome.hu >
* hu.po: Added Hungarian translation.
2004-03-21 14:44:40 +00:00
Mugurel Tudor
355a8dd9b9
Updated Romanian translation by Misu Moldovan <dumol@go.ro>
...
2004-03-18 Mugurel Tudor <mugurelu@go.ro >
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@go.ro >
2004-03-18 21:26:31 +00:00
Bastien Nocera
2b221cbb1f
set GLIBTOP_MAX_FSUSAGE properly, use gint in the headers instead of int
...
2004-03-15 Bastien Nocera <hadess@hadess.net >
* include/glibtop/fsusage.h: set GLIBTOP_MAX_FSUSAGE properly,
use gint in the headers instead of int (Closes : #125049 )
2004-03-15 Bastien Nocera <hadess@hadess.net >
* fsusage.c:
* fsusage.h: remove use of uintmax_t
2004-03-16 10:10:41 +00:00
Dafydd Harries
1cffda35ec
Updated Welsh translation.
2004-03-16 02:49:27 +00:00
Alessio Frusciante
64b86ef8e3
Updated Italian translation.
2004-03-15 20:05:17 +00:00
Yuri Syrota
aa7d624aca
Updated Ukrainian translation
2004-03-15 10:27:25 +00:00
Ales Nyakhaychyk
bb174b24e9
Updated Belarusian translation.
2004-03-13 17:27:44 +00:00
Tomasz Kłoczko
1d00248f3d
added Plural-Forms field in header and missing empty entries.
...
* hr.po: added Plural-Forms field in header and missing empty entries.
2004-03-12 07:34:17 +00:00
Gustavo Maciel Dias Vieira
c2895a9aa0
Updated Brazilian Portuguese translation done by Medina
...
2004-03-11 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br >
* pt_BR.po: Updated Brazilian Portuguese translation done by
Medina <afmedina@uol.com.br >.
2004-03-11 16:29:56 +00:00
Kjartan Maraas
576aed18ba
Up versions etc. Update foo.
...
2004-03-11 Kjartan Maraas <kmaraas@gnome.org >
* configure.in: Up versions etc.
* po/am.po: Update foo.
* po/ar.po:
* po/az.po:
* po/be.po:
* po/bg.po:
* po/bn.po:
* po/ca.po:
* po/cs.po:
* po/cy.po:
* po/da.po:
* po/de.po:
* po/el.po:
* po/es.po:
* po/et.po:
* po/fa.po:
* po/fi.po:
* po/fr.po:
* po/ga.po:
* po/gl.po:
* po/he.po:
* po/hi.po:
* po/hr.po:
* po/hu.po:
* po/id.po:
* po/it.po:
* po/ja.po:
* po/ko.po:
* po/lt.po:
* po/lv.po:
* po/mk.po:
* po/ml.po:
* po/mn.po:
* po/ms.po:
* po/nl.po:
* po/nn.po:
* po/no.po:
* po/pl.po:
* po/pt.po:
* po/pt_BR.po:
* po/ro.po:
* po/ru.po:
* po/sk.po:
* po/sl.po:
* po/sq.po:
* po/sr.po:
* po/sr@Latn.po:
* po/sv.po:
* po/ta.po:
* po/tr.po:
* po/uk.po:
* po/vi.po:
* po/zh_CN.po:
* po/zh_TW.po:
2004-03-11 Bastien Nocera <hadess@hadess.net>
* NEWS: update the NEWS file for the release
2004-03-11 16:17:53 +00:00
Bastien Nocera
a4ee15727c
update the NEWS file for the release
...
2004-03-11 Bastien Nocera <hadess@hadess.net >
* NEWS: update the NEWS file for the release
2004-03-11 15:39:13 +00:00
Dmitry Mastrukov
6cd93d82a0
ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
2004-03-11 13:34:54 +00:00
Bastien Nocera
1d73fbed99
fix distchecking
...
2004-03-11 Bastien Nocera <hadess@hadess.net >
* include/Makefile.am: fix distchecking
2004-03-11 12:13:54 +00:00
Benoît Dejean
89e79ee51f
fixup CPU usage calculation on 2.6 kernels (patch by Benoit Dejean
...
* cpu.c: (glibtop_get_cpu_s): fixup CPU usage calculation on 2.6
kernels (patch by Benoit Dejean <bnet@ifrance.com >) (Closes : #134252 ) (again)
2004-03-10 00:15:39 +00:00
Bastien Nocera
f3be4b50a9
fixup CPU usage calculation on 2.6 kernels (patch by Benoit Dejean
...
2004-03-09 Bastien Nocera <hadess@hadess.net >
* cpu.c: (glibtop_get_cpu_s): fixup CPU usage calculation on 2.6
kernels (patch by Benoit Dejean <bnet@ifrance.com >) (Closes : #134252 )
2004-03-09 23:44:12 +00:00
Bastien Nocera
ab1d1077d6
fix build (we don't have "full-read.h" here)
...
2004-03-09 Bastien Nocera <hadess@hadess.net >
* fsusage.c: fix build (we don't have "full-read.h" here)
2004-03-09 23:32:08 +00:00
Bastien Nocera
3c7c79944c
- oopsie, forgot some files
2004-03-09 23:29:48 +00:00
Ole Laursen
897db07104
Added block_size field. ( Closes : #125049 )
...
2003-12-27 Ole Laursen <olau@hardworking.dk >
* include/glibtop/fsusage.h: Added block_size field. (Closes : #125049 )
2004-03-09 23:28:48 +00:00
Bastien Nocera
4bd9752d52
implement NetBSD support, and some build problems on FreeBSD (Closes:
...
2004-03-09 Bastien Nocera <hadess@hadess.net >
* Makefile.am:
* cpu.c: (glibtop_init_cpu_p), (glibtop_get_cpu_p):
* glibtop_machine.h:
* mem.c:
* netload.c: (glibtop_get_netload_p):
* prockernel.c: (glibtop_get_proc_kernel_p):
* proclist.c: (glibtop_get_proclist_p):
* procmap.c: (glibtop_get_proc_map_p):
* procmem.c: (glibtop_get_proc_mem_p):
* procsignal.c: (glibtop_get_proc_signal_p):
* procstate.c: (glibtop_get_proc_state_p):
* proctime.c:
* procuid.c: (glibtop_get_proc_uid_p):
* uptime.c: (glibtop_get_uptime_p): implement NetBSD support, and
some build problems on FreeBSD (Closes : #135674 )
2004-03-09 23:13:31 +00:00
Bastien Nocera
a795ff4847
fix g_malloc usage on non-Linux platforms (patch by Benoit Dejean
...
2004-03-09 Bastien Nocera <hadess@hadess.net >
* fix g_malloc usage on non-Linux platforms (patch by Benoit
Dejean <bnet@ifrance.com >)
2004-03-09 23:02:06 +00:00
Alessio Frusciante
58c15ceeda
Updated Italian translation.
2004-03-09 23:00:11 +00:00
Funda Wang
f3e89490d4
Updated Simplified Chinese translation
2004-03-07 11:12:58 +00:00
Mətin Əmirov
10e619439e
Translation updated.
...
2004-03-06 Mətin Əmirov <metin@karegen.com >
* az.po: Translation updated.
2004-03-06 20:39:07 +00:00
Bastien Nocera
05f3377934
patch by Benoit Dejean <bnet@ifrance.com> to break the API, I mean, to
...
2004-03-05 Bastien Nocera <hadess@hadess.net >
* include/glibtop/procmap.h: patch by Benoit Dejean <bnet@ifrance.com >
to break the API, I mean, to make it easier to generate Python bindings
(Closes : #129701 )
2004-03-05 19:50:41 +00:00
Bastien Nocera
2ae3495a87
remove dependency on libgnome, check for linux/isdn.h for distros using
...
2004-03-04 Bastien Nocera <hadess@hadess.net >
* configure.in:
* include/libgtop-i18n.h:
* lib/lib.pl:
* lib/read.c:
* lib/read_data.c:
* lib/write.c:
* sysdeps/names/cpu.c:
* sysdeps/names/fsusage.c:
* sysdeps/names/loadavg.c:
* sysdeps/names/mem.c:
* sysdeps/names/mountlist.c:
* sysdeps/names/msg_limits.c:
* sysdeps/names/netload.c:
* sysdeps/names/ppp.c:
* sysdeps/names/procargs.c:
* sysdeps/names/prockernel.c:
* sysdeps/names/proclist.c:
* sysdeps/names/procmap.c:
* sysdeps/names/procmem.c:
* sysdeps/names/procsegment.c:
* sysdeps/names/procsignal.c:
* sysdeps/names/procstate.c:
* sysdeps/names/proctime.c:
* sysdeps/names/procuid.c:
* sysdeps/names/sem_limits.c:
* sysdeps/names/shm_limits.c:
* sysdeps/names/swap.c:
* sysdeps/names/sysdeps.c:
* sysdeps/names/uptime.c: remove dependency on libgnome,
check for linux/isdn.h for distros using the 2.6 kernel headers
2004-03-04 15:29:16 +00:00
Guntupalli Karunakar
bbea6f3e16
updated hindi translation
2004-02-26 12:52:39 +00:00
Laurent Dhima
74afd1c1d1
Fixed Albanian translation
...
* sq.po: Fixed Albanian translation
2004-02-23 14:35:50 +00:00
Laurent Dhima
1c57c82637
Korrigjime
2004-02-23 14:32:31 +00:00
Nikos Charonitakis
857b940e93
Updated Greek translation
2004-02-21 10:49:33 +00:00