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.
LIBGTOP_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.
LIBGTOP_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.
LIBGTOP_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.
LIBGTOP_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.
LIBGTOP_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.
LIBGTOP_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.
LIBGTOP_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