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
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.
GNOME_2_12_ANCHOR
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.
LIBGTOP_2_12_2
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.
LIBGTOP_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.
LIBGTOP_2_11_92
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.
LIBGTOP_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.
LIBGTOP_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.
LIBGTOP_2_11_2
2005-07-13 14:50:16 +00:00